Skip to content

Commit e3350fb

Browse files
committed
Add missing GPL to three files
mysql-cluster commit fab62c1e
1 parent 31e3194 commit e3350fb

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

jones-ndb/test/ndb-issues/create.sql

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
-- Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1+
-- Copyright (c) 2016, 2017 Oracle and/or its affiliates. All rights reserved.
2+
3+
-- This program is free software; you can redistribute it and/or
4+
-- modify it under the terms of the GNU General Public License
5+
-- as published by the Free Software Foundation; version 2 of
6+
-- 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
16+
-- 02110-1301 USA
217

318
use test;
419
DROP TABLE if EXISTS towns2;

jones-ndb/test/ndb-issues/drop.sql

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
-- Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1+
-- Copyright (c) 2016, 2017 Oracle and/or its affiliates. All rights reserved.
2+
3+
-- This program is free software; you can redistribute it and/or
4+
-- modify it under the terms of the GNU General Public License
5+
-- as published by the Free Software Foundation; version 2 of
6+
-- 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
16+
-- 02110-1301 USA
217

318
use test;
419
drop table if exists towns2;

perftest/jscrund_config-dist.js

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/* Copyright (c) 2016, 2017 Oracle and/or its affiliates. All rights reserved.
2+
3+
This program is free software; you can redistribute it and/or
4+
modify it under the terms of the GNU General Public License
5+
as published by the Free Software Foundation; version 2 of
6+
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
16+
02110-1301 USA
17+
*/
18+
119

220
/* To customize jscrund behavior, rename this file to jscrund.config and edit here.
321
Properties on the command line override these options.

0 commit comments

Comments
 (0)