quintonm 2003/03/08 18:37:56
Modified: src/java/org/apache/turbine/modules/layouts
DefaultLayout.java JspLayout.java
VelocityDirectLayout.java VelocityECSLayout.java
VelocityOnlyLayout.java VelocityXslLayout.java
Log:
Updated the copyright years
Revision Changes Path
1.5 +2 -2
jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/DefaultLayout.java
Index: DefaultLayout.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/DefaultLayout.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DefaultLayout.java 28 Feb 2003 14:19:48 -0000 1.4
+++ DefaultLayout.java 9 Mar 2003 02:37:56 -0000 1.5
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
1.5 +2 -2
jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/JspLayout.java
Index: JspLayout.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/JspLayout.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- JspLayout.java 28 Feb 2003 14:18:33 -0000 1.4
+++ JspLayout.java 9 Mar 2003 02:37:56 -0000 1.5
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -92,7 +92,7 @@
new JspScreenPlaceholder(data));
// variable to reference the navigations in the layout template
- data.getRequest().setAttribute("navigation",
+ data.getRequest().setAttribute("navigation",
new JspNavigation(data));
// Grab the layout template set in the TemplatePage.
1.5 +1 -1
jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityDirectLayout.java
Index: VelocityDirectLayout.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityDirectLayout.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- VelocityDirectLayout.java 8 Mar 2003 13:54:08 -0000 1.4
+++ VelocityDirectLayout.java 9 Mar 2003 02:37:56 -0000 1.5
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
1.8 +2 -2
jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityECSLayout.java
Index: VelocityECSLayout.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityECSLayout.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- VelocityECSLayout.java 8 Mar 2003 13:54:08 -0000 1.7
+++ VelocityECSLayout.java 9 Mar 2003 02:37:56 -0000 1.8
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
1.7 +2 -2
jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java
Index: VelocityOnlyLayout.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- VelocityOnlyLayout.java 8 Mar 2003 13:54:08 -0000 1.6
+++ VelocityOnlyLayout.java 9 Mar 2003 02:37:56 -0000 1.7
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
1.6 +2 -2
jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityXslLayout.java
Index: VelocityXslLayout.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityXslLayout.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- VelocityXslLayout.java 8 Mar 2003 13:54:09 -0000 1.5
+++ VelocityXslLayout.java 9 Mar 2003 02:37:56 -0000 1.6
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]