Skip to content

Commit ae72636

Browse files
committed
misc: GPL License Exception Update
Change-Id: I54cb14aac5ecbac42f96ec5dbbcd3017cc6a4383
1 parent d6491ad commit ae72636

File tree

617 files changed

+5570
-5570
lines changed

Some content is hidden

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

617 files changed

+5570
-5570
lines changed

.eslintrc.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';
@@ -49,20 +49,20 @@ module.exports = {
4949
[
5050
'',
5151
{
52-
pattern: ' \\* Copyright \\(c\\)( \\d{4},)? \\d{4}, Oracle and\\/or its affiliates\\.( All rights reserved\\.)?'
52+
pattern: ' \\* Copyright \\(c\\)( \\d{4},)? \\d{4}, Oracle and\\/or its affiliates\\.'
5353
},
5454
' *',
5555
' * This program is free software; you can redistribute it and/or modify',
5656
' * it under the terms of the GNU General Public License, version 2.0, as',
5757
' * published by the Free Software Foundation.',
5858
' *',
59-
' * This program is also distributed with certain software (including',
60-
' * but not limited to OpenSSL) that is licensed under separate terms,',
61-
' * as designated in a particular file or component or in included license',
62-
' * documentation. The authors of MySQL hereby grant you an',
63-
' * additional permission to link the program and your derivative works',
64-
' * with the separately licensed software that they have included with',
65-
' * MySQL.',
59+
' * This program is designed to work with certain software (including',
60+
' * but not limited to OpenSSL) that is licensed under separate terms, as',
61+
' * designated in a particular file or component or in included license',
62+
' * documentation. The authors of MySQL hereby grant you an additional',
63+
' * permission to link the program and your derivative works with the',
64+
' * separately licensed software that they have either included with',
65+
' * the program or referenced in the documentation.',
6666
' *',
6767
' * Without limiting anything contained in the foregoing, this file,',
6868
' * which is part of MySQL Connector/Node.js, is also subject to the',
@@ -76,7 +76,7 @@ module.exports = {
7676
' *',
7777
' * You should have received a copy of the GNU General Public License',
7878
' * along with this program; if not, write to the Free Software Foundation, Inc.,',
79-
' * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA',
79+
' * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA',
8080
' '
8181
]
8282
]

benchmarks/collection-add.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';

benchmarks/collection-find.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';

benchmarks/collection-modify.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';

benchmarks/collection-remove.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';

benchmarks/get-one.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';

benchmarks/prepared-collection-find.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';

benchmarks/prepared-collection-modify.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';

benchmarks/prepared-collection-remove.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';

benchmarks/prepared-table-delete.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
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, version 2.0, as
66
* published by the Free Software Foundation.
77
*
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
12-
* additional permission to link the program and your derivative works
13-
* with the separately licensed software that they have included with
14-
* MySQL.
8+
* This program is designed to work with certain software (including
9+
* but not limited to OpenSSL) that is licensed under separate terms, as
10+
* 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 either included with
14+
* the program or referenced in the documentation.
1515
*
1616
* Without limiting anything contained in the foregoing, this file,
1717
* which is part of MySQL Connector/Node.js, is also subject to the
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copy of the GNU General Public License
2727
* along with this program; if not, write to the Free Software Foundation, Inc.,
28-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28+
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
*/
3030

3131
'use strict';

0 commit comments

Comments
 (0)