diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 04:04:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:26 -0500 |
commit | 28b9d61076912adbc0c6571c71688aa6831506bf (patch) | |
tree | da8382f0bfe521e2e5c5e772d3359127cd926033 /source3/tests | |
parent | 674b835241c53af7d31af402bd900e95ac83fcca (diff) | |
download | samba-28b9d61076912adbc0c6571c71688aa6831506bf.tar.gz samba-28b9d61076912adbc0c6571c71688aa6831506bf.tar.bz2 samba-28b9d61076912adbc0c6571c71688aa6831506bf.zip |
r23800: LGPL is now called GNU Lesser General Public License
not GNU Library General Public License
(This used to be commit 727a6cf2cba8da6b40610409b264e86e6908eb0c)
Diffstat (limited to 'source3/tests')
-rw-r--r-- | source3/tests/crypttest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/tests/crypttest.c b/source3/tests/crypttest.c index 3f9a649027..52d8155092 100644 --- a/source3/tests/crypttest.c +++ b/source3/tests/crypttest.c @@ -38,7 +38,7 @@ * Copyright (C) 1991-1998, Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public + * 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. * @@ -47,7 +47,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 this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * |