diff options
author | Serban Jora <sj2381@att.com> | 2018-04-13 09:39:30 -0400 |
---|---|---|
committer | Serban Jora <sj2381@att.com> | 2018-04-13 09:39:37 -0400 |
commit | b40fc1d519e8aad74baeb34b59476cf2c4a1a035 (patch) | |
tree | 19299c0232e81a0873b07a9a85107d74c0aeb651 | |
parent | fd24a9f8207bed19ea05956d461e833f4642f658 (diff) |
Add license
Change-Id: I0b8fc97868c17f144bbebe491e23bcaeb13b5000
Signed-off-by: Serban Jora <sj2381@att.com>
Issue-ID: MODELING-53
5 files changed, 60 insertions, 0 deletions
diff --git a/javatoscachecker/kwalify/src/test/resources/validateMapOfSeqSchema.yml b/javatoscachecker/kwalify/src/test/resources/validateMapOfSeqSchema.yml index 7868fc2..3e4ae69 100644 --- a/javatoscachecker/kwalify/src/test/resources/validateMapOfSeqSchema.yml +++ b/javatoscachecker/kwalify/src/test/resources/validateMapOfSeqSchema.yml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2017 <AT&T>. All rights reserved. +# =================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed +# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for +# the specific language governing permissions and limitations under the License. +# type: map mapping: company: diff --git a/javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml b/javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml index 72361aa..b1d1bec 100644 --- a/javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml +++ b/javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2017 <AT&T>. All rights reserved. +# =================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed +# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for +# the specific language governing permissions and limitations under the License. +# type: map mapping: name: diff --git a/javatoscachecker/kwalify/src/test/resources/validateRuleSchema.yml b/javatoscachecker/kwalify/src/test/resources/validateRuleSchema.yml index 7b1f1b6..49e3fb4 100644 --- a/javatoscachecker/kwalify/src/test/resources/validateRuleSchema.yml +++ b/javatoscachecker/kwalify/src/test/resources/validateRuleSchema.yml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2017 <AT&T>. All rights reserved. +# =================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed +# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for +# the specific language governing permissions and limitations under the License. +# type: seq sequence: - diff --git a/javatoscachecker/kwalify/src/test/resources/validateSeqOfMapSchema.yml b/javatoscachecker/kwalify/src/test/resources/validateSeqOfMapSchema.yml index 73af17a..01bcff7 100644 --- a/javatoscachecker/kwalify/src/test/resources/validateSeqOfMapSchema.yml +++ b/javatoscachecker/kwalify/src/test/resources/validateSeqOfMapSchema.yml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2017 <AT&T>. All rights reserved. +# =================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed +# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for +# the specific language governing permissions and limitations under the License. +# type: seq sequence: - type: map diff --git a/javatoscachecker/kwalify/src/test/resources/validateSeqSchema.yml b/javatoscachecker/kwalify/src/test/resources/validateSeqSchema.yml index 4e02606..4c1aada 100644 --- a/javatoscachecker/kwalify/src/test/resources/validateSeqSchema.yml +++ b/javatoscachecker/kwalify/src/test/resources/validateSeqSchema.yml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2017 <AT&T>. All rights reserved. +# =================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed +# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for +# the specific language governing permissions and limitations under the License. +# type: seq sequence: - type: str |