summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/kwalify
diff options
context:
space:
mode:
authorSerban Jora <jora@research.att.com>2017-09-19 11:23:23 -0400
committerSerban Jora <jora@research.att.com>2017-09-19 13:25:40 -0400
commitdde1bd595397c2e06ec897fde81cd4f8be710c5b (patch)
treeb5c5f1319f129259558e3021a81c0233f6b783df /javatoscachecker/kwalify
parente1ec39032710c8d57dbe9e18de3e2329ee3f2a41 (diff)
Fix top project reference, release version
Also add required license text to kwalify and remove old checker test files Change-Id: If737489a144acbb4e9bd2108e965b90f9ed24094 Issue-Id: MODELING-18 Signed-off-by: Serban Jora <jora@research.att.com>
Diffstat (limited to 'javatoscachecker/kwalify')
-rw-r--r--javatoscachecker/kwalify/pom.xml25
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/BaseException.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/CommandOptionException.java27
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/Defaultable.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/DefaultableHashMap.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/InvalidPathException.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/InvalidTypeException.java25
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/KwalifyException.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/KwalifyRuntimeException.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/Main.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/Messages.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/MetaValidator.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/Parser.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/PlainYamlParser.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/Rule.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/SchemaException.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/SyntaxException.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/Types.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/Util.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/ValidationException.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/Validator.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/YamlParser.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/YamlSyntaxException.java26
-rw-r--r--javatoscachecker/kwalify/src/main/java/kwalify/YamlUtil.java26
24 files changed, 577 insertions, 46 deletions
diff --git a/javatoscachecker/kwalify/pom.xml b/javatoscachecker/kwalify/pom.xml
index e262c29..ac5c776 100644
--- a/javatoscachecker/kwalify/pom.xml
+++ b/javatoscachecker/kwalify/pom.xml
@@ -17,9 +17,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.tosca</groupId>
+ <groupId>org.onap.modeling.toscaparsers</groupId>
<artifactId>checker</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>kwalify</artifactId>
<packaging>jar</packaging>
@@ -93,27 +93,6 @@
</configuration>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${nexusproxy}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
-
- <!-- replace by the sonatype plugin ?
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip />
- </configuration>
- </plugin>
- -->
-
<!-- blackduck maven plugin -->
<!--
<plugin>
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/BaseException.java b/javatoscachecker/kwalify/src/main/java/kwalify/BaseException.java
index c2cc83b..d26487b 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/BaseException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/BaseException.java
@@ -1,7 +1,31 @@
/*
* @(#)BaseException.java $Rev: 3 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/CommandOptionException.java b/javatoscachecker/kwalify/src/main/java/kwalify/CommandOptionException.java
index e35be85..8250764 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/CommandOptionException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/CommandOptionException.java
@@ -1,7 +1,32 @@
/*
* @(#)CommandOptionException.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
+
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/Defaultable.java b/javatoscachecker/kwalify/src/main/java/kwalify/Defaultable.java
index 7e7c692..4a29609 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/Defaultable.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/Defaultable.java
@@ -1,7 +1,31 @@
/*
* @(#)Defaultable.java $Rev: 3 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/DefaultableHashMap.java b/javatoscachecker/kwalify/src/main/java/kwalify/DefaultableHashMap.java
index 0009205..6c07fe8 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/DefaultableHashMap.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/DefaultableHashMap.java
@@ -1,7 +1,31 @@
/*
* @(#)DefaultableHashMap.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/InvalidPathException.java b/javatoscachecker/kwalify/src/main/java/kwalify/InvalidPathException.java
index 94eeca2..a7abe2a 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/InvalidPathException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/InvalidPathException.java
@@ -1,7 +1,31 @@
/*
* @(#)InvalidPathException.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/InvalidTypeException.java b/javatoscachecker/kwalify/src/main/java/kwalify/InvalidTypeException.java
index fe60ca0..29fa3f7 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/InvalidTypeException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/InvalidTypeException.java
@@ -1,7 +1,30 @@
/*
* @(#)InvalidTypeException.java $Rev: 4 $ $Release: 0.5.1 $
+ * Copyright (c) <2005> <kuwata lab>
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than it it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/KwalifyException.java b/javatoscachecker/kwalify/src/main/java/kwalify/KwalifyException.java
index 976a263..5dfacf0 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/KwalifyException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/KwalifyException.java
@@ -1,7 +1,31 @@
/*
* @(#)KwalifyException.java $Rev: 3 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/KwalifyRuntimeException.java b/javatoscachecker/kwalify/src/main/java/kwalify/KwalifyRuntimeException.java
index 75e4764..7057764 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/KwalifyRuntimeException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/KwalifyRuntimeException.java
@@ -1,7 +1,31 @@
/*
* @(#)KwalifyRuntimeException.java $Rev: 3 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/Main.java b/javatoscachecker/kwalify/src/main/java/kwalify/Main.java
index d2c39e2..836a116 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/Main.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/Main.java
@@ -1,7 +1,31 @@
/*
* @(#)Main.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/Messages.java b/javatoscachecker/kwalify/src/main/java/kwalify/Messages.java
index b77f04b..b33be5c 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/Messages.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/Messages.java
@@ -1,7 +1,31 @@
/*
* @(#)Messages.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/MetaValidator.java b/javatoscachecker/kwalify/src/main/java/kwalify/MetaValidator.java
index 9ce05bd..a3c07b9 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/MetaValidator.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/MetaValidator.java
@@ -1,7 +1,31 @@
/*
* @(#)MetaValidator.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/Parser.java b/javatoscachecker/kwalify/src/main/java/kwalify/Parser.java
index 53c6272..4756c91 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/Parser.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/Parser.java
@@ -1,7 +1,31 @@
/*
* @(#)Parser.java $Rev: 3 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/PlainYamlParser.java b/javatoscachecker/kwalify/src/main/java/kwalify/PlainYamlParser.java
index 6224044..b9b49e2 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/PlainYamlParser.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/PlainYamlParser.java
@@ -1,7 +1,31 @@
/*
* @(#)PlainYamlParser.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/Rule.java b/javatoscachecker/kwalify/src/main/java/kwalify/Rule.java
index 558525d..c3f9176 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/Rule.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/Rule.java
@@ -1,7 +1,31 @@
/*
* @(#)Rule.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/SchemaException.java b/javatoscachecker/kwalify/src/main/java/kwalify/SchemaException.java
index 5d53bd1..cacf24c 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/SchemaException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/SchemaException.java
@@ -1,7 +1,31 @@
/*
* @(#)SchemaException.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/SyntaxException.java b/javatoscachecker/kwalify/src/main/java/kwalify/SyntaxException.java
index 8c36b66..e51846b 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/SyntaxException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/SyntaxException.java
@@ -1,7 +1,31 @@
/*
* @(#)SyntaxException.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/Types.java b/javatoscachecker/kwalify/src/main/java/kwalify/Types.java
index fbe655c..0f3fd3c 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/Types.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/Types.java
@@ -1,7 +1,31 @@
/*
* @(#)Types.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/Util.java b/javatoscachecker/kwalify/src/main/java/kwalify/Util.java
index c27c947..d6e50b6 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/Util.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/Util.java
@@ -1,7 +1,31 @@
/*
* @(#)Util.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/ValidationException.java b/javatoscachecker/kwalify/src/main/java/kwalify/ValidationException.java
index 5723e01..62294fa 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/ValidationException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/ValidationException.java
@@ -1,7 +1,31 @@
/*
* @(#)ValidationException.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/Validator.java b/javatoscachecker/kwalify/src/main/java/kwalify/Validator.java
index 1b3dd53..caf08fd 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/Validator.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/Validator.java
@@ -1,7 +1,31 @@
/*
* @(#)Validator.java $Rev: 3 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/YamlParser.java b/javatoscachecker/kwalify/src/main/java/kwalify/YamlParser.java
index fbe351c..285ffaf 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/YamlParser.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/YamlParser.java
@@ -1,7 +1,31 @@
/*
* @(#)YamlParser.java $Rev: 3 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/YamlSyntaxException.java b/javatoscachecker/kwalify/src/main/java/kwalify/YamlSyntaxException.java
index a8b1011..262ec8e 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/YamlSyntaxException.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/YamlSyntaxException.java
@@ -1,7 +1,31 @@
/*
* @(#)YamlSyntaxException.java $Rev: 4 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/YamlUtil.java b/javatoscachecker/kwalify/src/main/java/kwalify/YamlUtil.java
index 90dc17c..0c99236 100644
--- a/javatoscachecker/kwalify/src/main/java/kwalify/YamlUtil.java
+++ b/javatoscachecker/kwalify/src/main/java/kwalify/YamlUtil.java
@@ -1,7 +1,31 @@
/*
* @(#)YamlUtil.java $Rev: 3 $ $Release: 0.5.1 $
*
- * copyright(c) 2005 kuwata-lab all rights reserved.
+ * Copyright (c) <2005> <kuwata lab>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Added in order to satisfy onap.org code check constraints:
+ *
+ * This license is deemed more permisive than if it were under the Apache License, Version 2.0,
+ * found at
+ * http://www.apache.org/licenses/LICENSE-2.0
*/
package kwalify;