From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR45z-0005eV-Ob for garchives@archives.gentoo.org; Sun, 06 May 2012 16:14:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82EB5E083C; Sun, 6 May 2012 16:06:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 538FFE083C for ; Sun, 6 May 2012 16:06:11 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E53A71B4077 for ; Sun, 6 May 2012 16:06:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EF477E5430 for ; Sun, 6 May 2012 16:06:08 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1266359357.90f99c04926b441b1dd8dafe800b47734779caf0.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile emacs-updater emacs-updater.8 X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 90f99c04926b441b1dd8dafe800b47734779caf0 X-VCS-Branch: emacs-updater Date: Sun, 6 May 2012 16:06:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a5dc7dc1-3509-49c0-8b02-b0126d8c5636 X-Archives-Hash: baa9411c655d21d1b47ae186daaab89b commit: 90f99c04926b441b1dd8dafe800b47734779caf0 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Tue Feb 16 22:29:17 2010 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Feb 16 22:29:17 2010 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D90f99c04 Allow distribution under GPL-2 or later for all files. svn path=3D/emacs-updater/; revision=3D1529 --- ChangeLog | 2 +- Makefile | 2 +- emacs-updater | 6 +++--- emacs-updater.8 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 012a4e1..442c7aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -249,5 +249,5 @@ * emacs-updater.sh: first version of Emacs updater =20 Copyright 2007-2010 Gentoo Foundation -Distributed under the terms of the GNU General Public License v2 +Distributed under the terms of the GNU General Public License v2 or late= r $Id$ diff --git a/Makefile b/Makefile index 2cc88f5..9613036 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Copyright 2008-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Distributed under the terms of the GNU General Public License v2 or la= ter # $Id$ =20 PN =3D emacs-updater diff --git a/emacs-updater b/emacs-updater index a6f6053..f1d80b6 100755 --- a/emacs-updater +++ b/emacs-updater @@ -1,6 +1,6 @@ #!/bin/bash # Copyright 2007-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Distributed under the terms of the GNU General Public License v2 or la= ter # $Id$ =20 # Authors: @@ -63,8 +63,8 @@ usage() { version() { cat <<-EOF Emacs updater version ${VERSION} - Copyright 2007-2009 Gentoo Foundation. - Distributed under the terms of the GNU General Public License v2. + Copyright 2007-2010 Gentoo Foundation. + Distributed under the terms of the GNU GPL version 2 or later. =20 Gentoo Emacs project: EOF diff --git a/emacs-updater.8 b/emacs-updater.8 index c196b44..55d6bdf 100644 --- a/emacs-updater.8 +++ b/emacs-updater.8 @@ -1,5 +1,5 @@ .\" Copyright 2008-2010 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Distributed under the terms of the GNU General Public License v2 or = later .\" $Id$ .\" .TH emacs-updater 8 "August 2009" "Gentoo Linux"