[objenesis] r206 committed - Update copyrights to 2010

0 views
Skip to first unread message

obje...@googlecode.com

unread,
Jan 7, 2010, 4:44:58 AM1/7/10
to objene...@googlegroups.com
Revision: 206
Author: henri.tremblay
Date: Thu Jan 7 01:44:02 2010
Log: Update copyrights to 2010
http://code.google.com/p/objenesis/source/detail?r=206

Modified:
/trunk/main/assembly.xml
/trunk/main/src/org/objenesis/Objenesis.java
/trunk/main/src/org/objenesis/ObjenesisBase.java
/trunk/main/src/org/objenesis/ObjenesisException.java
/trunk/main/src/org/objenesis/ObjenesisHelper.java
/trunk/main/src/org/objenesis/ObjenesisSerializer.java
/trunk/main/src/org/objenesis/ObjenesisStd.java
/trunk/main/src/org/objenesis/instantiator/NullInstantiator.java
/trunk/main/src/org/objenesis/instantiator/ObjectInstantiator.java

/trunk/main/src/org/objenesis/instantiator/SerializationInstantiatorHelper.java

/trunk/main/src/org/objenesis/instantiator/basic/AccessibleInstantiator.java

/trunk/main/src/org/objenesis/instantiator/basic/ConstructorInstantiator.java

/trunk/main/src/org/objenesis/instantiator/basic/NewInstanceInstantiator.java

/trunk/main/src/org/objenesis/instantiator/basic/ObjectInputStreamInstantiator.java

/trunk/main/src/org/objenesis/instantiator/basic/ObjectStreamClassInstantiator.java
/trunk/main/src/org/objenesis/instantiator/gcj/GCJInstantiator.java
/trunk/main/src/org/objenesis/instantiator/gcj/GCJInstantiatorBase.java

/trunk/main/src/org/objenesis/instantiator/gcj/GCJSerializationInstantiator.java
/trunk/main/src/org/objenesis/instantiator/perc/PercInstantiator.java

/trunk/main/src/org/objenesis/instantiator/perc/PercSerializationInstantiator.java
/trunk/main/src/org/objenesis/instantiator/sun/Sun13Instantiator.java
/trunk/main/src/org/objenesis/instantiator/sun/Sun13InstantiatorBase.java

/trunk/main/src/org/objenesis/instantiator/sun/Sun13SerializationInstantiator.java

/trunk/main/src/org/objenesis/instantiator/sun/SunReflectionFactoryInstantiator.java

/trunk/main/src/org/objenesis/instantiator/sun/SunReflectionFactorySerializationInstantiator.java
/trunk/main/src/org/objenesis/strategy/BaseInstantiatorStrategy.java
/trunk/main/src/org/objenesis/strategy/InstantiatorStrategy.java
/trunk/main/src/org/objenesis/strategy/SerializingInstantiatorStrategy.java
/trunk/main/src/org/objenesis/strategy/StdInstantiatorStrategy.java
/trunk/main/test/org/objenesis/ObjenesisExceptionTest.java
/trunk/main/test/org/objenesis/ObjenesisTest.java
/trunk/main/test/org/objenesis/SerializingInstantiatorTest.java
/trunk/tck/pom.xml
/trunk/tck/src/org/objenesis/tck/CandidateLoader.java
/trunk/tck/src/org/objenesis/tck/Main.java
/trunk/tck/src/org/objenesis/tck/Reporter.java
/trunk/tck/src/org/objenesis/tck/TCK.java
/trunk/tck/src/org/objenesis/tck/TextReporter.java

/trunk/tck/src/org/objenesis/tck/candidates/ConstructorThrowingException.java
/trunk/tck/src/org/objenesis/tck/candidates/ConstructorWithArguments.java

/trunk/tck/src/org/objenesis/tck/candidates/ConstructorWithMandatoryArguments.java
/trunk/tck/src/org/objenesis/tck/candidates/DefaultPackageConstructor.java
/trunk/tck/src/org/objenesis/tck/candidates/DefaultPrivateConstructor.java

/trunk/tck/src/org/objenesis/tck/candidates/DefaultProtectedConstructor.java
/trunk/tck/src/org/objenesis/tck/candidates/DefaultPublicConstructor.java
/trunk/tck/src/org/objenesis/tck/candidates/NoConstructor.java

/trunk/tck/src/org/objenesis/tck/candidates/SerializableConstructorThrowingException.java

/trunk/tck/src/org/objenesis/tck/candidates/SerializableConstructorWithArguments.java

/trunk/tck/src/org/objenesis/tck/candidates/SerializableConstructorWithMandatoryArguments.java

/trunk/tck/src/org/objenesis/tck/candidates/SerializableDefaultPackageConstructor.java

/trunk/tck/src/org/objenesis/tck/candidates/SerializableDefaultPrivateConstructor.java

/trunk/tck/src/org/objenesis/tck/candidates/SerializableDefaultProtectedConstructor.java

