Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9ABF418603 for ; Wed, 17 Jun 2015 18:00:55 +0000 (UTC) Received: (qmail 72610 invoked by uid 500); 17 Jun 2015 18:00:55 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 72586 invoked by uid 500); 17 Jun 2015 18:00:55 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 72577 invoked by uid 99); 17 Jun 2015 18:00:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2015 18:00:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 00583DFF98; Wed, 17 Jun 2015 18:00:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: <477fb1a1a65b4401b00074ca558b6d41@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-globalization git commit: added license headers Date: Wed, 17 Jun 2015 18:00:54 +0000 (UTC) Repository: cordova-plugin-globalization Updated Branches: refs/heads/master 57d6c9eec -> b0b8fcfbd added license headers Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/b0b8fcfb Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/b0b8fcfb Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/b0b8fcfb Branch: refs/heads/master Commit: b0b8fcfbd4549ad0b1d47ac9a222fba91cffa70b Parents: 57d6c9e Author: Steve Gill Authored: Wed Jun 17 11:00:50 2015 -0700 Committer: Steve Gill Committed: Wed Jun 17 11:00:50 2015 -0700 ---------------------------------------------------------------------- .../GlobalizationProxy/GlobalizationProxy.sln | 21 ++++++++++++++++++-- .../GlobalizationProxy.csproj | 20 ++++++++++++++++++- .../Properties/AssemblyInfo.cs | 18 +++++++++++++++-- 3 files changed, 54 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/b0b8fcfb/src/windows/GlobalizationProxy/GlobalizationProxy.sln ---------------------------------------------------------------------- diff --git a/src/windows/GlobalizationProxy/GlobalizationProxy.sln b/src/windows/GlobalizationProxy/GlobalizationProxy.sln index c26bb89..646e7f0 100644 --- a/src/windows/GlobalizationProxy/GlobalizationProxy.sln +++ b/src/windows/GlobalizationProxy/GlobalizationProxy.sln @@ -1,6 +1,23 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 +Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 +# +# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GlobalizationProxy", "GlobalizationProxy\GlobalizationProxy.csproj", "{1133E9BE-C7CC-49FF-AEC7-4AE5BC35CCBC}" EndProject Global http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/b0b8fcfb/src/windows/GlobalizationProxy/GlobalizationProxy/GlobalizationProxy.csproj ---------------------------------------------------------------------- diff --git a/src/windows/GlobalizationProxy/GlobalizationProxy/GlobalizationProxy.csproj b/src/windows/GlobalizationProxy/GlobalizationProxy/GlobalizationProxy.csproj index 1c41f90..581df09 100644 --- a/src/windows/GlobalizationProxy/GlobalizationProxy/GlobalizationProxy.csproj +++ b/src/windows/GlobalizationProxy/GlobalizationProxy/GlobalizationProxy.csproj @@ -1,4 +1,22 @@  + @@ -127,4 +145,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/b0b8fcfb/src/windows/GlobalizationProxy/GlobalizationProxy/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/windows/GlobalizationProxy/GlobalizationProxy/Properties/AssemblyInfo.cs b/src/windows/GlobalizationProxy/GlobalizationProxy/Properties/AssemblyInfo.cs index 47862bd..ae794eb 100644 --- a/src/windows/GlobalizationProxy/GlobalizationProxy/Properties/AssemblyInfo.cs +++ b/src/windows/GlobalizationProxy/GlobalizationProxy/Properties/AssemblyInfo.cs @@ -1,4 +1,18 @@ -using System.Reflection; +/* + 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.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -26,4 +40,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: ComVisible(false)] \ No newline at end of file +[assembly: ComVisible(false)] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org