Skip to content

Commit d49d029

Browse files
committed
Updated/added copyright headers
2 parents ce6f050 + 2883c99 commit d49d029

File tree

1,183 files changed

+2507
-1962
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,183 files changed

+2507
-1962
lines changed

BUILD/FINISH.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2000, 2005 MySQL AB, 2008 Sun Microsystems, Inc.
1+
# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Library General Public
@@ -12,8 +12,8 @@
1212
#
1313
# You should have received a copy of the GNU Library General Public
1414
# License along with this library; if not, write to the Free
15-
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
16-
# MA 02111-1307, USA
15+
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
16+
# MA 02110-1301, USA
1717

1818
cflags="$c_warnings $extra_flags"
1919
cxxflags="$cxx_warnings $base_cxxflags $extra_flags"

BUILD/SETUP.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2000, 2007 MySQL AB
3+
# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU Library General Public
@@ -14,8 +14,8 @@
1414
#
1515
# You should have received a copy of the GNU Library General Public
1616
# License along with this library; if not, write to the Free
17-
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18-
# MA 02111-1307, USA
17+
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
18+
# MA 02110-1301, USA
1919

2020
########################################################################
2121

BUILD/check-cpu

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2005, 2008 MySQL AB, 2009 Sun Microsystems, Inc.
3+
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
1313
#
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717

1818
#
1919
# Check cpu of current machine and find the

BUILD/compile-dist

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2004, 2006 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
3+
# Copyright (c) 2004-2008 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
4+
# Use is subject to license terms.
45
#
56
# This program is free software; you can redistribute it and/or modify
67
# it under the terms of the GNU General Public License as published by
@@ -13,7 +14,7 @@
1314
#
1415
# You should have received a copy of the GNU General Public License
1516
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1718

1819
#
1920
# This script's purpose is to update the automake/autoconf helper scripts and

BUILD/compile-pentium-icc-valgrind-max

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2005 MySQL AB
3+
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
1313
#
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717

1818
path=`dirname $0`
1919
. "$path/SETUP.sh"

BUILD/compile-pentium-mysqlfs-debug

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2001, 2002 MySQL AB
3+
# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
1313
#
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717

1818
path=`dirname $0`
1919
. "$path/SETUP.sh"

BUILD/compile-pentium-valgrind-max

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2002, 2005 MySQL AB
3+
# Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
1313
#
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717

1818
path=`dirname $0`
1919
. "$path/SETUP.sh"

BUILD/compile-pentium64-valgrind-max

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2005 MySQL AB
3+
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
1313
#
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717

1818
path=`dirname $0`
1919
. "$path/SETUP.sh"

BUILD/compile-solaris-amd64-forte

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2007 MySQL AB
3+
# Copyright (c) 2007 MySQL AB, 2008 Sun Microsystems, Inc.
4+
# Use is subject to license terms.
45
#
56
# This program is free software; you can redistribute it and/or modify
67
# it under the terms of the GNU General Public License as published by
@@ -13,7 +14,7 @@
1314
#
1415
# You should have received a copy of the GNU General Public License
1516
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1718

1819
gmake -k clean || true
1920
/bin/rm -f */.deps/*.P config.cache

BUILD/compile-solaris-amd64-forte-debug

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2007 MySQL AB
3+
# Copyright (c) 2007 MySQL AB, 2008 Sun Microsystems, Inc.
4+
# Use is subject to license terms.
45
#
56
# This program is free software; you can redistribute it and/or modify
67
# it under the terms of the GNU General Public License as published by
@@ -13,7 +14,7 @@
1314
#
1415
# You should have received a copy of the GNU General Public License
1516
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1718

1819
gmake -k clean || true
1920
/bin/rm -f */.deps/*.P config.cache

BUILD/compile-solaris-sparc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2000, 2005 MySQL AB
3+
# Copyright (c) 2000-2002, 2005-2007 MySQL AB, 2008 Sun Microsystems, Inc.
4+
# Use is subject to license terms.
45
#
56
# This program is free software; you can redistribute it and/or modify
67
# it under the terms of the GNU General Public License as published by
@@ -13,7 +14,7 @@
1314
#
1415
# You should have received a copy of the GNU General Public License
1516
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1718

1819
make -k clean || true
1920
/bin/rm -f */.deps/*.P config.cache

BUILD/compile-solaris-sparc-forte

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2001, 2005 MySQL AB
3+
# Copyright (c) 2001, 2002, 2005, 2007 MySQL AB, 2008 Sun Microsystems, Inc.
4+
# Use is subject to license terms.
45
#
56
# This program is free software; you can redistribute it and/or modify
67
# it under the terms of the GNU General Public License as published by
@@ -13,7 +14,7 @@
1314
#
1415
# You should have received a copy of the GNU General Public License
1516
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1718

1819
# Assume Forte is installed in /opt/SUNWSpro and ld is installed in
1920
# /usr/ccs/bin

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2006 MySQL AB
1+
# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

client/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (C) 2006 MySQL AB
2-
# All rights reserved. Use is subject to license terms.
1+
# Copyright (c) 2006-2008 MySQL AB, 2009 Sun Microsystems, Inc.
2+
# Use is subject to license terms.
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

client/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (C) 2000-2006 MySQL AB
2-
# All rights reserved. Use is subject to license terms.
1+
# Copyright (c) 2000-2008 MySQL AB, 2009 Sun Microsystems, Inc.
2+
# Use is subject to license terms.
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

client/client_priv.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2001-2006 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/my_readline.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2000 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/mysql.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright 2000, 2010, Oracle and/or its affiliates. All rights reserved.
1+
/*
2+
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
23
34
This program is free software; you can redistribute it and/or modify
45
it under the terms of the GNU General Public License as published by

client/mysql_upgrade.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2000 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/mysqladmin.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2000-2006 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/mysqlbinlog.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2001-2004 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/mysqlcheck.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2000 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/mysqldump.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright 2000-2008 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/mysqlimport.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (C) 2000-2006 MySQL AB, 2009 Sun Microsystems, Inc.
2-
All rights reserved. Use is subject to license terms.
1+
/*
2+
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

client/mysqlshow.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2000-2006 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/mysqlslap.c

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (C) 2005 MySQL AB, 2009 Sun Microsystems, Inc.
2-
All rights reserved. Use is subject to license terms.
1+
/*
2+
Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
@@ -13,7 +13,6 @@
1313
You should have received a copy of the GNU General Public License
1414
along with this program; if not, write to the Free Software
1515
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
16-
1716
*/
1817

1918

client/readline.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2000 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/sql_string.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2000 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

client/sql_string.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (C) 2000 MySQL AB
3-
All rights reserved. Use is subject to license terms.
2+
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published by

cmake/Makefile.am

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2+
#
3+
# This program is free software; you can redistribute it and/or modify
4+
# it under the terms of the GNU General Public License as published by
5+
# the Free Software Foundation; version 2 of the License.
6+
#
7+
# This program is distributed in the hope that it will be useful,
8+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
# GNU General Public License for more details.
11+
#
12+
# You should have received a copy of the GNU General Public License
13+
# along with this program; if not, write to the Free Software
14+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
15+
116
EXTRA_DIST = \
217
cmake_parse_arguments.cmake \
318
cpack_source_ignore_files.cmake \

cmake/abi_check.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2009 Sun Microsystems, Inc
1+
# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

cmake/bison.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2009 Sun Microsystems, Inc
1+
# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

cmake/build_configurations/mysql_release.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2010 Sun Microsystems, Inc
1+
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)