Skip to content

Commit 14b2a1d

Browse files
committed
Add missing clause to GPL headers
Change-Id: I80f26ca749f556366f029a421fb2ec85a924b7ed
1 parent f776323 commit 14b2a1d

File tree

15 files changed

+150
-45
lines changed

15 files changed

+150
-45
lines changed

mysql-test/lib/My/Exec.pm

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
# Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
33
#
44
# 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.
5+
# it under the terms of the GNU General Public License, version 2.0,
6+
# as published by the Free Software Foundation.
7+
#
8+
# This program is also distributed with certain software (including
9+
# but not limited to OpenSSL) that is licensed under separate terms,
10+
# as designated in a particular file or component or in included license
11+
# documentation. The authors of MySQL hereby grant you an additional
12+
# permission to link the program and your derivative works with the
13+
# separately licensed software that they have included with MySQL.
714
#
815
# This program is distributed in the hope that it will be useful,
916
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1017
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
18+
# GNU General Public License, version 2.0, for more details.
1219
#
1320
# You should have received a copy of the GNU General Public License
1421
# along with this program; if not, write to the Free Software

sql/ndb_binlog_thread.cc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
33
44
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.
5+
it under the terms of the GNU General Public License, version 2.0,
6+
as published by the Free Software Foundation.
7+
8+
This program is also distributed with certain software (including
9+
but not limited to OpenSSL) that is licensed under separate terms,
10+
as designated in a particular file or component or in included license
11+
documentation. The authors of MySQL hereby grant you an additional
12+
permission to link the program and your derivative works with the
13+
separately licensed software that they have included with MySQL.
714
815
This program is distributed in the hope that it will be useful,
916
but WITHOUT ANY WARRANTY; without even the implied warranty of
1017
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU General Public License for more details.
18+
GNU General Public License, version 2.0, for more details.
1219
1320
You should have received a copy of the GNU General Public License
1421
along with this program; if not, write to the Free Software

sql/ndb_binlog_thread.h

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
33
44
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.
5+
it under the terms of the GNU General Public License, version 2.0,
6+
as published by the Free Software Foundation.
7+
8+
This program is also distributed with certain software (including
9+
but not limited to OpenSSL) that is licensed under separate terms,
10+
as designated in a particular file or component or in included license
11+
documentation. The authors of MySQL hereby grant you an additional
12+
permission to link the program and your derivative works with the
13+
separately licensed software that they have included with MySQL.
714
815
This program is distributed in the hope that it will be useful,
916
but WITHOUT ANY WARRANTY; without even the implied warranty of
1017
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU General Public License for more details.
18+
GNU General Public License, version 2.0, for more details.
1219
1320
You should have received a copy of the GNU General Public License
1421
along with this program; if not, write to the Free Software

sql/ndb_log.cc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
33
44
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.
5+
it under the terms of the GNU General Public License, version 2.0,
6+
as published by the Free Software Foundation.
7+
8+
This program is also distributed with certain software (including
9+
but not limited to OpenSSL) that is licensed under separate terms,
10+
as designated in a particular file or component or in included license
11+
documentation. The authors of MySQL hereby grant you an additional
12+
permission to link the program and your derivative works with the
13+
separately licensed software that they have included with MySQL.
714
815
This program is distributed in the hope that it will be useful,
916
but WITHOUT ANY WARRANTY; without even the implied warranty of
1017
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU General Public License for more details.
18+
GNU General Public License, version 2.0, for more details.
1219
1320
You should have received a copy of the GNU General Public License
1421
along with this program; if not, write to the Free Software

sql/ndb_log.h

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
33
44
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.
5+
it under the terms of the GNU General Public License, version 2.0,
6+
as published by the Free Software Foundation.
7+
8+
This program is also distributed with certain software (including
9+
but not limited to OpenSSL) that is licensed under separate terms,
10+
as designated in a particular file or component or in included license
11+
documentation. The authors of MySQL hereby grant you an additional
12+
permission to link the program and your derivative works with the
13+
separately licensed software that they have included with MySQL.
714
815
This program is distributed in the hope that it will be useful,
916
but WITHOUT ANY WARRANTY; without even the implied warranty of
1017
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU General Public License for more details.
18+
GNU General Public License, version 2.0, for more details.
1219
1320
You should have received a copy of the GNU General Public License
1421
along with this program; if not, write to the Free Software

