diff options
author | unknown <guilhem@gbichot4.local> | 2008-03-04 12:58:21 +0100 |
---|---|---|
committer | unknown <guilhem@gbichot4.local> | 2008-03-04 12:58:21 +0100 |
commit | ea3ae3c470cf53cb46ec760ef28a9e114a99d938 (patch) | |
tree | bc43be3e50d136b4c725149ef216ae27cc2f7b6d /storage/maria/ma_pagecaches.c | |
parent | 1bbb09810478d13deeeef67a7c10b2152b18949b (diff) | |
download | mariadb-git-ea3ae3c470cf53cb46ec760ef28a9e114a99d938.tar.gz |
copyright and license info
storage/maria/Makefile.am:
copyright
storage/maria/ma_pagecache.c:
copyright
storage/maria/ma_pagecache.h:
copyright
storage/maria/ma_pagecaches.c:
copyright
storage/maria/ma_pagecrc.c:
copyright
storage/maria/unittest/Makefile.am:
copyright
storage/maria/unittest/lockman-t.c:
copyright
storage/maria/unittest/lockman1-t.c:
copyright
storage/maria/unittest/lockman2-t.c:
copyright
storage/maria/unittest/ma_control_file-t.c:
copyright
storage/maria/unittest/ma_loghandler_examples.c:
copyright
storage/maria/unittest/ma_maria_log_cleanup.c:
copyright
storage/maria/unittest/ma_pagecache_consist.c:
copyright
storage/maria/unittest/ma_pagecache_rwconsist.c:
copyright
storage/maria/unittest/ma_pagecache_single.c:
copyright
storage/maria/unittest/ma_test_loghandler-t.c:
copyright
storage/maria/unittest/ma_test_loghandler_first_lsn-t.c:
copyright
storage/maria/unittest/ma_test_loghandler_max_lsn-t.c:
copyright
storage/maria/unittest/ma_test_loghandler_multigroup-t.c:
copyright
storage/maria/unittest/ma_test_loghandler_multithread-t.c:
copyright
storage/maria/unittest/ma_test_loghandler_noflush-t.c:
copyright
storage/maria/unittest/ma_test_loghandler_nologs-t.c:
copyright
storage/maria/unittest/ma_test_loghandler_pagecache-t.c:
copyright
storage/maria/unittest/ma_test_loghandler_purge-t.c:
copyright
storage/maria/unittest/test_file.c:
copyright
storage/maria/unittest/test_file.h:
copyright
storage/maria/unittest/trnman-t.c:
copyright
Diffstat (limited to 'storage/maria/ma_pagecaches.c')
-rw-r--r-- | storage/maria/ma_pagecaches.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/maria/ma_pagecaches.c b/storage/maria/ma_pagecaches.c index a9460be10c5..8a1423ee0d7 100644 --- a/storage/maria/ma_pagecaches.c +++ b/storage/maria/ma_pagecaches.c @@ -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 |