fix broken headers in a few random files
authorMike Frysinger <vapier@gentoo.org>
Tue, 6 Oct 2015 01:10:19 +0000 (21:10 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 6 Oct 2015 01:16:53 +0000 (21:16 -0400)
13 files changed:
eclass/ant-tasks.eclass
eclass/gdesklets.eclass
eclass/java-ant-2.eclass
eclass/java-mvn-src.eclass
eclass/java-osgi.eclass
eclass/java-pkg-2.eclass
eclass/java-pkg-opt-2.eclass
eclass/java-pkg-simple.eclass
eclass/java-utils-2.eclass
eclass/pam.eclass
eclass/twisted-r1.eclass
www-apache/passenger/passenger-5.0.20-r1.ebuild
www-apache/passenger/passenger-5.0.20.ebuild

index 0b7293fedf3a78f570d21b89c22e830f816a86de..91d3193a2f2d3d4c95db336e3bb1d0bd46235ca8 100644 (file)
@@ -1,8 +1,5 @@
-# Eclass for building dev-java/ant-* packages
-#
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2 or later
-# Author Vlastimil Babka <caster@gentoo.org>
 # $Id$
 
 # @ECLASS: ant-tasks.eclass
index 4b2bb888bfd984634e4a1b2200bb0f8b08440aaa..378dd1386cd7b18068b7ffa4e819d7f084c26f57 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # @ECLASS: gdesklets.eclass
index ea0f3e05fa90f1ace861575d860c9ffae1a43f5f..64dca0af538fdb782a9aed254839c6f043463195 100644 (file)
@@ -1,19 +1,5 @@
-# eclass for ant based Java packages
-#
-# Copyright (c) 2004-2005, Thomas Matthijs <axxo@gentoo.org>
-# Copyright (c) 2004-2015, Gentoo Foundation
-# Changes:
-#   May 2007:
-#     Made bsfix make one pass for all things and add some glocal targets for
-#     setting up the whole thing. Contributed by  kiorky
-#     (kiorky@cryptelium.net).
-#   December 2006:
-#     I pretty much rewrote the logic of the bsfix functions
-#     and xml-rewrite.py because they were so slow
-#     Petteri Räty (betelgeuse@gentoo.org)
-#
-# Licensed under the GNU General Public License, v2
-#
+# Copyright 2004-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # @ECLASS: java-ant-2.eclass
index da60cf8ea8e06bbefff439ac27d5f7a914298897..c34034eb00d7589278e9ea111889f69665641114 100644 (file)
@@ -1,9 +1,5 @@
-# Eclass for Java packages from bare sources exported by Maven
-#
-# Copyright (c) 2004-2011, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
-#
+# Copyright 2004-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 inherit java-pkg-simple
index 7e13ed2edd5fc440614573486e2eb47800b6be40..46865fa8b1ce3dfc64554f6114e903b1943e93a0 100644 (file)
@@ -1,10 +1,5 @@
-# Base eclass for Java packages that needs to be OSGi compliant
-#
-# Copyright (c) 2007, Jean-Noël Rivasseau <elvanor@gmail.com>
-# Copyright (c) 2007-2011, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
-#
+# Copyright 2007-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # -----------------------------------------------------------------------------
index a0028c8200d7284f18888be42eec8bb719b49452..6b770663cd2f071b85024ce512c6c4c26edec748 100644 (file)
@@ -1,10 +1,5 @@
-# Eclass for Java packages
-#
-# Copyright (c) 2004-2005, Thomas Matthijs <axxo@gentoo.org>
-# Copyright (c) 2004-2015, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
-#
+# Copyright 2004-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # @ECLASS: java-pkg-2.eclass
index 9902837017c2c1d6fe1a6dc7a24263b2eb6d22e8..20c4cbc471e858d71015ca9f7395351ffdf6bda7 100644 (file)
@@ -1,15 +1,5 @@
-# Eclass for optional Java packages
-#
-# Copyright (c) 2004-2005, Thomas Matthijs <axxo@gentoo.org>
-# Copyright (c) 2004-2011, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
-#
-# Major changes:
-#    20070805:
-#       Removed phase hooks because Portage does proper env saving now.
-#       <betelgeuse@gentoo.org>
-#
+# Copyright 2004-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # @ECLASS: java-pkg-opt-2.eclass
index d5309bb105bed27448df88ec99996d546b55f95e..7abdb624de5e424ba694f760c86122f9e4b01d5c 100644 (file)
@@ -1,9 +1,5 @@
-# Eclass for simple bare-source Java packages
-#
-# Copyright (c) 2004-2015, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
-#
+# Copyright 2004-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 inherit java-utils-2
index e0984f33f633377e9fb44813cdfeb79b80a4259c..302a82ab86dec762d55a7df60368a2c3d310d8ce 100644 (file)
@@ -1,11 +1,5 @@
-# Base eclass for Java packages
-#
-# Copyright (c) 2004-2005, Thomas Matthijs <axxo@gentoo.org>
-# Copyright (c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright (c) 2004-2015, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
-#
+# Copyright 2004-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # @ECLASS: java-utils-2.eclass
index a690e00a10341d9a0af0299fda48505a1dc4fe33..c5d9108625f594fd3c14f131ca8a4ae427da6b9d 100644 (file)
@@ -1,7 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
-#
 
 # @ECLASS: pam.eclass
 # @MAINTAINER:
index 2cb24e3f07a80fbfe0def934e7f327dd131cfacf..5b10491d25cfb697fcda4cb3504b6cd54a0927f1 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # @ECLASS: twisted-r1.eclass
index 140bd12d6a1c4c73c710e3f2a28d1e87d4b28750..a9c600ab93b952e2150377c3a0ab20dbf7e79968 100644 (file)
@@ -1,4 +1,3 @@
-
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
index 989ba35136f3ba0442cda168a212bbdd8bfc6d55..b385fee2e1fa5076fc581126c94a439c6e9b557f 100644 (file)
@@ -1,4 +1,3 @@
-
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$