diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2006-12-23 20:17:15 +0100 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2006-12-23 20:17:15 +0100 |
commit | 226a5c833f3084bc634996c70d47a1c0d9164e0d (patch) | |
tree | 8015408b1fab2e4bb245c305831b84124d59d5ca /strings/strstr.c | |
parent | 51fcec6a2070835b5bda4166be2b9db3a598b0b4 (diff) | |
download | mariadb-git-226a5c833f3084bc634996c70d47a1c0d9164e0d.tar.gz |
Many files:
Changed header to GPL version 2 only
Diffstat (limited to 'strings/strstr.c')
-rw-r--r-- | strings/strstr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/strstr.c b/strings/strstr.c index bd65ef654b1..a5b50d12043 100644 --- a/strings/strstr.c +++ b/strings/strstr.c @@ -2,8 +2,8 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. + License as published by the Free Software Foundation; version 2 + of the License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |