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 lr...@apache.org on 2010/02/12 19:28:02 UTC

svn commit: r909570 - /incubator/photark/trunk/photark-appengine-webapp/deploy.sh

Author: lresende
Date: Fri Feb 12 19:28:02 2010
New Revision: 909570

URL: http://svn.apache.org/viewvc?rev=909570&view=rev
Log:
PHOTARK-15 - Adding missing license to deploy script

Modified:
    incubator/photark/trunk/photark-appengine-webapp/deploy.sh

Modified: incubator/photark/trunk/photark-appengine-webapp/deploy.sh
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-appengine-webapp/deploy.sh?rev=909570&r1=909569&r2=909570&view=diff
==============================================================================
--- incubator/photark/trunk/photark-appengine-webapp/deploy.sh (original)
+++ incubator/photark/trunk/photark-appengine-webapp/deploy.sh Fri Feb 12 19:28:02 2010
@@ -1,2 +1,20 @@
+# 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
+
+#!/bin/bash
+
 mvn clean install
 appcfg.sh update target/photark
\ No newline at end of file