aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2010-12-06 15:31:40 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2010-12-06 15:31:40 -0500
commite30615ac3805252b1dc98c545c41668e9612e2ed (patch)
tree4e76442c0647bf6ae02891ebc439c9f866ae83fe
parent34ff316c3ca8ecc70bc00a43a00d17d1d5d19f28 (diff)
downloadNetNuke2-e30615ac3805252b1dc98c545c41668e9612e2ed.tar.gz
License text
-rw-r--r--src/misc.c20
1 files changed, 20 insertions, 0 deletions
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 <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 */