aarch64: Use range in copyright years.
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>
Tue, 20 Nov 2012 23:13:14 +0000 (23:13 +0000)
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 21 Nov 2012 08:16:00 +0000 (08:16 +0000)
31 files changed:
ports/ChangeLog.aarch64
ports/sysdeps/aarch64/dl-tlsdesc.S
ports/sysdeps/aarch64/dl-tlsdesc.h
ports/sysdeps/aarch64/fpu/s_ceil.c
ports/sysdeps/aarch64/fpu/s_ceilf.c
ports/sysdeps/aarch64/fpu/s_floor.c
ports/sysdeps/aarch64/fpu/s_floorf.c
ports/sysdeps/aarch64/fpu/s_fmaf.c
ports/sysdeps/aarch64/fpu/s_fmax.c
ports/sysdeps/aarch64/fpu/s_fmaxf.c
ports/sysdeps/aarch64/fpu/s_fmin.c
ports/sysdeps/aarch64/fpu/s_fminf.c
ports/sysdeps/aarch64/fpu/s_frint.c
ports/sysdeps/aarch64/fpu/s_frintf.c
ports/sysdeps/aarch64/fpu/s_llrint.c
ports/sysdeps/aarch64/fpu/s_llrintf.c
ports/sysdeps/aarch64/fpu/s_llround.c
ports/sysdeps/aarch64/fpu/s_llroundf.c
ports/sysdeps/aarch64/fpu/s_lrint.c
ports/sysdeps/aarch64/fpu/s_lrintf.c
ports/sysdeps/aarch64/fpu/s_lround.c
ports/sysdeps/aarch64/fpu/s_lroundf.c
ports/sysdeps/aarch64/fpu/s_nearbyint.c
ports/sysdeps/aarch64/fpu/s_nearbyintf.c
ports/sysdeps/aarch64/fpu/s_rint.c
ports/sysdeps/aarch64/fpu/s_rintf.c
ports/sysdeps/aarch64/fpu/s_round.c
ports/sysdeps/aarch64/fpu/s_roundf.c
ports/sysdeps/aarch64/fpu/s_trunc.c
ports/sysdeps/aarch64/fpu/s_truncf.c
ports/sysdeps/aarch64/tlsdesc.c

index 2a7bfc3..103b31f 100644 (file)
@@ -1,5 +1,38 @@
 2012-11-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
 
+       * sysdeps/aarch64/dl-tlsdesc.S: Use range for copyright years.
+       * sysdeps/aarch64/dl-tlsdesc.h: Likewise.
+       * sysdeps/aarch64/tlsdesc.c: Likewise.
+       * sysdeps/aarch64/fpu/s_ceil.c: Likewise.
+       * sysdeps/aarch64/fpu/s_ceilf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_floor.c: Likewise.
+       * sysdeps/aarch64/fpu/s_floorf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_fmaf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_fmax.c: Likewise.
+       * sysdeps/aarch64/fpu/s_fmaxf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_fmin.c: Likewise.
+       * sysdeps/aarch64/fpu/s_fminf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_frint.c: Likewise.
+       * sysdeps/aarch64/fpu/s_frintf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_llrint.c: Likewise.
+       * sysdeps/aarch64/fpu/s_llrintf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_llround.c: Likewise.
+       * sysdeps/aarch64/fpu/s_llroundf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
+       * sysdeps/aarch64/fpu/s_lrintf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_lround.c: Likewise.
+       * sysdeps/aarch64/fpu/s_lroundf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_nearbyint.c: Likewise.
+       * sysdeps/aarch64/fpu/s_nearbyintf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_rint.c: Likewise.
+       * sysdeps/aarch64/fpu/s_rintf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_round.c: Likewise.
+       * sysdeps/aarch64/fpu/s_roundf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_trunc.c: Likewise.
+       * sysdeps/aarch64/fpu/s_truncf.c: Likewise.
+
+2012-11-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
        * sysdeps/aarch64/fpu/s_frint.x: Renamed to...
        * sysdeps/aarch64/fpu/s_frint.c: ... this new file.
        * sysdeps/aarch64/fpu/s_frintf.x: Renamed to...
index 0e59051..b78a096 100644 (file)
@@ -1,6 +1,6 @@
 /* Thread-local storage handling in the ELF dynamic linker.
    AArch64 version.
-   Copyright (C) 20112012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 514e4ec..3e2eaa0 100644 (file)
@@ -1,6 +1,6 @@
 /* Thread-local storage descriptor handling in the ELF dynamic linker.
    AArch64 version.
-   Copyright (C) 20112012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 9fe7ced..5010c4f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index a20a972..e7f4736 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 216d472..26b79b4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index debf00d..1b7e019 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index bcda67b..016d7bd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 6fe1ecc..40804cc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index fa2a4bd..ed282bb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 63e1596..796e4e4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 5e8b60e..18b6ac0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 3c24031..2a54cdf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 873addc..1fbe838 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 6eceb68..e466303 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 17b73a7..352dc51 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 5646e00..6aa365b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 2555226..98cf77e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 945428f..ccce636 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 06eb4b7..ff44650 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 472143d..b400caa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 9700d3f..eb55319 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index a0b3105..69eeccf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 5e964f8..19b2660 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 1b0ae90..fad38d4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 1d27189..54353b8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 70b50a8..a566798 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 74b81ad..4684206 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index cd22762..767cb9f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index f81bd50..1c952f7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 20112012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 4190c48..606ce79 100644 (file)
@@ -1,6 +1,6 @@
 /* Manage TLS descriptors.  AArch64 version.
 
-   Copyright (C) 20112012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.