diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-11-07 19:28:03 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-11-07 19:28:03 +0000 |
| commit | 3eb649db676442ff6ba58073be1bc70a81eceef9 (patch) | |
| tree | 59635e7914d812797756f3d10f4811a50ce1df3d /java/management/eclipse-plugin/src | |
| parent | f2583125951c088ccf3e745783d3121e5b38758a (diff) | |
| download | qpid-python-3eb649db676442ff6ba58073be1bc70a81eceef9.tar.gz | |
add Licence info to another couple of files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1032356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/src')
| -rw-r--r-- | java/management/eclipse-plugin/src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF | 1 | ||||
| -rw-r--r-- | java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF b/java/management/eclipse-plugin/src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF index fa11bac2ea..83c7c9f435 100644 --- a/java/management/eclipse-plugin/src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF +++ b/java/management/eclipse-plugin/src/main/resources/jmxremote.sasl-plugin/MANIFEST.MF @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-ManifestVersion: 2 Bundle-Name: jmx sasl Plug-in Bundle-SymbolicName: jmxremote.sasl diff --git a/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist b/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist index e06c8a6e60..c6482a9254 100644 --- a/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist +++ b/java/management/eclipse-plugin/src/main/resources/macosx/Contents/Info.plist @@ -1,5 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!-- + - + - 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. + - + --> <plist version="1.0"> <dict> <key>CFBundleExecutable</key> |
