Update dates in copyright notice to 2004-2012

Issues: SWF-1532
This commit is contained in:
Phillip Webb
2012-04-05 10:39:26 -07:00
parent 4d008f3f09
commit 3f1c40188c
381 changed files with 680 additions and 605 deletions

View File

@@ -59,4 +59,4 @@ public class FlowPartialViewContextTests extends TestCase {
assertEquals(Arrays.asList("foo", "bar", "baz"), renderIds);
}
}
}

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2004-2010 the original author or authors.
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2004-2008 the original author or authors.
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -166,4 +166,4 @@ public class MockApplication extends Application {
public ValueBinding createValueBinding(String ref) throws ReferenceSyntaxException {
return null;
}
}
}

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2004-2008 the original author or authors.
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -132,4 +132,4 @@ public class MockFacesContext extends FacesContext {
public void responseComplete() {
}
}
}

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2004-2008 the original author or authors.
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -187,4 +187,4 @@ public class MockJsfExternalContext extends ExternalContext {
public void redirect(String arg0) throws IOException {
}
}
}