diff options
author | Kent Boortz <kent.boortz@oracle.com> | 2012-02-15 17:21:38 +0100 |
---|---|---|
committer | Kent Boortz <kent.boortz@oracle.com> | 2012-02-15 17:21:38 +0100 |
commit | 6a003dd8ef5b07c9a75fedfeae89fc148a9e7c05 (patch) | |
tree | 1a4eee887a6d346f4e04cefbf763fa9bcbdaa792 /strings | |
parent | b566d9a512a9671a423e1ff944d1e4ede2df7f7e (diff) | |
parent | 7177a2b9d79122babf85cfe26c8fe8f9dbd06f1c (diff) | |
download | mariadb-git-6a003dd8ef5b07c9a75fedfeae89fc148a9e7c05.tar.gz |
Updated/added copyright headers
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-ucs2.c | 2 | ||||
-rw-r--r-- | strings/ctype-utf8.c | 3 | ||||
-rw-r--r-- | strings/decimal.c | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/strings/ctype-ucs2.c b/strings/ctype-ucs2.c index 4b6fc7ccc10..7e17b73501e 100644 --- a/strings/ctype-ucs2.c +++ b/strings/ctype-ucs2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/strings/ctype-utf8.c b/strings/ctype-utf8.c index 1af08ded62b..205f8c61ddd 100644 --- a/strings/ctype-utf8.c +++ b/strings/ctype-utf8.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2002-2008 MySQL AB, 2009 Sun Microsystems, Inc. - Use is subject to license terms. +/* Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/strings/decimal.c b/strings/decimal.c index dcf3f4b42e3..5cc3217a1c0 100644 --- a/strings/decimal.c +++ b/strings/decimal.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. 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 |