📄 Update year in copyright line
[jSite.git] / src / main / java / de / todesbaum / jsite / main / Version.java
index 977836c..20c173b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Version.java - Copyright Â© 2006–2012 David Roden
+ * jSite - Version.java - Copyright Â© 2006–2019 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -99,6 +99,7 @@ public class Version implements Comparable<Version> {
        /**
         * {@inheritDoc}
         */
+       @Override
        public int compareTo(Version version) {
                int lessComponents = Math.min(components.length, version.components.length);
                for (int index = 0; index < lessComponents; index++) {