Author: psharples
Date: Tue Jan 22 10:13:09 2013
New Revision: 1436829
URL: http://svn.apache.org/viewvc?rev=1436829&view=rev
Log:
Added missing licence headers.
Modified:
wookie/trunk/connector/CSharp/Win8/Win8.sln
wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs
Modified: wookie/trunk/connector/CSharp/Win8/Win8.sln
URL:
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/Win8.sln?rev=1436829&r1=1436828&r2=1436829&view=diff
==============================================================================
--- wookie/trunk/connector/CSharp/Win8/Win8.sln (original)
+++ wookie/trunk/connector/CSharp/Win8/Win8.sln Tue Jan 22 10:13:09 2013
@@ -1,3 +1,14 @@
+# 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.

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows 8
Modified:
wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs
URL:
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs?rev=1436829&r1=1436828&r2=1436829&view=diff
==============================================================================
--- wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs
(original)
+++ wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs
Tue Jan 22 10:13:09 2013
@@ -1,3 +1,15 @@
+// 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;