From 98e930a2a059808ccede1f1298677aa59e4b7391 Mon Sep 17 00:00:00 2001 From: Jacob Potter Date: Tue, 16 Dec 2008 14:51:55 -0500 Subject: [PATCH] more licensing --- pci/pci-bother.c | 10 ++++++++++ pci/pci-linux.c | 10 ++++++++++ pci/pci-raw.c | 10 ++++++++++ pci/pci.c | 10 ++++++++++ tools/frob-rls.c | 10 ++++++++++ tools/pci.c | 10 ++++++++++ tools/poke-rls-asm.S | 8 ++++++++ tools/poke-rls.c | 10 ++++++++++ tools/port.c | 10 ++++++++++ tools/smram-linux-tool.c | 11 +++++++++++ video/fb.c | 10 ++++++++++ video/generic.c | 10 ++++++++++ video/text.c | 10 ++++++++++ video/tnt2.c | 10 ++++++++++ 14 files changed, 139 insertions(+) diff --git a/pci/pci-bother.c b/pci/pci-bother.c index f05c417..bc6429a 100644 --- a/pci/pci-bother.c +++ b/pci/pci-bother.c @@ -1,3 +1,13 @@ +/* pci-bother.c + * PCI bothering code + * 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 #include diff --git a/pci/pci-linux.c b/pci/pci-linux.c index c957bd0..892c6eb 100644 --- a/pci/pci-linux.c +++ b/pci/pci-linux.c @@ -1,3 +1,13 @@ +/* pci-linux.c + * Linux user-mode based PCI implementation + * 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 #include #include diff --git a/pci/pci-raw.c b/pci/pci-raw.c index f6448b8..37f5f79 100644 --- a/pci/pci-raw.c +++ b/pci/pci-raw.c @@ -1,3 +1,13 @@ +/* pci-raw.c + * Raw PCI implementation + * 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 #include #include diff --git a/pci/pci.c b/pci/pci.c index 5fd03b4..997ebda 100644 --- a/pci/pci.c +++ b/pci/pci.c @@ -1,3 +1,13 @@ +/* pci.c + * General-purpose PCI probe 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 #include diff --git a/tools/frob-rls.c b/tools/frob-rls.c index 3ff4e53..fac0dc5 100644 --- a/tools/frob-rls.c +++ b/tools/frob-rls.c @@ -1,3 +1,13 @@ +/* frob-rls.c + * GBL_RLS flag manipulator. + * 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 #include #include diff --git a/tools/pci.c b/tools/pci.c index abfb8a5..cf488a1 100644 --- a/tools/pci.c +++ b/tools/pci.c @@ -1,3 +1,13 @@ +/* pci.c + * Arbitrary PCI space reader/writer utility + * 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 #include diff --git a/tools/poke-rls-asm.S b/tools/poke-rls-asm.S index 2273169..a67503e 100644 --- a/tools/poke-rls-asm.S +++ b/tools/poke-rls-asm.S @@ -1,3 +1,11 @@ +# poke-rls-asm.S +# Helper functions for poke-rls.c +# 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. + .global poke poke: mov 8(%esp), %ecx diff --git a/tools/poke-rls.c b/tools/poke-rls.c index 586b4f8..557e7a9 100644 --- a/tools/poke-rls.c +++ b/tools/poke-rls.c @@ -1,3 +1,13 @@ +/* poke-rls.c + * Linux-side communication packet utility + * 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 #include #include diff --git a/tools/port.c b/tools/port.c index c939913..d1395b4 100644 --- a/tools/port.c +++ b/tools/port.c @@ -1,3 +1,13 @@ +/* port.c + * General port I/O utility + * 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 #include diff --git a/tools/smram-linux-tool.c b/tools/smram-linux-tool.c index 0511f6b..02112a4 100644 --- a/tools/smram-linux-tool.c +++ b/tools/smram-linux-tool.c @@ -1,3 +1,14 @@ +/* smram-linux-tool.c + * General SMRAM manipulation utility + * 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 #include #include diff --git a/video/fb.c b/video/fb.c index 416b3b2..3dba65c 100644 --- a/video/fb.c +++ b/video/fb.c @@ -1,3 +1,13 @@ +/* fb.c + * Framebuffer device pointer + * 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 struct fbdevice *fb = 0; diff --git a/video/generic.c b/video/generic.c index 95f564f..c35cd5d 100644 --- a/video/generic.c +++ b/video/generic.c @@ -1,3 +1,13 @@ +/* generic.c + * Helper functions for dealing with generic RGB888 framebuffers + * 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 #include #include diff --git a/video/text.c b/video/text.c index 4f35f97..4f26b8e 100644 --- a/video/text.c +++ b/video/text.c @@ -1,3 +1,13 @@ +/* text.c + * Text console checksum and rendering functions + * 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 #include #include diff --git a/video/tnt2.c b/video/tnt2.c index 3827393..6da661e 100644 --- a/video/tnt2.c +++ b/video/tnt2.c @@ -1,3 +1,13 @@ +/* tnt2.c + * NVidia TNT2 driver. + * 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 #include #include -- 2.39.2