diff --git a/LICENSE b/LICENSE index f91619d..66a6a51 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright 2012-2013 Zafar Khaja . +Copyright 2012-2014 Zafar Khaja . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/MetadataVersion.java b/src/main/java/com/github/zafarkhaja/semver/MetadataVersion.java index bb03741..d3c6ceb 100644 --- a/src/main/java/com/github/zafarkhaja/semver/MetadataVersion.java +++ b/src/main/java/com/github/zafarkhaja/semver/MetadataVersion.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/NormalVersion.java b/src/main/java/com/github/zafarkhaja/semver/NormalVersion.java index 053d573..8bd7a15 100644 --- a/src/main/java/com/github/zafarkhaja/semver/NormalVersion.java +++ b/src/main/java/com/github/zafarkhaja/semver/NormalVersion.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/ParseException.java b/src/main/java/com/github/zafarkhaja/semver/ParseException.java index 6a9eb7c..230b58d 100644 --- a/src/main/java/com/github/zafarkhaja/semver/ParseException.java +++ b/src/main/java/com/github/zafarkhaja/semver/ParseException.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/Parser.java b/src/main/java/com/github/zafarkhaja/semver/Parser.java index c90f87f..eb181bb 100644 --- a/src/main/java/com/github/zafarkhaja/semver/Parser.java +++ b/src/main/java/com/github/zafarkhaja/semver/Parser.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/UnexpectedCharacterException.java b/src/main/java/com/github/zafarkhaja/semver/UnexpectedCharacterException.java index 30fb99b..2693841 100644 --- a/src/main/java/com/github/zafarkhaja/semver/UnexpectedCharacterException.java +++ b/src/main/java/com/github/zafarkhaja/semver/UnexpectedCharacterException.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2014 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/Version.java b/src/main/java/com/github/zafarkhaja/semver/Version.java index 166f216..d64c006 100644 --- a/src/main/java/com/github/zafarkhaja/semver/Version.java +++ b/src/main/java/com/github/zafarkhaja/semver/Version.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2012 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/VersionParser.java b/src/main/java/com/github/zafarkhaja/semver/VersionParser.java index 3cba10a..361164e 100644 --- a/src/main/java/com/github/zafarkhaja/semver/VersionParser.java +++ b/src/main/java/com/github/zafarkhaja/semver/VersionParser.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/And.java b/src/main/java/com/github/zafarkhaja/semver/expr/And.java index 3a5bedb..6962e00 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/And.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/And.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/Equal.java b/src/main/java/com/github/zafarkhaja/semver/expr/Equal.java index 5f7d9fa..d7f27c7 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/Equal.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/Equal.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/Expression.java b/src/main/java/com/github/zafarkhaja/semver/expr/Expression.java index 25724be..1d84794 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/Expression.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/Expression.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/ExpressionParser.java b/src/main/java/com/github/zafarkhaja/semver/expr/ExpressionParser.java index 486f87c..c54578b 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/ExpressionParser.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/ExpressionParser.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/Greater.java b/src/main/java/com/github/zafarkhaja/semver/expr/Greater.java index 3b14ae4..1ac4bed 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/Greater.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/Greater.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/GreaterOrEqual.java b/src/main/java/com/github/zafarkhaja/semver/expr/GreaterOrEqual.java index 4adccc8..b31ae24 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/GreaterOrEqual.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/GreaterOrEqual.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/Less.java b/src/main/java/com/github/zafarkhaja/semver/expr/Less.java index 5cbb5de..74e708e 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/Less.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/Less.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/LessOrEqual.java b/src/main/java/com/github/zafarkhaja/semver/expr/LessOrEqual.java index 51d9bab..1b79738 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/LessOrEqual.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/LessOrEqual.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/Lexer.java b/src/main/java/com/github/zafarkhaja/semver/expr/Lexer.java index 384a681..4aa3ade 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/Lexer.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/Lexer.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/LexerException.java b/src/main/java/com/github/zafarkhaja/semver/expr/LexerException.java index 81cb3a9..7cc7a9e 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/LexerException.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/LexerException.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/Not.java b/src/main/java/com/github/zafarkhaja/semver/expr/Not.java index 1d0fd2d..abc29a5 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/Not.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/Not.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/NotEqual.java b/src/main/java/com/github/zafarkhaja/semver/expr/NotEqual.java index 466592a..92e6966 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/NotEqual.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/NotEqual.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/Or.java b/src/main/java/com/github/zafarkhaja/semver/expr/Or.java index 1bf4c36..015aa6b 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/Or.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/Or.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/UnexpectedTokenException.java b/src/main/java/com/github/zafarkhaja/semver/expr/UnexpectedTokenException.java index 9a9ce5a..6ebed9d 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/UnexpectedTokenException.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/UnexpectedTokenException.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/expr/package-info.java b/src/main/java/com/github/zafarkhaja/semver/expr/package-info.java index 001d23d..a4c8751 100644 --- a/src/main/java/com/github/zafarkhaja/semver/expr/package-info.java +++ b/src/main/java/com/github/zafarkhaja/semver/expr/package-info.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/package-info.java b/src/main/java/com/github/zafarkhaja/semver/package-info.java index d89e198..3fe7e58 100644 --- a/src/main/java/com/github/zafarkhaja/semver/package-info.java +++ b/src/main/java/com/github/zafarkhaja/semver/package-info.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/util/Stream.java b/src/main/java/com/github/zafarkhaja/semver/util/Stream.java index 3021c12..81ce538 100644 --- a/src/main/java/com/github/zafarkhaja/semver/util/Stream.java +++ b/src/main/java/com/github/zafarkhaja/semver/util/Stream.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/util/UnexpectedElementException.java b/src/main/java/com/github/zafarkhaja/semver/util/UnexpectedElementException.java index 30d4835..33b389f 100644 --- a/src/main/java/com/github/zafarkhaja/semver/util/UnexpectedElementException.java +++ b/src/main/java/com/github/zafarkhaja/semver/util/UnexpectedElementException.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/zafarkhaja/semver/util/package-info.java b/src/main/java/com/github/zafarkhaja/semver/util/package-info.java index 121d57f..80876d9 100644 --- a/src/main/java/com/github/zafarkhaja/semver/util/package-info.java +++ b/src/main/java/com/github/zafarkhaja/semver/util/package-info.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/MetadataVersionTest.java b/src/test/java/com/github/zafarkhaja/semver/MetadataVersionTest.java index 4f5c994..06d557e 100644 --- a/src/test/java/com/github/zafarkhaja/semver/MetadataVersionTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/MetadataVersionTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/NormalVersionTest.java b/src/test/java/com/github/zafarkhaja/semver/NormalVersionTest.java index 1fe2cdf..307a983 100644 --- a/src/test/java/com/github/zafarkhaja/semver/NormalVersionTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/NormalVersionTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/ParserErrorHandlingTest.java b/src/test/java/com/github/zafarkhaja/semver/ParserErrorHandlingTest.java index dc8b65b..de547f1 100644 --- a/src/test/java/com/github/zafarkhaja/semver/ParserErrorHandlingTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/ParserErrorHandlingTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2014 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/VersionParserCharTypeTest.java b/src/test/java/com/github/zafarkhaja/semver/VersionParserCharTypeTest.java index 147819e..10d3016 100644 --- a/src/test/java/com/github/zafarkhaja/semver/VersionParserCharTypeTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/VersionParserCharTypeTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/VersionParserTest.java b/src/test/java/com/github/zafarkhaja/semver/VersionParserTest.java index 36b8cea..cce562d 100644 --- a/src/test/java/com/github/zafarkhaja/semver/VersionParserTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/VersionParserTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/VersionTest.java b/src/test/java/com/github/zafarkhaja/semver/VersionTest.java index 979b251..845e384 100644 --- a/src/test/java/com/github/zafarkhaja/semver/VersionTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/VersionTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2012 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/AndTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/AndTest.java index 8c00ada..d99725c 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/AndTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/AndTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/EqualTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/EqualTest.java index e895b16..8e9a322 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/EqualTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/EqualTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/ExpressionParserTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/ExpressionParserTest.java index 226686a..510be1a 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/ExpressionParserTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/ExpressionParserTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/GreaterOrEqualTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/GreaterOrEqualTest.java index daa6110..f3d9cd2 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/GreaterOrEqualTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/GreaterOrEqualTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/GreaterTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/GreaterTest.java index 26f6a15..a9d03b7 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/GreaterTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/GreaterTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/LessOrEqualTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/LessOrEqualTest.java index c29d8e0..3c607ea 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/LessOrEqualTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/LessOrEqualTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/LessTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/LessTest.java index 29b304c..7103770 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/LessTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/LessTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/LexerTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/LexerTest.java index 6fd19a4..b5b0502 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/LexerTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/LexerTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/LexerTokenTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/LexerTokenTest.java index 649cc3e..244d882 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/LexerTokenTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/LexerTokenTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/NotEqualTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/NotEqualTest.java index b02f9dd..a0305e5 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/NotEqualTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/NotEqualTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/NotTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/NotTest.java index f4bc0e3..9d9b3b3 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/NotTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/NotTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/OrTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/OrTest.java index 154ad94..2a3ef92 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/OrTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/OrTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/expr/ParserErrorHandlingTest.java b/src/test/java/com/github/zafarkhaja/semver/expr/ParserErrorHandlingTest.java index dc1abf4..617dcca 100644 --- a/src/test/java/com/github/zafarkhaja/semver/expr/ParserErrorHandlingTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/expr/ParserErrorHandlingTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2014 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/zafarkhaja/semver/util/StreamTest.java b/src/test/java/com/github/zafarkhaja/semver/util/StreamTest.java index 1a00831..d170605 100644 --- a/src/test/java/com/github/zafarkhaja/semver/util/StreamTest.java +++ b/src/test/java/com/github/zafarkhaja/semver/util/StreamTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2013 Zafar Khaja . + * Copyright 2012-2014 Zafar Khaja . * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal