You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/05/02 00:05:50 UTC

[5/9] cordova-lib git commit: CB-12747: added missing license header

CB-12747: added missing license header


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/d52ebe71
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/d52ebe71
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/d52ebe71

Branch: refs/heads/master
Commit: d52ebe71100342f2eda80558a048c179ce2756f7
Parents: 24e9ab4
Author: Steve Gill <st...@gmail.com>
Authored: Tue May 2 01:22:55 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Tue May 2 01:22:55 2017 +0200

----------------------------------------------------------------------
 cordova-lib/integration-tests/fetch.spec.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/d52ebe71/cordova-lib/integration-tests/fetch.spec.js
----------------------------------------------------------------------
diff --git a/cordova-lib/integration-tests/fetch.spec.js b/cordova-lib/integration-tests/fetch.spec.js
index de04790..28278ae 100644
--- a/cordova-lib/integration-tests/fetch.spec.js
+++ b/cordova-lib/integration-tests/fetch.spec.js
@@ -1,3 +1,22 @@
+/**
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 var path = require('path'),
     shell = require('shelljs'),
     helpers = require('../spec-cordova/helpers'),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org