husted 2004/03/14 06:32:20
Modified: contrib/scaffold NOTICE.txt
contrib/scaffold/src/java/org/apache/struts/scaffold
BaseAction.java BaseForm.java BaseHelperAction.java
BaseMapForm.java BizAction.java ProcessAction.java
ProcessDispatchAction.java ProcessFormAction.java
Log:
Move copyrights to NOTICE.txt to conform with new format.
Revision Changes Path
1.2 +5 -3 jakarta-struts/contrib/scaffold/NOTICE.txt
Index: NOTICE.txt
===================================================================
RCS file: /home/cvs/jakarta-struts/contrib/scaffold/NOTICE.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NOTICE.txt 14 Mar 2004 07:15:06 -0000 1.1
+++ NOTICE.txt 14 Mar 2004 14:32:19 -0000 1.2
@@ -3,6 +3,9 @@
--------------------------------------------------------------------------------
+Regarding: BaseAction, BaseForm, BaseHelperAction, BaseMapForm, BizAction,
+ProcessAction, ProdcessDispatchAction and ProcessFormAction
+
Copyright (c) 2002 Synthis Corporation.
430 10th Street NW, Suite S-108, Atlanta GA 30318, U.S.A.
All rights reserved.
@@ -10,8 +13,7 @@
This software is licensed to you free of charge under
the Apache Software License, so long as this copyright
statement, list of conditions, and comments, remains
-in the source code. See bottom of file for more
-license information.
+in the source code.
This software was written to support code generation
for the Apache Struts J2EE architecture by Synthis'
@@ -22,7 +24,7 @@
--------------------------------------------------------------------------------
-Contains code derived from the Jetty SnoopServlet
+"SnoopAction.java" contains code derived from the Jetty SnoopServlet
http://www.thecortex.net/clover/eg/jetty/report/default-pkg/SnoopServlet.html>
and distributed under its open source license
http://jetty.mortbay.org/jetty/LICENSE.html>.
1.11 +4 -23
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BaseAction.java
Index: BaseAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BaseAction.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- BaseAction.java 14 Mar 2004 07:15:03 -0000 1.10
+++ BaseAction.java 14 Mar 2004 14:32:19 -0000 1.11
@@ -17,25 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-
-// Copyright (c) 2002 Synthis Corporation.
-// 430 10th Street NW, Suite S-108, Atlanta GA 30318, U.S.A.
-// All rights reserved.
-//
-// This software is licensed to you free of charge under
-// the Apache Software License, so long as this copyright
-// statement, list of conditions, and comments, remains
-// in the source code. See bottom of file for more
-// license information.
-//
-// This software was written to support code generation
-// for the Apache Struts J2EE architecture by Synthis'
-// visual application modeling tool Adalon.
-//
-// For more information on Adalon and Struts code
-// generation please visit http://www.synthis.com
-
package org.apache.struts.scaffold;
1.15 +4 -27
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BaseForm.java
Index: BaseForm.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BaseForm.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- BaseForm.java 14 Mar 2004 07:15:03 -0000 1.14
+++ BaseForm.java 14 Mar 2004 14:32:19 -0000 1.15
@@ -17,29 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-/*
- *
- * Copyright (c) 2002 Synthis Corporation.
- * 430 10th Street NW, Suite S-108, Atlanta GA 30318, U.S.A.
- * All rights reserved.
- *
- * This software is licensed to you free of charge under
- * the Apache Software License, so long as this copyright
- * statement, list of conditions, and comments, remains
- * in the source code. See bottom of file for more
- * license information.
- *
- * This software was written to support code generation
- * for the Apache Struts J2EE architecture by Synthis'
- * visual application modeling tool Adalon.
- *
- * For more information on Adalon and Struts code
- * generation please visit http://www.synthis.com
- *
- */
-
-
package org.apache.struts.scaffold;
1.5 +4 -26
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BaseHelperAction.java
Index: BaseHelperAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BaseHelperAction.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- BaseHelperAction.java 14 Mar 2004 07:15:03 -0000 1.4
+++ BaseHelperAction.java 14 Mar 2004 14:32:19 -0000 1.5
@@ -17,28 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-/*
- *
- * Copyright (c) 2002 Synthis Corporation.
- * 430 10th Street NW, Suite S-108, Atlanta GA 30318, U.S.A.
- * All rights reserved.
- *
- * This software is licensed to you free of charge under
- * the Apache Software License, so long as this copyright
- * statement, list of conditions, and comments, remains
- * in the source code. See bottom of file for more
- * license information.
- *
- * This software was written to support code generation
- * for the Apache Struts J2EE architecture by Synthis'
- * visual application modeling tool Adalon.
- *
- * For more information on Adalon and Struts code
- * generation please visit http://www.synthis.com
- *
- */
-
package org.apache.struts.scaffold;
import javax.servlet.http.HttpServletRequest;
1.5 +4 -27
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BaseMapForm.java
Index: BaseMapForm.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BaseMapForm.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- BaseMapForm.java 14 Mar 2004 07:15:03 -0000 1.4
+++ BaseMapForm.java 14 Mar 2004 14:32:19 -0000 1.5
@@ -17,29 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-/*
- *
- * Copyright (c) 2002 Synthis Corporation.
- * 430 10th Street NW, Suite S-108, Atlanta GA 30318, U.S.A.
- * All rights reserved.
- *
- * This software is licensed to you free of charge under
- * the Apache Software License, so long as this copyright
- * statement, list of conditions, and comments, remains
- * in the source code. See bottom of file for more
- * license information.
- *
- * This software was written to support code generation
- * for the Apache Struts J2EE architecture by Synthis'
- * visual application modeling tool Adalon.
- *
- * For more information on Adalon and Struts code
- * generation please visit http://www.synthis.com
- *
- */
-
-
package org.apache.struts.scaffold;
1.5 +4 -29
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BizAction.java
Index: BizAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/BizAction.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- BizAction.java 14 Mar 2004 07:15:03 -0000 1.4
+++ BizAction.java 14 Mar 2004 14:32:19 -0000 1.5
@@ -17,32 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-/*
- *
- * Copyright (c) 2002 Synthis Corporation.
- * 430 10th Street NW, Suite S-108, Atlanta GA 30318, U.S.A.
- * All rights reserved.
- *
- * This software is licensed to you free of charge under
- * the Apache Software License, so long as this copyright
- * statement, list of conditions, and comments, remains
- * in the source code. See bottom of file for more
- * license information.
- *
- * This software was written to support code generation
- * for the Apache Struts J2EE architecture by Synthis'
- * visual application modeling tool Adalon.
- *
- * For more information on Adalon and Struts code
- * generation please visit http://www.synthis.com
- *
- */
-
package org.apache.struts.scaffold;
-
-
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
@@ -69,7 +45,6 @@
import org.apache.commons.scaffold.util.Message;
import org.apache.commons.scaffold.util.ResultList;
import org.apache.commons.scaffold.util.ResultListBase;
-
/**
* Advanced framework class to invoke a business service
1.13 +4 -26
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/ProcessAction.java
Index: ProcessAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/ProcessAction.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ProcessAction.java 14 Mar 2004 07:15:03 -0000 1.12
+++ ProcessAction.java 14 Mar 2004 14:32:19 -0000 1.13
@@ -17,28 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-/*
- *
- * Copyright (c) 2002 Synthis Corporation.
- * 430 10th Street NW, Suite S-108, Atlanta GA 30318, U.S.A.
- * All rights reserved.
- *
- * This software is licensed to you free of charge under
- * the Apache Software License, so long as this copyright
- * statement, list of conditions, and comments, remains
- * in the source code. See bottom of file for more
- * license information.
- *
- * This software was written to support code generation
- * for the Apache Struts J2EE architecture by Synthis'
- * visual application modeling tool Adalon.
- *
- * For more information on Adalon and Struts code
- * generation please visit http://www.synthis.com
- *
- */
-
package org.apache.struts.scaffold;
1.12 +4 -26
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/ProcessDispatchAction.java
Index: ProcessDispatchAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/ProcessDispatchAction.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ProcessDispatchAction.java 14 Mar 2004 07:15:03 -0000 1.11
+++ ProcessDispatchAction.java 14 Mar 2004 14:32:19 -0000 1.12
@@ -17,28 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-/*
- *
- * Copyright (c) 2002 Synthis Corporation.
- * 430 10th Street NW, Suite S-108, Atlanta GA 30318, U.S.A.
- * All rights reserved.
- *
- * This software is licensed to you free of charge under
- * the Apache Software License, so long as this copyright
- * statement, list of conditions, and comments, remains
- * in the source code. See bottom of file for more
- * license information.
- *
- * This software was written to support code generation
- * for the Apache Struts J2EE architecture by Synthis'
- * visual application modeling tool Adalon.
- *
- * For more information on Adalon and Struts code
- * generation please visit http://www.synthis.com
- *
- */
-
package org.apache.struts.scaffold;
1.12 +4 -26
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/ProcessFormAction.java
Index: ProcessFormAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/ProcessFormAction.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ProcessFormAction.java 14 Mar 2004 07:15:03 -0000 1.11
+++ ProcessFormAction.java 14 Mar 2004 14:32:19 -0000 1.12
@@ -17,28 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-/*
- *
- * Copyright (c) 2002 Synthis Corporation.
- * 430 10th Street NW, Suite S-108, Atlanta GA 30318, U.S.A.
- * All rights reserved.
- *
- * This software is licensed to you free of charge under
- * the Apache Software License, so long as this copyright
- * statement, list of conditions, and comments, remains
- * in the source code. See bottom of file for more
- * license information.
- *
- * This software was written to support code generation
- * for the Apache Struts J2EE architecture by Synthis'
- * visual application modeling tool Adalon.
- *
- * For more information on Adalon and Struts code
- * generation please visit http://www.synthis.com
- *
- */
-
package org.apache.struts.scaffold;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]