All the shell scripts appear to have received a double licence addition (example below)
Also, since the branch is fairly recent the commit should hopefully apply cleanly to trunk in all but the rarest cases, so that is something we should probably do now to make the process easier for the next release. Robbie > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: 12 February 2010 04:39 > To: [email protected] > Subject: svn commit: r909229 [5/5] - in /qpid/branches/0.6- > release/qpid: cpp/examples/ cpp/src/qpid/framing/ cpp/src/tests/ > cpp/src/tests/cluster_test_scripts/ dotnet/client-010/client/client/ > dotnet/client-010/client/transport/ dotnet/client-010/demo/Propertie... > <snip> > Modified: qpid/branches/0.6- > release/qpid/java/perftests/etc/scripts/extractResults.sh > URL: http://svn.apache.org/viewvc/qpid/branches/0.6- > release/qpid/java/perftests/etc/scripts/extractResults.sh?rev=909229&r1 > =909228&r2=909229&view=diff > ======================================================================= > ======= > --- qpid/branches/0.6- > release/qpid/java/perftests/etc/scripts/extractResults.sh (original) > +++ qpid/branches/0.6- > release/qpid/java/perftests/etc/scripts/extractResults.sh Fri Feb 12 > 04:38:52 2010 > @@ -1,5 +1,47 @@ > +# > +# > +# 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. > +# > +# > + > #!/bin/bash +x > # > +# > +# 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. > +# > +# > + > +# > # Process a given directory (defaults to '.') and provide a list of > the tests run so > # identification of any failures can be seen. > # > </snip> --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
