diff options
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/crt0_romcc_epilogue.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/x86/crt0_romcc_epilogue.inc b/src/arch/x86/crt0_romcc_epilogue.inc index ff93adbc70..737549ed4a 100644 --- a/src/arch/x86/crt0_romcc_epilogue.inc +++ b/src/arch/x86/crt0_romcc_epilogue.inc @@ -4,6 +4,11 @@ * This file 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; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. */ #include <cpu/x86/post_code.h> |