Skip to content

Commit c84e7d8

Browse files
committedJan 5, 2024
update license in some old files not part of the ditributed binary
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent dc2fbb6 commit c84e7d8

11 files changed

+110
-33
lines changed
 

‎logback-classic/performance/src/java/ch/qos/logback/classic/LoggerCreation.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
/**
2-
* LOGBack: the reliable, fast and flexible logging library for Java.
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2024, QOS.ch. All rights reserved.
34
*
4-
* Copyright (C) 1999-2005, QOS.ch, LOGBack.com
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
58
*
6-
* This library is free software, you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public License as
8-
* published by the Free Software Foundation.
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
913
*/
1014
package ch.qos.logback.classic;
1115

‎logback-classic/performance/src/java/ch/qos/logback/classic/LoggerEventCreationTest.java

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/**
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
4+
*
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
8+
*
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
13+
*/
114
package ch.qos.logback.classic;
215

316
import org.slf4j.LoggerFactory;

‎logback-classic/performance/src/java/ch/qos/logback/classic/RetreivalOfExistingLoggerSpeed.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
/**
2-
* LOGBack: the reliable, fast and flexible logging library for Java.
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
34
*
4-
* Copyright (C) 1999-2005, QOS.ch, LOGBack.com
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
58
*
6-
* This library is free software, you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public License as
8-
* published by the Free Software Foundation.
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
913
*/
1014
package ch.qos.logback.classic;
1115

‎logback-classic/performance/src/java/ch/qos/logback/classic/SpeedOfDisabledDebug.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
/**
2-
* LOGBack: the reliable, fast and flexible logging library for Java.
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
34
*
4-
* Copyright (C) 1999-2005, QOS.ch, LOGBack.com
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
58
*
6-
* This library is free software, you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public License as
8-
* published by the Free Software Foundation.
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
913
*/
1014
package ch.qos.logback.classic;
1115

‎logback-classic/performance/src/java/ch/qos/logback/classic/pattern/ClassNameAbbreviatorSpeed.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
/**
2-
* LOGBack: the reliable, fast and flexible logging library for Java.
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
34
*
4-
* Copyright (C) 1999-2006, QOS.ch
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
58
*
6-
* This library is free software, you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public License as
8-
* published by the Free Software Foundation.
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
913
*/
1014
package ch.qos.logback.classic.pattern;
1115

‎logback-classic/performance/src/java/ch/qos/logback/classic/pattern/WriteSpeed.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
/**
2-
* LOGBack: the reliable, fast and flexible logging library for Java.
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
34
*
4-
* Copyright (C) 1999-2005, QOS.ch, LOGBack.com
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
58
*
6-
* This library is free software, you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public License as
8-
* published by the Free Software Foundation.
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
913
*/
1014
package ch.qos.logback.classic.pattern;
1115

‎logback-classic/performance/src/java/ch/qos/logback/reflect/Fruit.java

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/**
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
4+
*
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
8+
*
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
13+
*/
114
package ch.qos.logback.reflect;
215

316
public class Fruit {

‎logback-classic/performance/src/java/ch/qos/logback/reflect/JEXLTest.java

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/**
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
4+
*
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
8+
*
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
13+
*/
114
package ch.qos.logback.reflect;
215

316
import org.apache.commons.jexl.Expression;

‎logback-classic/performance/src/java/ch/qos/logback/reflect/JaninoTest.java

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/**
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
4+
*
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
8+
*
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
13+
*/
114
package ch.qos.logback.reflect;
215

316
import org.codehaus.janino.ExpressionEvaluator;

‎logback-classic/performance/src/java/ch/qos/logback/reflect/ReflectionSpeed.java

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/**
2+
* Logback: the reliable, generic, fast and flexible logging framework.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
4+
*
5+
* This program and the accompanying materials are dual-licensed under
6+
* either the terms of the Eclipse Public License v1.0 as published by
7+
* the Eclipse Foundation
8+
*
9+
* or (per the licensee's choosing)
10+
*
11+
* under the terms of the GNU Lesser General Public License version 2.1
12+
* as published by the Free Software Foundation.
13+
*/
114
package ch.qos.logback.reflect;
215

316
import java.lang.reflect.InvocationTargetException;

‎logback-core/src/test/input/compress3.copy

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
2-
LOGBack: the generic, reliable, fast and flexible logging framework.
3-
4-
Copyright (C) 1999-2006, QOS.ch
5-
6-
This library is free software, you can redistribute it and/or modify it under
7-
the terms of the GNU Lesser General Public License as published by the Free
8-
Software Foundation.
91
<?xml version="1.0"?>
102
<document>
113

0 commit comments

Comments
 (0)