/trunk/tck/src/org/objenesis/tck/candidates/SerializableDefaultPublicConstructor.java
/trunk/tck/src/org/objenesis/tck/candidates/SerializableNoConstructor.java
/trunk/tck/src/org/objenesis/tck/candidates/SerializableReplacer.java
/trunk/tck/src/org/objenesis/tck/candidates/SerializableResolver.java

/trunk/tck/src/org/objenesis/tck/candidates/SerializableWithAncestorThrowingException.java
/trunk/tck/src/org/objenesis/tck/candidates/candidates.properties

/trunk/tck/src/org/objenesis/tck/candidates/serializable-candidates.properties
/trunk/tck/test/org/objenesis/tck/CandidateLoaderTest-sample.properties
/trunk/tck/test/org/objenesis/tck/CandidateLoaderTest.java
/trunk/tck/test/org/objenesis/tck/ObjenesisTest.java
/trunk/tck/test/org/objenesis/tck/OsgiTest.java
/trunk/tck/test/org/objenesis/tck/TCKTest.java
/trunk/tck/test/org/objenesis/tck/TextReporterTest.java
/trunk/website/site/content/license.html

=======================================
--- /trunk/main/assembly.xml Wed Aug 26 15:15:13 2009
+++ /trunk/main/assembly.xml Thu Jan 7 01:44:02 2010
@@ -1,6 +1,6 @@
<!--

