X-Git-Url: https://git.alrj.org/?p=bold.git;a=blobdiff_plain;f=Bold%2Felf.py;h=3cf831959370fd36ae1765bb7d174e091b67dc80;hp=b439451a3abc102d19b33448d1784455d733074f;hb=04fc98235b338558eaad347b698d63414270589b;hpb=b2cbc828fcbff8ecf501a53ee3b5b62195913923 diff --git a/Bold/elf.py b/Bold/elf.py index b439451..3cf8319 100644 --- a/Bold/elf.py +++ b/Bold/elf.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - # kate: space-indent on; indent-width 2; mixedindent off; indent-mode python; # Copyright (C) 2009 Amand 'alrj' Tihon @@ -7,8 +6,8 @@ # This file is part of bold, the Byte Optimized Linker. # # You can redistribute this file and/or modify it under the terms of the -# GNU Lesser General Public License as published by the Free Software -# Foundation, version 2.1. +# GNU General Public License as published by the Free Software Foundation, +# either version 3 of the License or (at your option) any later version. from BinArray import BinArray @@ -20,6 +19,7 @@ import struct def nested_property(c): return property(**c()) + #-------------------------------------------------------------------------- # Elf #--------------------------------------------------------------------------