re-merge source with license header info 27/8727/1
authorPeter Lee <peter@corenova.com>
Sat, 30 Jan 2016 00:19:27 +0000 (16:19 -0800)
committerPeter Lee <plee@clearpathnet.com>
Sat, 30 Jan 2016 00:20:37 +0000 (00:20 +0000)
Change-Id: Ie8251d65adc85cef72fa8c2ebfbdf667f7eb2e4b
(cherry picked from commit 60ec6a4152ff4c56f371d0abe57ca4c951bd89f5)

source/forge.yaml
source/openstack.yaml
source/package.json
source/promise.yaml
source/spec/openstack-intents.coffee
source/spec/promise-intents.coffee
source/spec/promise-module.coffee
source/test/promise-intents.coffee

index 24317d1..d8d1f39 100644 (file)
@@ -1,3 +1,12 @@
+#
+# Author: Peter K. Lee (peter@corenova.com)
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+
 # YF 0.12.x forge manifest
 
 compilers:
index 6881186..16eb447 100644 (file)
@@ -1,6 +1,15 @@
+#
+# Author: Peter K. Lee (peter@corenova.com)
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+
 name: openstack
 description: OpenStack Management Module (WIP)
-author: Peter K. Lee <peter@intercloud.net>
+author: Peter K. Lee <peter@corenova.com>
 license: Apache-2.0
 yangforge: "0.11.x"
 
index 7ae3977..59d489a 100644 (file)
@@ -2,7 +2,7 @@
   "name": "@opnfv/promise",
   "version": "1.0.0",
   "description": "Resource Management for Virtualized Infrastructure",
-  "author": "Peter K. Lee <peter@intercloud.net>",
+  "author": "Peter K. Lee <peter@corenova.com>",
   "license": "Apache-2.0",
   "private": true,
   "homepage": "http://wiki.opnfv.org/promise",
index 125c7b7..be12082 100644 (file)
@@ -1,6 +1,15 @@
+#
+# Author: Peter K. Lee (peter@corenova.com)
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+
 name: opnfv-promise
 description: Resource Management for Virtualized Infrastructure
-author: Peter K. Lee <peter@intercloud.net>
+author: Peter K. Lee <peter@corenova.com>
 license: Apache-2.0
 homepage: http://wiki.opnfv.org/promise
 repository: git://github.com/opnfv/promise.git
index f1a10d2..6fd8fe2 100644 (file)
@@ -1,3 +1,11 @@
+#
+# Author: Peter K. Lee (peter@corenova.com)
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#
 request = require 'superagent'
 
 module.exports =
index 6ad3ae7..afb0e24 100644 (file)
@@ -1,3 +1,11 @@
+#
+# Author: Peter K. Lee (peter@corenova.com)
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#
 module.exports =
   'create-reservation':
     (input, output, done) ->
index 3eea482..f021f6c 100644 (file)
@@ -1,3 +1,11 @@
+#
+# Author: Peter K. Lee (peter@corenova.com)
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#
 module.exports =
   '/opnfv-promise/promise/capacity/total': (prev) ->
     @computed (->
index 8e6286b..db7e8d6 100644 (file)
@@ -1,3 +1,11 @@
+#
+# Author: Peter K. Lee (peter@corenova.com)
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#
 config = require 'config'
 assert = require 'assert'
 forge  = require 'yangforge'