Add apache license to newly added files.
authorAustin Cormier <Austin.Cormier@riftio.com>
Tue, 24 May 2016 01:46:17 +0000 (21:46 -0400)
committerAustin Cormier <Austin.Cormier@riftio.com>
Tue, 24 May 2016 01:46:17 +0000 (21:46 -0400)
Makefile
README
src/gen_nsd_pkg.sh
src/gen_vnfd_pkg.sh
src/generate_descriptor_pkg.sh

index c4179ea..8fca853 100644 (file)
--- 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
 BUILD_DIR = build
 
 NSDS := gw_corpa_ns ims_allin1_corpa mwc16_gen_ns mwc16_pe_ns
diff --git a/README b/README
index 28be851..82443e2 100644 (file)
--- 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
 Generates the MWC16 NSD and VNFD descriptor packages from source.
 
 To generate the packages type "make". The VNF and NSD packages will be located
index ea5e6a7..07761d2 100755 (executable)
@@ -1,4 +1,22 @@
 #!/bin/bash
 #!/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:
 
 # Generates a NSD descriptor package from a source directory
 # Usage:
index 478d5c5..81a655c 100755 (executable)
@@ -1,4 +1,22 @@
 #!/bin/bash
 #!/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:
 
 # Generates a NSD descriptor package from a source directory
 # Usage:
index 82ecda1..8bc3a54 100755 (executable)
@@ -1,7 +1,22 @@
 #! /usr/bin/bash
 #! /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:
 #
 # This shell script is used to create a descriptor package
 # The main functions of this script include: