diff --git a/Makefile b/Makefile index c4179eaf83089fcb163cf6d2c334129ea197015c..8fca853ec2c428453dc9a648abe1602a227dbc65 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,21 @@ +# +# Copyright 2016 RIFT.IO Inc +# +# 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. +# +# Author(s): Austin Cormier +# Creation Date: 2016/05/23 +# BUILD_DIR = build NSDS := gw_corpa_ns ims_allin1_corpa mwc16_gen_ns mwc16_pe_ns diff --git a/README b/README index 28be8514a9d329a081cc72008a15e18e5b4059d6..82443e2dc7723ed549e3f6498f12f7d0ca38e046 100644 --- a/README +++ b/README @@ -1,3 +1,22 @@ +# +# Copyright 2016 RIFT.IO Inc +# +# 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. +# +# Author(s): Austin Cormier +# Creation Date: 2016/05/23 + + Generates the MWC16 NSD and VNFD descriptor packages from source. To generate the packages type "make". The VNF and NSD packages will be located diff --git a/src/gen_nsd_pkg.sh b/src/gen_nsd_pkg.sh index ea5e6a71bd10e7d2d33173f04aee67040d527138..07761d2f62abb83db78ce7a916ed33218a77dd92 100755 --- a/src/gen_nsd_pkg.sh +++ b/src/gen_nsd_pkg.sh @@ -1,4 +1,22 @@ #!/bin/bash +# +# Copyright 2016 RIFT.IO Inc +# +# 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. +# +# Author(s): Austin Cormier +# Creation Date: 2016/05/23 +# # Generates a NSD descriptor package from a source directory # Usage: diff --git a/src/gen_vnfd_pkg.sh b/src/gen_vnfd_pkg.sh index 478d5c541250d381fb12b321fac45cd5fe8902fc..81a655c9a1aa10542dee6a3cc6652431b937adbc 100755 --- a/src/gen_vnfd_pkg.sh +++ b/src/gen_vnfd_pkg.sh @@ -1,4 +1,22 @@ #!/bin/bash +# +# Copyright 2016 RIFT.IO Inc +# +# 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. +# +# Author(s): Austin Cormier +# Creation Date: 2016/05/23 +# # Generates a NSD descriptor package from a source directory # Usage: diff --git a/src/generate_descriptor_pkg.sh b/src/generate_descriptor_pkg.sh index 82ecda13999ef71bb33dedd7a963577a902cc2ae..8bc3a5456d381f19c3976fcaccf6b25858ffb807 100755 --- a/src/generate_descriptor_pkg.sh +++ b/src/generate_descriptor_pkg.sh @@ -1,7 +1,22 @@ #! /usr/bin/bash -# STANDARD_RIFT_IO_COPYRIGHT -# Author(s): Anil Gunturu -# Creation Date: 2015/10/09 +# +# Copyright 2016 RIFT.IO Inc +# +# 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. +# +# Author(s): Austin Cormier +# Creation Date: 2016/05/23 +# # # This shell script is used to create a descriptor package # The main functions of this script include: