diff options
author | Michael Widenius <monty@askmonty.org> | 2011-02-28 19:39:30 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-02-28 19:39:30 +0200 |
commit | 11ed10cbe2c7c4b83aca4153856e76f4bdc484dd (patch) | |
tree | da0e622896425203d23ecdfd1bc77b57e3502edf /storage/ndb/docs/doxygen/postdoxy.pl | |
parent | dfcc0010cf7be502bfca31aff75ba830f6962264 (diff) | |
parent | 670f2f62c48741ea72440a1574dc99bae9390131 (diff) | |
download | mariadb-git-11ed10cbe2c7c4b83aca4153856e76f4bdc484dd.tar.gz |
Merge with 5.1 to get in changes from MySQL 5.1.55
Diffstat (limited to 'storage/ndb/docs/doxygen/postdoxy.pl')
-rwxr-xr-x | storage/ndb/docs/doxygen/postdoxy.pl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/storage/ndb/docs/doxygen/postdoxy.pl b/storage/ndb/docs/doxygen/postdoxy.pl index 3bf54e4ff75..a8eab31d47d 100755 --- a/storage/ndb/docs/doxygen/postdoxy.pl +++ b/storage/ndb/docs/doxygen/postdoxy.pl @@ -1,3 +1,18 @@ +# Copyright (C) 2004 MySQL 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; 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 +# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + # # Written by Lars Thalmann, lars@mysql.com, 2003. # |