- Copyright 2006-2009 the original author or authors.
+ Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/Objenesis.java Wed Jun 17 16:38:21 2009
+++ /trunk/main/src/org/objenesis/Objenesis.java Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/ObjenesisBase.java Wed Jun 17 16:38:21
2009
+++ /trunk/main/src/org/objenesis/ObjenesisBase.java Thu Jan 7 01:44:02
2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/ObjenesisException.java Wed Jun 17
16:38:21 2009
+++ /trunk/main/src/org/objenesis/ObjenesisException.java Thu Jan 7
01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/ObjenesisHelper.java Sun Jun 21 16:59:22
2009
+++ /trunk/main/src/org/objenesis/ObjenesisHelper.java Thu Jan 7 01:44:02
2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/ObjenesisSerializer.java Wed Jun 17
16:38:21 2009
+++ /trunk/main/src/org/objenesis/ObjenesisSerializer.java Thu Jan 7
01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/ObjenesisStd.java Wed Jun 17 16:38:21 2009
+++ /trunk/main/src/org/objenesis/ObjenesisStd.java Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/instantiator/NullInstantiator.java Wed
Jun 17 16:38:21 2009
+++ /trunk/main/src/org/objenesis/instantiator/NullInstantiator.java Thu
Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/instantiator/ObjectInstantiator.java Wed
Jun 17 16:38:21 2009
+++ /trunk/main/src/org/objenesis/instantiator/ObjectInstantiator.java Thu
Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/SerializationInstantiatorHelper.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/SerializationInstantiatorHelper.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/basic/AccessibleInstantiator.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/basic/AccessibleInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/basic/ConstructorInstantiator.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/basic/ConstructorInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/basic/NewInstanceInstantiator.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/basic/NewInstanceInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/basic/ObjectInputStreamInstantiator.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/basic/ObjectInputStreamInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/basic/ObjectStreamClassInstantiator.java
Sun Jun 21 17:01:10 2009
+++
/trunk/main/src/org/objenesis/instantiator/basic/ObjectStreamClassInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/instantiator/gcj/GCJInstantiator.java Sun
Jun 21 17:01:10 2009
+++ /trunk/main/src/org/objenesis/instantiator/gcj/GCJInstantiator.java Thu
Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/instantiator/gcj/GCJInstantiatorBase.java
Sun Jun 21 17:01:10 2009
+++ /trunk/main/src/org/objenesis/instantiator/gcj/GCJInstantiatorBase.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/gcj/GCJSerializationInstantiator.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/gcj/GCJSerializationInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/instantiator/perc/PercInstantiator.java
Sun Jun 21 17:01:10 2009
+++ /trunk/main/src/org/objenesis/instantiator/perc/PercInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/perc/PercSerializationInstantiator.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/perc/PercSerializationInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/instantiator/sun/Sun13Instantiator.java
Sun Jun 21 17:01:10 2009
+++ /trunk/main/src/org/objenesis/instantiator/sun/Sun13Instantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/sun/Sun13InstantiatorBase.java
Sun Jun 21 17:01:10 2009
+++
/trunk/main/src/org/objenesis/instantiator/sun/Sun13InstantiatorBase.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/sun/Sun13SerializationInstantiator.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/sun/Sun13SerializationInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/sun/SunReflectionFactoryInstantiator.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/sun/SunReflectionFactoryInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/instantiator/sun/SunReflectionFactorySerializationInstantiator.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/instantiator/sun/SunReflectionFactorySerializationInstantiator.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/strategy/BaseInstantiatorStrategy.java
Wed Jun 17 16:38:21 2009
+++ /trunk/main/src/org/objenesis/strategy/BaseInstantiatorStrategy.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/strategy/InstantiatorStrategy.java Wed
Jun 17 16:38:21 2009
+++ /trunk/main/src/org/objenesis/strategy/InstantiatorStrategy.java Thu
Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/main/src/org/objenesis/strategy/SerializingInstantiatorStrategy.java
Wed Jun 17 16:38:21 2009
+++
/trunk/main/src/org/objenesis/strategy/SerializingInstantiatorStrategy.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/src/org/objenesis/strategy/StdInstantiatorStrategy.java Wed
Jun 17 16:38:21 2009
+++ /trunk/main/src/org/objenesis/strategy/StdInstantiatorStrategy.java Thu
Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/test/org/objenesis/ObjenesisExceptionTest.java Wed Jun 17
16:38:21 2009
+++ /trunk/main/test/org/objenesis/ObjenesisExceptionTest.java Thu Jan 7
01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/test/org/objenesis/ObjenesisTest.java Wed Jun 17 16:38:21
2009
+++ /trunk/main/test/org/objenesis/ObjenesisTest.java Thu Jan 7 01:44:02
2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/main/test/org/objenesis/SerializingInstantiatorTest.java Wed Jun
17 16:38:21 2009
+++ /trunk/main/test/org/objenesis/SerializingInstantiatorTest.java Thu
Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/tck/pom.xml Wed Aug 26 14:27:20 2009
+++ /trunk/tck/pom.xml Thu Jan 7 01:44:02 2010
@@ -273,5 +273,29 @@
</build>
</profile>
</profiles>
-
+ <repositories>
+ <repository>
+ <id>spring-ext</id>
+ <name>Spring External Dependencies Repository</name>
+
<url>http://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/</url>
+ </repository>
+ <repository>
+ <id>com.springsource.repository.bundles.release</id>
+ <name>SpringSource Enterprise Bundle Repository - SpringSource
Bundle Releases</name>
+ <url>http://repository.springsource.com/maven/bundles/release</url>
+ </repository>
+ <repository>
+ <id>com.springsource.repository.bundles.external</id>
+ <name>SpringSource Enterprise Bundle Repository - External Bundle
Releases</name>
+ <url>http://repository.springsource.com/maven/bundles/external</url>
+ </repository>
+ <repository>
+ <id>i21-s3-osgi-repo</id>
+ <name>i21 osgi artifacts repo</name>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <url>http://maven.springframework.org/osgi</url>
+ </repository>
+ </repositories>
</project>
=======================================
--- /trunk/tck/src/org/objenesis/tck/CandidateLoader.java Wed Jun 17
16:38:21 2009
+++ /trunk/tck/src/org/objenesis/tck/CandidateLoader.java Thu Jan 7
01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/tck/src/org/objenesis/tck/Main.java Wed Jun 17 16:38:21 2009
+++ /trunk/tck/src/org/objenesis/tck/Main.java Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/tck/src/org/objenesis/tck/Reporter.java Wed Jun 17 16:38:21 2009
+++ /trunk/tck/src/org/objenesis/tck/Reporter.java Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/tck/src/org/objenesis/tck/TCK.java Wed Aug 26 14:27:20 2009
+++ /trunk/tck/src/org/objenesis/tck/TCK.java Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/tck/src/org/objenesis/tck/TextReporter.java Wed Jun 17 16:38:21
2009
+++ /trunk/tck/src/org/objenesis/tck/TextReporter.java Thu Jan 7 01:44:02
2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/ConstructorThrowingException.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/ConstructorThrowingException.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/ConstructorWithArguments.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/ConstructorWithArguments.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/ConstructorWithMandatoryArguments.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/ConstructorWithMandatoryArguments.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/DefaultPackageConstructor.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/DefaultPackageConstructor.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/DefaultPrivateConstructor.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/DefaultPrivateConstructor.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/DefaultProtectedConstructor.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/DefaultProtectedConstructor.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/DefaultPublicConstructor.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/DefaultPublicConstructor.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
--- /trunk/tck/src/org/objenesis/tck/candidates/NoConstructor.java Wed Jun
17 16:38:21 2009
+++ /trunk/tck/src/org/objenesis/tck/candidates/NoConstructor.java Thu Jan
7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/SerializableConstructorThrowingException.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/SerializableConstructorThrowingException.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/SerializableConstructorWithArguments.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/SerializableConstructorWithArguments.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/SerializableConstructorWithMandatoryArguments.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/SerializableConstructorWithMandatoryArguments.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
---
/trunk/tck/src/org/objenesis/tck/candidates/SerializableDefaultPackageConstructor.java
Wed Jun 17 16:38:21 2009
+++
/trunk/tck/src/org/objenesis/tck/candidates/SerializableDefaultPackageConstructor.java
Thu Jan 7 01:44:02 2010
@@ -1,5 +1,5 @@
/**
- * Copyright 2006-2009 the original author or authors.
+ * Copyright 2006-2010 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.
=======================================
***Additional files exist in this changeset.***

Reply all
Reply to author
Forward
0 new messages