diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-01 16:29:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-01 16:29:10 +0000 |
commit | f4cf5f2d8ba910566f2036af811355a398b4a066 (patch) | |
tree | 2e3a09a75a3744c7741e94563c41bd862fc75720 /stdlib | |
parent | a141f1a732ac9cf2af7dd54d4ae09dffb9353f30 (diff) | |
download | glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar.gz glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar.xz glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.zip |
Add script to update copyright notices and reformat some to facilitate its use.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/monetary.h | 3 | ||||
-rw-r--r-- | stdlib/random.c | 2 | ||||
-rw-r--r-- | stdlib/random_r.c | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/stdlib/monetary.h b/stdlib/monetary.h index 4cba754fc3..05b522dca2 100644 --- a/stdlib/monetary.h +++ b/stdlib/monetary.h @@ -1,6 +1,5 @@ /* Header file for monetary value formatting functions. - Copyright (C) 1996,1997,1998,1999,2000,2002,2006,2009,2012 - Free Software Foundation, Inc. + Copyright (C) 1996-2012 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/stdlib/random.c b/stdlib/random.c index ff6bdd2b5d..500141910e 100644 --- a/stdlib/random.c +++ b/stdlib/random.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995 Free Software Foundation +/* Copyright (C) 1995-2012 Free Software Foundation, Inc. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/stdlib/random_r.c b/stdlib/random_r.c index a8e211ad4c..f1bfdf9ce3 100644 --- a/stdlib/random_r.c +++ b/stdlib/random_r.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995, 2005, 2009 Free Software Foundation + Copyright (C) 1995-2012 Free Software Foundation, Inc. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |