Author: jacopoc
Date: Sat Jul 15 01:18:28 2006 New Revision: 422177 URL: http://svn.apache.org/viewvc?rev=422177&view=rev Log: License change from MIT to ASL2.0 for all the files of the securityext component. Thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87). Modified: incubator/ofbiz/trunk/applications/securityext/build.xml incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels.properties incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_de.properties incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_fr.properties incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_it.properties incubator/ofbiz/trunk/applications/securityext/config/truition.properties incubator/ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml incubator/ofbiz/trunk/applications/securityext/data/SecurityExtData.xml incubator/ofbiz/trunk/applications/securityext/email/default/passwordemail.ftl incubator/ofbiz/trunk/applications/securityext/ofbiz-component.xml incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginMapProcs.xml incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginSimpleEvents.xml incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/securitygroup/SecurityGroupServices.xml incubator/ofbiz/trunk/applications/securityext/servicedef/services.xml incubator/ofbiz/trunk/applications/securityext/widget/EmailSecurityScreens.xml Modified: incubator/ofbiz/trunk/applications/securityext/build.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/build.xml?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/build.xml (original) +++ incubator/ofbiz/trunk/applications/securityext/build.xml Sat Jul 15 01:18:28 2006 @@ -1,27 +1,19 @@ <?xml version="1.0"?> <!-- - * 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 Security Extensions 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 - Security Extensions" default="jar" basedir="."> Modified: incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels.properties?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels.properties (original) +++ incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels.properties Sat Jul 15 01:18:28 2006 @@ -1,3 +1,20 @@ +##################################################################### +# +# 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. +##################################################################### + # ======================================== # UiLabels for the securityext Component Modified: incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_de.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_de.properties?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_de.properties (original) +++ incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_de.properties Sat Jul 15 01:18:28 2006 @@ -1,3 +1,20 @@ +##################################################################### +# +# 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. +##################################################################### + # ======================================== # UiLabels for the securityext Component @@ -80,4 +97,3 @@ loginmapprocs.password_not_equal_verfiy_password=Das neue Passwort ist nicht gleich dem Bestätigungspasswort loginmapprocs.new_password_verify_missing=Das Bestätigungspasswort fehlt. loginmapprocs.password_successfully_updated=Passwort wurde geändert. - Modified: incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_fr.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_fr.properties?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_fr.properties (original) +++ incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_fr.properties Sat Jul 15 01:18:28 2006 @@ -1,3 +1,20 @@ +##################################################################### +# +# 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. +##################################################################### + # ======================================== # UiLabels for the securityext Component # ======================================== Modified: incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_it.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_it.properties?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_it.properties (original) +++ incubator/ofbiz/trunk/applications/securityext/config/SecurityextUiLabels_it.properties Sat Jul 15 01:18:28 2006 @@ -1,5 +1,4 @@ ##################################################################### -# $Id: $ # # Copyright 2001-2006 The Apache Software Foundation # @@ -107,4 +106,4 @@ loginmapprocs.new_password_missing=Nuova Password \u00e8 mancante. loginmapprocs.password_not_equal_verfiy_password=Nuova Password non \u00e8 ugugale alla Password di Verifica loginmapprocs.new_password_verify_missing=Nuova Verifica Password \u00e8 mancante -loginmapprocs.password_successfully_updated=Password aggioranta con successo. \ No newline at end of file +loginmapprocs.password_successfully_updated=Password aggioranta con successo. Modified: incubator/ofbiz/trunk/applications/securityext/config/truition.properties URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/config/truition.properties?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/config/truition.properties (original) +++ incubator/ofbiz/trunk/applications/securityext/config/truition.properties Sat Jul 15 01:18:28 2006 @@ -1,7 +1,19 @@ -#### -# OFBiz Truition Configuration Settings -# $Id$ -#### +##################################################################### +# +# 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. +##################################################################### # Is Truition Enabled (Y/N) truition.enabled=Y @@ -23,4 +35,3 @@ # Redirect URL for Login/Register truition.redirect.urlName=NURL - Modified: incubator/ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml (original) +++ incubator/ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml Sat Jul 15 01:18:28 2006 @@ -1,4 +1,21 @@ <?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> <!-- from the securityext component: SecurityExtData.xml --> <UserLogin userLoginId="anonymous" currentPassword="anonymous" passwordHint=""/> Modified: incubator/ofbiz/trunk/applications/securityext/data/SecurityExtData.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/data/SecurityExtData.xml?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/data/SecurityExtData.xml (original) +++ incubator/ofbiz/trunk/applications/securityext/data/SecurityExtData.xml Sat Jul 15 01:18:28 2006 @@ -1,4 +1,21 @@ <?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> <!-- OFBiz Core security --> <Party partyId="_NA_" partyTypeId="PERSON"/> Modified: incubator/ofbiz/trunk/applications/securityext/email/default/passwordemail.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/email/default/passwordemail.ftl?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/email/default/passwordemail.ftl (original) +++ incubator/ofbiz/trunk/applications/securityext/email/default/passwordemail.ftl Sat Jul 15 01:18:28 2006 @@ -1,28 +1,18 @@ <#-- - * 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. - * - *@author Andy Zeneski ([hidden email]) - *@author David E. Jones ([hidden email]) - *@version $Rev$ - *@since 2.2 + +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. --> <html> @@ -33,4 +23,4 @@ <br/> <div>Your <#if useEncryption>new</#if> password is "${password}"</div> </body> -</html> \ No newline at end of file +</html> Modified: incubator/ofbiz/trunk/applications/securityext/ofbiz-component.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/ofbiz-component.xml?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/ofbiz-component.xml (original) +++ incubator/ofbiz/trunk/applications/securityext/ofbiz-component.xml Sat Jul 15 01:18:28 2006 @@ -1,25 +1,19 @@ <?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 5989 2005-10-20 23:41:25Z 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="securityext" Modified: incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginMapProcs.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginMapProcs.xml?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginMapProcs.xml (original) +++ incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginMapProcs.xml Sat Jul 15 01:18:28 2006 @@ -1,30 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> <!-- - * <p><b>Title:</b> Map processors for Login info maintenance - * <p><b>Description:</b> None - * <p>Copyright (c) 2001-2005 The Open For Business Project and repected authors. - * <p>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: - * - * <p>The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * <p>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 <a href="mailto:[hidden email]">David E. Jones</a> - * @version 1.0 - * Created on January 18, 2001 - --> + +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. +--> <simple-map-processors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd"> Modified: incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginSimpleEvents.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginSimpleEvents.xml?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginSimpleEvents.xml (original) +++ incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginSimpleEvents.xml Sat Jul 15 01:18:28 2006 @@ -1,31 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> <!-- - * <p><b>Title:</b> LoginSimpleEvents - * <p><b>Description:</b> Events to handle form input and other data changes - * <p>Copyright (c) 2002-2004 The Open For Business Project and repected authors. - * <p>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: - * - * <p>The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * <p>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 <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @version 1.0 - * Created on January 18, 2001 - --> + +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. +--> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd"> Modified: incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/securitygroup/SecurityGroupServices.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/securitygroup/SecurityGroupServices.xml?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/securitygroup/SecurityGroupServices.xml (original) +++ incubator/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/securitygroup/SecurityGroupServices.xml Sat Jul 15 01:18:28 2006 @@ -1,29 +1,20 @@ <?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. - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @version 1.0 - * Created on April 2, 2002 - --> + +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. +--> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd"> Modified: incubator/ofbiz/trunk/applications/securityext/servicedef/services.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/servicedef/services.xml?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/servicedef/services.xml (original) +++ incubator/ofbiz/trunk/applications/securityext/servicedef/services.xml Sat Jul 15 01:18:28 2006 @@ -1,24 +1,19 @@ <?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/applications/securityext/widget/EmailSecurityScreens.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/securityext/widget/EmailSecurityScreens.xml?rev=422177&r1=422176&r2=422177&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/securityext/widget/EmailSecurityScreens.xml (original) +++ incubator/ofbiz/trunk/applications/securityext/widget/EmailSecurityScreens.xml Sat Jul 15 01:18:28 2006 @@ -1,26 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 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: EmailGiftCardScreens.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. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Free forum by Nabble | Edit this page |