CB-6788 Add license header to sln files
Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/f73829f3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/f73829f3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/f73829f3 Branch: refs/heads/master Commit: f73829f3006aa27636cef503aabf946082ca1c72 Parents: 52991ce Author: Jesse MacFadyen <[email protected]> Authored: Mon Jun 2 18:39:30 2014 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jun 2 18:42:47 2014 -0700 ---------------------------------------------------------------------- wp8/framework/WPCordovaClassLib.sln | 23 ++++++++++++++++++-- wp8/template/CordovaWP8Solution.sln | 18 +++++++++++++++ .../cordova/lib/CordovaDeploy/CordovaDeploy.sln | 18 +++++++++++++++ 3 files changed, 57 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f73829f3/wp8/framework/WPCordovaClassLib.sln ---------------------------------------------------------------------- diff --git a/wp8/framework/WPCordovaClassLib.sln b/wp8/framework/WPCordovaClassLib.sln index c34cba1..153d323 100644 --- a/wp8/framework/WPCordovaClassLib.sln +++ b/wp8/framework/WPCordovaClassLib.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 Express 2012 for Windows Phone +# +# 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}") = "WPCordovaClassLib", "WPCordovaClassLib.csproj", "{FC6A1A70-892D-46AD-9E4A-9793F72AF780}" EndProject Global @@ -30,3 +47,5 @@ Global HideSolutionNode = FALSE EndGlobalSection EndGlobal + + http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f73829f3/wp8/template/CordovaWP8Solution.sln ---------------------------------------------------------------------- diff --git a/wp8/template/CordovaWP8Solution.sln b/wp8/template/CordovaWP8Solution.sln index 5a32922..707a369 100644 --- a/wp8/template/CordovaWP8Solution.sln +++ b/wp8/template/CordovaWP8Solution.sln @@ -1,6 +1,24 @@  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}") = "CordovaWP8AppProj", "CordovaWP8AppProj.csproj", "{3677C1B7-D68B-4CF9-BF8A-E869D437A6DF}" EndProject Global http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f73829f3/wp8/template/cordova/lib/CordovaDeploy/CordovaDeploy.sln ---------------------------------------------------------------------- diff --git a/wp8/template/cordova/lib/CordovaDeploy/CordovaDeploy.sln b/wp8/template/cordova/lib/CordovaDeploy/CordovaDeploy.sln index 3305276..64a798b 100644 --- a/wp8/template/cordova/lib/CordovaDeploy/CordovaDeploy.sln +++ b/wp8/template/cordova/lib/CordovaDeploy/CordovaDeploy.sln @@ -1,6 +1,24 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 +# +# 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}") = "CordovaDeploy", "CordovaDeploy\CordovaDeploy.csproj", "{E752165B-AF59-4FF0-8601-A2A69FE09E0E}" EndProject Global