sql/ndb_tdc.cc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
33
44
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.
5+
it under the terms of the GNU General Public License, version 2.0,
6+
as published by the Free Software Foundation.
7+
8+
This program is also distributed with certain software (including
9+
but not limited to OpenSSL) that is licensed under separate terms,
10+
as designated in a particular file or component or in included license
11+
documentation. The authors of MySQL hereby grant you an additional
12+
permission to link the program and your derivative works with the
13+
separately licensed software that they have included with MySQL.
714
815
This program is distributed in the hope that it will be useful,
916
but WITHOUT ANY WARRANTY; without even the implied warranty of
1017
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU General Public License for more details.
18+
GNU General Public License, version 2.0, for more details.
1219
1320
You should have received a copy of the GNU General Public License
1421
along with this program; if not, write to the Free Software

sql/ndb_tdc.h

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
33
44
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.
5+
it under the terms of the GNU General Public License, version 2.0,
6+
as published by the Free Software Foundation.
7+
8+
This program is also distributed with certain software (including
9+
but not limited to OpenSSL) that is licensed under separate terms,
10+
as designated in a particular file or component or in included license
11+
documentation. The authors of MySQL hereby grant you an additional
12+
permission to link the program and your derivative works with the
13+
separately licensed software that they have included with MySQL.
714
815
This program is distributed in the hope that it will be useful,
916
but WITHOUT ANY WARRANTY; without even the implied warranty of
1017
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU General Public License for more details.
18+
GNU General Public License, version 2.0, for more details.
1219
1320
You should have received a copy of the GNU General Public License
1421
along with this program; if not, write to the Free Software

storage/ndb/cmake/ndb_show_patches.cmake

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
22
#
33
# 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.
4+
# it under the terms of the GNU General Public License, version 2.0,
5+
# as published by the Free Software Foundation.
6+
#
7+
# This program is also distributed with certain software (including
8+
# but not limited to OpenSSL) that is licensed under separate terms,
9+
# as designated in a particular file or component or in included license
10+
# documentation. The authors of MySQL hereby grant you an additional
11+
# permission to link the program and your derivative works with the
12+
# separately licensed software that they have included with MySQL.
613
#
714
# This program is distributed in the hope that it will be useful,
815
# but WITHOUT ANY WARRANTY; without even the implied warranty of
916
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10-
# GNU General Public License for more details.
17+
# GNU General Public License, version 2.0, for more details.
1118
#
1219
# You should have received a copy of the GNU General Public License
1320
# along with this program; if not, write to the Free Software

storage/ndb/count-disabled

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; version 2 of the License.
6+
# it under the terms of the GNU General Public License, version 2.0,
7+
# as published by the Free Software Foundation.
8+
#
9+
# This program is also distributed with certain software (including
10+
# but not limited to OpenSSL) that is licensed under separate terms,
11+
# as designated in a particular file or component or in included license
12+
# documentation. The authors of MySQL hereby grant you an additional
13+
# permission to link the program and your derivative works with the
14+
# separately licensed software that they have included with MySQL.
815
#
916
# This program is distributed in the hope that it will be useful,
1017
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1118
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU General Public License for more details.
19+
# GNU General Public License, version 2.0, for more details.
1320
#
1421
# You should have received a copy of the GNU General Public License
1522
# along with this program; if not, write to the Free Software

storage/ndb/diff-cluster

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; version 2 of the License.
6+
# it under the terms of the GNU General Public License, version 2.0,
7+
# as published by the Free Software Foundation.
8+
#
9+
# This program is also distributed with certain software (including
10+
# but not limited to OpenSSL) that is licensed under separate terms,
11+
# as designated in a particular file or component or in included license
12+
# documentation. The authors of MySQL hereby grant you an additional
13+
# permission to link the program and your derivative works with the
14+
# separately licensed software that they have included with MySQL.
815
#
916
# This program is distributed in the hope that it will be useful,
1017
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1118
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU General Public License for more details.
19+
# GNU General Public License, version 2.0, for more details.
1320
#
1421
# You should have received a copy of the GNU General Public License
1522
# along with this program; if not, write to the Free Software

0 commit comments

Comments
 (0)