added license headers
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
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 @@
 <?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="4.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>
@@ -127,4 +145,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>
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 @@
 // [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)]