Skip to content

Commit 978e409

Browse files
License Updates: Fixed Created Date
Updating copy/pasta mistake of created date.
1 parent 2d89584 commit 978e409

19 files changed

+19
-19
lines changed

src/main/java/org/owasp/esapi/logging/java/JavaLogBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515
package org.owasp.esapi.logging.java;
1616

src/main/java/org/owasp/esapi/logging/java/JavaLogBridgeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515

1616
package org.owasp.esapi.logging.java;

src/main/java/org/owasp/esapi/logging/java/JavaLogFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515
package org.owasp.esapi.logging.java;
1616

src/main/java/org/owasp/esapi/logging/java/JavaLogLevelHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515
package org.owasp.esapi.logging.java;
1616

src/main/java/org/owasp/esapi/logging/java/JavaLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515
package org.owasp.esapi.logging.java;
1616

src/main/java/org/owasp/esapi/logging/log4j/Log4JLogBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515
package org.owasp.esapi.logging.log4j;
1616

src/main/java/org/owasp/esapi/logging/log4j/Log4JLogBridgeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515

1616
package org.owasp.esapi.logging.log4j;

src/main/java/org/owasp/esapi/logging/log4j/Log4JLogFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515
package org.owasp.esapi.logging.log4j;
1616

src/main/java/org/owasp/esapi/logging/log4j/Log4JLogLevelHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515
package org.owasp.esapi.logging.log4j;
1616

src/main/java/org/owasp/esapi/logging/log4j/Log4JLogLevelHandlers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The ESAPI is published by OWASP under the BSD license. You should read and accept the
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*
13-
* @created 2018
13+
* @created 2019
1414
*/
1515

1616
package org.owasp.esapi.logging.log4j;

0 commit comments

Comments
 (0)