Skip to content

Commit 636fcbf

Browse files
committed
BSD 2-Clause is now the main license
1 parent 53bd73d commit 636fcbf

42 files changed

Lines changed: 80 additions & 83 deletions

Some content is hidden

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

LICENSE.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
* 2. Redistributions in binary form must reproduce the above copyright
1111
* notice, this list of conditions and the following disclaimer in the
1212
* documentation and/or other materials provided with the distribution.
13-
* 3. Neither the name of the copyright owner nor the names of
14-
* contributors may be used to endorse or promote products derived
15-
* from this software without specific prior written permission.
1613
*
1714
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND
1815
* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,

buildSrc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2020-2026, Carlos Amengual.
44
5-
SPDX-License-Identifier: BSD-3-Clause
6-
75
Licensed under a BSD-style License. You can find the license here:
86
https://css4j.github.io/LICENSE.txt
97
108
*/
119

10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
11+
1212
plugins {
1313
// Support convention plugins written in Groovy.
1414
id 'groovy-gradle-plugin'

buildSrc/src/main/groovy/io.sf.carte.java-conventions.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
33
Copyright (c) 2020-2026, Carlos Amengual.
44
5-
SPDX-License-Identifier: BSD-3-Clause
6-
75
Licensed under a BSD-style License. You can find the license here:
86
https://css4j.github.io/LICENSE.txt
97

carte-jmh/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
2+
13
plugins {
24
id 'io.sf.carte.java-conventions'
35
}

carte-jmh/src/io/sf/carte/report/jmh/BenchmarkChartWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2020-2026, Carlos Amengual.
44
5-
SPDX-License-Identifier: BSD-3-Clause
6-
75
Licensed under a BSD-style License. You can find the license here:
86
https://css4j.github.io/LICENSE.txt
97
108
*/
119

10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
11+
1212
package io.sf.carte.report.jmh;
1313

1414
import java.io.File;

carte-jmh/src/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2020-2026, Carlos Amengual.
44
5-
SPDX-License-Identifier: BSD-3-Clause
6-
75
Licensed under a BSD-style License. You can find the license here:
86
https://css4j.github.io/LICENSE.txt
97
108
*/
119

10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
11+
1212
/**
1313
* Automated generation of charts from JMH benchmarks.
1414
* <p>

carte/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2020-2026, Carlos Amengual.
44
5-
SPDX-License-Identifier: BSD-3-Clause
6-
75
Licensed under a BSD-style License. You can find the license here:
86
https://css4j.github.io/LICENSE.txt
97
108
*/
119

10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
11+
1212
plugins {
1313
id 'io.sf.carte.java-conventions'
1414
}

carte/junit/io/sf/carte/chart/SVGHelperTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2020-2026, Carlos Amengual.
44
5-
SPDX-License-Identifier: BSD-3-Clause
6-
75
Licensed under a BSD-style License. You can find the license here:
86
https://css4j.github.io/LICENSE.txt
97
108
*/
119

10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
11+
1212
package io.sf.carte.chart;
1313

1414
import static org.junit.jupiter.api.Assertions.assertEquals;

carte/src/io/sf/carte/chart/AbstractChartRenderer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2020-2026, Carlos Amengual.
44
5-
SPDX-License-Identifier: BSD-3-Clause
6-
75
Licensed under a BSD-style License. You can find the license here:
86
https://css4j.github.io/LICENSE.txt
97
108
*/
119

10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
11+
1212
package io.sf.carte.chart;
1313

1414
import org.w3c.dom.Node;

carte/src/io/sf/carte/chart/BarChartInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2020-2026, Carlos Amengual.
44
5-
SPDX-License-Identifier: BSD-3-Clause
6-
75
Licensed under a BSD-style License. You can find the license here:
86
https://css4j.github.io/LICENSE.txt
97
108
*/
119

10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
11+
1212
package io.sf.carte.chart;
1313

1414
import io.sf.carte.report.DiscreteDataList;

0 commit comments

Comments
 (0)