aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/yaml/snakeyaml/Chapter2_5Test.java
diff options
context:
space:
mode:
authorpy4fun <none@none>2010-06-04 01:35:21 +0200
committerpy4fun <none@none>2010-06-04 01:35:21 +0200
commit04a3cdddac364e07b60a790e3a04ff771fefff4f (patch)
tree67fb7c511d5c641e22efc4b8a6e71b6d47a44a12 /src/test/java/org/yaml/snakeyaml/Chapter2_5Test.java
parent103ff6b4efc048d3e955a5a9068355941e96ddbe (diff)
downloadsnakeyaml-04a3cdddac364e07b60a790e3a04ff771fefff4f.tar.gz
Use project name in the copyright holder of source files
Diffstat (limited to 'src/test/java/org/yaml/snakeyaml/Chapter2_5Test.java')
-rw-r--r--src/test/java/org/yaml/snakeyaml/Chapter2_5Test.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/java/org/yaml/snakeyaml/Chapter2_5Test.java b/src/test/java/org/yaml/snakeyaml/Chapter2_5Test.java
index 02fa5465..81156026 100644
--- a/src/test/java/org/yaml/snakeyaml/Chapter2_5Test.java
+++ b/src/test/java/org/yaml/snakeyaml/Chapter2_5Test.java
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2010 Andrey Somov
+ * Copyright (c) 2008-2010, http://code.google.com/p/snakeyaml/
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.yaml.snakeyaml;
import java.util.Date;