Skip to content

Commit 3a53102

Browse files
committed
Update Copyright year
1 parent 684f141 commit 3a53102

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

go-eldoc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; go-eldoc.el --- eldoc for go-mode -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2015 by Syohei YOSHIDA
3+
;; Copyright (C) 2016 by Syohei YOSHIDA
44

55
;; Author: Syohei YOSHIDA <syohex@gmail.com>
66
;; URL: https://github.com/syohex/emacs-go-eldoc

test/function.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; function.el --- Test for function signature of go-mode.el
22

3-
;; Copyright (C) 2015 by Syohei YOSHIDA
3+
;; Copyright (C) 2016 by Syohei YOSHIDA
44

55
;; Author: Syohei YOSHIDA <syohex@gmail.com>
66

test/lhs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; lhs.el --- Test for left hand side highlighting
22

3-
;; Copyright (C) 2015 by Syohei YOSHIDA
3+
;; Copyright (C) 2016 by Syohei YOSHIDA
44

55
;; Author: Syohei YOSHIDA <syohex@gmail.com>
66

test/not-function.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; not-function.el --- Test for not function type, variable, package, etc
22

3-
;; Copyright (C) 2015 by Syohei YOSHIDA
3+
;; Copyright (C) 2016 by Syohei YOSHIDA
44

55
;; Author: Syohei YOSHIDA <syohex@gmail.com>
66

test/test-helper.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; test-helper.el --- helper for testing go-eldoc
22

3-
;; Copyright (C) 2015 by Syohei YOSHIDA
3+
;; Copyright (C) 2016 by Syohei YOSHIDA
44

55
;; Author: Syohei YOSHIDA <syohex@gmail.com>
66

0 commit comments

Comments
 (0)