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 2016/05/13 06:05:06 UTC

[4/9] cordova-lib git commit: CB-11260 added missing headers

CB-11260 added missing headers


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

Branch: refs/heads/master
Commit: f519f418be79b409f4449047f2e49655730619bf
Parents: d7f96b2
Author: Steve Gill <st...@gmail.com>
Authored: Thu May 12 19:49:34 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu May 12 19:49:34 2016 -0700

----------------------------------------------------------------------
 cordova-common/src/util/addProperty.js | 19 +++++++++++++++++++
 cordova-fetch/.ratignore               |  2 ++
 cordova-fetch/spec/helpers.js          | 19 +++++++++++++++++++
 3 files changed, 40 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/f519f418/cordova-common/src/util/addProperty.js
----------------------------------------------------------------------
diff --git a/cordova-common/src/util/addProperty.js b/cordova-common/src/util/addProperty.js
index 5156a2b..7dc4dc1 100644
--- a/cordova-common/src/util/addProperty.js
+++ b/cordova-common/src/util/addProperty.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.
+*/
+
 module.exports = function addProperty(module, property, modulePath, obj) {
     
     obj = obj || module.exports;

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/f519f418/cordova-fetch/.ratignore
----------------------------------------------------------------------
diff --git a/cordova-fetch/.ratignore b/cordova-fetch/.ratignore
new file mode 100644
index 0000000..797ab11
--- /dev/null
+++ b/cordova-fetch/.ratignore
@@ -0,0 +1,2 @@
+jasmine.json
+testpkg.json

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/f519f418/cordova-fetch/spec/helpers.js
----------------------------------------------------------------------
diff --git a/cordova-fetch/spec/helpers.js b/cordova-fetch/spec/helpers.js
index ee3f57b..8fd325b 100644
--- a/cordova-fetch/spec/helpers.js
+++ b/cordova-fetch/spec/helpers.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'),
     fs      = require('fs'),
     shell   = require('shelljs'),


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