From 727d6d17305e6dbba4c5231fb40012b5adfaca1b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 10 Nov 2012 11:38:40 +0530 Subject: baptized the following files with GPL license info: conversion/CreateHtmlFile.java conversion/ignore/Ignored.java --- conversion/CreateHtmlFile.java | 23 ++++++++++++++++++++++- conversion/ignore/Ignored.java | 23 ++++++++++++++++++++++- 2 files changed, 44 insertions(+), 2 deletions(-) (limited to 'conversion') 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: + * + * 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 . + */ + + 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: + * + * 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 . + */ + + 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 + */ -- cgit v1.2.3