Author: doogie
Date: Tue Jun 15 16:46:03 2010 New Revision: 954962 URL: http://svn.apache.org/viewvc?rev=954962&view=rev Log: Add license header. Modified: ofbiz/branches/release09.04/mergefromtrunk.bat ofbiz/branches/release09.04/mergefromtrunk.sh Modified: ofbiz/branches/release09.04/mergefromtrunk.bat URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/mergefromtrunk.bat?rev=954962&r1=954961&r2=954962&view=diff ============================================================================== --- ofbiz/branches/release09.04/mergefromtrunk.bat (original) +++ ofbiz/branches/release09.04/mergefromtrunk.bat Tue Jun 15 16:46:03 2010 @@ -1,3 +1,21 @@ +rem ##################################################################### +rem Licensed to the Apache Software Foundation (ASF) under one +rem or more contributor license agreements. See the NOTICE file +rem distributed with this work for additional information +rem regarding copyright ownership. The ASF licenses this file +rem to you under the Apache License, Version 2.0 (the +rem "License"); you may not use this file except in compliance +rem with 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, +rem software distributed under the License is distributed on an +rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +rem KIND, either express or implied. See the License for the +rem specific language governing permissions and limitations +rem under the License. +rem ##################################################################### rem interactive DOS version of mergefromtrunk.sh. rem to use : launch and pass the trunk version number to merge in release Modified: ofbiz/branches/release09.04/mergefromtrunk.sh URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/mergefromtrunk.sh?rev=954962&r1=954961&r2=954962&view=diff ============================================================================== --- ofbiz/branches/release09.04/mergefromtrunk.sh (original) +++ ofbiz/branches/release09.04/mergefromtrunk.sh Tue Jun 15 16:46:03 2010 @@ -1,5 +1,22 @@ #!/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. +##################################################################### set -e prevRev=`expr $1 - 1` svn merge -r $prevRev:$1 https://svn.apache.org/repos/asf/ofbiz/trunk |
Free forum by Nabble | Edit this page |