You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ta...@apache.org on 2012/09/04 03:57:12 UTC

git commit: Added missing copyright header

Updated Branches:
  refs/heads/5.3 7dece5a12 -> 8550446b0


Added missing copyright header


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/8550446b
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/8550446b
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/8550446b

Branch: refs/heads/5.3
Commit: 8550446b0de4c0062c02310bd90828212c3f46d9
Parents: 7dece5a
Author: Taha Hafeez Siddiqi <ta...@apache.org>
Authored: Tue Sep 4 07:26:06 2012 +0530
Committer: Taha Hafeez Siddiqi <ta...@apache.org>
Committed: Tue Sep 4 07:26:06 2012 +0530

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/test/PageTester.java |    2 +-
 .../org/apache/tapestry5/test/PageTesterTest.java  |   14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8550446b/tapestry-core/src/main/java/org/apache/tapestry5/test/PageTester.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/test/PageTester.java b/tapestry-core/src/main/java/org/apache/tapestry5/test/PageTester.java
index e6ceaa7..3258825 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/test/PageTester.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/test/PageTester.java
@@ -1,4 +1,4 @@
-// Copyright 2006, 2007, 2008, 2009, 2010, 2011 The Apache Software Foundation
+// Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 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.

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8550446b/tapestry-core/src/test/groovy/org/apache/tapestry5/test/PageTesterTest.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/test/PageTesterTest.java b/tapestry-core/src/test/groovy/org/apache/tapestry5/test/PageTesterTest.java
index 3fecded..4f46929 100644
--- a/tapestry-core/src/test/groovy/org/apache/tapestry5/test/PageTesterTest.java
+++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/test/PageTesterTest.java
@@ -1,3 +1,16 @@
+// Copyright 2012 The Apache Software Foundation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
 package org.apache.tapestry5.test;
 
 import org.testng.Assert;
@@ -12,7 +25,6 @@ public class PageTesterTest extends Assert
         PageTester pageTester = new PageTester("org.example.app1", "app1");
 
         pageTester.setupRequestFromURI("/foo/somePage?param=value");
-
     }
 
 }