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: Wed, 22 Jan 2014 22:43:39
Message-Id: 1390429671.b45d8df122d117ef90b87cf498564e73b7208cf1.ulm@gentoo
1 commit: b45d8df122d117ef90b87cf498564e73b7208cf1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 22:27:51 2014 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 22:27:51 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=b45d8df1
7
8 Update copyright years.
9
10 ---
11 ChangeLog | 2 +-
12 Makefile | 2 +-
13 ebuild-mode-keywords.el | 2 +-
14 ebuild-mode.el | 2 +-
15 ebuild-mode.texi | 2 +-
16 gentoo-newsitem-mode.el | 2 +-
17 keyword-generation.sh | 2 +-
18 7 files changed, 7 insertions(+), 7 deletions(-)
19
20 diff --git a/ChangeLog b/ChangeLog
21 index 8aadca2..22c0f1a 100644
22 --- a/ChangeLog
23 +++ b/ChangeLog
24 @@ -1282,5 +1282,5 @@
25
26 * version 1.4
27
28 -Copyright 2007-2013 Gentoo Foundation
29 +Copyright 2007-2014 Gentoo Foundation
30 Distributed under the terms of the GNU General Public License v2 or later
31
32 diff --git a/Makefile b/Makefile
33 index f9b04d0..b39a2c4 100644
34 --- a/Makefile
35 +++ b/Makefile
36 @@ -1,4 +1,4 @@
37 -# Copyright 2007-2013 Gentoo Foundation
38 +# Copyright 2007-2014 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2 or later
40
41 PN = ebuild-mode
42
43 diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el
44 index 3a18842..280ef04 100644
45 --- a/ebuild-mode-keywords.el
46 +++ b/ebuild-mode-keywords.el
47 @@ -1,6 +1,6 @@
48 ;;; ebuild-mode-keywords.el
49
50 -;; Copyright 2006-2013 Gentoo Foundation
51 +;; Copyright 2006-2014 Gentoo Foundation
52
53 ;; Author: Matthew Kennedy <mkennedy@g.o>
54 ;; Diego Pettenò <flameeyes@g.o>
55
56 diff --git a/ebuild-mode.el b/ebuild-mode.el
57 index 25ddc56..315edbe 100644
58 --- a/ebuild-mode.el
59 +++ b/ebuild-mode.el
60 @@ -1,6 +1,6 @@
61 ;;; ebuild-mode.el --- edit Gentoo ebuild and eclass files
62
63 -;; Copyright 2006-2013 Gentoo Foundation
64 +;; Copyright 2006-2014 Gentoo Foundation
65
66 ;; Author: Matthew Kennedy <mkennedy@g.o>
67 ;; Diego Pettenò <flameeyes@g.o>
68
69 diff --git a/ebuild-mode.texi b/ebuild-mode.texi
70 index 7a904d0..d0bdc29 100644
71 --- a/ebuild-mode.texi
72 +++ b/ebuild-mode.texi
73 @@ -8,7 +8,7 @@
74 This manual is for ebuild-mode, which is a major mode for ebuild
75 and eclass files.
76
77 -Copyright @copyright{} 2009-2013 Gentoo Foundation
78 +Copyright @copyright{} 2009-2014 Gentoo Foundation
79
80 @quotation
81 Permission is granted to copy, distribute and/or modify this document
82
83 diff --git a/gentoo-newsitem-mode.el b/gentoo-newsitem-mode.el
84 index 7c8be1c..a8532a8 100644
85 --- a/gentoo-newsitem-mode.el
86 +++ b/gentoo-newsitem-mode.el
87 @@ -1,6 +1,6 @@
88 ;;; gentoo-newsitem-mode.el --- edit Gentoo GLEP 42 news items
89
90 -;; Copyright 2009-2013 Gentoo Foundation
91 +;; Copyright 2009-2014 Gentoo Foundation
92
93 ;; Author: Ulrich Müller <ulm@g.o>
94 ;; Christian Faulhammer <fauli@g.o>
95
96 diff --git a/keyword-generation.sh b/keyword-generation.sh
97 index 373fc69..bc4648b 100755
98 --- a/keyword-generation.sh
99 +++ b/keyword-generation.sh
100 @@ -1,5 +1,5 @@
101 #!/bin/bash
102 -# Copyright 2011-2013 Gentoo Foundation
103 +# Copyright 2011-2014 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2 or later
105
106 # Authors: