diff --git a/build.gradle b/build.gradle index 0a79215..848ee92 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2015-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/config/HEADER b/config/HEADER index 5f83190..7ba3154 100644 --- a/config/HEADER +++ b/config/HEADER @@ -1,4 +1,4 @@ -Copyright ${year} Andres Almiray. +Copyright ${year} Andres Almiray Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/gradle/code-coverage.gradle b/gradle/code-coverage.gradle index f099b87..263aecb 100644 --- a/gradle/code-coverage.gradle +++ b/gradle/code-coverage.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2015-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/gradle/code-quality.gradle b/gradle/code-quality.gradle index ac40ed9..f1e7968 100644 --- a/gradle/code-quality.gradle +++ b/gradle/code-quality.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2015-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -69,7 +69,7 @@ license { java = 'SLASHSTAR_STYLE' fxml = 'XML_STYLE' } - ext.year = '2015-2016' + ext.year = '2015-2017' exclude '**/*.ttf' exclude '**/*.eot' exclude '**/*.svg' diff --git a/gradle/javafx.gradle b/gradle/javafx.gradle index e60c766..0a164cd 100644 --- a/gradle/javafx.gradle +++ b/gradle/javafx.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2015-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/gradle/publishing.gradle b/gradle/publishing.gradle index 9003579..e5620ca 100644 --- a/gradle/publishing.gradle +++ b/gradle/publishing.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2015-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/image-generator/src/main/java/org/kordamp/jsilhouette/Generator.java b/subprojects/image-generator/src/main/java/org/kordamp/jsilhouette/Generator.java index 2617b37..5caab20 100644 --- a/subprojects/image-generator/src/main/java/org/kordamp/jsilhouette/Generator.java +++ b/subprojects/image-generator/src/main/java/org/kordamp/jsilhouette/Generator.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/AbstractCenteredSilhouette.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/AbstractCenteredSilhouette.java index bdb127c..1ec0d80 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/AbstractCenteredSilhouette.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/AbstractCenteredSilhouette.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/AbstractSilhouette.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/AbstractSilhouette.java index b02513d..8d4cfeb 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/AbstractSilhouette.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/AbstractSilhouette.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Almond.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Almond.java index a6ad8ff..8662ab7 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Almond.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Almond.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Arrow.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Arrow.java index bd096ae..bd09b80 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Arrow.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Arrow.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Asterisk.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Asterisk.java index 2a7aced..0bb7813 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Asterisk.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Asterisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Astroid.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Astroid.java index d492a7c..53f2964 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Astroid.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Astroid.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/CenteredSilhouette.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/CenteredSilhouette.java index 9c4437d..49bca10 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/CenteredSilhouette.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/CenteredSilhouette.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Cross.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Cross.java index 101a13d..84637e5 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Cross.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Cross.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Donut.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Donut.java index b9407a8..ba214f0 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Donut.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Donut.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Lauburu.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Lauburu.java index 204406c..f4bcd26 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Lauburu.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Lauburu.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/MultiRoundRectangle.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/MultiRoundRectangle.java index 5e386a5..bdfc98d 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/MultiRoundRectangle.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/MultiRoundRectangle.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/PathBuilder.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/PathBuilder.java index c372459..76012d5 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/PathBuilder.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/PathBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Rays.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Rays.java index 559b75a..2def44d 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Rays.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Rays.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/RegularPolygon.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/RegularPolygon.java index 6d9fa25..5f8091c 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/RegularPolygon.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/RegularPolygon.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/RoundPin.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/RoundPin.java index fd9fb92..176f446 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/RoundPin.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/RoundPin.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Silhouette.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Silhouette.java index 17575fc..b0bd30e 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Silhouette.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Silhouette.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Star.java b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Star.java index 1f45bd1..7a35968 100644 --- a/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Star.java +++ b/subprojects/jsilhouette-javafx/src/main/java/org/kordamp/jsilhouette/javafx/Star.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Andres Almiray. + * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.