]> Joshua Wise's Git repositories - netwatch.git/blobdiff - ich7/smm-open-ich7.c
Add some headers.
[netwatch.git] / ich7 / smm-open-ich7.c
index d53a6bd0e960ae887e9d7d0867c72a231fbff4ed..2d69e3fbadab59106a0d714b3011c68c608da85c 100644 (file)
@@ -1,3 +1,13 @@
+/* smm-open-ich7.c
+ * SMRAM open utility for Intel 82865 northbridge
+ * 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 "reg-82865.h"
 
 void main()
@@ -18,4 +28,4 @@ void main()
                printf("SMRAM is locked, cannot load anything :-(\n");
                return;
        }
-}
\ No newline at end of file
+}
This page took 0.023345 seconds and 4 git commands to generate.