diff options
author | Ben McGinnes <[email protected]> | 2016-03-25 17:10:52 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2016-03-25 17:10:52 +0000 |
commit | 37b563a6aae4865d44e6d1184a95720d5f11a8a3 (patch) | |
tree | 021d8df75f54055c53cc5b88d1d0e8fee79a6b91 | |
parent | XML Schemas (diff) | |
download | gpgme-37b563a6aae4865d44e6d1184a95720d5f11a8a3.tar.gz gpgme-37b563a6aae4865d44e6d1184a95720d5f11a8a3.zip |
Schema licensing
* All the same as GPG/GPGME, plus added Apache 2.0.
-rw-r--r-- | lang/xml-schemas/README.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lang/xml-schemas/README.txt b/lang/xml-schemas/README.txt new file mode 100644 index 00000000..70975d8b --- /dev/null +++ b/lang/xml-schemas/README.txt @@ -0,0 +1,29 @@ +=========== +XML Schemas +=========== + +The XML schemas in this directory are available under the same terms +as GPGME (i.e. the GPL 2 or later or the LGPL 2.1 or later), or +alternatively the Apache 2.0 license. + +The schemas were generated with oXygenXML Editor 17.1 (mentioning that +isn't necessary, but might be helpful). + + +-------------- +Apache license +-------------- + +Copyright © Benjamin D. McGinnes, 2016 + +Licensed 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. |