]> sourceware.org Git - glibc.git/commitdiff
Fix copyright year in new files
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 19 Feb 2013 03:48:37 +0000 (09:18 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 19 Feb 2013 03:51:52 +0000 (09:21 +0530)
ChangeLog
stdlib/cxa_thread_atexit_impl.c
stdlib/tst-tls-atexit-lib.c
stdlib/tst-tls-atexit.c

index 16085476ea09b7084fb175ac4228797dfd658488..d5f9a83bf6b0a3b94b90eb9ea5c171dac1b58674 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
+       * stdlib/tst-tls-atexit-lib.c: Likewise.
+       * stdlib/tst-tls-atexit.c: Likewise.
+
 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
 
        * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
index 9638efc7a063e9736c0e0a4a3be2a352b950a601..ebf3c4ab059137fdb2c694867824132bc1f2d516 100644 (file)
@@ -1,5 +1,5 @@
 /* Register destructors for C++ TLS variables declared with thread_local.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2013 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
index aab28bb607a56a825d7cb83200673aaed0fe4229..9c7021aeaf3cb418c96fdbd273c4966945280059 100644 (file)
@@ -1,5 +1,5 @@
 /* Verify that DSO is unloaded only if its TLS objects are destroyed - the DSO.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2013 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
index b7312cbc84c2cb4d31a62c5a0097169756711556..3d3777c31b42540d695d1d409fdddb5a76d81381 100644 (file)
@@ -1,5 +1,5 @@
 /* Verify that DSO is unloaded only if its TLS objects are destroyed.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2013 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
This page took 0.105104 seconds and 5 git commands to generate.