From 8ed03ef9907b126f5c198067b81f00bcd9a1f92f Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 27 Nov 2018 12:29:02 +0000 Subject: [PATCH] Add licenses for ONAP contributions from Nordix Change-Id: Icc704250e23392e6ef146ad33fb4d0ea99d62daf Signed-off-by: liamfallon --- licenses/adoc-license.txt | 10 ++++++++++ licenses/java-license.txt | 19 +++++++++++++++++++ licenses/plain_code-license.txt | 17 +++++++++++++++++ licenses/plain_doc-license.txt | 8 ++++++++ licenses/rst-license.txt | 10 ++++++++++ licenses/shell-license.txt | 19 +++++++++++++++++++ licenses/windows_bat-license.txt | 17 +++++++++++++++++ licenses/xml-license.txt | 19 +++++++++++++++++++ 8 files changed, 119 insertions(+) create mode 100644 licenses/adoc-license.txt create mode 100644 licenses/java-license.txt create mode 100644 licenses/plain_code-license.txt create mode 100644 licenses/plain_doc-license.txt create mode 100644 licenses/rst-license.txt create mode 100644 licenses/shell-license.txt create mode 100644 licenses/windows_bat-license.txt create mode 100644 licenses/xml-license.txt diff --git a/licenses/adoc-license.txt b/licenses/adoc-license.txt new file mode 100644 index 0000000..3ae9081 --- /dev/null +++ b/licenses/adoc-license.txt @@ -0,0 +1,10 @@ +// +// ============LICENSE_START======================================================= +// Copyright (C) 20XX-20YY Nordix Foundation. +// ================================================================================ +// This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +// Full license text at https://creativecommons.org/licenses/by/4.0/legalcode +// +// SPDX-License-Identifier: CC-BY-4.0 +// ============LICENSE_END========================================================= +// diff --git a/licenses/java-license.txt b/licenses/java-license.txt new file mode 100644 index 0000000..5e72798 --- /dev/null +++ b/licenses/java-license.txt @@ -0,0 +1,19 @@ +/*- + * ============LICENSE_START======================================================= + * Copyright (C) 20XX-20YY Nordix Foundation. + * ================================================================================ + * 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. + * + * SPDX-License-Identifier: Apache-2.0 + * ============LICENSE_END========================================================= + */ diff --git a/licenses/plain_code-license.txt b/licenses/plain_code-license.txt new file mode 100644 index 0000000..05475e5 --- /dev/null +++ b/licenses/plain_code-license.txt @@ -0,0 +1,17 @@ +============LICENSE_START======================================================= +Copyright (C) 20XX-20YY Nordix Foundation. +================================================================================ +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. + +SPDX-License-Identifier: Apache-2.0 +============LICENSE_END========================================================= diff --git a/licenses/plain_doc-license.txt b/licenses/plain_doc-license.txt new file mode 100644 index 0000000..3674f66 --- /dev/null +++ b/licenses/plain_doc-license.txt @@ -0,0 +1,8 @@ +============LICENSE_START======================================================= +Copyright (C) 20XX-20YY Nordix Foundation. +================================================================================ +This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +Full license text at https://creativecommons.org/licenses/by/4.0/legalcode + +SPDX-License-Identifier: CC-BY-4.0 +============LICENSE_END========================================================= diff --git a/licenses/rst-license.txt b/licenses/rst-license.txt new file mode 100644 index 0000000..fbd52ed --- /dev/null +++ b/licenses/rst-license.txt @@ -0,0 +1,10 @@ +.. +.. ============LICENSE_START======================================================= +.. Copyright (C) 20XX-20YY Nordix Foundation. +.. ================================================================================ +.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode +.. +.. SPDX-License-Identifier: CC-BY-4.0 +.. ============LICENSE_END========================================================= +.. diff --git a/licenses/shell-license.txt b/licenses/shell-license.txt new file mode 100644 index 0000000..5a739dc --- /dev/null +++ b/licenses/shell-license.txt @@ -0,0 +1,19 @@ +# +# ============LICENSE_START======================================================= +# Copyright (C) 20XX-20YY Nordix Foundation. +# ================================================================================ +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# diff --git a/licenses/windows_bat-license.txt b/licenses/windows_bat-license.txt new file mode 100644 index 0000000..f3a0600 --- /dev/null +++ b/licenses/windows_bat-license.txt @@ -0,0 +1,17 @@ +:: ============LICENSE_START======================================================= +:: Copyright (C) 20XX-20YY Nordix Foundation. +:: ================================================================================ +:: 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. +:: +:: SPDX-License-Identifier: Apache-2.0 +:: ============LICENSE_END========================================================= diff --git a/licenses/xml-license.txt b/licenses/xml-license.txt new file mode 100644 index 0000000..46bfad1 --- /dev/null +++ b/licenses/xml-license.txt @@ -0,0 +1,19 @@ + -- 2.25.1