Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: /
Date: Sun, 09 Dec 2018 22:37:27
Message-Id: 1544394767.5e8752b3f7f694668bdd9f1ce53ae7d122e7d956.ulm@gentoo
1 commit: 5e8752b3f7f694668bdd9f1ce53ae7d122e7d956
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 9 22:32:47 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 9 22:32:47 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=5e8752b3
7
8 Use simplified copyright notice for GLEP 76 compliance.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 Makefile | 2 +-
13 emacs-updater | 5 ++---
14 emacs-updater.8 | 2 +-
15 3 files changed, 4 insertions(+), 5 deletions(-)
16
17 diff --git a/Makefile b/Makefile
18 index 4b88716..ddaa32e 100644
19 --- a/Makefile
20 +++ b/Makefile
21 @@ -1,4 +1,4 @@
22 -# Copyright 2008-2016 Christian Faulhammer and Ulrich Müller
23 +# Copyright 2008-2016 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2 or later
25
26 PN = emacs-updater
27
28 diff --git a/emacs-updater b/emacs-updater
29 index 704d667..3133316 100755
30 --- a/emacs-updater
31 +++ b/emacs-updater
32 @@ -1,6 +1,5 @@
33 #!/bin/bash
34 -# Copyright 2007-2010 Christian Faulhammer
35 -# Copyright 2007-2016 Ulrich Müller
36 +# Copyright 2007-2016 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2 or later
38
39 # Authors:
40 @@ -70,7 +69,7 @@ usage() {
41 version() {
42 cat <<-EOF
43 Emacs updater version ${VERSION}
44 - Copyright 2007-2016 Christian Faulhammer and Ulrich Müller
45 + Copyright 2007-2016 Gentoo Authors
46 Distributed under the terms of the GNU GPL version 2 or later.
47
48 Gentoo Emacs project: <https://wiki.gentoo.org/wiki/Project:Emacs>
49
50 diff --git a/emacs-updater.8 b/emacs-updater.8
51 index 22ecf5b..88777a7 100644
52 --- a/emacs-updater.8
53 +++ b/emacs-updater.8
54 @@ -1,5 +1,5 @@
55 .\" -*- coding: utf-8 -*-
56 -.\" Copyright 2008-2016 Ulrich Müller
57 +.\" Copyright 2008-2016 Gentoo Authors
58 .\" Distributed under the terms of the GNU General Public License v2 or later
59 .\"
60 .TH emacs-updater 8 "May 2014" "Gentoo Linux"