mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
This updates the copyright headers to include 2025. I did this by running gdb/copyright.py and then manually modifying a few files as noted by the script. Approved-By: Eli Zaretskii <eliz@gnu.org>
19 lines
663 B
DTD
19 lines
663 B
DTD
<!-- Copyright (C) 2007-2025 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. -->
|
|
|
|
<!-- library-list: Root element with versioning -->
|
|
<!ELEMENT library-list (library)*>
|
|
<!ATTLIST library-list version CDATA #FIXED "1.0">
|
|
|
|
<!ELEMENT library (segment*, section*)>
|
|
<!ATTLIST library name CDATA #REQUIRED>
|
|
|
|
<!ELEMENT segment EMPTY>
|
|
<!ATTLIST segment address CDATA #REQUIRED>
|
|
|
|
<!ELEMENT section EMPTY>
|
|
<!ATTLIST section address CDATA #REQUIRED>
|