diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2006-12-27 02:23:51 +0100 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2006-12-27 02:23:51 +0100 |
commit | 1e3237fefa11f89318a51d8dcb39827ccc9d6180 (patch) | |
tree | fda702d40256ffeb2cba2eae0ce4fbb3703816a4 /include/atomic | |
parent | be15e3bc15921085ea558f8764ed1fad137ccaa1 (diff) | |
download | mariadb-git-1e3237fefa11f89318a51d8dcb39827ccc9d6180.tar.gz |
Many files:
Changed header to GPL version 2 only
Diffstat (limited to 'include/atomic')
-rw-r--r-- | include/atomic/nolock.h | 3 | ||||
-rw-r--r-- | include/atomic/rwlock.h | 3 | ||||
-rw-r--r-- | include/atomic/x86-gcc.h | 3 | ||||
-rw-r--r-- | include/atomic/x86-msvc.h | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/include/atomic/nolock.h b/include/atomic/nolock.h index 1151a334b06..f15c8b13b7f 100644 --- a/include/atomic/nolock.h +++ b/include/atomic/nolock.h @@ -2,8 +2,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/include/atomic/rwlock.h b/include/atomic/rwlock.h index 12d0dd3f069..18b77e93d80 100644 --- a/include/atomic/rwlock.h +++ b/include/atomic/rwlock.h @@ -2,8 +2,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/include/atomic/x86-gcc.h b/include/atomic/x86-gcc.h index 5a72f318a61..d79dadbf05e 100644 --- a/include/atomic/x86-gcc.h +++ b/include/atomic/x86-gcc.h @@ -2,8 +2,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/include/atomic/x86-msvc.h b/include/atomic/x86-msvc.h index d4024a854fb..c4885bb8451 100644 --- a/include/atomic/x86-msvc.h +++ b/include/atomic/x86-msvc.h @@ -2,8 +2,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |