You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/10/07 19:03:43 UTC

svn commit: r1005528 - in /shindig/branches/2.0.x: etc/run-gjslint php/phpunit.xml.dist

Author: lindner
Date: Thu Oct  7 17:03:43 2010
New Revision: 1005528

URL: http://svn.apache.org/viewvc?rev=1005528&view=rev
Log:
fix licenses

Modified:
    shindig/branches/2.0.x/etc/run-gjslint
    shindig/branches/2.0.x/php/phpunit.xml.dist

Modified: shindig/branches/2.0.x/etc/run-gjslint
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/etc/run-gjslint?rev=1005528&r1=1005527&r2=1005528&view=diff
==============================================================================
--- shindig/branches/2.0.x/etc/run-gjslint (original)
+++ shindig/branches/2.0.x/etc/run-gjslint Thu Oct  7 17:03:43 2010
@@ -1,2 +1,20 @@
 #!/bin/sh
+
+# 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.
+
 gjslint --strict --unix_mode --exclude_directories features/src/main/javascript/features/swfobject,features/src/main/javascript/features/i18n --recurse features/src/main/javascript/features 

Modified: shindig/branches/2.0.x/php/phpunit.xml.dist
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/php/phpunit.xml.dist?rev=1005528&r1=1005527&r2=1005528&view=diff
==============================================================================
--- shindig/branches/2.0.x/php/phpunit.xml.dist (original)
+++ shindig/branches/2.0.x/php/phpunit.xml.dist Thu Oct  7 17:03:43 2010
@@ -1,5 +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.
+-->
 <phpunit backupGlobals="false"
          backupStaticAttributes="false"
          syntaxCheck="false"