Skip to content

Commit 91ed319

Browse files
committed
The main license is now BSD 2-clause
1 parent 378c3f5 commit 91ed319

23 files changed

+22
-25
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,

src/main/java/io/sf/carte/uparser/CommentRemovalHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
*/
99

10-
// SPDX-License-Identifier: BSD-3-Clause
10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
1111

1212
package io.sf.carte.uparser;
1313

src/main/java/io/sf/carte/uparser/ContentHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
*/
99

10-
// SPDX-License-Identifier: BSD-3-Clause
10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
1111

1212
package io.sf.carte.uparser;
1313

src/main/java/io/sf/carte/uparser/ControlHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
*/
99

10-
// SPDX-License-Identifier: BSD-3-Clause
10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
1111

1212
package io.sf.carte.uparser;
1313

src/main/java/io/sf/carte/uparser/LocatorAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
*/
99

10-
// SPDX-License-Identifier: BSD-3-Clause
10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
1111

1212
package io.sf.carte.uparser;
1313

src/main/java/io/sf/carte/uparser/MinificationHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
*/
99

10-
// SPDX-License-Identifier: BSD-3-Clause
10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
1111

1212
package io.sf.carte.uparser;
1313

src/main/java/io/sf/carte/uparser/SmallWhitelistCharacterCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
*/
99

10-
// SPDX-License-Identifier: BSD-3-Clause
10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
1111

1212
package io.sf.carte.uparser;
1313

src/main/java/io/sf/carte/uparser/TokenControl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
*/
99

10-
// SPDX-License-Identifier: BSD-3-Clause
10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
1111

1212
package io.sf.carte.uparser;
1313

src/main/java/io/sf/carte/uparser/TokenErrorHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
*/
99

10-
// SPDX-License-Identifier: BSD-3-Clause
10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
1111

1212
package io.sf.carte.uparser;
1313

src/main/java/io/sf/carte/uparser/TokenHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
*/
99

10-
// SPDX-License-Identifier: BSD-3-Clause
10+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
1111

1212
package io.sf.carte.uparser;
1313

0 commit comments

Comments
 (0)