Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit a3b0618

Browse files
committed
fixed license headers:
* updated filesgpl2 file; * added missing license headers; * updated license headers years;
1 parent c722e75 commit a3b0618

File tree

7 files changed

+132
-0
lines changed

7 files changed

+132
-0
lines changed

internal/filesgpl2

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ src/test-latency.c
250250

251251
shell: tests/CMakeLists.txt
252252
tests/gtester-to-junit.xslt
253+
tests/c-api-burst.c
253254
tests/Makefile.am
254255

255256
tests/suite/base/Makefile.am
@@ -311,6 +312,16 @@ tests/suite/base/t/bug_46141-mock.lua
311312
tests/suite/base/t/bug_46141-test.lua
312313
tests/suite/base/t/bug_46141.options
313314
tests/suite/base/t/bug_46141.test
315+
tests/suite/base/t/bug_49248-mock.lua
316+
tests/suite/base/t/bug_49248-test.lua
317+
tests/suite/base/t/bug_49248.options
318+
tests/suite/base/t/bug_49248.test
319+
tests/suite/base/t/bug_55459-mock.lua
320+
tests/suite/base/t/bug_55459-test.lua
321+
tests/suite/base/t/bug_55459.options
322+
tests/suite/base/t/bug_55459.test
323+
tests/suite/base/t/bug_61998.lua
324+
tests/suite/base/t/bug_61998.test
314325
tests/suite/base/t/chain1.options
315326
tests/suite/base/t/chain1.test
316327
tests/suite/base/t/chain1a.lua
@@ -425,12 +436,14 @@ tests/unit/Makefile.am
425436
tests/unit/t_chassis_shutdown_hooks.c
426437
tests/unit/t_chassis_timings.c
427438
tests/unit/t_network_address.c
439+
tests/unit/t_network_asn1.c
428440
tests/unit/t_network_backend.c
429441
tests/unit/t_network_injection.c
430442
tests/unit/t_network_mysqld_masterinfo.c
431443
tests/unit/t_network_mysqld_packet.c
432444
tests/unit/t_network_queue.c
433445
tests/unit/t_network_socket.c
446+
tests/unit/t_network_spnego.c
434447

435448
skip: THANKS
436449
winbuild.bat

tests/c-api-burst.c

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/* $%BEGINLICENSE%$
2+
Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
3+
4+
This program is free software; you can redistribute it and/or
5+
modify it under the terms of the GNU General Public License as
6+
published by the Free Software Foundation; version 2 of the
7+
License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program; if not, write to the Free Software
16+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17+
02110-1301 USA
18+
19+
$%BEGINLICENSE%$ */
20+
121
#include <stdio.h>
222
#include <stdlib.h>
323
#include <string.h>

tests/suite/base/t/bug_55459-test.lua

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
--[[ $%BEGINLICENSE%$
2+
Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
3+
4+
This program is free software; you can redistribute it and/or
5+
modify it under the terms of the GNU General Public License as
6+
published by the Free Software Foundation; version 2 of the
7+
License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program; if not, write to the Free Software
16+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17+
02110-1301 USA
18+
19+
$%ENDLICENSE%$ --]]
20+
121
---
222
-- forward the query AS IS and add a query to the queue,
323
-- but don't mark it as "SEND_QUERY"

tests/suite/base/t/bug_61998.lua

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

tests/suite/base/t/bug_61998.test

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

323
##

tests/unit/t_network_asn1.c

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/* $%BEGINLICENSE%$
2+
Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
3+
4+
This program is free software; you can redistribute it and/or
5+
modify it under the terms of the GNU General Public License as
6+
published by the Free Software Foundation; version 2 of the
7+
License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program; if not, write to the Free Software
16+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17+
02110-1301 USA
18+
19+
$%BEGINLICENSE%$ */
20+
121
#include <stdlib.h>
222
#include <string.h>
323
#include <errno.h>

tests/unit/t_network_spnego.c

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/* $%BEGINLICENSE%$
2+
Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
3+
4+
This program is free software; you can redistribute it and/or
5+
modify it under the terms of the GNU General Public License as
6+
published by the Free Software Foundation; version 2 of the
7+
License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program; if not, write to the Free Software
16+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17+
02110-1301 USA
18+
19+
$%BEGINLICENSE%$ */
20+
121
#include <stdlib.h>
222
#include <string.h>
323
#include <errno.h>

0 commit comments

Comments
 (0)