Skip to content

Commit 1400d7a

Browse files
committed
Updated/added copyright headers
2 parents f027f94 + e5ce023 commit 1400d7a

629 files changed

Lines changed: 2975 additions & 1190 deletions

File tree

Some content is hidden

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

BUILD/FINISH.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (C) 2000, 2005 MySQL AB, 2008 Sun Microsystems, Inc.
1+
# Copyright (c) 2000-2007 MySQL AB, 2008 Sun Microsystems, Inc.
2+
# Use is subject to license terms.
23
#
34
# This program is free software; you can redistribute it and/or
45
# modify it under the terms of the GNU Library General Public
@@ -12,8 +13,8 @@
1213
#
1314
# You should have received a copy of the GNU Library General Public
1415
# 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
16+
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
17+
# MA 02110-1301, USA
1718

1819
cflags="$c_warnings $extra_flags"
1920
cxxflags="$cxx_warnings $base_cxxflags $extra_flags"

BUILD/SETUP.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) 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

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/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, 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

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 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

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, 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

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) 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

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 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

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) 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

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) 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

0 commit comments

Comments
 (0)