Author: jacopoc
Date: Thu Jul 20 03:19:51 2006 New Revision: 423866 URL: http://svn.apache.org/viewvc?rev=423866&view=rev Log: License change from MIT to ASL2.0 for the files of the service component. Thanks to Scott Gray for the patch (Apache OFBIZ-87). Modified: incubator/ofbiz/trunk/framework/service/build.xml incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels.properties incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_fr.properties incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_nl.properties incubator/ofbiz/trunk/framework/service/config/serviceengine.xml incubator/ofbiz/trunk/framework/service/data/ScheduledServiceData.xml incubator/ofbiz/trunk/framework/service/data/ScheduledServices.xml incubator/ofbiz/trunk/framework/service/data/ServiceSecurityData.xml incubator/ofbiz/trunk/framework/service/dtd/service-catalog.xml incubator/ofbiz/trunk/framework/service/dtd/service-config.xsd incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd incubator/ofbiz/trunk/framework/service/dtd/service-group.xsd incubator/ofbiz/trunk/framework/service/dtd/service-mca.xsd incubator/ofbiz/trunk/framework/service/dtd/services.xsd incubator/ofbiz/trunk/framework/service/entitydef/entitygroup.xml incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml incubator/ofbiz/trunk/framework/service/ofbiz-component.xml incubator/ofbiz/trunk/framework/service/servicedef/services.xml incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GeneralServiceException.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericAbstractDispatcher.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericDispatcher.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericRequester.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericResultWaiter.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericServiceCallback.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericServiceException.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/LocalDispatcher.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelParam.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelPermGroup.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelPermission.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelServiceReader.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/RunningService.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceAuthException.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceUtil.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceValidationException.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceXaWrapper.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/WebAppDispatcher.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/RecurrenceInfo.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/RecurrenceInfoException.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/RecurrenceRule.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/RecurrenceRuleException.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/RecurrenceUtil.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/config/ServiceConfigUtil.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaAction.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaCondition.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaRule.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaUtil.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/AbstractEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/BSFEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/BeanShellEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/GenericAsyncEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/GenericEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/GenericEngineFactory.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/HttpEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/InterfaceEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/RouteEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/SOAPClientEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/StandardJavaEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/group/GroupModel.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/group/GroupServiceModel.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/group/ServiceGroupEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/group/ServiceGroupReader.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/jms/AbstractJmsListener.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/jms/GenericMessageListener.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/jms/JmsListenerFactory.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/jms/JmsQueueListener.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/jms/JmsServiceEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/jms/JmsTopicListener.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/job/AbstractJob.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/job/GenericServiceJob.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/job/InvalidJobException.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/job/Job.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/job/JobInvoker.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/job/JobManager.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/job/JobManagerException.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/job/JobPoller.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/job/PersistedServiceJob.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/JavaMailContainer.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/MimeMessageWrapper.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/ServiceMcaAction.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/ServiceMcaCondition.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/ServiceMcaRule.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/ServiceMcaUtil.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/ExampleRemoteClient.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RemoteDispatcher.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RemoteDispatcherImpl.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RmiServiceContainer.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RmiServiceEngine.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/socket/ssl/SSLClientSocketFactory.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/socket/ssl/SSLServerSocketFactory.java incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceEngineTests.java incubator/ofbiz/trunk/framework/service/testdef/servicetests.xml Modified: incubator/ofbiz/trunk/framework/service/build.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/build.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/build.xml (original) +++ incubator/ofbiz/trunk/framework/service/build.xml Thu Jul 20 03:19:51 2006 @@ -1,27 +1,18 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * This is the Open for Business Service Build Script. - * $Id: build.xml 7900 2006-06-29 05:03:20Z jonesde $ +Copyright 2001-2006 The Apache Software Foundation + +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. --> <project name="OFBiz - Service" default="jar" basedir="."> Modified: incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels.properties?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels.properties (original) +++ incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels.properties Thu Jul 20 03:19:51 2006 @@ -1,6 +1,4 @@ ##################################################################### -# $Id: ServiceErrorUiLabels.properties 7376 2006-04-22 18:34:10Z jonesde $ -# # Copyright 2001-2006 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_fr.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_fr.properties?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_fr.properties (original) +++ incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_fr.properties Thu Jul 20 03:19:51 2006 @@ -1,6 +1,4 @@ ##################################################################### -# $Id: ServiceErrorUiLabels_fr.properties 7376 2006-04-22 18:34:10Z jonesde $ -# # Copyright 2001-2006 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_nl.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_nl.properties?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_nl.properties (original) +++ incubator/ofbiz/trunk/framework/service/config/ServiceErrorUiLabels_nl.properties Thu Jul 20 03:19:51 2006 @@ -1,6 +1,4 @@ ##################################################################### -# $Id: $ -# # Copyright 2001-2006 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may not Modified: incubator/ofbiz/trunk/framework/service/config/serviceengine.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/config/serviceengine.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/config/serviceengine.xml (original) +++ incubator/ofbiz/trunk/framework/service/config/serviceengine.xml Thu Jul 20 03:19:51 2006 @@ -1,24 +1,18 @@ -<?xml version="1.0" encoding="UTF-8" ?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Copyright 2001-2006 The Apache Software Foundation + +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. --> <service-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/ofbiz/trunk/framework/service/data/ScheduledServiceData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/data/ScheduledServiceData.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/data/ScheduledServiceData.xml (original) +++ incubator/ofbiz/trunk/framework/service/data/ScheduledServiceData.xml Thu Jul 20 03:19:51 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +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. +--> <entity-engine-xml> <!-- scheduled service status codes --> <StatusType description="Scheduled Service" hasTable="N" parentTypeId="" statusTypeId="SERVICE_STATUS"/> @@ -9,4 +24,4 @@ <StatusItem description="Failed" sequenceId="20" statusCode="FAILED" statusId="SERVICE_FAILED" statusTypeId="SERVICE_STATUS"/> <StatusItem description="Crashed" sequenceId="40" statusCode="CRASHED" statusId="SERVICE_CRASHED" statusTypeId="SERVICE_STATUS"/> <StatusItem description="Cancelled" sequenceId="99" statusCode="CANCELLED" statusId="SERVICE_CANCELLED" statusTypeId="SERVICE_STATUS"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: incubator/ofbiz/trunk/framework/service/data/ScheduledServices.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/data/ScheduledServices.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/data/ScheduledServices.xml (original) +++ incubator/ofbiz/trunk/framework/service/data/ScheduledServices.xml Thu Jul 20 03:19:51 2006 @@ -1,7 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +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. +--> <entity-engine-xml> <RecurrenceRule recurrenceRuleId="100" untilDateTime="" frequency="DAILY" intervalNumber="1" countNumber="-1"/> <RecurrenceInfo recurrenceInfoId="100" startDateTime="2000-01-01 00:00:00.000" recurrenceRuleId="100" recurrenceCount="0"/> <JobSandbox jobId="8300" jobName="Purge Old Jobs" runTime="2000-01-01 00:00:00.000" serviceName="purgeOldJobs" poolId="pool" runAsUser="system" recurrenceInfoId="100"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: incubator/ofbiz/trunk/framework/service/data/ServiceSecurityData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/data/ServiceSecurityData.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/data/ServiceSecurityData.xml (original) +++ incubator/ofbiz/trunk/framework/service/data/ServiceSecurityData.xml Thu Jul 20 03:19:51 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +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. +--> <entity-engine-xml> <!-- Remote Service security --> <SecurityPermission description="Permission to invoke any service remotely." permissionId="SERVICE_INVOKE_ANY"/> Modified: incubator/ofbiz/trunk/framework/service/dtd/service-catalog.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/dtd/service-catalog.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/dtd/service-catalog.xml (original) +++ incubator/ofbiz/trunk/framework/service/dtd/service-catalog.xml Thu Jul 20 03:19:51 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2001-2006 The Apache Software Foundation + +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. +--> <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> <!-- Modified: incubator/ofbiz/trunk/framework/service/dtd/service-config.xsd URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/dtd/service-config.xsd?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/dtd/service-config.xsd (original) +++ incubator/ofbiz/trunk/framework/service/dtd/service-config.xsd Thu Jul 20 03:19:51 2006 @@ -1,26 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001-2004 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - *This is the DTD for the Open For Business Service Engine configuration XML file. +Copyright 2001-2006 The Apache Software Foundation + +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. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <!-- ====================== Root Element ======================= --> Modified: incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd (original) +++ incubator/ofbiz/trunk/framework/service/dtd/service-eca.xsd Thu Jul 20 03:19:51 2006 @@ -1,27 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2002-2004 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Copyright 2001-2006 The Apache Software Foundation - * Service Framework - Service ECA Definition DTD - * $Id: service-eca.xsd 7775 2006-06-12 21:17:47Z jonesde $ +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. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xs:element name="service-eca"> Modified: incubator/ofbiz/trunk/framework/service/dtd/service-group.xsd URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/dtd/service-group.xsd?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/dtd/service-group.xsd (original) +++ incubator/ofbiz/trunk/framework/service/dtd/service-group.xsd Thu Jul 20 03:19:51 2006 @@ -1,27 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001-2004 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - * Service Framework - Service Definition DTD - * $Id: service-group.xsd 5462 2005-08-05 18:35:48Z jonesde $ +Copyright 2001-2006 The Apache Software Foundation + +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. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xs:element name="service-group"> Modified: incubator/ofbiz/trunk/framework/service/dtd/service-mca.xsd URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/dtd/service-mca.xsd?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/dtd/service-mca.xsd (original) +++ incubator/ofbiz/trunk/framework/service/dtd/service-mca.xsd Thu Jul 20 03:19:51 2006 @@ -1,27 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Copyright 2001-2006 The Apache Software Foundation - * Service Framework - Service MCA Definition DTD - * $Id: service-mca.xsd 5462 2005-08-05 18:35:48Z jonesde $ +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. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xs:element name="service-mca"> Modified: incubator/ofbiz/trunk/framework/service/dtd/services.xsd URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/dtd/services.xsd?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/dtd/services.xsd (original) +++ incubator/ofbiz/trunk/framework/service/dtd/services.xsd Thu Jul 20 03:19:51 2006 @@ -1,27 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001-2004 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - * Service Framework - Service Definition DTD - * $Id: services.xsd 7866 2006-06-27 01:24:04Z jonesde $ +Copyright 2001-2006 The Apache Software Foundation + +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. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xs:element name="services"> Modified: incubator/ofbiz/trunk/framework/service/entitydef/entitygroup.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/entitydef/entitygroup.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/entitydef/entitygroup.xml (original) +++ incubator/ofbiz/trunk/framework/service/entitydef/entitygroup.xml Thu Jul 20 03:19:51 2006 @@ -1,24 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Copyright 2001-2006 The Apache Software Foundation + +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. --> <entitygroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml Thu Jul 20 03:19:51 2006 @@ -1,32 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -/** - * Title: Entity Generator Definitions for the General Data Model - * Description: None - * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * @author David E. Jones ([hidden email]) - * @author Andy Zeneski ([hidden email]) - * @version $Rev$ - */ +Copyright 2001-2006 The Apache Software Foundation + +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. --> <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/ofbiz/trunk/framework/service/ofbiz-component.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/ofbiz-component.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/ofbiz-component.xml (original) +++ incubator/ofbiz/trunk/framework/service/ofbiz-component.xml Thu Jul 20 03:19:51 2006 @@ -1,25 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2003-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * $Id: ofbiz-component.xml 7551 2006-05-10 00:08:10Z jonesde $ +Copyright 2001-2006 The Apache Software Foundation + +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. --> <ofbiz-component name="service" Modified: incubator/ofbiz/trunk/framework/service/servicedef/services.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/servicedef/services.xml?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/servicedef/services.xml (original) +++ incubator/ofbiz/trunk/framework/service/servicedef/services.xml Thu Jul 20 03:19:51 2006 @@ -1,24 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Copyright 2001-2006 The Apache Software Foundation + +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. --> <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java (original) +++ incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java Thu Jul 20 03:19:51 2006 @@ -1,26 +1,17 @@ /* - * $Id: DispatchContext.java 5720 2005-09-13 03:10:59Z jonesde $ - * - * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * Copyright 2001-2006 The Apache Software Foundation + * + * 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. */ package org.ofbiz.service; @@ -397,4 +388,4 @@ ModelService model = this.getModelService(serviceName); return model.toWSDL(locationURI); } -} \ No newline at end of file +} Modified: incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GeneralServiceException.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GeneralServiceException.java?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GeneralServiceException.java (original) +++ incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GeneralServiceException.java Thu Jul 20 03:19:51 2006 @@ -1,26 +1,17 @@ /* - * $Id: GeneralServiceException.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * Copyright (c) 2004 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * Copyright 2001-2006 The Apache Software Foundation + * + * 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. */ package org.ofbiz.service; Modified: incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericAbstractDispatcher.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericAbstractDispatcher.java?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericAbstractDispatcher.java (original) +++ incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericAbstractDispatcher.java Thu Jul 20 03:19:51 2006 @@ -1,26 +1,17 @@ /* - * $Id: GenericAbstractDispatcher.java 7709 2006-05-30 21:45:33Z jaz $ - * - * Copyright (c) 2001, 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * Copyright 2001-2006 The Apache Software Foundation + * + * 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. */ package org.ofbiz.service; Modified: incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericDispatcher.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericDispatcher.java?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericDispatcher.java (original) +++ incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericDispatcher.java Thu Jul 20 03:19:51 2006 @@ -1,26 +1,17 @@ /* - * $Id: GenericDispatcher.java 7284 2006-04-12 18:39:42Z jaz $ - * - * Copyright (c) 2001, 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * Copyright 2001-2006 The Apache Software Foundation + * + * 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. */ package org.ofbiz.service; Modified: incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericRequester.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericRequester.java?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericRequester.java (original) +++ incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericRequester.java Thu Jul 20 03:19:51 2006 @@ -1,26 +1,17 @@ /* - * $Id: GenericRequester.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * Copyright (c) 2001, 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * Copyright 2001-2006 The Apache Software Foundation + * + * 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. */ package org.ofbiz.service; Modified: incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericResultWaiter.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericResultWaiter.java?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericResultWaiter.java (original) +++ incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericResultWaiter.java Thu Jul 20 03:19:51 2006 @@ -1,26 +1,17 @@ /* - * $Id: GenericResultWaiter.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * Copyright (c) 2001, 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * Copyright 2001-2006 The Apache Software Foundation + * + * 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. */ package org.ofbiz.service; Modified: incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericServiceCallback.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericServiceCallback.java?rev=423866&r1=423865&r2=423866&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericServiceCallback.java (original) +++ incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericServiceCallback.java Thu Jul 20 03:19:51 2006 @@ -1,26 +1,17 @@ /* - * $Id: GenericServiceCallback.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * Copyright (c) 2004 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * Copyright 2001-2006 The Apache Software Foundation + * + * 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. */ package org.ofbiz.service; Modified: incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericServiceException.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/tr |
Free forum by Nabble | Edit this page |