Skip to content

Commit 355031e

Browse files
committed
Updated/added copyright headers
--BZR-- revision-id: [email protected] property-branch-nick: mysql-5.5 testament3-sha1: 134c7954115165c1d25ace8cec0e95d18f630207
2 parents 7ef6901 + e7d6f2e commit 355031e

File tree

845 files changed

+2655
-1371
lines changed

Some content is hidden

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

845 files changed

+2655
-1371
lines changed

BUILD-CMAKE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Copyright (c) 2009, 2010 Sun Microsystems, Inc.
2+
13
How to Build MySQL server with CMake
24

35
WHAT YOU NEED

BUILD/FINISH.sh

Lines changed: 3 additions & 3 deletions
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/autorun.sh

Lines changed: 3 additions & 3 deletions
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
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
# Create MySQL cmake configure wrapper
2121

BUILD/build_mccge.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2008, 2011, 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
die()
2121
{

BUILD/check-cpu

Lines changed: 2 additions & 2 deletions
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/cmake_configure.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2009, 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
# Ensure cmake and perl are there
2121
cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no

BUILD/compile-dist

Lines changed: 3 additions & 2 deletions
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-2010 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-ia64-debug-max

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2001, 2005 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
gmake -k maintainer-clean || true
1919
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache

BUILD/compile-pentium-debug

Lines changed: 2 additions & 2 deletions
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 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-debug-max

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# Copyright (C) 2001, 2007 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"

0 commit comments

Comments
 (0)