This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/aries.git
commit 9d07dd9078efb132451e3fa09b2beef500ffcf6c Author: Dominik Przybysz <[email protected]> AuthorDate: Mon Jan 13 23:32:31 2025 +0100 [MAINTENANCE] Add licence to files missing it --- jmx/tck/apply_to_tck.sh | 17 +++++++++++++++++ jmx/tck/org.osgi.test.cases.jmx.bnd.bnd | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/jmx/tck/apply_to_tck.sh b/jmx/tck/apply_to_tck.sh index 09c2bfda8..dff7e286c 100755 --- a/jmx/tck/apply_to_tck.sh +++ b/jmx/tck/apply_to_tck.sh @@ -1,3 +1,20 @@ +# 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. + # Change these # Fill in the variable below, e.g. ARIES_DIR=/Users/david/checkouts/aries ARIES_DIR=...the root of your apache aries checkout... diff --git a/jmx/tck/org.osgi.test.cases.jmx.bnd.bnd b/jmx/tck/org.osgi.test.cases.jmx.bnd.bnd index c00120b41..4855e52ef 100644 --- a/jmx/tck/org.osgi.test.cases.jmx.bnd.bnd +++ b/jmx/tck/org.osgi.test.cases.jmx.bnd.bnd @@ -1,3 +1,20 @@ +# 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 javac settings from JDT prefs -include: ${project.workspace}/cnf/eclipse/jdt.bnd
