You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2006/11/12 05:00:23 UTC

svn commit: r473865 - in /lenya/trunk/tools/bin: ant ant.bat ant.cmd antRun antRun.bat antenv.cmd create-repository-jars.sh envset.cmd lcp.bat runrc.cmd

Author: gregor
Date: Sat Nov 11 20:00:22 2006
New Revision: 473865

URL: http://svn.apache.org/viewvc?view=rev&rev=473865
Log:
more header changes

Removed:
    lenya/trunk/tools/bin/create-repository-jars.sh
Modified:
    lenya/trunk/tools/bin/ant
    lenya/trunk/tools/bin/ant.bat
    lenya/trunk/tools/bin/ant.cmd
    lenya/trunk/tools/bin/antRun
    lenya/trunk/tools/bin/antRun.bat
    lenya/trunk/tools/bin/antenv.cmd
    lenya/trunk/tools/bin/envset.cmd
    lenya/trunk/tools/bin/lcp.bat
    lenya/trunk/tools/bin/runrc.cmd

Modified: lenya/trunk/tools/bin/ant
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/bin/ant?view=diff&rev=473865&r1=473864&r2=473865
==============================================================================
--- lenya/trunk/tools/bin/ant (original)
+++ lenya/trunk/tools/bin/ant Sat Nov 11 20:00:22 2006
@@ -1,18 +1,19 @@
 #! /bin/sh
 
-#   Copyright 2001-2005 The Apache Software Foundation
+# 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
 #
-#   Licensed 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
 #
-#       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.
+#  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.
 
 # Extract launch and ant arguments, (see details below).
 ant_exec_args=

Modified: lenya/trunk/tools/bin/ant.bat
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/bin/ant.bat?view=diff&rev=473865&r1=473864&r2=473865
==============================================================================
--- lenya/trunk/tools/bin/ant.bat (original)
+++ lenya/trunk/tools/bin/ant.bat Sat Nov 11 20:00:22 2006
@@ -6,14 +6,14 @@
 rem  The ASF licenses this file to You under the Apache License, Version 2.0
 rem  (the "License"); you may not use this file except in compliance with
 rem  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, software
-REM  distributed under the License is distributed on an "AS IS" BASIS,
-REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM  See the License for the specific language governing permissions and
-REM  limitations under the License.
+rem
+rem      http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem  Unless required by applicable law or agreed to in writing, software
+rem  distributed under the License is distributed on an "AS IS" BASIS,
+rem  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem  See the License for the specific language governing permissions and
+rem  limitations under the License.
 
 if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"
 

Modified: lenya/trunk/tools/bin/ant.cmd
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/bin/ant.cmd?view=diff&rev=473865&r1=473864&r2=473865
==============================================================================
--- lenya/trunk/tools/bin/ant.cmd (original)
+++ lenya/trunk/tools/bin/ant.cmd Sat Nov 11 20:00:22 2006
@@ -1,17 +1,18 @@
 /* 
-    Copyright 2003-2004 The Apache Software Foundation
-  
-    Licensed 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.
+  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.
  
     Run ant
 */

Modified: lenya/trunk/tools/bin/antRun
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/bin/antRun?view=diff&rev=473865&r1=473864&r2=473865
==============================================================================
--- lenya/trunk/tools/bin/antRun (original)
+++ lenya/trunk/tools/bin/antRun Sat Nov 11 20:00:22 2006
@@ -1,21 +1,19 @@
 #!/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
 #
-#  Copyright  2001-2002,2004 The Apache Software Foundation
-# 
-#   Licensed 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.
-# 
+#      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.
 
 # Args: DIR command
 cd "$1"

Modified: lenya/trunk/tools/bin/antRun.bat
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/bin/antRun.bat?view=diff&rev=473865&r1=473864&r2=473865
==============================================================================
--- lenya/trunk/tools/bin/antRun.bat (original)
+++ lenya/trunk/tools/bin/antRun.bat Sat Nov 11 20:00:22 2006
@@ -1,21 +1,19 @@
 @echo off
 
