diff options
author | peter@linux.local <> | 2002-06-14 15:14:30 +0400 |
---|---|---|
committer | peter@linux.local <> | 2002-06-14 15:14:30 +0400 |
commit | d505803728df8acb95e112464b85606dce8d139a (patch) | |
tree | f47e08fb9e4c935c0c094ada6d7b5861615d6609 /include/rijndael.h | |
parent | 7e80b0588481b42051e372dc4960a6ecdb837d4e (diff) | |
download | mariadb-git-d505803728df8acb95e112464b85606dce8d139a.tar.gz |
This is just code style/minor optimizations cleanup changeset
Diffstat (limited to 'include/rijndael.h')
-rw-r--r-- | include/rijndael.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/include/rijndael.h b/include/rijndael.h index 60be0d725c8..9d9f11e74bd 100644 --- a/include/rijndael.h +++ b/include/rijndael.h @@ -1,20 +1,20 @@ -/* Copyright (C) 2002 MySQL AB & MySQL Finland AB & TCX DataKonsult AB - - 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. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - - +/* Copyright (C) 2002 MySQL AB & MySQL Finland AB & TCX DataKonsult AB + + 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. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + + /* rijndael-alg-fst.h |