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: Tue, 28 Feb 2017 19:23:54
Message-Id: 1484505863.e28ed4c1e0e2c74afb5593ce65a3830a1e0a41c7.ulm@gentoo
1 commit: e28ed4c1e0e2c74afb5593ce65a3830a1e0a41c7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 15 18:44:23 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 15 18:44:23 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=e28ed4c1
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 e0275e3..0a98fb3 100644
21 --- a/ChangeLog
22 +++ b/ChangeLog
23 @@ -1364,5 +1364,5 @@
24
25 * version 1.4
26
27 -Copyright 2007-2016 Gentoo Foundation
28 +Copyright 2007-2017 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 94e3f09..054a018 100644
33 --- a/Makefile
34 +++ b/Makefile
35 @@ -1,4 +1,4 @@
36 -# Copyright 2007-2016 Gentoo Foundation
37 +# Copyright 2007-2017 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 22e45c9..dd3b821 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-2016 Gentoo Foundation
50 +;; Copyright 2006-2017 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 659a129..a088db6 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-2016 Gentoo Foundation
63 +;; Copyright 2006-2017 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 23ecd6f..f9757e6 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-2016 Gentoo Foundation
77 +Copyright @copyright{} 2009-2017 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 182008f..52d669c 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-2016 Gentoo Foundation
90 +;; Copyright 2009-2017 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 9465379..a8ac7b6 100755
97 --- a/keyword-generation.sh
98 +++ b/keyword-generation.sh
99 @@ -1,5 +1,5 @@
100 #!/bin/bash
101 -# Copyright 2011-2016 Gentoo Foundation
102 +# Copyright 2011-2017 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2 or later
104
105 # Authors: