Skip to content

Commit 3bc7dff

Browse files
committed
Update CopyRight year
1 parent c3d857c commit 3bc7dff

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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) 2014 by Syohei YOSHIDA
3+
;; Copyright (C) 2015 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) 2014 by Syohei YOSHIDA
3+
;; Copyright (C) 2015 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) 2014 by Syohei YOSHIDA
3+
;; Copyright (C) 2015 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) 2014 by Syohei YOSHIDA
3+
;; Copyright (C) 2015 by Syohei YOSHIDA
44

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

test/test-helper.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
;;; test-helper.el --- helper for testing go-mode
1+
;;; test-helper.el --- helper for testing go-eldoc
22

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

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

0 commit comments

Comments
 (0)