Author: jacopoc
Date: Thu Jul 20 01:30:04 2006 New Revision: 423822 URL: http://svn.apache.org/viewvc?rev=423822&view=rev Log: License change from MIT to ASL2.0 for the files of the webtools component. Thanks to Scott Gray for the patch (Apache OFBIZ-87). Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/EditUtilCache.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCache.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCacheElements.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/showrecords.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/debug.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error403.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error404.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/index.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/login.ftl incubator/ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl incubator/ofbiz/trunk/framework/webtools/webapp/webtools/performance/EntityPerformanceTest.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/period/EditCustomTimePeriod.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/ping.ftl incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatBinsHistory.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatsSinceStart.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/leftbar_template.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main.xml incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main_template.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/plain.ftl incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/rightbar_template.jsp incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/EditUtilCache.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/EditUtilCache.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/EditUtilCache.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/EditUtilCache.jsp Thu Jul 20 01:30:04 2006 @@ -1,28 +1,18 @@ <%-- - * 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. - * - *@author David E. Jones - *@created May 28 2001 - *@version 1.0 ---%> +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. +--%> <%@ page import="java.util.*, java.net.*, org.ofbiz.base.util.cache.UtilCache" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCache.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCache.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCache.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCache.jsp Thu Jul 20 01:30:04 2006 @@ -1,28 +1,18 @@ <%-- - * 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. - * - *@author David E. Jones - *@created May 28 2001 - *@version 1.0 ---%> +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. +--%> <%@ page import="java.util.*, java.net.*, org.ofbiz.base.util.cache.UtilCache" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCacheElements.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCacheElements.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCacheElements.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/cache/FindUtilCacheElements.jsp Thu Jul 20 01:30:04 2006 @@ -1,32 +1,18 @@ -<% -/** - * Title: UtilCache Maintenance Page - * Description: None - * 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. - * - *@author David E. Jones - *@created May 28 2001 - *@version 1.0 - */ -%> +<%-- +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. +--%> <%@ page import="java.util.*, java.net.*, org.ofbiz.base.util.cache.UtilCache, Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/showrecords.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/showrecords.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/showrecords.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/showrecords.jsp Thu Jul 20 01:30:04 2006 @@ -1,26 +1,17 @@ <%-- - * 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. - * - * @author David E. Jones ([hidden email]) - * @version 1.0 +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. --%> <%@ page import="java.util.*, java.net.*" %> <%@ page import="org.ofbiz.security.*, org.ofbiz.base.util.*, org.ofbiz.webapp.pseudotag.*" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp Thu Jul 20 01:30:04 2006 @@ -1,26 +1,17 @@ <%-- - * 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. - * - * @author David E. Jones ([hidden email]) - * @version 1.0 +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. --%> <%@ page import="java.util.*, java.net.*" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/debug.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/debug.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/debug.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/debug.jsp Thu Jul 20 01:30:04 2006 @@ -1,26 +1,17 @@ <%-- - * Copyright (c) 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * @author Andy Zeneski ([hidden email]) - * @version 1.0 +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. --%> <%@ page import="java.util.*, java.net.*" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error.jsp Thu Jul 20 01:30:04 2006 @@ -1,3 +1,18 @@ +<%-- +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. +--%> <%@ page import="org.ofbiz.base.util.*" %> <html> <head> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error403.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error403.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error403.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error403.jsp Thu Jul 20 01:30:04 2006 @@ -1,3 +1,18 @@ +<%-- +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> <head> <title>ERROR!</title> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error404.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error404.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error404.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/error/error404.jsp Thu Jul 20 01:30:04 2006 @@ -1,3 +1,18 @@ +<%-- +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> <head> <title>ERROR!</title> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/index.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/index.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/index.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/index.jsp Thu Jul 20 01:30:04 2006 @@ -1,2 +1,17 @@ +<%-- +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. +--%> <%response.sendRedirect("control/main");%> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/login.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/login.ftl?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/login.ftl (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/login.ftl Thu Jul 20 01:30:04 2006 @@ -1,28 +1,17 @@ <#-- - * 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. - * - *@author Andy Zeneski ([hidden email]) - *@author Olivier Heintz ([hidden email]) - *@version $Rev$ - *@since 2.1 +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. --> <#assign uiLabelMap = requestAttributes.uiLabelMap> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl Thu Jul 20 01:30:04 2006 @@ -1,3 +1,19 @@ +<#-- +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. +--> + <table border="0" width="100%" cellspacing="0" cellpadding="0" class="boxoutside"> <tr> <td width="100%"> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/performance/EntityPerformanceTest.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/performance/EntityPerformanceTest.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/performance/EntityPerformanceTest.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/performance/EntityPerformanceTest.jsp Thu Jul 20 01:30:04 2006 @@ -1,28 +1,18 @@ <%-- - * 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. - * - *@author David E. Jones - *@created 17 April 2003 - *@version 1.0 ---%> +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. +--%> <%@ page import="java.util.*, java.net.*, org.ofbiz.base.util.cache.UtilCache" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/period/EditCustomTimePeriod.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/period/EditCustomTimePeriod.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/period/EditCustomTimePeriod.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/period/EditCustomTimePeriod.jsp Thu Jul 20 01:30:04 2006 @@ -1,28 +1,18 @@ <%-- - * Copyright (c) 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author David E. Jones - *@created December 12 2002 - *@version 1.0 ---%> +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. +--%> <%@ page import="java.util.*, java.net.*" %> <%@ page import="org.ofbiz.security.*, org.ofbiz.entity.*, org.ofbiz.base.util.*, org.ofbiz.webapp.pseudotag.*" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/ping.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/ping.ftl?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/ping.ftl (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/ping.ftl Thu Jul 20 01:30:04 2006 @@ -1,2 +1,18 @@ +<#-- +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. +--> + ${requestAttributes._ERROR_MESSAGE_?if_exists} ${requestAttributes.message?if_exists} Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl Thu Jul 20 01:30:04 2006 @@ -1,26 +1,17 @@ <#-- - * 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. - * - *@author Ashish Hareet([hidden email] - http://www.cpbinc.com) - *@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. --> <#--Dispatcher Name: ${dispatcherName?default("NA")} --> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp Thu Jul 20 01:30:04 2006 @@ -1,28 +1,17 @@ <%-- - * Description: None - * Copyright (c) 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author Andy Zeneski - *@version $Rev$ - *@since 2.0 +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. --%> <%@ page import="java.util.*" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp Thu Jul 20 01:30:04 2006 @@ -1,28 +1,17 @@ <%-- - * Description: None - * Copyright (c) 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author Andy Zeneski - *@version $Rev$ - *@since 2.0 +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. --%> <%@ page import="java.util.*" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp Thu Jul 20 01:30:04 2006 @@ -1,28 +1,17 @@ <%-- - * Description: None - * Copyright (c) 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author Andy Zeneski - *@version $Rev$ - *@since 3.3 +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. --%> <%@ page import="java.util.*, Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp Thu Jul 20 01:30:04 2006 @@ -1,28 +1,17 @@ <%-- - * Description: None - * Copyright (c) 2002 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author Andy Zeneski - *@version $Rev$ - *@since 2.0 +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. --%> <%@ page import="java.util.*" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatBinsHistory.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatBinsHistory.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatBinsHistory.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatBinsHistory.jsp Thu Jul 20 01:30:04 2006 @@ -1,32 +1,18 @@ -<% -/** - * Title: View Server Stats Bins History - * Description: None - * 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. - * - *@author David E. Jones - *@created February 4, 2002 - *@version 1.0 - */ -%> +<%-- +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. +--%> <%@ page import="java.util.*, java.net.*" %> <%@ page import="org.ofbiz.security.*, org.ofbiz.entity.*, org.ofbiz.base.util.*, org.ofbiz.webapp.pseudotag.*" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatsSinceStart.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatsSinceStart.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatsSinceStart.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatsSinceStart.jsp Thu Jul 20 01:30:04 2006 @@ -1,32 +1,18 @@ -<% -/** - * Title: View Stats Since Server Start - * Description: None - * 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. - * - *@author David E. Jones - *@created February 4, 2002 - *@version 1.0 - */ -%> +<%-- +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. +--%> <%@ page import="java.util.*, java.net.*" %> <%@ page import="org.ofbiz.security.*, org.ofbiz.entity.*, org.ofbiz.base.util.*, org.ofbiz.webapp.pseudotag.*" %> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/leftbar_template.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/leftbar_template.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/leftbar_template.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/leftbar_template.jsp Thu Jul 20 01:30:04 2006 @@ -1,3 +1,18 @@ +<%-- +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. +--%> <%@ taglib uri='regions' prefix='region' %> <td width='150' valign="top" align="left"> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main.xml?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main.xml (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main.xml Thu Jul 20 01:30:04 2006 @@ -1,2 +1,17 @@ <?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. +--> <page/> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main_template.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main_template.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main_template.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/main_template.jsp Thu Jul 20 01:30:04 2006 @@ -1,3 +1,18 @@ +<%-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); you may not +use this file except in compliance with the License. You may obtain a copy of +the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +License for the specific language governing permissions and limitations +under the License. +--%> <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <%@ include file="/includes/envsetup.jsp" %> <%@ taglib uri='ofbizTags' prefix='ofbiz' %> @@ -26,4 +41,3 @@ </div> <region:render section='footer'/> - Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/plain.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/plain.ftl?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/plain.ftl (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/plain.ftl Thu Jul 20 01:30:04 2006 @@ -1,27 +1,17 @@ <#-- - * 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. - * - *@author David E. Jones ([hidden email]) - *@version $Rev$ - *@since 2.1 +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. --> ${pages.get(page.path)} Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/rightbar_template.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/rightbar_template.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/rightbar_template.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/templates/rightbar_template.jsp Thu Jul 20 01:30:04 2006 @@ -1,3 +1,18 @@ +<%-- +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. +--%> <%@ taglib uri='regions' prefix='region' %> <td width='5'> </td> Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp?rev=423822&r1=423821&r2=423822&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp (original) +++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp Thu Jul 20 01:30:04 2006 @@ -1,26 +1,17 @@ <%-- - * Copyright (c) 2001-2005 The Open For Business Project and respective authors. - - * 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]) - * @version 1.0 +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. --%> <%@ page import="java.util.*, java.net.*" %> |
Free forum by Nabble | Edit this page |