summaryrefslogtreecommitdiffstats
path: root/parsers/Parser.java
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2013-11-04 18:58:36 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2013-11-04 18:58:36 +0530
commit81ca5f15c7dc34724bbeccd9c225f575bc86b406 (patch)
tree3ad34ab48e6869dcd0c022371cb069ae7d673b21 /parsers/Parser.java
parentafb357208176a1b6c679f6a828001d5ddf087c79 (diff)
parent769c2b943c47ccfb1e15b6298f3b73a22b4e1d6a (diff)
Updated Copyright blocks, README, stylesheet. Added CHANGELOG, MANIFEST.
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 {