From e30615ac3805252b1dc98c545c41668e9612e2ed Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 6 Dec 2010 15:31:40 -0500 Subject: License text --- src/misc.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/misc.c b/src/misc.c index 9a38e63..a481193 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,3 +1,23 @@ +/** + * NetNuke - Erases all storage media detected by the system + * Copyright (C) 2009-2010 Joseph Hunkeler + * + * This file is part of NetNuke. + * + * NetNuke 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. + * + * NetNuke 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 NetNuke. If not, see . + **/ + #include /* Returns the index of the first occurence of ch in str */ -- cgit