summaryrefslogtreecommitdiffstats
path: root/parsers/Parser.java
diff options
context:
space:
mode:
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 {