summaryrefslogtreecommitdiffstats
path: root/parsers
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
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')
-rw-r--r--parsers/Audio.java3
-rw-r--r--parsers/BackButton.java3
-rw-r--r--parsers/CloseHtmlTags.java3
-rw-r--r--parsers/CodeBlocks.java5
-rw-r--r--parsers/DocumentDate.java3
-rw-r--r--parsers/Footer.java3
-rw-r--r--parsers/Header.java3
-rw-r--r--parsers/Headings.java3
-rw-r--r--parsers/Images.java3
-rw-r--r--parsers/LastUpdate.java3
-rw-r--r--parsers/LineBreak.java3
-rw-r--r--parsers/Links.java3
-rw-r--r--parsers/MetaParser.java3
-rw-r--r--parsers/NullIt.java3
-rw-r--r--parsers/Paragraphs.java3
-rw-r--r--parsers/Parser.java10
-rw-r--r--parsers/ParserList.java3
-rw-r--r--parsers/QuoteSpecialText.java3
-rw-r--r--parsers/Source.java3
-rw-r--r--parsers/SymbolMap.java3
-rw-r--r--parsers/WordDecoration.java3
21 files changed, 27 insertions, 45 deletions
diff --git a/parsers/Audio.java b/parsers/Audio.java
index 78d08a5..3773da9 100644
--- a/parsers/Audio.java
+++ b/parsers/Audio.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/BackButton.java b/parsers/BackButton.java
index 38e5a9e..7be4d95 100644
--- a/parsers/BackButton.java
+++ b/parsers/BackButton.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/CloseHtmlTags.java b/parsers/CloseHtmlTags.java
index ddeaf10..b9404d9 100644
--- a/parsers/CloseHtmlTags.java
+++ b/parsers/CloseHtmlTags.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/CodeBlocks.java b/parsers/CodeBlocks.java
index a783951..33ad4e3 100644
--- a/parsers/CodeBlocks.java
+++ b/parsers/CodeBlocks.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
@@ -69,4 +68,4 @@ fizz
###
-*/ \ No newline at end of file
+*/
diff --git a/parsers/DocumentDate.java b/parsers/DocumentDate.java
index 7b66caa..46134d7 100644
--- a/parsers/DocumentDate.java
+++ b/parsers/DocumentDate.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/Footer.java b/parsers/Footer.java
index ad85c10..13586ec 100644
--- a/parsers/Footer.java
+++ b/parsers/Footer.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/Header.java b/parsers/Header.java
index 88316d5..da52094 100644
--- a/parsers/Header.java
+++ b/parsers/Header.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/Headings.java b/parsers/Headings.java
index 51f3c5b..604d359 100644
--- a/parsers/Headings.java
+++ b/parsers/Headings.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/Images.java b/parsers/Images.java
index a569c70..9707051 100644
--- a/parsers/Images.java
+++ b/parsers/Images.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/LastUpdate.java b/parsers/LastUpdate.java
index 4d9f168..6d14333 100644
--- a/parsers/LastUpdate.java
+++ b/parsers/LastUpdate.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/LineBreak.java b/parsers/LineBreak.java
index b2394d9..963f095 100644
--- a/parsers/LineBreak.java
+++ b/parsers/LineBreak.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/Links.java b/parsers/Links.java
index 396677f..f7add30 100644
--- a/parsers/Links.java
+++ b/parsers/Links.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/MetaParser.java b/parsers/MetaParser.java
index 4ac9394..3e27acc 100644
--- a/parsers/MetaParser.java
+++ b/parsers/MetaParser.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/NullIt.java b/parsers/NullIt.java
index d13f543..f99be45 100644
--- a/parsers/NullIt.java
+++ b/parsers/NullIt.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/Paragraphs.java b/parsers/Paragraphs.java
index 29a546a..7b21d69 100644
--- a/parsers/Paragraphs.java
+++ b/parsers/Paragraphs.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
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 {
diff --git a/parsers/ParserList.java b/parsers/ParserList.java
index 8db7a04..b155329 100644
--- a/parsers/ParserList.java
+++ b/parsers/ParserList.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/QuoteSpecialText.java b/parsers/QuoteSpecialText.java
index 91e8760..cf2fcd8 100644
--- a/parsers/QuoteSpecialText.java
+++ b/parsers/QuoteSpecialText.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/Source.java b/parsers/Source.java
index 4dbe303..1a72425 100644
--- a/parsers/Source.java
+++ b/parsers/Source.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/SymbolMap.java b/parsers/SymbolMap.java
index 752fcf6..ac9ab7e 100644
--- a/parsers/SymbolMap.java
+++ b/parsers/SymbolMap.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/parsers/WordDecoration.java b/parsers/WordDecoration.java
index e7cc0ac..38bd83b 100644
--- a/parsers/WordDecoration.java
+++ b/parsers/WordDecoration.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*