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 /mbr | |
parent | aa850da5d3b9b8e0fedbe03e635503d4b8eecfa4 (diff) | |
download | syslinux-elf-244d2fe917cec1565b4fd992ea9e8cc46749a661.tar.gz syslinux-elf-244d2fe917cec1565b4fd992ea9e8cc46749a661.tar.xz syslinux-elf-244d2fe917cec1565b4fd992ea9e8cc46749a661.zip |
Update copyright year
Diffstat (limited to 'mbr')
-rw-r--r-- | mbr/Makefile | 2 | ||||
-rwxr-xr-x | mbr/checksize.pl | 2 | ||||
-rw-r--r-- | mbr/mbr.S | 2 | ||||
-rw-r--r-- | mbr/oldmbr.asm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mbr/Makefile b/mbr/Makefile index 2db358ca..a64869b1 100644 --- a/mbr/Makefile +++ b/mbr/Makefile @@ -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/mbr/checksize.pl b/mbr/checksize.pl index 4feb20aa..68a035b7 100755 --- a/mbr/checksize.pl +++ b/mbr/checksize.pl @@ -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 @@ -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/mbr/oldmbr.asm b/mbr/oldmbr.asm index f3e67282..983a7f05 100644 --- a/mbr/oldmbr.asm +++ b/mbr/oldmbr.asm @@ -1,6 +1,6 @@ ; ----------------------------------------------------------------------- ; -; Copyright 2003-2007 H. Peter Anvin - All Rights Reserved +; Copyright 2003-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 |