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

cordova-plugin-vibration git commit: add missing license headers

Repository: cordova-plugin-vibration
Updated Branches:
  refs/heads/master 3df4885b1 -> afea3bdcd


add missing license headers


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

Branch: refs/heads/master
Commit: afea3bdcd1587420e3681c48701fe87f6e494352
Parents: 3df4885
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu May 7 15:46:09 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu May 7 15:50:00 2015 -0700

----------------------------------------------------------------------
 .../Vibration/Properties/AssemblyInfo.cs        | 16 ++++++++++++++-
 src/windows/Vibration/Vibration.cs              | 21 +++++++++++++++++++-
 src/windows/Vibration/Vibration.csproj          | 18 +++++++++++++++++
 3 files changed, 53 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/afea3bdc/src/windows/Vibration/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/windows/Vibration/Properties/AssemblyInfo.cs b/src/windows/Vibration/Properties/AssemblyInfo.cs
index ad89fad..ba3dbd4 100644
--- a/src/windows/Vibration/Properties/AssemblyInfo.cs
+++ b/src/windows/Vibration/Properties/AssemblyInfo.cs
@@ -1,4 +1,18 @@
-using System.Resources;
+/*  
+    Licensed 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.
+*/
+
+using System.Resources;
 using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/afea3bdc/src/windows/Vibration/Vibration.cs
----------------------------------------------------------------------
diff --git a/src/windows/Vibration/Vibration.cs b/src/windows/Vibration/Vibration.cs
index 66f278c..21353f8 100644
--- a/src/windows/Vibration/Vibration.cs
+++ b/src/windows/Vibration/Vibration.cs
@@ -1,4 +1,23 @@
-using System;
+/*
+       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.
+*/
+
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Runtime.InteropServices.WindowsRuntime;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/afea3bdc/src/windows/Vibration/Vibration.csproj
----------------------------------------------------------------------
diff --git a/src/windows/Vibration/Vibration.csproj b/src/windows/Vibration/Vibration.csproj
index 0c2c130..044b103 100644
--- a/src/windows/Vibration/Vibration.csproj
+++ b/src/windows/Vibration/Vibration.csproj
@@ -1,4 +1,22 @@
 <?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. 
+-->
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
   <PropertyGroup>


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