summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorunknown <paul@kite-hub.kitebird.com>2004-09-10 14:53:06 -0500
committerunknown <paul@kite-hub.kitebird.com>2004-09-10 14:53:06 -0500
commitca31bda2bfd92ab2c73c7bd922e10fc7cb2a0364 (patch)
tree07fa30299331530c63a7a6ef04c89de91e8a7526 /sql/share
parentcd573513a3744adf86b68ffd50887baa9d12bbe1 (diff)
downloadmariadb-git-ca31bda2bfd92ab2c73c7bd922e10fc7cb2a0364.tar.gz
Add GPL notice to a bunch of files.
sql/share/charsets/Index.xml: Add GPL notice. sql/share/charsets/armscii8.xml: Add GPL notice. sql/share/charsets/ascii.xml: Add GPL notice. sql/share/charsets/cp1250.xml: Add GPL notice. sql/share/charsets/cp1251.xml: Add GPL notice. sql/share/charsets/cp1256.xml: Add GPL notice. sql/share/charsets/cp1257.xml: Add GPL notice. sql/share/charsets/cp850.xml: Add GPL notice. sql/share/charsets/cp852.xml: Add GPL notice. sql/share/charsets/cp866.xml: Add GPL notice. sql/share/charsets/dec8.xml: Add GPL notice. sql/share/charsets/geostd8.xml: Add GPL notice. sql/share/charsets/greek.xml: Add GPL notice. sql/share/charsets/hebrew.xml: Add GPL notice. sql/share/charsets/hp8.xml: Add GPL notice. sql/share/charsets/keybcs2.xml: Add GPL notice. sql/share/charsets/koi8r.xml: Add GPL notice. sql/share/charsets/koi8u.xml: Add GPL notice. sql/share/charsets/latin1.xml: Add GPL notice. sql/share/charsets/latin2.xml: Add GPL notice. sql/share/charsets/latin5.xml: Add GPL notice. sql/share/charsets/latin7.xml: Add GPL notice. sql/share/charsets/macce.xml: Add GPL notice. sql/share/charsets/macroman.xml: Add GPL notice. sql/share/charsets/swe7.xml: Add GPL notice.
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/charsets/Index.xml18
-rw-r--r--sql/share/charsets/armscii8.xml18
-rw-r--r--sql/share/charsets/ascii.xml18
-rw-r--r--sql/share/charsets/cp1250.xml18
-rw-r--r--sql/share/charsets/cp1251.xml18
-rw-r--r--sql/share/charsets/cp1256.xml18
-rw-r--r--sql/share/charsets/cp1257.xml18
-rw-r--r--sql/share/charsets/cp850.xml18
-rw-r--r--sql/share/charsets/cp852.xml18
-rw-r--r--sql/share/charsets/cp866.xml18
-rw-r--r--sql/share/charsets/dec8.xml18
-rw-r--r--sql/share/charsets/geostd8.xml18
-rw-r--r--sql/share/charsets/greek.xml18
-rw-r--r--sql/share/charsets/hebrew.xml18
-rw-r--r--sql/share/charsets/hp8.xml18
-rw-r--r--sql/share/charsets/keybcs2.xml18
-rw-r--r--sql/share/charsets/koi8r.xml18
-rw-r--r--sql/share/charsets/koi8u.xml18
-rw-r--r--sql/share/charsets/latin1.xml18
-rw-r--r--sql/share/charsets/latin2.xml18
-rw-r--r--sql/share/charsets/latin5.xml18
-rw-r--r--sql/share/charsets/latin7.xml18
-rw-r--r--sql/share/charsets/macce.xml18
-rw-r--r--sql/share/charsets/macroman.xml18
-rw-r--r--sql/share/charsets/swe7.xml18
25 files changed, 450 insertions, 0 deletions
diff --git a/sql/share/charsets/Index.xml b/sql/share/charsets/Index.xml
index 5e75cde5f2a..9595d4a7ddb 100644
--- a/sql/share/charsets/Index.xml
+++ b/sql/share/charsets/Index.xml
@@ -2,6 +2,24 @@
<charsets max-id="94">
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<description>
This file lists all of the available character sets.
To make maintaining easier please:
diff --git a/sql/share/charsets/armscii8.xml b/sql/share/charsets/armscii8.xml
index 8ca5675012b..d0ab428345f 100644
--- a/sql/share/charsets/armscii8.xml
+++ b/sql/share/charsets/armscii8.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="armscii8">
<ctype>
diff --git a/sql/share/charsets/ascii.xml b/sql/share/charsets/ascii.xml
index 1007f078f5a..3813bd42601 100644
--- a/sql/share/charsets/ascii.xml
+++ b/sql/share/charsets/ascii.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="ascii">
<ctype>
diff --git a/sql/share/charsets/cp1250.xml b/sql/share/charsets/cp1250.xml
index 5ac63b836b0..8e7102b6737 100644
--- a/sql/share/charsets/cp1250.xml
+++ b/sql/share/charsets/cp1250.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="cp1250">
<ctype>
diff --git a/sql/share/charsets/cp1251.xml b/sql/share/charsets/cp1251.xml
index 94774cca0f1..7f94788c0d0 100644
--- a/sql/share/charsets/cp1251.xml
+++ b/sql/share/charsets/cp1251.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="cp1251">
<ctype>
diff --git a/sql/share/charsets/cp1256.xml b/sql/share/charsets/cp1256.xml
index 818a5583368..69eb6a68238 100644
--- a/sql/share/charsets/cp1256.xml
+++ b/sql/share/charsets/cp1256.xml
@@ -4,6 +4,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="cp1256">
<ctype>
diff --git a/sql/share/charsets/cp1257.xml b/sql/share/charsets/cp1257.xml
index bd4489a5a79..93a1bd47a77 100644
--- a/sql/share/charsets/cp1257.xml
+++ b/sql/share/charsets/cp1257.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="cp1257">
<ctype>
diff --git a/sql/share/charsets/cp850.xml b/sql/share/charsets/cp850.xml
index d750bac37e2..79497aa17f1 100644
--- a/sql/share/charsets/cp850.xml
+++ b/sql/share/charsets/cp850.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="cp850">
<ctype>
diff --git a/sql/share/charsets/cp852.xml b/sql/share/charsets/cp852.xml
index 958587d0399..73a81e54b02 100644
--- a/sql/share/charsets/cp852.xml
+++ b/sql/share/charsets/cp852.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="cp852">
<ctype>
diff --git a/sql/share/charsets/cp866.xml b/sql/share/charsets/cp866.xml
index f698e735b58..1a72b396c7c 100644
--- a/sql/share/charsets/cp866.xml
+++ b/sql/share/charsets/cp866.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="cp866">
<!-- cp866_DOSCyrillicRussian -->
diff --git a/sql/share/charsets/dec8.xml b/sql/share/charsets/dec8.xml
index f1bcfd05b30..2cb28cb0f4f 100644
--- a/sql/share/charsets/dec8.xml
+++ b/sql/share/charsets/dec8.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="dec8">
<ctype>
diff --git a/sql/share/charsets/geostd8.xml b/sql/share/charsets/geostd8.xml
index caf01af58d0..c09aa078fb7 100644
--- a/sql/share/charsets/geostd8.xml
+++ b/sql/share/charsets/geostd8.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="geostd8">
<ctype>
diff --git a/sql/share/charsets/greek.xml b/sql/share/charsets/greek.xml
index defeaf049c8..1cfe6b49610 100644
--- a/sql/share/charsets/greek.xml
+++ b/sql/share/charsets/greek.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="greek">
<!-- It's ISO Greek rahter than WIN Greek because -->
diff --git a/sql/share/charsets/hebrew.xml b/sql/share/charsets/hebrew.xml
index ec3fa242ced..5bcf222a728 100644
--- a/sql/share/charsets/hebrew.xml
+++ b/sql/share/charsets/hebrew.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="hebrew">
<ctype>
diff --git a/sql/share/charsets/hp8.xml b/sql/share/charsets/hp8.xml
index 0e16551b1b6..35224f8c544 100644
--- a/sql/share/charsets/hp8.xml
+++ b/sql/share/charsets/hp8.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="hp8">
<ctype>
diff --git a/sql/share/charsets/keybcs2.xml b/sql/share/charsets/keybcs2.xml
index 6180dd8550d..6332891ef23 100644
--- a/sql/share/charsets/keybcs2.xml
+++ b/sql/share/charsets/keybcs2.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="keybcs2">
<ctype>
diff --git a/sql/share/charsets/koi8r.xml b/sql/share/charsets/koi8r.xml
index b8bfc8ecccc..033597e9bfc 100644
--- a/sql/share/charsets/koi8r.xml
+++ b/sql/share/charsets/koi8r.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="koi8r">
<ctype>
diff --git a/sql/share/charsets/koi8u.xml b/sql/share/charsets/koi8u.xml
index 0c05f2f1195..4f5fa35af3d 100644
--- a/sql/share/charsets/koi8u.xml
+++ b/sql/share/charsets/koi8u.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="koi8u">
<ctype>
diff --git a/sql/share/charsets/latin1.xml b/sql/share/charsets/latin1.xml
index 178fd07e7f6..0b6f54dc800 100644
--- a/sql/share/charsets/latin1.xml
+++ b/sql/share/charsets/latin1.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="latin1">
<ctype>
diff --git a/sql/share/charsets/latin2.xml b/sql/share/charsets/latin2.xml
index 4de138d3ea0..702f052604b 100644
--- a/sql/share/charsets/latin2.xml
+++ b/sql/share/charsets/latin2.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="latin2">
<ctype>
diff --git a/sql/share/charsets/latin5.xml b/sql/share/charsets/latin5.xml
index 963691ad110..67e5873c503 100644
--- a/sql/share/charsets/latin5.xml
+++ b/sql/share/charsets/latin5.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="latin5">
<ctype>
diff --git a/sql/share/charsets/latin7.xml b/sql/share/charsets/latin7.xml
index 1c25f5894b6..dd87a1a2d89 100644
--- a/sql/share/charsets/latin7.xml
+++ b/sql/share/charsets/latin7.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="latin7">
<ctype>
diff --git a/sql/share/charsets/macce.xml b/sql/share/charsets/macce.xml
index 7e955157bb7..61f6d79b34f 100644
--- a/sql/share/charsets/macce.xml
+++ b/sql/share/charsets/macce.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="macce">
<ctype>
diff --git a/sql/share/charsets/macroman.xml b/sql/share/charsets/macroman.xml
index ffedaa88274..36c8e8cf13a 100644
--- a/sql/share/charsets/macroman.xml
+++ b/sql/share/charsets/macroman.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="macroman">
<ctype>
diff --git a/sql/share/charsets/swe7.xml b/sql/share/charsets/swe7.xml
index 5bcf9a6501b..2b8ff4edcce 100644
--- a/sql/share/charsets/swe7.xml
+++ b/sql/share/charsets/swe7.xml
@@ -2,6 +2,24 @@
<charsets>
+<copyright>
+ Copyright (C) 2003 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; 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>
+
<charset name="swe7">
<ctype>