From 1235df186c4d80d069aad72d60a15c92dc42e3c7 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 14 Jun 2015 16:22:50 -0400 Subject: [PATCH] Set the license headers to be updated automatically even if already existing. Also updated license headers throughout sources. --- pom.xml | 2 +- .../java/com/syncleus/maven/plugins/mongodb/PortUtils.java | 5 ++--- .../com/syncleus/maven/plugins/mongodb/StartMongoMojo.java | 5 ++--- .../com/syncleus/maven/plugins/mongodb/StopMongoMojo.java | 5 ++--- .../maven/plugins/mongodb/log/FileOutputStreamProcessor.java | 5 ++--- .../java/com/syncleus/maven/plugins/mongodb/log/Loggers.java | 5 ++--- .../maven/plugins/mongodb/log/NoopStreamProcessor.java | 5 ++--- .../com/syncleus/maven/plugins/mongodb/PortUtilsTest.java | 4 ++-- .../java/com/syncleus/maven/plugins/mongodb/MongoIT.java | 4 ++-- 9 files changed, 17 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 7c25a97..56fa8da 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ <aggregate>true</aggregate> <encoding>UTF-8</encoding> <failIfMissing>true</failIfMissing> - <skipExistingHeaders>true</skipExistingHeaders> + <skipExistingHeaders>false</skipExistingHeaders> <includes> <include>**/src/main/java/**</include> <include>**/src/test/java/**</include> diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/PortUtils.java b/src/main/java/com/syncleus/maven/plugins/mongodb/PortUtils.java index 67a04de..02fc872 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/PortUtils.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/PortUtils.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/StartMongoMojo.java b/src/main/java/com/syncleus/maven/plugins/mongodb/StartMongoMojo.java index 3972f45..f0cbce3 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/StartMongoMojo.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/StartMongoMojo.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/StopMongoMojo.java b/src/main/java/com/syncleus/maven/plugins/mongodb/StopMongoMojo.java index f6c1b48..84197bc 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/StopMongoMojo.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/StopMongoMojo.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/log/FileOutputStreamProcessor.java b/src/main/java/com/syncleus/maven/plugins/mongodb/log/FileOutputStreamProcessor.java index 1f3123e..2428dc9 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/log/FileOutputStreamProcessor.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/log/FileOutputStreamProcessor.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/log/Loggers.java b/src/main/java/com/syncleus/maven/plugins/mongodb/log/Loggers.java index 582dea5..8eb5ff7 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/log/Loggers.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/log/Loggers.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/log/NoopStreamProcessor.java b/src/main/java/com/syncleus/maven/plugins/mongodb/log/NoopStreamProcessor.java index 8831118..94d5ca6 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/log/NoopStreamProcessor.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/log/NoopStreamProcessor.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/test/java/com/syncleus/maven/plugins/mongodb/PortUtilsTest.java b/src/test/java/com/syncleus/maven/plugins/mongodb/PortUtilsTest.java index 0f9e63f..744a937 100644 --- a/src/test/java/com/syncleus/maven/plugins/mongodb/PortUtilsTest.java +++ b/src/test/java/com/syncleus/maven/plugins/mongodb/PortUtilsTest.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,7 +9,7 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 diff --git a/src/test/resources/randomport/src/test/java/com/syncleus/maven/plugins/mongodb/MongoIT.java b/src/test/resources/randomport/src/test/java/com/syncleus/maven/plugins/mongodb/MongoIT.java index c2d2171..f5914ed 100644 --- a/src/test/resources/randomport/src/test/java/com/syncleus/maven/plugins/mongodb/MongoIT.java +++ b/src/test/resources/randomport/src/test/java/com/syncleus/maven/plugins/mongodb/MongoIT.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,7 +9,7 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 -- GitLab