diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-06 15:31:40 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-06 15:31:40 -0500 |
commit | e30615ac3805252b1dc98c545c41668e9612e2ed (patch) | |
tree | 4e76442c0647bf6ae02891ebc439c9f866ae83fe /src | |
parent | 34ff316c3ca8ecc70bc00a43a00d17d1d5d19f28 (diff) | |
download | NetNuke2-e30615ac3805252b1dc98c545c41668e9612e2ed.tar.gz |
License text
Diffstat (limited to 'src')
-rw-r--r-- | src/misc.c | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +/** + * NetNuke - Erases all storage media detected by the system + * Copyright (C) 2009-2010 Joseph Hunkeler <jhunkeler@gmail.com, jhunk@stsci.edu> + * + * 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 <http://www.gnu.org/licenses/>. + **/ + #include <string.h> /* Returns the index of the first occurence of ch in str */ |