You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/08/06 22:42:31 UTC

[cordova-fetch] 02/03: GH-35 add license header to dummy-local-plugin

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git

commit 411335ea5efbf0a7c30bb1b5e80c5f102527e941
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Mon Aug 6 17:23:56 2018 -0400

    GH-35 add license header to dummy-local-plugin
    
    spec/support/dummy-local-plugin/plugin.xml
    
    (copied from cordova-plugin-device)
---
 spec/support/dummy-local-plugin/plugin.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/spec/support/dummy-local-plugin/plugin.xml b/spec/support/dummy-local-plugin/plugin.xml
index dbb7bd7..411a497 100755
--- a/spec/support/dummy-local-plugin/plugin.xml
+++ b/spec/support/dummy-local-plugin/plugin.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+
 <plugin
 		xmlns="http://apache.org/cordova/ns/plugins/1.0"
 		xmlns:android="http://schemas.android.com/apk/res/android"


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