diff options
Diffstat (limited to 'source/test/promise-intents.coffee')
-rw-r--r-- | source/test/promise-intents.coffee | 8 |
1 files changed, 8 insertions, 0 deletions
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' |