Author: robbie Date: Sun Oct 31 23:40:42 2010 New Revision: 1029523 URL: http://svn.apache.org/viewvc?rev=1029523&view=rev Log: add ASF licence to various files in the java tree
Modified: qpid/trunk/qpid/java/broker-plugins/experimental/info/build.properties qpid/trunk/qpid/java/build.deps qpid/trunk/qpid/java/client/src/main/java/client.bnd qpid/trunk/qpid/java/common/src/main/java/common.bnd qpid/trunk/qpid/java/management/common/src/main/java/management-common.bnd Modified: qpid/trunk/qpid/java/broker-plugins/experimental/info/build.properties URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker-plugins/experimental/info/build.properties?rev=1029523&r1=1029522&r2=1029523&view=diff ============================================================================== --- qpid/trunk/qpid/java/broker-plugins/experimental/info/build.properties (original) +++ qpid/trunk/qpid/java/broker-plugins/experimental/info/build.properties Sun Oct 31 23:40:42 2010 @@ -1,3 +1,21 @@ +# +# 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. +# source.. = src/ output.. = bin/ bin.includes = META-INF/,\ Modified: qpid/trunk/qpid/java/build.deps URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/build.deps?rev=1029523&r1=1029522&r2=1029523&view=diff ============================================================================== --- qpid/trunk/qpid/java/build.deps (original) +++ qpid/trunk/qpid/java/build.deps Sun Oct 31 23:40:42 2010 @@ -1,3 +1,22 @@ +# +# 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. +# + backport-util-concurrent=lib/backport-util-concurrent-2.2.jar commons-beanutils-core=lib/commons-beanutils-core-1.8.0.jar Modified: qpid/trunk/qpid/java/client/src/main/java/client.bnd URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/client/src/main/java/client.bnd?rev=1029523&r1=1029522&r2=1029523&view=diff ============================================================================== --- qpid/trunk/qpid/java/client/src/main/java/client.bnd (original) +++ qpid/trunk/qpid/java/client/src/main/java/client.bnd Sun Oct 31 23:40:42 2010 @@ -1,7 +1,26 @@ +# +# 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. +# + ver: 0.7.0 - -Bundle-SymbolicName: qpid-client -Bundle-Version: ${ver} -Export-Package: *;version=${ver} + +Bundle-SymbolicName: qpid-client +Bundle-Version: ${ver} +Export-Package: *;version=${ver} Bundle-RequiredExecutionEnvironment: J2SE-1.5 Modified: qpid/trunk/qpid/java/common/src/main/java/common.bnd URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/common/src/main/java/common.bnd?rev=1029523&r1=1029522&r2=1029523&view=diff ============================================================================== --- qpid/trunk/qpid/java/common/src/main/java/common.bnd (original) +++ qpid/trunk/qpid/java/common/src/main/java/common.bnd Sun Oct 31 23:40:42 2010 @@ -1,3 +1,22 @@ +# +# 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. +# + ver: 0.7.0 Bundle-SymbolicName: qpid-common Modified: qpid/trunk/qpid/java/management/common/src/main/java/management-common.bnd URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/management/common/src/main/java/management-common.bnd?rev=1029523&r1=1029522&r2=1029523&view=diff ============================================================================== --- qpid/trunk/qpid/java/management/common/src/main/java/management-common.bnd (original) +++ qpid/trunk/qpid/java/management/common/src/main/java/management-common.bnd Sun Oct 31 23:40:42 2010 @@ -1,8 +1,27 @@ +# +# 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. +# + ver: 0.7.0 - -Bundle-SymbolicName: qpid-management-common -Bundle-Version: ${ver} -Export-Package: *;version=${ver} + +Bundle-SymbolicName: qpid-management-common +Bundle-Version: ${ver} +Export-Package: *;version=${ver} Bundle-RequiredExecutionEnvironment: J2SE-1.5 Require-Bundle: jmxremote.sasl;resolution:=optional --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org