summaryrefslogtreecommitdiffstats
path: root/parsers/Parser.java
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2013-11-02 22:23:00 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2013-11-02 22:23:00 +0530
commitd0e41e347f60422b542309ea89de9a66c917b0c0 (patch)
tree12d2af4f5bb9e55f4e1ef8a86f4f2638ed27b399 /parsers/Parser.java
parentdd891c84c5fa2535e4fdfe6bae6ccf9ac5e9193d (diff)
updated the year in the Copyright block in all source files.
used license/Liberate.java to do the job. automation rocks.
Diffstat (limited to 'parsers/Parser.java')
-rw-r--r--parsers/Parser.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/parsers/Parser.java b/parsers/Parser.java
index 7bddbdc..6eb9238 100644
--- a/parsers/Parser.java
+++ b/parsers/Parser.java
@@ -1,8 +1,9 @@
/*+
- * Copyright (C) 2012-2013 rsiddharth
- * email me : rsiddharth@ninthfloor.org
- *
- * This program is free software: you can redistribute it and/or modify
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
+ *
+ * This file is part of Scruf.
+ *
+ * Scruf is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
@@ -16,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
package scruf.parsers;
public interface Parser {