Author: jacopoc
Date: Thu Jul 20 01:44:55 2006 New Revision: 423828 URL: http://svn.apache.org/viewvc?rev=423828&view=rev Log: License change from MIT to ASL2.0 for the files of the workflow component. Thanks to Scott Gray for the patch (Apache OFBIZ-87). Modified: incubator/ofbiz/trunk/framework/workflow/build.xml incubator/ofbiz/trunk/framework/workflow/data/WorkFlowSecurityData.xml incubator/ofbiz/trunk/framework/workflow/dtd/xpdl-1.0-schema.xsd incubator/ofbiz/trunk/framework/workflow/entitydef/entitygroup.xml incubator/ofbiz/trunk/framework/workflow/entitydef/entitymodel.xml incubator/ofbiz/trunk/framework/workflow/ofbiz-component.xml incubator/ofbiz/trunk/framework/workflow/servicedef/services.xml incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadyRunning.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadySuspended.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotChangeRequester.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotComplete.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotResume.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStart.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStop.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotSuspend.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/EvaluationException.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/HistoryNotAvailable.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidData.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidPerformer.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidRequester.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidResource.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidState.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotAssigned.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotEnabled.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotRunning.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotSuspended.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/RequesterRequired.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/ResultNotAvailable.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/SourceNotAvailable.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/TransitionCondition.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/TransitionNotAllowed.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/UpdateNotAllowed.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfActivity.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfApplicationServices.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfAssignment.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfAssignmentEventAudit.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfCreateProcessEventAudit.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfDataEventAudit.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfEventAudit.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfException.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfExecutionObject.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfFactory.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfProcess.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfProcessMgr.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfRequester.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfResource.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfStateEventAudit.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WfUtil.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/WorkflowEngine.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/client/StartActivityJob.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/client/WorkflowClient.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/client/WorkflowServices.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/definition/DefinitionParserException.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/definition/XpdlReader.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/ServiceCondition.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfActivityAbstractImplementation.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfActivityImpl.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfActivityImplementationFact.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfActivityLoopImplementation.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfActivityNoImplementation.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfActivityRouteImplementation.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfActivitySubFlowImplementation.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfActivityToolImplementation.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfAssignmentImpl.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfEventAuditImpl.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfExecutionObjectImpl.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfProcessImpl.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfProcessMgrImpl.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfRequesterImpl.java incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/impl/WfResourceImpl.java Modified: incubator/ofbiz/trunk/framework/workflow/build.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/build.xml?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/build.xml (original) +++ incubator/ofbiz/trunk/framework/workflow/build.xml Thu Jul 20 01:44:55 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 - Workflow Component" default="jar" basedir="."> Modified: incubator/ofbiz/trunk/framework/workflow/data/WorkFlowSecurityData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/data/WorkFlowSecurityData.xml?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/data/WorkFlowSecurityData.xml (original) +++ incubator/ofbiz/trunk/framework/workflow/data/WorkFlowSecurityData.xml Thu Jul 20 01:44:55 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> <!-- Workflow security --> <SecurityPermission description="Use the Workflow Maintenance pages." permissionId="WORKFLOW_MAINT"/> Modified: incubator/ofbiz/trunk/framework/workflow/dtd/xpdl-1.0-schema.xsd URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/dtd/xpdl-1.0-schema.xsd?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/dtd/xpdl-1.0-schema.xsd (original) +++ incubator/ofbiz/trunk/framework/workflow/dtd/xpdl-1.0-schema.xsd Thu Jul 20 01:44:55 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. +--> <xsd:schema targetNamespace="http://www.wfmc.org/2002/XPDL1.0" xmlns:xpdl="http://www.wfmc.org/2002/XPDL1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xsd:element name="Activities"> <xsd:complexType> Modified: incubator/ofbiz/trunk/framework/workflow/entitydef/entitygroup.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/entitydef/entitygroup.xml?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/entitydef/entitygroup.xml (original) +++ incubator/ofbiz/trunk/framework/workflow/entitydef/entitygroup.xml Thu Jul 20 01:44:55 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/workflow/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/entitydef/entitymodel.xml?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/workflow/entitydef/entitymodel.xml Thu Jul 20 01:44:55 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/workflow/ofbiz-component.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/ofbiz-component.xml?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/ofbiz-component.xml (original) +++ incubator/ofbiz/trunk/framework/workflow/ofbiz-component.xml Thu Jul 20 01:44:55 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 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. --> <ofbiz-component name="workflow" @@ -33,4 +26,3 @@ <entity-resource type="data" reader-name="seed" loader="main" location="data/WorkFlowSecurityData.xml"/> <service-resource type="model" loader="main" location="servicedef/services.xml"/> </ofbiz-component> - Modified: incubator/ofbiz/trunk/framework/workflow/servicedef/services.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/servicedef/services.xml?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/servicedef/services.xml (original) +++ incubator/ofbiz/trunk/framework/workflow/servicedef/services.xml Thu Jul 20 01:44:55 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. --> <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadyRunning.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadyRunning.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadyRunning.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadyRunning.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: AlreadyRunning.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadySuspended.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadySuspended.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadySuspended.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/AlreadySuspended.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: AlreadySuspended.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotChangeRequester.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotChangeRequester.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotChangeRequester.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotChangeRequester.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: CannotChangeRequester.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotComplete.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotComplete.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotComplete.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotComplete.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: CannotComplete.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotResume.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotResume.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotResume.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotResume.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: CannotResume.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStart.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStart.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStart.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStart.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: CannotStart.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStop.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStop.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStop.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotStop.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: CannotStop.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotSuspend.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotSuspend.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotSuspend.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/CannotSuspend.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: CannotSuspend.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/EvaluationException.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/EvaluationException.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/EvaluationException.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/EvaluationException.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: EvaluationException.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * Copyright (c) 2003 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/HistoryNotAvailable.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/HistoryNotAvailable.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/HistoryNotAvailable.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/HistoryNotAvailable.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: HistoryNotAvailable.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidData.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidData.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidData.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidData.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: InvalidData.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidPerformer.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidPerformer.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidPerformer.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidPerformer.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: InvalidPerformer.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidRequester.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidRequester.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidRequester.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidRequester.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: InvalidRequester.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidResource.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidResource.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidResource.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidResource.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: InvalidResource.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidState.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidState.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidState.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/InvalidState.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: InvalidState.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotAssigned.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotAssigned.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotAssigned.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotAssigned.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: NotAssigned.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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. - * + * 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.workflow; Modified: incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotEnabled.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotEnabled.java?rev=423828&r1=423827&r2=423828&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotEnabled.java (original) +++ incubator/ofbiz/trunk/framework/workflow/src/org/ofbiz/workflow/NotEnabled.java Thu Jul 20 01:44:55 2006 @@ -1,26 +1,17 @@ /* - * $Id: NotEnabled.java 5462 2005-08-05 18:35:48Z jonesde $ - * - * 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: - |
Free forum by Nabble | Edit this page |