Skip to content

Commit 137ef2c

Browse files
committed
The main license is now BSD 2-Clause
1 parent 442c5a8 commit 137ef2c

File tree

11 files changed

+20
-23
lines changed

11 files changed

+20
-23
lines changed

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/agent/net/DefaultUserAgentTest.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.agent.net;
1313

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

junit/io/sf/carte/doc/agent/net/MockUserAgent.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.agent.net;
1313

1414
import java.io.IOException;

junit/io/sf/carte/doc/agent/net/OriginPolicyTest.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.agent.net;
1313

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

junit/io/sf/carte/doc/agent/net/WrapperUserAgentTest.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.agent.net;
1313

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

src/io/sf/carte/doc/agent/net/DefaultOriginPolicy.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.agent.net;
1313

1414
import java.io.BufferedReader;

src/io/sf/carte/doc/agent/net/DefaultUserAgent.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.agent.net;
1313

1414
import java.io.IOException;

src/io/sf/carte/doc/agent/net/DownloadListener.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.agent.net;
1313

1414
import io.sf.carte.doc.style.css.CSSDocument;

src/io/sf/carte/doc/agent/net/ResourceAgent.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.agent.net;
1313

1414
/**

src/io/sf/carte/doc/agent/net/ResourceDownloader.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.agent.net;
1313

1414
import java.io.IOException;

0 commit comments

Comments
 (0)