summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Initialization.java3
-rw-r--r--Run.java3
-rw-r--r--conversion/CanConvert.java3
-rw-r--r--conversion/ConvertDirectory.java3
-rw-r--r--conversion/ConvertFile.java3
-rw-r--r--conversion/CreateHtmlFile.java3
-rw-r--r--conversion/FileSieve.java3
-rw-r--r--conversion/ignore/Ignored.java3
-rw-r--r--index/IndexCreator.java3
-rw-r--r--io/ReadFile.java3
-rw-r--r--io/WriteFile.java3
-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
-rw-r--r--status/DirectoryInfo.java3
-rw-r--r--status/PresentFile.java3
-rw-r--r--styling/StyleChecker.java3
35 files changed, 41 insertions, 73 deletions
diff --git a/Initialization.java b/Initialization.java
index 347ba07..d33e52f 100644
--- a/Initialization.java
+++ b/Initialization.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/Run.java b/Run.java
index 582545d..6cfb644 100644
--- a/Run.java
+++ b/Run.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/conversion/CanConvert.java b/conversion/CanConvert.java
index 8f704e7..636c75c 100644
--- a/conversion/CanConvert.java
+++ b/conversion/CanConvert.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/conversion/ConvertDirectory.java b/conversion/ConvertDirectory.java
index 9b002fe..2cbb528 100644
--- a/conversion/ConvertDirectory.java
+++ b/conversion/ConvertDirectory.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/conversion/ConvertFile.java b/conversion/ConvertFile.java
index f37d009..7d6f308 100644
--- a/conversion/ConvertFile.java
+++ b/conversion/ConvertFile.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/conversion/CreateHtmlFile.java b/conversion/CreateHtmlFile.java
index 729b3cf..f0bb8cf 100644
--- a/conversion/CreateHtmlFile.java
+++ b/conversion/CreateHtmlFile.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/conversion/FileSieve.java b/conversion/FileSieve.java
index 3571433..43de3b3 100644
--- a/conversion/FileSieve.java
+++ b/conversion/FileSieve.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/conversion/ignore/Ignored.java b/conversion/ignore/Ignored.java
index a13434e..0b43a38 100644
--- a/conversion/ignore/Ignored.java
+++ b/conversion/ignore/Ignored.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/index/IndexCreator.java b/index/IndexCreator.java
index f4757ae..e0e7846 100644
--- a/index/IndexCreator.java
+++ b/index/IndexCreator.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/io/ReadFile.java b/io/ReadFile.java
index 2607b16..ecb3978 100644
--- a/io/ReadFile.java
+++ b/io/ReadFile.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/io/WriteFile.java b/io/WriteFile.java
index 0a2a1e7..94fbab5 100644
--- a/io/WriteFile.java
+++ b/io/WriteFile.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/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.
*
diff --git a/status/DirectoryInfo.java b/status/DirectoryInfo.java
index d2cd191..f2e2f2f 100644
--- a/status/DirectoryInfo.java
+++ b/status/DirectoryInfo.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/status/PresentFile.java b/status/PresentFile.java
index 2e1a690..168575d 100644
--- a/status/PresentFile.java
+++ b/status/PresentFile.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/styling/StyleChecker.java b/styling/StyleChecker.java
index e70170a..ba25446 100644
--- a/styling/StyleChecker.java
+++ b/styling/StyleChecker.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.
*