Skip to content

Commit 570347d

Browse files
committed
The main license is now BSD 2-Clause
1 parent 693b9b2 commit 570347d

6 files changed

Lines changed: 10 additions & 13 deletions

File tree

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,

junit/io/sf/carte/doc/style/css/awt/AWTHelperTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2005-2025, 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.doc.style.css.awt;
1313

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

junit/io/sf/carte/doc/style/css/awt/AWTStyleDatabaseTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2005-2025, 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.doc.style.css.awt;
1313

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

src/io/sf/carte/doc/style/css/awt/AWTHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2005-2025, 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.doc.style.css.awt;
1313

1414
import java.awt.Color;

src/io/sf/carte/doc/style/css/awt/AWTStyleDatabase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
Copyright (c) 2005-2025, 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.doc.style.css.awt;
1313

1414
import java.awt.Font;

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) 2005-2025, 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
* AWT utilities for CSS4J.
1414
*/

0 commit comments

Comments
 (0)