diff options
Diffstat (limited to 'src/setjmp/x86_64/setjmp.s')
-rw-r--r-- | src/setjmp/x86_64/setjmp.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setjmp/x86_64/setjmp.s b/src/setjmp/x86_64/setjmp.s index 5b3173b9..98f58b8d 100644 --- a/src/setjmp/x86_64/setjmp.s +++ b/src/setjmp/x86_64/setjmp.s @@ -1,4 +1,4 @@ -/* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */ +/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */ .global __setjmp .global _setjmp .global setjmp |