Skip to content

Commit 0f03af6

Browse files
committed
Updated/added copyright headers
2 parents 9da00eb + bc9f870 commit 0f03af6

File tree

140 files changed

+3201
-1574
lines changed

Some content is hidden

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

140 files changed

+3201
-1574
lines changed

cmake/configurable_file_content.in

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
# Copyright (c) 2009 Sun Microsystems, Inc.
2-
# Use is subject to license terms.
3-
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
7-
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
16-
171
@CMAKE_CONFIGURABLE_FILE_CONTENT@

extra/innochecksum.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (c) 2005-2007 MySQL AB, 2009 Sun Microsystems, Inc.
3-
Use is subject to license terms.
2+
Copyright (c) 2005, 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

extra/perror.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright (c) 2000, 2011, 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
@@ -64,7 +65,8 @@ static struct my_option my_long_options[] =
6465
&ndb_code, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
6566
#endif
6667
#ifdef HAVE_SYS_ERRLIST
67-
{"all", 'a', "Print all the error messages and the number.",
68+
{"all", 'a', "Print all the error messages and the number. Deprecated,"
69+
" will be removed in a future release.",
6870
&print_all_codes, &print_all_codes, 0, GET_BOOL, NO_ARG,
6971
0, 0, 0, 0, 0, 0},
7072
#endif
@@ -295,6 +297,8 @@ int main(int argc,char *argv[])
295297
if (print_all_codes)
296298
{
297299
HA_ERRORS *ha_err_ptr;
300+
printf("WARNING: option '-a/--all' is deprecated and will be removed in a"
301+
" future release.\n");
298302
for (code=1 ; code < sys_nerr ; code++)
299303
{
300304
if (sys_errlist[code] && sys_errlist[code][0])

extra/replace.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright (c) 2000, 2011, 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
45
modify it under the terms of the GNU General Public License

extra/yassl/src/yassl_error.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright (c) 2005-2007 MySQL AB, 2008, 2010 Sun Microsystems, Inc.
3-
Use is subject to license terms.
2+
Copyright (c) 2005, 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
@@ -129,7 +128,7 @@ void SetErrorString(unsigned long error, char* buffer)
129128
break;
130129

131130
case badVersion_error :
132-
strncpy(buffer, "protocl version mismatch", max);
131+
strncpy(buffer, "protocol version mismatch", max);
133132
break;
134133

135134
case compress_error :

include/heap.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
2-
reserved
1+
/*
2+
Copyright (c) 2000, 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
@@ -12,7 +12,8 @@
1212
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
15-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
15+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
16+
*/
1617

1718
/* This file should be included when using heap_database_functions */
1819
/* Author: Michael Widenius */

include/m_string.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright (c) 2000, 2011, 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

include/my_bit.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
1+
/*
2+
Copyright (c) 2007, 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

include/my_bitmap.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
1+
/*
2+
Copyright (c) 2001, 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

include/my_getopt.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
1+
/*
2+
Copyright (c) 2002, 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

0 commit comments

Comments
 (0)