diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2008-01-10 11:13:57 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2008-01-10 11:13:57 -0800 |
| commit | 244d2fe917cec1565b4fd992ea9e8cc46749a661 (patch) | |
| tree | 468dc34d0f42cb6d0d9017d9fdccc46f7d2e9cad /com32/include | |
| parent | aa850da5d3b9b8e0fedbe03e635503d4b8eecfa4 (diff) | |
| download | syslinux-244d2fe917cec1565b4fd992ea9e8cc46749a661.tar.gz | |
Update copyright year
Diffstat (limited to 'com32/include')
| -rw-r--r-- | com32/include/colortbl.h | 2 | ||||
| -rw-r--r-- | com32/include/com32.h | 2 | ||||
| -rw-r--r-- | com32/include/console.h | 2 | ||||
| -rw-r--r-- | com32/include/dev.h | 2 | ||||
| -rw-r--r-- | com32/include/minmax.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/boot.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/bootpm.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/bootrm.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/config.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/features.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/idle.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/io.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/linux.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/pxe.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/reboot.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/resolve.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/vesacon.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux/video.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/com32/include/colortbl.h b/com32/include/colortbl.h index 05add6d4..fb5196cc 100644 --- a/com32/include/colortbl.h +++ b/com32/include/colortbl.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2006 H. Peter Anvin - All Rights Reserved + * Copyright 2006-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/com32.h b/com32/include/com32.h index 7e618977..8be87211 100644 --- a/com32/include/com32.h +++ b/com32/include/com32.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------- * - * Not Copyright 2002 H. Peter Anvin + * Not Copyright 2002-2008 H. Peter Anvin * This file is in the public domain. * ----------------------------------------------------------------------- */ diff --git a/com32/include/console.h b/com32/include/console.h index a5e8ca26..973aeddb 100644 --- a/com32/include/console.h +++ b/com32/include/console.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2004 H. Peter Anvin - All Rights Reserved + * Copyright 2004-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/dev.h b/com32/include/dev.h index 35642922..54198e88 100644 --- a/com32/include/dev.h +++ b/com32/include/dev.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2004 H. Peter Anvin - All Rights Reserved + * Copyright 2004-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/minmax.h b/com32/include/minmax.h index 9346eabd..eb6e39aa 100644 --- a/com32/include/minmax.h +++ b/com32/include/minmax.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2004 H. Peter Anvin - All Rights Reserved + * Copyright 2004-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/boot.h b/com32/include/syslinux/boot.h index 80ba74d4..87c05e99 100644 --- a/com32/include/syslinux/boot.h +++ b/com32/include/syslinux/boot.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/bootpm.h b/com32/include/syslinux/bootpm.h index cfe28103..be0d178b 100644 --- a/com32/include/syslinux/bootpm.h +++ b/com32/include/syslinux/bootpm.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/bootrm.h b/com32/include/syslinux/bootrm.h index 2a3b618b..6454129d 100644 --- a/com32/include/syslinux/bootrm.h +++ b/com32/include/syslinux/bootrm.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/config.h b/com32/include/syslinux/config.h index 8b2ed4c9..82225c12 100644 --- a/com32/include/syslinux/config.h +++ b/com32/include/syslinux/config.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/features.h b/com32/include/syslinux/features.h index e3da12e2..f2317dd5 100644 --- a/com32/include/syslinux/features.h +++ b/com32/include/syslinux/features.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/idle.h b/com32/include/syslinux/idle.h index d8f015c7..4c5947b7 100644 --- a/com32/include/syslinux/idle.h +++ b/com32/include/syslinux/idle.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2005-2007 H. Peter Anvin - All Rights Reserved + * Copyright 2005-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/io.h b/com32/include/syslinux/io.h index a8d05cc5..329377d2 100644 --- a/com32/include/syslinux/io.h +++ b/com32/include/syslinux/io.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/linux.h b/com32/include/syslinux/linux.h index 6b2fecbc..463b49f5 100644 --- a/com32/include/syslinux/linux.h +++ b/com32/include/syslinux/linux.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/pxe.h b/com32/include/syslinux/pxe.h index 3b9108e9..7550817f 100644 --- a/com32/include/syslinux/pxe.h +++ b/com32/include/syslinux/pxe.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/reboot.h b/com32/include/syslinux/reboot.h index 7a8bc108..e589982f 100644 --- a/com32/include/syslinux/reboot.h +++ b/com32/include/syslinux/reboot.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/resolve.h b/com32/include/syslinux/resolve.h index 96c4365c..0589c33b 100644 --- a/com32/include/syslinux/resolve.h +++ b/com32/include/syslinux/resolve.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/vesacon.h b/com32/include/syslinux/vesacon.h index 90ab99f8..dad9fb57 100644 --- a/com32/include/syslinux/vesacon.h +++ b/com32/include/syslinux/vesacon.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/com32/include/syslinux/video.h b/com32/include/syslinux/video.h index 237552fa..737c742b 100644 --- a/com32/include/syslinux/video.h +++ b/com32/include/syslinux/video.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2007 H. Peter Anvin - All Rights Reserved + * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation |
