Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: /
Date: Sat, 07 May 2016 09:45:58
Message-Id: 1462613553.de05ba40dd0e20b461698fe4fef85adabd275cbb.ulm@gentoo
1 commit: de05ba40dd0e20b461698fe4fef85adabd275cbb
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 09:32:33 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 09:32:33 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=de05ba40
7
8 Update copyright years.
9
10 ChangeLog | 2 +-
11 Makefile | 2 +-
12 ebuild-mode-keywords.el | 2 +-
13 ebuild-mode.el | 2 +-
14 ebuild-mode.texi | 2 +-
15 gentoo-newsitem-mode.el | 2 +-
16 keyword-generation.sh | 2 +-
17 7 files changed, 7 insertions(+), 7 deletions(-)
18
19 diff --git a/ChangeLog b/ChangeLog
20 index c4e21ad..bb41fee 100644
21 --- a/ChangeLog
22 +++ b/ChangeLog
23 @@ -1342,5 +1342,5 @@
24
25 * version 1.4
26
27 -Copyright 2007-2015 Gentoo Foundation
28 +Copyright 2007-2016 Gentoo Foundation
29 Distributed under the terms of the GNU General Public License v2 or later
30
31 diff --git a/Makefile b/Makefile
32 index 1c242bd..94e3f09 100644
33 --- a/Makefile
34 +++ b/Makefile
35 @@ -1,4 +1,4 @@
36 -# Copyright 2007-2015 Gentoo Foundation
37 +# Copyright 2007-2016 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2 or later
39
40 PN = ebuild-mode
41
42 diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el
43 index 4c7c3cd..f46c856 100644
44 --- a/ebuild-mode-keywords.el
45 +++ b/ebuild-mode-keywords.el
46 @@ -1,6 +1,6 @@
47 ;;; ebuild-mode-keywords.el
48
49 -;; Copyright 2006-2015 Gentoo Foundation
50 +;; Copyright 2006-2016 Gentoo Foundation
51
52 ;; Author: Matthew Kennedy <mkennedy@g.o>
53 ;; Diego Pettenò <flameeyes@g.o>
54
55 diff --git a/ebuild-mode.el b/ebuild-mode.el
56 index 3d00adb..dff2f5f 100644
57 --- a/ebuild-mode.el
58 +++ b/ebuild-mode.el
59 @@ -1,6 +1,6 @@
60 ;;; ebuild-mode.el --- edit Gentoo ebuild and eclass files
61
62 -;; Copyright 2006-2015 Gentoo Foundation
63 +;; Copyright 2006-2016 Gentoo Foundation
64
65 ;; Author: Matthew Kennedy <mkennedy@g.o>
66 ;; Diego Pettenò <flameeyes@g.o>
67
68 diff --git a/ebuild-mode.texi b/ebuild-mode.texi
69 index 66f0c96..7032a2e 100644
70 --- a/ebuild-mode.texi
71 +++ b/ebuild-mode.texi
72 @@ -8,7 +8,7 @@
73 This manual is for ebuild-mode, which is a major mode for ebuild
74 and eclass files.
75
76 -Copyright @copyright{} 2009-2015 Gentoo Foundation
77 +Copyright @copyright{} 2009-2016 Gentoo Foundation
78
79 @quotation
80 Permission is granted to copy, distribute and/or modify this document
81
82 diff --git a/gentoo-newsitem-mode.el b/gentoo-newsitem-mode.el
83 index 7edd69f..182008f 100644
84 --- a/gentoo-newsitem-mode.el
85 +++ b/gentoo-newsitem-mode.el
86 @@ -1,6 +1,6 @@
87 ;;; gentoo-newsitem-mode.el --- edit Gentoo GLEP 42 news items
88
89 -;; Copyright 2009-2015 Gentoo Foundation
90 +;; Copyright 2009-2016 Gentoo Foundation
91
92 ;; Author: Ulrich Müller <ulm@g.o>
93 ;; Christian Faulhammer <fauli@g.o>
94
95 diff --git a/keyword-generation.sh b/keyword-generation.sh
96 index df0404e..336e92d 100755
97 --- a/keyword-generation.sh
98 +++ b/keyword-generation.sh
99 @@ -1,5 +1,5 @@
100 #!/bin/bash
101 -# Copyright 2011-2015 Gentoo Foundation
102 +# Copyright 2011-2016 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2 or later
104
105 # Authors: