[xsom] 01/01: oasis is nonfree, delete it

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Mon May 19 09:49:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository xsom.

commit f81d3f5667857a153e5b94bfbe00385c863a8d30
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Wed Feb 26 20:40:52 2014 +0200

    oasis is nonfree, delete it
---
 debian/copyright     |  28 ----------
 debian/local/lcm.xsd | 145 ---------------------------------------------------
 2 files changed, 173 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 8f4f2e9..8614055 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -38,34 +38,6 @@ License: BSD-3-clause
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Files: debian/local/lcm.xsd
-Copyright: 2002-2011 OASIS Open
-License: OASIS-IPR
- All capitalized terms in the following text have the meanings assigned to them
- in the OASIS Intellectual Property Rights Policy (the "OASIS IPR Policy"). The
- full Policy may be found at the OASIS website.
-.
- This document and translations of it may be copied and furnished to others, and
- derivative works that comment on or otherwise explain it or assist in its
- implementation may be prepared, copied, published, and distributed, in whole or
- in part, without restriction of any kind, provided that the above copyright
- notice and this section are included on all such copies and derivative works.
- However, this document itself may not be modified in any way, including by
- removing the copyright notice or references to OASIS, except as needed for the
- purpose of developing any document or deliverable produced by an OASIS
- Technical Committee (in which case the rules applicable to copyrights, as set
- forth in the OASIS IPR Policy, must be followed) or as required to translate it
- into languages other than English.
-.
- The limited permissions granted above are perpetual and will not be revoked by
- OASIS or its successors or assigns.
-.
- This document and the information contained herein is provided on an "AS IS"
- basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
- LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT
- INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
- FITNESS FOR A PARTICULAR PURPOSE.
-
 Files: debian/*
 Copyright: 2013, Ade Lee <alee at redhat.com>
 License: CDDL-1.1 or GPL-2 with classpath exception
diff --git a/debian/local/lcm.xsd b/debian/local/lcm.xsd
deleted file mode 100644
index cef09a7..0000000
--- a/debian/local/lcm.xsd
+++ /dev/null
@@ -1,145 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<!-- $Header: /cvsroot/ebxmlrr/ebxmlrr-spec/misc/3.0/schema/lcm.xsd,v 1.5 2005/01/31 22:28:18 farrukh_najmi Exp $ -->
-<schema targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" 
-  xmlns="http://www.w3.org/2001/XMLSchema" 
-  xmlns:rim="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" 
-  xmlns:rs="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" 
-  xmlns:tns="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0"
-  elementFormDefault="qualified"
-  attributeFormDefault="unqualified"
-  >
-  
-  <annotation>
-    <documentation xml:lang="en">The schema for OASIS ebXML Registry Services</documentation>
-  </annotation>
-  <!-- Import the rim.xsd file with XML schema mappaing from RIM -->
-  <import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" schemaLocation="rim.xsd"/>
-  <!-- Import the rs.xsd file with XML schema for base rs related schema -->
-  <import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" schemaLocation="rs.xsd"/>
-  <element name="SubmitObjectsRequest">
-    <annotation>
-      <documentation xml:lang="en">The SubmitObjectsRequest allows one to submit a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object.  Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject el [...]
-    </annotation>
-    <complexType>
-      <complexContent>
-        <extension base="rs:RegistryRequestType">
-          <sequence>
-            <element ref="rim:RegistryObjectList"/>
-          </sequence>
-        </extension>
-      </complexContent>
-    </complexType>
-  </element>
-  <element name="UpdateObjectsRequest">
-    <annotation>
-      <documentation xml:lang="en">The UpdateObjectsRequest allows one to update a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object.  Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject el [...]
-    </annotation>
-    <complexType>
-      <complexContent>
-        <extension base="rs:RegistryRequestType">
-          <sequence>
-            <element ref="rim:RegistryObjectList"/>
-          </sequence>
-        </extension>
-      </complexContent>
-    </complexType>
-  </element>
-  <element name="ApproveObjectsRequest">
-    <annotation>
-      <documentation xml:lang="en">
-        The ObjectRefList and AdhocQuery identify the list of
-        objects being approved.
-      </documentation>
-    </annotation>
-    <complexType>
-      <complexContent>
-        <extension base="rs:RegistryRequestType">
-          <sequence>
-            <element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />          
-            <element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
-          </sequence>
-        </extension>
-      </complexContent>
-    </complexType>
-  </element>
-  <element name="DeprecateObjectsRequest">
-    <annotation>
-      <documentation xml:lang="en">
-        The ObjectRefList and AdhocQuery identify the list of
-        objects being deprecated.
-      </documentation>
-    </annotation>
-    <complexType>
-      <complexContent>
-        <extension base="rs:RegistryRequestType">
-          <sequence>
-            <element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />          
-            <element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
-          </sequence>
-        </extension>
-      </complexContent>
-    </complexType>
-  </element>
-  <element name="UndeprecateObjectsRequest">
-    <annotation>
-      <documentation xml:lang="en">
-        The ObjectRefList is the list of
-        refs to the registry entrys being un-deprecated.
-      </documentation>
-    </annotation>
-    <complexType>
-      <complexContent>
-        <extension base="rs:RegistryRequestType">
-          <sequence>
-            <element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />          
-            <element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
-          </sequence>
-        </extension>
-      </complexContent>
-    </complexType>
-  </element>
-  <element name="RemoveObjectsRequest">
-    <annotation>
-      <documentation xml:lang="en">
-        The ObjectRefList is the list of
-        refs to the registry entrys being removed
-      </documentation>
-    </annotation>
-    <complexType>
-      <complexContent>
-        <extension base="rs:RegistryRequestType">
-          <sequence>
-            <element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />          
-            <element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
-          </sequence>
-          <attribute name="deletionScope" default="urn:oasis:names:tc:ebxml-regrep:DeletionScopeType:DeleteAll" type="rim:referenceURI" use="optional"/>
-        </extension>
-      </complexContent>
-    </complexType>
-  </element>
-  <element name="RelocateObjectsRequest">
-    <complexType>
-      <complexContent>
-        <extension base="rs:RegistryRequestType">
-          <sequence>
-            <element maxOccurs="1" minOccurs="1" ref="rim:AdhocQuery" />
-            <element maxOccurs="1" minOccurs="1" name="SourceRegistry" type="rim:ObjectRefType"/>
-            <element maxOccurs="1" minOccurs="1" name="DestinationRegistry" type="rim:ObjectRefType"/>
-            <element maxOccurs="1" minOccurs="1" name="OwnerAtSource" type="rim:ObjectRefType"/>
-            <element maxOccurs="1" minOccurs="1" name="OwnerAtDestination" type="rim:ObjectRefType"/>
-          </sequence>
-        </extension>
-      </complexContent>
-    </complexType>
-  </element>
-  <element name="AcceptObjectsRequest">
-    <!-- The ObjectRefList must only contain local ObjectRefs such that they do not specify home attribute -->
-    <complexType>
-      <complexContent>
-        <extension base="rs:RegistryRequestType">
-          <attribute name="correlationId" type="anyURI" use="required"/>
-        </extension>
-      </complexContent>
-    </complexType>
-  </element>
-</schema>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xsom.git



More information about the pkg-java-commits mailing list