]> Joshua Wise's Git repositories - netwatch.git/blobdiff - lib/minilib.c
add a lot of copyright headers
[netwatch.git] / lib / minilib.c
index 30412dbf7254c98c6e33277f1397966c0a800884..392eae7abcaf146e8f09ce8a4b4f3cec32457b6e 100644 (file)
@@ -1,7 +1,18 @@
+/* minilib.c
+ * General-purpose C library routines.
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree.
+ *
+ */
+
 #include "console.h"
 #include <minilib.h>
 #include <output.h>
 
+
 /* We have both _memcpy and memcpy, because gcc might be able to do better in lwip.
  * For small things, gcc inlines its memcpy, but for large things, we call out
  * to this memcpy.
This page took 0.023214 seconds and 4 git commands to generate.