diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 04:04:46 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-07-10 04:04:46 +0000 |
commit | 51ec049d05f2a309dc6ddba9c4b96afb306242cb (patch) | |
tree | 9bb7d9ff060aa4186866779d11d9a414302bdbda /source/lib/replace/strptime.c | |
parent | 7d9d33662daec52aaa275f78c34807f2ecfa5b2b (diff) | |
download | samba-51ec049d05f2a309dc6ddba9c4b96afb306242cb.tar.gz samba-51ec049d05f2a309dc6ddba9c4b96afb306242cb.tar.xz samba-51ec049d05f2a309dc6ddba9c4b96afb306242cb.zip |
r23800: LGPL is now called GNU Lesser General Public License
not GNU Library General Public License
Diffstat (limited to 'source/lib/replace/strptime.c')
-rw-r--r-- | source/lib/replace/strptime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/replace/strptime.c b/source/lib/replace/strptime.c index 002ea662121..0e40f7561ac 100644 --- a/source/lib/replace/strptime.c +++ b/source/lib/replace/strptime.c @@ -4,7 +4,7 @@ Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as + modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If not, see <http://www.gnu.org/licenses/>. */ |