branch: externals/eglot commit f4de5d7938cc93eabf52cdfabe8c34744a959501 Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
Fix copyright header. Obviously not since 2003 --- eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eglot.el b/eglot.el index 13f6f61..4cb3bec 100644 --- a/eglot.el +++ b/eglot.el @@ -1,6 +1,6 @@ ;;; eglot.el --- Client for Language Server Protocol (LSP) servers -*- lexical-binding: t; -*- -;; Copyright (C) 2003-2018 Free Software Foundation, Inc. +;; Copyright (C) 2018 Free Software Foundation, Inc. ;; Version: 0.1 ;; Author: João Távora <joaotav...@gmail.com>