Author: reto
Date: Wed Dec 28 14:02:41 2011
New Revision: 1225187
URL: http://svn.apache.org/viewvc?rev=1225187&view=rev
Log:
added missing license headers in shell scripts
Modified:
incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/testing-screenrc
incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/tx-getlatestframework
incubator/clerezza/trunk/parent/pom.xml
Modified:
incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/testing-screenrc
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/testing-screenrc?rev=1225187&r1=1225186&r2=1225187&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/testing-screenrc
(original)
+++
incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/testing-screenrc
Wed Dec 28 14:02:41 2011
@@ -1,4 +1,17 @@
-# $Id: screenrc,v 1.15 2003/10/08 11:39:03 zal Exp $
+# 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.
#
# /etc/screenrc
#
Modified:
incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/tx-getlatestframework
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/tx-getlatestframework?rev=1225187&r1=1225186&r2=1225187&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/tx-getlatestframework
(original)
+++
incubator/clerezza/trunk/parent/integrationtest.web/src/main/shell/tx-getlatestframework
Wed Dec 28 14:02:41 2011
@@ -1,5 +1,20 @@
-
#!/bin/bash
+#
+# 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.
+#
#-------------------------------------------------------------------------------
# This script downloads the latest sversion of
org.apache.clerezza.integrationtest.web
# and org.apache.clerezza.integrationtest.web.performance
Modified: incubator/clerezza/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1225187&r1=1225186&r2=1225187&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Wed Dec 28 14:02:41 2011
@@ -183,6 +183,7 @@
<exclude>release.properties</exclude>
<!-- hidden files -->
<exclude>**/.*</exclude>
+
<exclude>**/.*/*</exclude>
<exclude>**/.*/**/*</exclude>
<exclude>**/*.sh</exclude>
<exclude>**/main/shell/**/*</exclude>
@@ -216,6 +217,7 @@
<exclude>web.fileserver/src/main/resources/org/apache/clerezza/web/fileserver/util/mime.types</exclude>
</excludes>
<numUnapprovedLicenses>1</numUnapprovedLicenses>
+
<excludeSubProjects>false</excludeSubProjects>
</configuration>
</execution>
</executions>