update git attributes and get run.cmd
diff --git a/.gitattributes b/.gitattributes
index a42f0a4..fa96ba0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,25 @@
 # Commit text files using LF endings
 *.java text eol=lf whitespace=trailing-space,space-before-tab,tab-in-indent,blank-at-eof
 *.sh text eol=lf
+*.js text eol=lf
+site.xml text eol=lf
+*.apt text eol=lf
+DISCLAIMER text eol=lf
+HEADER text eol=lf
+LICENSE text eol=lf
+NOTICE text eol=lf
+*.md text eol=lf
+pom.xml text eol=lf
+*.h text eol=crlf
+*.cpp text eol=crlf
+*.rc text eol=crlf
+*.vcproj text eol=crlf
+*.csproj text eol=crlf
+*.bat text eol=crlf
+*.cs text eol=crlf
+*.cmd text eol=crlf
+*.ps1 text eol=crlf
+*.psm1 eol=crlf
+*.png binary
+*.jpg binary
 * text=auto
diff --git a/lang/cs/Org.Apache.REEF.Client/run.cmd b/lang/cs/Org.Apache.REEF.Client/run.cmd
index 0bac112..a949c45 100644
--- a/lang/cs/Org.Apache.REEF.Client/run.cmd
+++ b/lang/cs/Org.Apache.REEF.Client/run.cmd
@@ -1,3 +1,22 @@
+@REM
+@REM Licensed to the Apache Software Foundation (ASF) under one
+@REM or more contributor license agreements.  See the NOTICE file
+@REM distributed with this work for additional information
+@REM regarding copyright ownership.  The ASF licenses this file
+@REM to you under the Apache License, Version 2.0 (the
+@REM "License"); you may not use this file except in compliance
+@REM with the License.  You may obtain a copy of the License at
+@REM
+@REM   http://www.apache.org/licenses/LICENSE-2.0
+@REM
+@REM Unless required by applicable law or agreed to in writing,
+@REM software distributed under the License is distributed on an
+@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+@REM KIND, either express or implied.  See the License for the
+@REM specific language governing permissions and limitations
+@REM under the License.
+@REM
+
 @echo off
 ::
 :: Licensed to the Apache Software Foundation (ASF) under one
@@ -7,16 +26,16 @@
 :: 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.
-::
+:: 
 
 :: RUNTIME
 set SHADED_JAR=.\reef-bridge-java-0.11.0-incubating-shaded.jar
@@ -28,4 +47,4 @@
 set CMD=%JAVA_HOME%\bin\java.exe -cp %HADOOP_HOME%\etc\hadoop;%SHADED_JAR%;%CLASSPATH% %LOGGING_CONFIG% %*
 ::%LOGGING_CONFIG%
 echo %CMD%
-%CMD%
\ No newline at end of file
+%CMD%