diff options
Diffstat (limited to 'com32/samples')
-rw-r--r-- | com32/samples/Makefile | 2 | ||||
-rw-r--r-- | com32/samples/fancyhello.c | 2 | ||||
-rw-r--r-- | com32/samples/hello.c | 2 | ||||
-rw-r--r-- | com32/samples/keytest.c | 2 | ||||
-rw-r--r-- | com32/samples/resolv.c | 2 | ||||
-rw-r--r-- | com32/samples/serialinfo.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile index e14e08f1..6753feb6 100644 --- a/com32/samples/Makefile +++ b/com32/samples/Makefile @@ -1,6 +1,6 @@ ## ----------------------------------------------------------------------- ## -## Copyright 2001-2007 H. Peter Anvin - All Rights Reserved +## Copyright 2001-2008 H. Peter Anvin - All Rights Reserved ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/com32/samples/fancyhello.c b/com32/samples/fancyhello.c index 0c8987fc..a6c5a375 100644 --- a/com32/samples/fancyhello.c +++ b/com32/samples/fancyhello.c @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2004 H. Peter Anvin - All Rights Reserved + * Copyright 2004-2008 H. Peter Anvin - All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/com32/samples/hello.c b/com32/samples/hello.c index f7f72496..4b29901d 100644 --- a/com32/samples/hello.c +++ b/com32/samples/hello.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2004 H. Peter Anvin - All Rights Reserved + * Copyright 2004-2008 H. Peter Anvin - All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/com32/samples/keytest.c b/com32/samples/keytest.c index 9fd5755a..69786442 100644 --- a/com32/samples/keytest.c +++ b/com32/samples/keytest.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2004 H. Peter Anvin - All Rights Reserved + * Copyright 2004-2008 H. Peter Anvin - All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/com32/samples/resolv.c b/com32/samples/resolv.c index 1028c191..02cc0a83 100644 --- a/com32/samples/resolv.c +++ b/com32/samples/resolv.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2004 H. Peter Anvin - All Rights Reserved + * Copyright 2004-2008 H. Peter Anvin - All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/com32/samples/serialinfo.c b/com32/samples/serialinfo.c index 0315327e..953a7054 100644 --- a/com32/samples/serialinfo.c +++ b/com32/samples/serialinfo.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |