Skip to content

Commit 66400c3

Browse files
committed
misc - changing header to SPDX-License-Identifier
reducing legal boilerplate in every source file header to just 3 lines.
1 parent 0d52b6c commit 66400c3

File tree

282 files changed

+925
-4648
lines changed

Some content is hidden

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

282 files changed

+925
-4648
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,8 @@ install:
3232
source connector-test-machine/launch.sh -t "$srv" -v "$v" -d testj -n 0 -l "$local" -p "$packet"
3333
;;
3434
esac
35+
3536
jobs:
36-
fast_finish: true
37-
allow_failures:
38-
- env: srv=skysql
39-
- env: srv=skysql-ha
40-
- env: srv=mariadb-es v=10.5
4137
include:
4238
- env: srv=skysql
4339
- env: srv=skysql-ha
@@ -63,5 +59,5 @@ script:
6359
- if [ -z "$BENCH" ] ; then MAVEN_SKIP_RC=true MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512m" mvn test -DjobId=${TRAVIS_JOB_ID}; fi
6460

6561

66-
after_success:
62+
after_script:
6763
- bash <(curl -s https://codecov.io/bash)

pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
<!--
2-
~
3-
~ MariaDB Client for Java
4-
~
5-
~ Copyright (c) 2012-2014 Monty Program Ab.
6-
~ Copyright (c) 2015-2020 MariaDB Corporation Ab.
7-
~
8-
~ This library is free software; you can redistribute it and/or modify it under
9-
~ the terms of the GNU Lesser General Public License as published by the Free
10-
~ Software Foundation; either version 2.1 of the License, or (at your option)
11-
~ any later version.
12-
~
13-
~ This library is distributed in the hope that it will be useful, but
14-
~ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15-
~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
16-
~ for more details.
17-
~
18-
~ You should have received a copy of the GNU Lesser General Public License along
19-
~ with this library; if not, write to Monty Program Ab info@montyprogram.com.
20-
~
21-
~ This particular MariaDB Client for Java file is work
22-
~ derived from a Drizzle-JDBC. Drizzle-JDBC file which is covered by subject to
23-
~ the following copyright and notice provisions:
24-
~
25-
~
26-
-->
27-
28-
291
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
302
xmlns="http://maven.apache.org/POM/4.0.0"
313
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

src/benchmark/java/org/mariadb/jdbc/Common.java

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
/*
2-
* MariaDB Client for Java
3-
*
4-
* Copyright (c) 2012-2014 Monty Program Ab.
5-
* Copyright (c) 2015-2020 MariaDB Corporation Ab.
6-
*
7-
* This library is free software; you can redistribute it and/or modify it under
8-
* the terms of the GNU Lesser General Public License as published by the Free
9-
* Software Foundation; either version 2.1 of the License, or (at your option)
10-
* any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License along
18-
* with this library; if not, write to Monty Program Ab info@montyprogram.com.
19-
*
20-
*/
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
2+
// Copyright (c) 2012-2014 Monty Program Ab
3+
// Copyright (c) 2015-2021 MariaDB Corporation Ab
214

225
package org.mariadb.jdbc;
236

src/benchmark/java/org/mariadb/jdbc/Select_1.java

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
/*
2-
* MariaDB Client for Java
3-
*
4-
* Copyright (c) 2012-2014 Monty Program Ab.
5-
* Copyright (c) 2015-2020 MariaDB Corporation Ab.
6-
*
7-
* This library is free software; you can redistribute it and/or modify it under
8-
* the terms of the GNU Lesser General Public License as published by the Free
9-
* Software Foundation; either version 2.1 of the License, or (at your option)
10-
* any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License along
18-
* with this library; if not, write to Monty Program Ab info@montyprogram.com.
19-
*
20-
*/
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
2+
// Copyright (c) 2012-2014 Monty Program Ab
3+
// Copyright (c) 2015-2021 MariaDB Corporation Ab
214

225
package org.mariadb.jdbc;
236

src/benchmark/java/org/mariadb/jdbc/Select_10000_Rows.java

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
/*
2-
* MariaDB Client for Java
3-
*
4-
* Copyright (c) 2012-2014 Monty Program Ab.
5-
* Copyright (c) 2015-2020 MariaDB Corporation Ab.
6-
*
7-
* This library is free software; you can redistribute it and/or modify it under
8-
* the terms of the GNU Lesser General Public License as published by the Free
9-
* Software Foundation; either version 2.1 of the License, or (at your option)
10-
* any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License along
18-
* with this library; if not, write to Monty Program Ab info@montyprogram.com.
19-
*
20-
*/
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
2+
// Copyright (c) 2012-2014 Monty Program Ab
3+
// Copyright (c) 2015-2021 MariaDB Corporation Ab
214

225
package org.mariadb.jdbc;
236

src/benchmark/java/org/mariadb/jdbc/Select_1000_params.java

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
/*
2-
* MariaDB Client for Java
3-
*
4-
* Copyright (c) 2012-2014 Monty Program Ab.
5-
* Copyright (c) 2015-2020 MariaDB Corporation Ab.
6-
*
7-
* This library is free software; you can redistribute it and/or modify it under
8-
* the terms of the GNU Lesser General Public License as published by the Free
9-
* Software Foundation; either version 2.1 of the License, or (at your option)
10-
* any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License along
18-
* with this library; if not, write to Monty Program Ab info@montyprogram.com.
19-
*
20-
*/
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
2+
// Copyright (c) 2012-2014 Monty Program Ab
3+
// Copyright (c) 2015-2021 MariaDB Corporation Ab
214

225
package org.mariadb.jdbc;
236

src/benchmark/java/org/mariadb/jdbc/Select_1_user.java

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
/*
2-
* MariaDB Client for Java
3-
*
4-
* Copyright (c) 2012-2014 Monty Program Ab.
5-
* Copyright (c) 2015-2020 MariaDB Corporation Ab.
6-
*
7-
* This library is free software; you can redistribute it and/or modify it under
8-
* the terms of the GNU Lesser General Public License as published by the Free
9-
* Software Foundation; either version 2.1 of the License, or (at your option)
10-
* any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License along
18-
* with this library; if not, write to Monty Program Ab info@montyprogram.com.
19-
*
20-
*/
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
2+
// Copyright (c) 2012-2014 Monty Program Ab
3+
// Copyright (c) 2015-2021 MariaDB Corporation Ab
214

225
package org.mariadb.jdbc;
236

src/main/java/org/mariadb/jdbc/BaseCallableStatement.java

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
/*
2-
* MariaDB Client for Java
3-
*
4-
* Copyright (c) 2012-2014 Monty Program Ab.
5-
* Copyright (c) 2015-2020 MariaDB Corporation Ab.
6-
*
7-
* This library is free software; you can redistribute it and/or modify it under
8-
* the terms of the GNU Lesser General Public License as published by the Free
9-
* Software Foundation; either version 2.1 of the License, or (at your option)
10-
* any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License along
18-
* with this library; if not, write to Monty Program Ab info@montyprogram.com.
19-
*
20-
*/
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
2+
// Copyright (c) 2012-2014 Monty Program Ab
3+
// Copyright (c) 2015-2021 MariaDB Corporation Ab
214

225
package org.mariadb.jdbc;
236

src/main/java/org/mariadb/jdbc/BasePreparedStatement.java

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
/*
2-
* MariaDB Client for Java
3-
*
4-
* Copyright (c) 2012-2014 Monty Program Ab.
5-
* Copyright (c) 2015-2020 MariaDB Corporation Ab.
6-
*
7-
* This library is free software; you can redistribute it and/or modify it under
8-
* the terms of the GNU Lesser General Public License as published by the Free
9-
* Software Foundation; either version 2.1 of the License, or (at your option)
10-
* any later version.
11-
*
12-
* This library is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License along
18-
* with this library; if not, write to Monty Program Ab info@montyprogram.com.
19-
*
20-
*/
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
2+
// Copyright (c) 2012-2014 Monty Program Ab
3+
// Copyright (c) 2015-2021 MariaDB Corporation Ab
214

225
package org.mariadb.jdbc;
236

src/main/java/org/mariadb/jdbc/CallableParameterMetaData.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
2+
// Copyright (c) 2012-2014 Monty Program Ab
3+
// Copyright (c) 2015-2021 MariaDB Corporation Ab
4+
15
package org.mariadb.jdbc;
26

37
import java.math.BigDecimal;

0 commit comments

Comments
 (0)