[LIB-4] Extend copyright for 2019 year
authorgotty <gotty@fb0bcced-7025-49ed-a12f-f98bce993226>
Tue, 8 Jan 2019 00:21:18 +0000 (00:21 +0000)
committergotty <gotty@fb0bcced-7025-49ed-a12f-f98bce993226>
Tue, 8 Jan 2019 00:21:18 +0000 (00:21 +0000)
git-svn-id: https://svn.hedgecode.org/xml/hespiff/trunk@157 fb0bcced-7025-49ed-a12f-f98bce993226

40 files changed:
pom.xml
src/main/java/org/hedgecode/xml/xspf/AbstractXMLBindElement.java
src/main/java/org/hedgecode/xml/xspf/Attribution.java
src/main/java/org/hedgecode/xml/xspf/Element.java
src/main/java/org/hedgecode/xml/xspf/Extension.java
src/main/java/org/hedgecode/xml/xspf/Link.java
src/main/java/org/hedgecode/xml/xspf/Meta.java
src/main/java/org/hedgecode/xml/xspf/Playlist.java
src/main/java/org/hedgecode/xml/xspf/PlaylistFactory.java
src/main/java/org/hedgecode/xml/xspf/Properties.java
src/main/java/org/hedgecode/xml/xspf/Track.java
src/main/java/org/hedgecode/xml/xspf/XMLBindPlaylist.java
src/main/java/org/hedgecode/xml/xspf/XMLBindTrack.java
src/main/java/org/hedgecode/xml/xspf/XSPF.java
src/main/java/org/hedgecode/xml/xspf/XSPFApp.java
src/main/java/org/hedgecode/xml/xspf/XSPFAttribution.java
src/main/java/org/hedgecode/xml/xspf/XSPFConstants.java
src/main/java/org/hedgecode/xml/xspf/XSPFException.java
src/main/java/org/hedgecode/xml/xspf/XSPFExtension.java
src/main/java/org/hedgecode/xml/xspf/XSPFLink.java
src/main/java/org/hedgecode/xml/xspf/XSPFMeta.java
src/main/java/org/hedgecode/xml/xspf/XSPFPlaylist.java
src/main/java/org/hedgecode/xml/xspf/XSPFTrack.java
src/main/java/org/hedgecode/xml/xspf/bind/AbstractRNGBinder.java
src/main/java/org/hedgecode/xml/xspf/bind/AbstractXSDBinder.java
src/main/java/org/hedgecode/xml/xspf/bind/Binder.java
src/main/java/org/hedgecode/xml/xspf/bind/BinderFactory.java
src/main/java/org/hedgecode/xml/xspf/bind/PlaylistBinder.java
src/main/java/org/hedgecode/xml/xspf/bind/RNGPlaylistBinder.java
src/main/java/org/hedgecode/xml/xspf/bind/RNGTrackBinder.java
src/main/java/org/hedgecode/xml/xspf/bind/TrackBinder.java
src/main/java/org/hedgecode/xml/xspf/bind/XSDPlaylistBinder.java
src/main/java/org/hedgecode/xml/xspf/bind/XSDTrackBinder.java
src/main/java/org/hedgecode/xml/xspf/validate/EmptyValidator.java
src/main/java/org/hedgecode/xml/xspf/validate/URIValidator.java
src/main/java/org/hedgecode/xml/xspf/validate/Validate.java
src/main/java/org/hedgecode/xml/xspf/validate/ValidateException.java
src/main/java/org/hedgecode/xml/xspf/validate/Validator.java
src/main/java/org/hedgecode/xml/xspf/validate/ValidatorType.java
src/test/java/org/hedgecode/xml/xspf/XSPFTest.java

diff --git a/pom.xml b/pom.xml
index c4c4ddd..aedbb9f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
 <!--
 <?xml version='1.0' encoding='UTF-8'?>
 
 <!--
-  ~ Copyright (c) 2015. Developed by Hedgecode.
+  ~ Copyright (c) 2015-2019. Developed by Hedgecode.
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
index 059f25a..291d441 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0c679de..c458a38 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cd6f557..d7b9ce9 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ebcd9de..108e59c 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8b3d3c4..e830998 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4784fb4..dc1f44d 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b9728e8..8749ea3 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1e74eb2..c039ff2 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b8d0584..edf2d6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a591a6c..f474028 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 161e4f5..0ae5a5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5ba70a5..80ab367 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 845c57f..6da9754 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 30815bf..a94e5fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015-2017. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fbf7302..1ac62b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 158281b..9d422d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 67cb36c..4718c0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 81e378a..4a7650b 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8420461..7ab8442 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b756864..8c63805 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 36736ba..c2b76ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d844507..0907792 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3ffa956..92032f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1e5fef8..d4182a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c60c6fc..fbfae58 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 709698d..5dbbf0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ec270c5..160841c 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 338d0eb..04355f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d2dc95a..ecd6df3 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 55505c0..94b02e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0a7a346..cd66d05 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d32008c..ab5c20f 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ee95d1f..bd8a81d 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4c78479..1257c08 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4303fa2..ba3c3ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e02f358..d8ab0f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 496de85..3b36f19 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 40d62b0..8ebe090 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index aedc50b..0d4a8ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.