Skip to content

Commit 60ea60b

Browse files
committed
Updated/added license headers of all files according to new configuration of license-maven-plugin.
1 parent 55425bc commit 60ea60b

File tree

189 files changed

+685
-582
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+685
-582
lines changed

activemq-microservice-provider/src/main/java/io/silverware/microservices/annotations/JMS.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.annotations;
2221

2322
import io.silverware.microservices.enums.ConnectionType;

activemq-microservice-provider/src/main/java/io/silverware/microservices/enums/ConnectionType.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.enums;
2221

2322
/**

activemq-microservice-provider/src/main/java/io/silverware/microservices/internal/ConnectionProvider.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.internal;
2221

2322
import io.silverware.microservices.utils.ActiveMQConstants;

activemq-microservice-provider/src/main/java/io/silverware/microservices/providers/activemq/ActiveMQMicroserviceProvider.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.providers.activemq;
2221

2322
import io.silverware.microservices.Context;

activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/ActiveMQConstants.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.utils;
2221

2322
/**

activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/InitialContextProvider.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.utils;
2221

2322
import org.apache.logging.log4j.LogManager;

activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQAnnotationTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.providers.activemq;
2221

2322
import io.silverware.microservices.annotations.JMS;

activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQDifferentServersTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.providers.activemq;
2221

2322
import io.silverware.microservices.annotations.JMS;

activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJMSContextTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.providers.activemq;
2221

2322
import io.silverware.microservices.annotations.JMS;

activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJNDITest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
* -----------------------------------------------------------------------\
33
* SilverWare
44
*  
5-
* Copyright (C) 2016 the original author or authors.
5+
* Copyright (C) 2015 - 2017 the original author or authors.
66
*  
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* -----------------------------------------------------------------------/
1919
*/
20-
2120
package io.silverware.microservices.providers.activemq;
2221

2322
import io.silverware.microservices.annotations.JMS;

0 commit comments

Comments
 (0)