diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-03-21 22:29:09 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-03-21 22:30:31 -0700 |
commit | 4fc8259d568263e06b076f6a782123a2393503df (patch) | |
tree | 3d80184a9f109156910d30c77356931ac3c54322 /memdisk | |
parent | 6343407b927e9b0a67a8c11dbc3e2b6f78fe23f9 (diff) | |
download | syslinux.git-4fc8259d568263e06b076f6a782123a2393503df.tar.gz syslinux.git-4fc8259d568263e06b076f6a782123a2393503df.tar.xz syslinux.git-4fc8259d568263e06b076f6a782123a2393503df.zip |
Add "and contributors" to the copyright banner
Clarify that there are nowadays more copyright holders than just
myself.
Diffstat (limited to 'memdisk')
-rw-r--r-- | memdisk/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memdisk/setup.c b/memdisk/setup.c index b492b0d2..1939a691 100644 --- a/memdisk/setup.c +++ b/memdisk/setup.c @@ -20,7 +20,7 @@ const char memdisk_version[] = "MEMDISK " VERSION_STR " " DATE; const char copyright[] = -"Copyright " FIRSTYEAR "-" YEAR_STR " H. Peter Anvin"; +"Copyright " FIRSTYEAR "-" YEAR_STR " H. Peter Anvin and contributors"; extern const char _binary_memdisk_chs_bin_start[]; extern const char _binary_memdisk_chs_bin_end[]; |