mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Fix copyright year in new files
This commit is contained in:
parent
92363eb87c
commit
2016b3cd19
@ -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__
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user