diff options
author | Martin Ritchie <ritchiem@apache.org> | 2007-06-18 10:17:20 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2007-06-18 10:17:20 +0000 |
commit | a6e6a26fece3dcea4251607e28f09cced880698d (patch) | |
tree | 1a69d5c229a3f3441151bbd2750f978db4dbc27c /java/client-java14/src | |
parent | 66c65c3a02987edb31d6db5e0d1440cc43d59eb1 (diff) | |
download | qpid-python-a6e6a26fece3dcea4251607e28f09cced880698d.tar.gz |
Various License header updates.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548279 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client-java14/src')
-rw-r--r-- | java/client-java14/src/main/assembly/jar-with-dependencies.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/client-java14/src/main/assembly/jar-with-dependencies.xml b/java/client-java14/src/main/assembly/jar-with-dependencies.xml index dd279ffb3a..091fd46427 100644 --- a/java/client-java14/src/main/assembly/jar-with-dependencies.xml +++ b/java/client-java14/src/main/assembly/jar-with-dependencies.xml @@ -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.
+-->
<!-- This is an assembly descriptor that produces a jar file that contains all the
test dependencies, fully expanded into a single jar, required to run the tests
of a maven project.
|