summaryrefslogtreecommitdiffstats
path: root/conversion
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-11-10 11:38:40 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-11-10 11:38:40 +0530
commit727d6d17305e6dbba4c5231fb40012b5adfaca1b (patch)
treef577779aee0e2950a007b11b9ef745f1e2c83602 /conversion
parentceed73fa063ffb3b72d21c8a8800122c115acc58 (diff)
baptized the following files with GPL license info:
conversion/CreateHtmlFile.java conversion/ignore/Ignored.java
Diffstat (limited to 'conversion')
-rw-r--r--conversion/CreateHtmlFile.java23
-rw-r--r--conversion/ignore/Ignored.java23
2 files changed, 44 insertions, 2 deletions
diff --git a/conversion/CreateHtmlFile.java b/conversion/CreateHtmlFile.java
index ecd86c1..a502f7e 100644
--- a/conversion/CreateHtmlFile.java
+++ b/conversion/CreateHtmlFile.java
@@ -1,3 +1,24 @@
+/*+
+ * Copyright 2012 rsiddharth
+ * Email: <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.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
package scruf.conversion;
import java.io.*;
@@ -19,4 +40,4 @@ public class CreateHtmlFile {
}
return htmlFile;
}
-} \ No newline at end of file
+}
diff --git a/conversion/ignore/Ignored.java b/conversion/ignore/Ignored.java
index 8129f18..a13434e 100644
--- a/conversion/ignore/Ignored.java
+++ b/conversion/ignore/Ignored.java
@@ -1,3 +1,24 @@
+/*+
+ * Copyright 2012 rsiddharth
+ * Email: <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.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
package scruf.conversion.ignore;
import java.io.*;
@@ -30,4 +51,4 @@ public class Ignored {
/**
CVS/
/home/rsd/projects/scruf/www/CVS/
- */ \ No newline at end of file
+ */