You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by av...@apache.org on 2012/06/13 16:04:13 UTC

svn commit: r1349938 - /incubator/photark/mobile/trunk/res/values/strings.xml

Author: avd
Date: Wed Jun 13 16:04:12 2012
New Revision: 1349938

URL: http://svn.apache.org/viewvc?rev=1349938&view=rev
Log:
Added License header

Modified:
    incubator/photark/mobile/trunk/res/values/strings.xml

Modified: incubator/photark/mobile/trunk/res/values/strings.xml
URL: http://svn.apache.org/viewvc/incubator/photark/mobile/trunk/res/values/strings.xml?rev=1349938&r1=1349937&r2=1349938&view=diff
==============================================================================
--- incubator/photark/mobile/trunk/res/values/strings.xml (original)
+++ incubator/photark/mobile/trunk/res/values/strings.xml Wed Jun 13 16:04:12 2012
@@ -1,5 +1,23 @@
 <?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.
+-->
 <resources>
     <string name="hello">Hello World, Photark_MobileActivity!</string>
-    <string name="app_name">Photark_Mobile</string>
+    <string name="app_name">PhotArk Mobile</string>
 </resources>
\ No newline at end of file