diff options
author | Peter Lee <peter@corenova.com> | 2016-01-29 16:19:27 -0800 |
---|---|---|
committer | Peter Lee <peter@corenova.com> | 2016-01-29 16:19:27 -0800 |
commit | 60ec6a4152ff4c56f371d0abe57ca4c951bd89f5 (patch) | |
tree | 6e7bba61a77e834fa1a7fa6fc0d5f1e0ed64c800 /source/spec | |
parent | a46af646972b6ff263fb207d28a59e7ce7417b5c (diff) |
re-merge source with license header info
Change-Id: Ie8251d65adc85cef72fa8c2ebfbdf667f7eb2e4b
Diffstat (limited to 'source/spec')
-rw-r--r-- | source/spec/openstack-intents.coffee | 8 | ||||
-rw-r--r-- | source/spec/promise-intents.coffee | 8 | ||||
-rw-r--r-- | source/spec/promise-module.coffee | 8 |
3 files changed, 24 insertions, 0 deletions
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 (-> |