diff options
Diffstat (limited to 'com32/samples')
-rw-r--r-- | com32/samples/Makefile | 2 | ||||
-rw-r--r-- | com32/samples/advdump.c | 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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile index 197e9114..a203bbfd 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/advdump.c b/com32/samples/advdump.c index f50401b9..2e2ef391 100644 --- a/com32/samples/advdump.c +++ b/com32/samples/advdump.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 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 |