public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-alt r1716 - in trunk/toolchain-prefix-wrapper: . ld utils
@ 2012-02-22 19:35 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2012-02-22 19:35 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2012-02-22 19:35:16 +0000 (Wed, 22 Feb 2012)
New Revision: 1716

Modified:
   trunk/toolchain-prefix-wrapper/Makefile.am
   trunk/toolchain-prefix-wrapper/bootstrap
   trunk/toolchain-prefix-wrapper/configure.ac
   trunk/toolchain-prefix-wrapper/ld/Makefile.am
   trunk/toolchain-prefix-wrapper/ld/aixplugin.c
   trunk/toolchain-prefix-wrapper/ld/aixplugin.h
   trunk/toolchain-prefix-wrapper/ld/binutils-config.h
   trunk/toolchain-prefix-wrapper/ld/create-ldwrapper.in
   trunk/toolchain-prefix-wrapper/ld/darwinplugin.c
   trunk/toolchain-prefix-wrapper/ld/darwinplugin.h
   trunk/toolchain-prefix-wrapper/ld/gnuplugin.c
   trunk/toolchain-prefix-wrapper/ld/gnuplugin.h
   trunk/toolchain-prefix-wrapper/ld/hpuxplugin.c
   trunk/toolchain-prefix-wrapper/ld/hpuxplugin.h
   trunk/toolchain-prefix-wrapper/ld/ldplugin.h
   trunk/toolchain-prefix-wrapper/ld/ldwrapper.c
   trunk/toolchain-prefix-wrapper/ld/solarisplugin.c
   trunk/toolchain-prefix-wrapper/ld/solarisplugin.h
   trunk/toolchain-prefix-wrapper/utils/Makefile.am
   trunk/toolchain-prefix-wrapper/utils/stringutil.c
   trunk/toolchain-prefix-wrapper/utils/stringutil.h
   trunk/toolchain-prefix-wrapper/utils/textfile.c
   trunk/toolchain-prefix-wrapper/utils/textfile.h
Log:
Update copyrights

Modified: trunk/toolchain-prefix-wrapper/Makefile.am
===================================================================
--- trunk/toolchain-prefix-wrapper/Makefile.am	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/Makefile.am	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,4 +1,4 @@
-# Copyright 2007-2010 Gentoo Foundation
+# Copyright 2007-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # Author: Michael Haubenwallner <haubi@gentoo.org>
 

Modified: trunk/toolchain-prefix-wrapper/bootstrap
===================================================================
--- trunk/toolchain-prefix-wrapper/bootstrap	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/bootstrap	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 #!/usr/bin/env sh
-# Copyright 2007-2009 Gentoo Foundation
+# Copyright 2007-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # Author: Michael Haubenwallner <haubi@gentoo.org>
 

Modified: trunk/toolchain-prefix-wrapper/configure.ac
===================================================================
--- trunk/toolchain-prefix-wrapper/configure.ac	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/configure.ac	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,4 +1,4 @@
-# Copyright 2007-2011 Gentoo Foundation
+# Copyright 2007-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # Author: Michael Haubenwallner <haubi@gentoo.org>
 

Modified: trunk/toolchain-prefix-wrapper/ld/Makefile.am
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/Makefile.am	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/Makefile.am	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,4 +1,4 @@
-# Copyright 2007-2011 Gentoo Foundation
+# Copyright 2007-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # Author: Michael Haubenwallner <haubi@gentoo.org>
 

Modified: trunk/toolchain-prefix-wrapper/ld/aixplugin.c
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/aixplugin.c	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/aixplugin.c	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/aixplugin.h
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/aixplugin.h	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/aixplugin.h	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/binutils-config.h
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/binutils-config.h	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/binutils-config.h	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2009 Gentoo Foundation
+ * Copyright 2008-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Authors: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/create-ldwrapper.in
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/create-ldwrapper.in	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/create-ldwrapper.in	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 #! @GENTOO_PORTAGE_EPREFIX@/bin/bash
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # Author: Michael Haubenwallner <haubi@gentoo.org>
 

Modified: trunk/toolchain-prefix-wrapper/ld/darwinplugin.c
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/darwinplugin.c	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/darwinplugin.c	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/darwinplugin.h
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/darwinplugin.h	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/darwinplugin.h	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/gnuplugin.c
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/gnuplugin.c	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/gnuplugin.c	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/gnuplugin.h
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/gnuplugin.h	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/gnuplugin.h	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/hpuxplugin.c
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/hpuxplugin.c	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/hpuxplugin.c	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/hpuxplugin.h
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/hpuxplugin.h	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/hpuxplugin.h	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/ldplugin.h
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/ldplugin.h	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/ldplugin.h	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2009 Gentoo Foundation
+ * Copyright 2008-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Authors: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/ldwrapper.c
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/ldwrapper.c	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/ldwrapper.c	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2011 Gentoo Foundation
+ * Copyright 1999-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Authors: Fabian Groffen <grobian@gentoo.org>
  *          Michael Haubenwallner <haubi@gentoo.org>

Modified: trunk/toolchain-prefix-wrapper/ld/solarisplugin.c
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/solarisplugin.c	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/solarisplugin.c	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2011 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Markus Duft <mduft@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/ld/solarisplugin.h
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/solarisplugin.h	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/ld/solarisplugin.h	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2011 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Markus Duft <mduft@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/utils/Makefile.am
===================================================================
--- trunk/toolchain-prefix-wrapper/utils/Makefile.am	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/utils/Makefile.am	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,4 +1,4 @@
-# Copyright 2007-2009 Gentoo Foundation
+# Copyright 2007-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # Author: Michael Haubenwallner <haubi@gentoo.org>
 

Modified: trunk/toolchain-prefix-wrapper/utils/stringutil.c
===================================================================
--- trunk/toolchain-prefix-wrapper/utils/stringutil.c	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/utils/stringutil.c	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/utils/stringutil.h
===================================================================
--- trunk/toolchain-prefix-wrapper/utils/stringutil.h	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/utils/stringutil.h	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Gentoo Foundation
+ * Copyright 2007-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Author: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/utils/textfile.c
===================================================================
--- trunk/toolchain-prefix-wrapper/utils/textfile.c	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/utils/textfile.c	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2009 Gentoo Foundation
+ * Copyright 2008-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Authors: Michael Haubenwallner <haubi@gentoo.org>
  */

Modified: trunk/toolchain-prefix-wrapper/utils/textfile.h
===================================================================
--- trunk/toolchain-prefix-wrapper/utils/textfile.h	2012-02-22 19:29:35 UTC (rev 1715)
+++ trunk/toolchain-prefix-wrapper/utils/textfile.h	2012-02-22 19:35:16 UTC (rev 1716)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2009 Gentoo Foundation
+ * Copyright 2008-2012 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  * Authors: Michael Haubenwallner <haubi@gentoo.org>
  */




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-22 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 19:35 [gentoo-commits] gentoo-alt r1716 - in trunk/toolchain-prefix-wrapper: . ld utils Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox