summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Lee <peter@corenova.com>2016-01-29 16:19:27 -0800
committerPeter Lee <plee@clearpathnet.com>2016-01-30 00:20:37 +0000
commiteab6b5113a76ffa108faea7cedb28c9818561efe (patch)
tree6e7bba61a77e834fa1a7fa6fc0d5f1e0ed64c800
parent2ca7d533b6fe01a10fcc3474812183e4c4a8431e (diff)
re-merge source with license header info
Change-Id: Ie8251d65adc85cef72fa8c2ebfbdf667f7eb2e4b (cherry picked from commit 60ec6a4152ff4c56f371d0abe57ca4c951bd89f5)
-rw-r--r--source/forge.yaml9
-rw-r--r--source/openstack.yaml11
-rw-r--r--source/package.json2
-rw-r--r--source/promise.yaml11
-rw-r--r--source/spec/openstack-intents.coffee8
-rw-r--r--source/spec/promise-intents.coffee8
-rw-r--r--source/spec/promise-module.coffee8
-rw-r--r--source/test/promise-intents.coffee8
8 files changed, 62 insertions, 3 deletions
diff --git a/source/forge.yaml b/source/forge.yaml
index 24317d1..d8d1f39 100644
--- a/source/forge.yaml
+++ b/source/forge.yaml
@@ -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:
diff --git a/source/openstack.yaml b/source/openstack.yaml
index 6881186..16eb447 100644
--- a/source/openstack.yaml
+++ b/source/openstack.yaml
@@ -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"
diff --git a/source/package.json b/source/package.json
index 7ae3977..59d489a 100644
--- a/source/package.json
+++ b/source/package.json
@@ -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",
diff --git a/source/promise.yaml b/source/promise.yaml
index 125c7b7..be12082 100644
--- a/source/promise.yaml
+++ b/source/promise.yaml
@@ -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
diff --git a/source/spec/openstack-intents.coffee b/source/spec/openstack-intents.coffee
index f1a10d2..6fd8fe2 100644
--- a/source/spec/openstack-intents.coffee
+++ b/source/spec/openstack-intents.coffee
@@ -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 =
diff --git a/source/spec/promise-intents.coffee b/source/spec/promise-intents.coffee
index 6ad3ae7..afb0e24 100644
--- a/source/spec/promise-intents.coffee
+++ b/source/spec/promise-intents.coffee
@@ -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) ->
diff --git a/source/spec/promise-module.coffee b/source/spec/promise-module.coffee
index 3eea482..f021f6c 100644
--- a/source/spec/promise-module.coffee
+++ b/source/spec/promise-module.coffee
@@ -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 (->
diff --git a/source/test/promise-intents.coffee b/source/test/promise-intents.coffee
index 8e6286b..db7e8d6 100644
--- a/source/test/promise-intents.coffee
+++ b/source/test/promise-intents.coffee
@@ -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'