-REM
-REM Copyright  2001-2002,2004-2005 The Apache Software Foundation
-REM
-REM  Licensed under the Apache License, Version 2.0 (the "License");
-REM  you may not use this file except in compliance with the License.
-REM  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, software
-REM  distributed under the License is distributed on an "AS IS" BASIS,
-REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM  See the License for the specific language governing permissions and
-REM  limitations under the License.
-REM
-REM
+rem  Licensed to the Apache Software Foundation (ASF) under one or more
+rem  contributor license agreements.  See the NOTICE file distributed with
+rem  this work for additional information regarding copyright ownership.
+rem  The ASF licenses this file to You under the Apache License, Version 2.0
+rem  (the "License"); you may not use this file except in compliance with
+rem  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, software
+rem  distributed under the License is distributed on an "AS IS" BASIS,
+rem  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem  See the License for the specific language governing permissions and
+rem  limitations under the License.
 
 if "%OS%"=="Windows_NT" @setlocal
 if "%OS%"=="WINNT" @setlocal

Modified: lenya/trunk/tools/bin/antenv.cmd
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/bin/antenv.cmd?view=diff&rev=473865&r1=473864&r2=473865
==============================================================================
--- lenya/trunk/tools/bin/antenv.cmd (original)
+++ lenya/trunk/tools/bin/antenv.cmd Sat Nov 11 20:00:22 2006
@@ -1,17 +1,18 @@
 /* 
-    Copyright 2003-2004 The Apache Software Foundation
-  
-    Licensed 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.
+  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.
 
     Ant environment
 */

Modified: lenya/trunk/tools/bin/envset.cmd
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/bin/envset.cmd?view=diff&rev=473865&r1=473864&r2=473865
==============================================================================
--- lenya/trunk/tools/bin/envset.cmd (original)
+++ lenya/trunk/tools/bin/envset.cmd Sat Nov 11 20:00:22 2006
@@ -1,18 +1,18 @@
 /*
+  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
 
-    Copyright 2003-2004 The Apache Software Foundation
-  
-    Licensed 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.
+      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.
 
 SET environment variables
 First optional parameter:

Modified: lenya/trunk/tools/bin/lcp.bat
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/bin/lcp.bat?view=diff&rev=473865&r1=473864&r2=473865
==============================================================================
--- lenya/trunk/tools/bin/lcp.bat (original)
+++ lenya/trunk/tools/bin/lcp.bat Sat Nov 11 20:00:22 2006
@@ -1,19 +1,17 @@
-REM
-REM Copyright  2001-2004 The Apache Software Foundation
-REM
-REM  Licensed under the Apache License, Version 2.0 (the "License");
-REM  you may not use this file except in compliance with the License.
-REM  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, software
-REM  distributed under the License is distributed on an "AS IS" BASIS,
-REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM  See the License for the specific language governing permissions and
-REM  limitations under the License.
-REM
-REM
+rem  Licensed to the Apache Software Foundation (ASF) under one or more
+rem  contributor license agreements.  See the NOTICE file distributed with
+rem  this work for additional information regarding copyright ownership.
+rem  The ASF licenses this file to You under the Apache License, Version 2.0
+rem  (the "License"); you may not use this file except in compliance with
+rem  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, software
+rem  distributed under the License is distributed on an "AS IS" BASIS,
+rem  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem  See the License for the specific language governing permissions and
+rem  limitations under the License.
 
 set _CLASSPATHCOMPONENT=%1
 if ""%1""=="""" goto gotAllArgs

Modified: lenya/trunk/tools/bin/runrc.cmd
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/bin/runrc.cmd?view=diff&rev=473865&r1=473864&r2=473865
==============================================================================
--- lenya/trunk/tools/bin/runrc.cmd (original)
+++ lenya/trunk/tools/bin/runrc.cmd Sat Nov 11 20:00:22 2006
@@ -1,17 +1,18 @@
 /* 
-    Copyright 2003-2004 The Apache Software Foundation
-  
-    Licensed 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.
+  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.
 
     Run RC file, name is in the first arg, second arg is either PATH
     ENV  or -r or nothing 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org