From 49878fe422c5c97f7c4f8f7be3bad030c48f4d66 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 31 Oct 2012 23:49:12 +0530 Subject: modified: status/DirectoryInfo.java (added license info) todo (1 task complete) --- status/DirectoryInfo.java | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'status') diff --git a/status/DirectoryInfo.java b/status/DirectoryInfo.java index eb65de8..d2cd191 100644 --- a/status/DirectoryInfo.java +++ b/status/DirectoryInfo.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.status; public class DirectoryInfo { @@ -7,4 +28,4 @@ public class DirectoryInfo { * root. */ public static int level; -} \ No newline at end of file +} -- cgit v1.2.3