This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Revert 2011 copyright year update under gnulib/


> These are imported sources, so we should keep their copyright years
> intact in the new year procedure.  It seems like in 2012 they weren't
> updated, so it looks like the procedure's scripts have been fixed already?

Yes, the new script now avoids updating these files.  gdb/copyright.py:

    # Files which should not be modified, either because they are
    # generated, non-FSF, or otherwise special (e.g. license text,
    # or test cases which must be sensitive to line numbering).
    #
    # Filenames are relative to the root directory.
    EXCLUDE_LIST = (
        'gdb/gdbarch.c', 'gdb/gdbarch.h',
        'gdb/gnulib'
    )

That is actually a good reminder that when you are done with your
gnulib modifications, we'll need to adjust the script!

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]