diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2009-05-04 23:42:24 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-04 14:54:45 -0700 |
commit | 8029ff89d33361edf48081748ff9db1239897694 (patch) | |
tree | fc39f191c4387909673d7ae188de031ff1205569 /modules | |
parent | 21f6a5b0b07b0853513e8d72d90cdd3ff16c490e (diff) | |
download | syslinux-8029ff89d33361edf48081748ff9db1239897694.tar.gz |
poweroff: add copyright notice
Add a copyright notice.
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/poweroff.asm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/poweroff.asm b/modules/poweroff.asm index 474723de..f4f19a2f 100644 --- a/modules/poweroff.asm +++ b/modules/poweroff.asm @@ -1,3 +1,19 @@ +; **************************************************************************** +; +; poweroff.asm +; +; Copyright 2009 Sebastian Herbszt +; +; APM poweroff module. +; +; 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 +; the Free Software Foundation, Inc., 53 Temple Place Ste 330, +; Boston MA 02111-1307, USA; either version 2 of the License, or +; (at your option) any later version; incorporated herein by reference. +; +; **************************************************************************** + absolute 0 pspInt20: resw 1 pspNextP: resw 1 |