diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-01-02 16:28:19 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-01-02 16:29:47 +0000 |
commit | b168057aaacf1d149246d0eb3e84332492d35063 (patch) | |
tree | f204121971fb3549f0108c71aa8526272ab96234 /scripts | |
parent | b217c15fc340bc29e7cab0a80626c65e48fcebd6 (diff) | |
download | glibc-b168057aaacf1d149246d0eb3e84332492d35063.zip glibc-b168057aaacf1d149246d0eb3e84332492d35063.tar.gz glibc-b168057aaacf1d149246d0eb3e84332492d35063.tar.bz2 |
Update copyright dates with scripts/update-copyrights.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-c++-types.sh | 2 | ||||
-rwxr-xr-x | scripts/check-local-headers.sh | 2 | ||||
-rwxr-xr-x | scripts/cross-test-ssh.sh | 2 | ||||
-rwxr-xr-x | scripts/evaluate-test.sh | 2 | ||||
-rwxr-xr-x | scripts/gen-sorted.awk | 2 | ||||
-rwxr-xr-x | scripts/merge-test-results.sh | 2 | ||||
-rwxr-xr-x | scripts/rellns-sh | 2 | ||||
-rwxr-xr-x | scripts/test-installation.pl | 2 | ||||
-rwxr-xr-x | scripts/update-copyrights | 2 | ||||
-rw-r--r-- | scripts/versionlist.awk | 2 | ||||
-rw-r--r-- | scripts/versions.awk | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh index cb47c7b..97e9c46 100755 --- a/scripts/check-c++-types.sh +++ b/scripts/check-c++-types.sh @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2015 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 9bffed3..2136b58 100755 --- a/scripts/check-local-headers.sh +++ b/scripts/check-local-headers.sh @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2005-2014 Free Software Foundation, Inc. +# Copyright (C) 2005-2015 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/scripts/cross-test-ssh.sh b/scripts/cross-test-ssh.sh index df367b8..c64545a 100755 --- a/scripts/cross-test-ssh.sh +++ b/scripts/cross-test-ssh.sh @@ -1,6 +1,6 @@ #! /bin/bash # Run a testcase on a remote system, via ssh. -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/scripts/evaluate-test.sh b/scripts/evaluate-test.sh index 2a5c156..6c002e5 100755 --- a/scripts/evaluate-test.sh +++ b/scripts/evaluate-test.sh @@ -1,6 +1,6 @@ #! /bin/sh # Output a test status line. -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/scripts/gen-sorted.awk b/scripts/gen-sorted.awk index 0f2a43f..5e72383 100755 --- a/scripts/gen-sorted.awk +++ b/scripts/gen-sorted.awk @@ -1,7 +1,7 @@ #! /usr/bin/awk -f # Generate sorted list of directories. The sorting is stable but with # dependencies between directories resolved by moving dependees in front. -# Copyright (C) 1998-2014 Free Software Foundation, Inc. +# Copyright (C) 1998-2015 Free Software Foundation, Inc. # Written by Ulrich Drepper <drepper@cygnus.com>, 1998. BEGIN { diff --git a/scripts/merge-test-results.sh b/scripts/merge-test-results.sh index 6255e24..40770a1 100755 --- a/scripts/merge-test-results.sh +++ b/scripts/merge-test-results.sh @@ -1,6 +1,6 @@ #! /bin/sh # Merge test results of individual tests or subdirectories. -# Copyright (C) 2014 Free Software Foundation, Inc. +# Copyright (C) 2014-2015 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/scripts/rellns-sh b/scripts/rellns-sh index 9132ce7..f107433 100755 --- a/scripts/rellns-sh +++ b/scripts/rellns-sh @@ -1,6 +1,6 @@ #! /bin/sh # rellns-sh - Simplified ln program to generate relative symbolic link. -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2015 Free Software Foundation, Inc. # Written by Ulrich Drepper <drepper@cygnus.com>, October 1996 # # This program is free software; you can redistribute it and/or modify diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl index a674a7f..4cf5117 100755 --- a/scripts/test-installation.pl +++ b/scripts/test-installation.pl @@ -1,5 +1,5 @@ #! /usr/bin/perl -w -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2015 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997. diff --git a/scripts/update-copyrights b/scripts/update-copyrights index 5841dbc..1cfbb78 100755 --- a/scripts/update-copyrights +++ b/scripts/update-copyrights @@ -1,6 +1,6 @@ #! /bin/sh # Update copyright year lists. -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/scripts/versionlist.awk b/scripts/versionlist.awk index 2360153..e7ef212 100644 --- a/scripts/versionlist.awk +++ b/scripts/versionlist.awk @@ -1,5 +1,5 @@ # Extract ordered list of version sets from Versions files. -# Copyright (C) 2014 Free Software Foundation, Inc. +# Copyright (C) 2014-2015 Free Software Foundation, Inc. BEGIN { in_lib = ""; in_version = 0 } diff --git a/scripts/versions.awk b/scripts/versions.awk index 7cc61d1..cc5444b 100644 --- a/scripts/versions.awk +++ b/scripts/versions.awk @@ -1,5 +1,5 @@ # Combine version map fragments into version scripts for our shared objects. -# Copyright (C) 1998-2014 Free Software Foundation, Inc. +# Copyright (C) 1998-2015 Free Software Foundation, Inc. # Written by Ulrich Drepper <drepper@cygnus.com>, 1998. # This script expects the following variables to be defined: |