X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/39f6725f8beebcda1b569aebdfb2c90975f3179b..f1584bb056629473dd1208034fed761cbaea8e29:/ich7/smm-open-ich7.c diff --git a/ich7/smm-open-ich7.c b/ich7/smm-open-ich7.c index d53a6bd..2d69e3f 100644 --- a/ich7/smm-open-ich7.c +++ b/ich7/smm-open-ich7.c @@ -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 +}