diff options
author | Nick Clifton <nickc@redhat.com> | 2010-04-15 10:26:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-04-15 10:26:09 +0000 |
commit | e4e42b45d59b4c622b7c5b625fd7467fd62d958d (patch) | |
tree | f101d5aceccdcac549fdf777f907cca8bb7d2bdc /include/nlm | |
parent | f526ccf3c10b27adc2804234de71eff064b5f1bd (diff) | |
download | binutils-gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.tar.gz |
Upgrade header files to use GPLv3
Diffstat (limited to 'include/nlm')
-rw-r--r-- | include/nlm/ChangeLog | 12 | ||||
-rw-r--r-- | include/nlm/alpha-ext.h | 27 | ||||
-rw-r--r-- | include/nlm/common.h | 32 | ||||
-rw-r--r-- | include/nlm/external.h | 36 | ||||
-rw-r--r-- | include/nlm/i386-ext.h | 27 | ||||
-rw-r--r-- | include/nlm/internal.h | 32 | ||||
-rw-r--r-- | include/nlm/ppc-ext.h | 27 | ||||
-rw-r--r-- | include/nlm/sparc32-ext.h | 27 |
8 files changed, 116 insertions, 104 deletions
diff --git a/include/nlm/ChangeLog b/include/nlm/ChangeLog index a4b527d0fe2..e5ad952be94 100644 --- a/include/nlm/ChangeLog +++ b/include/nlm/ChangeLog @@ -1,10 +1,20 @@ +2010-04-15 Nick Clifton <nickc@redhat.com> + + * alpha-ext.h: Update copyright notice to use GPLv3. + * common.h: Likewise. + * external.h: Likewise. + * i386-ext.h: Likewise. + * internal.h: Likewise. + * ppc-ext.h: Likewise. + * sparc32-ext.h: Likewise. + 2005-05-10 Nick Clifton <nickc@redhat.com> * Update the address and phone number of the FSF organization in the GPL notices in the following files: alpha-ext.h, common.h, external.h, i386-ext.h, internal.h, ppc-ext.h, sparc32-ext.h - + 2003-08-07 Alan Modra <amodra@bigpond.net.au> * internal.h (Nlm_Internal_Custom_Header): Replace PTR with void *. diff --git a/include/nlm/alpha-ext.h b/include/nlm/alpha-ext.h index 799d2979fb1..7dc65688f20 100644 --- a/include/nlm/alpha-ext.h +++ b/include/nlm/alpha-ext.h @@ -1,22 +1,23 @@ /* Alpha NLM (NetWare Loadable Module) support for BFD. - Copyright 1993, 2005 Free Software Foundation, Inc. + Copyright 1993, 2005, 2010 Free Software Foundation, Inc. By Ian Lance Taylor, Cygnus Support -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program 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; either version 2 of the License, or -(at your option) any later version. + This program 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; either version 3 of the License, or + (at your option) any later version. -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. + 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. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ /* An Alpha NLM starts with an instance of this structure. */ diff --git a/include/nlm/common.h b/include/nlm/common.h index c89fea11e3c..fcd290e0c7a 100644 --- a/include/nlm/common.h +++ b/include/nlm/common.h @@ -1,30 +1,30 @@ /* NLM (NetWare Loadable Module) support for BFD. - Copyright 1993, 2001, 2005 Free Software Foundation, Inc. + Copyright 1993, 2001, 2005, 2010 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program 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; either version 2 of the License, or -(at your option) any later version. + This program 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; either version 3 of the License, or + (at your option) any later version. -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. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + 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. + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ /* This file is part of NLM support for BFD, and contains the portions - that are common to both the internal and external representations. */ + that are common to both the internal and external representations. */ /* If NLM_ARCH_SIZE is not defined, default to 32. NLM_ARCH_SIZE is - optionally defined by the application. */ + optionally defined by the application. */ #ifndef NLM_ARCH_SIZE # define NLM_ARCH_SIZE 32 diff --git a/include/nlm/external.h b/include/nlm/external.h index 25377dfd78c..eebd1cca925 100644 --- a/include/nlm/external.h +++ b/include/nlm/external.h @@ -1,24 +1,24 @@ /* NLM (NetWare Loadable Module) support for BFD. - Copyright 1993, 1994, 2005 Free Software Foundation, Inc. + Copyright 1993, 1994, 2005, 2010 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program 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; either version 2 of the License, or -(at your option) any later version. + This program 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; either version 3 of the License, or + (at your option) any later version. -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. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + 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. + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ /* This file is part of NLM support for BFD, and contains the portions that describe how NLM is represented externally by the BFD library. @@ -40,14 +40,12 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. The exact format of the fixed length header unfortunately varies from one NLM target to another, due to padding. Each target - defines the correct external format in a separate header file. - -*/ + defines the correct external format in a separate header file. */ -/* NLM Header */ +/* NLM Header. */ /* The version header is one of the optional auxiliary headers and - follows the fixed length and variable length NLM headers. */ + follows the fixed length and variable length NLM headers. */ typedef struct nlmNAME(external_version_header) { diff --git a/include/nlm/i386-ext.h b/include/nlm/i386-ext.h index b112e3753bc..4de8b340d41 100644 --- a/include/nlm/i386-ext.h +++ b/include/nlm/i386-ext.h @@ -1,21 +1,22 @@ /* i386 NLM (NetWare Loadable Module) support for BFD. - Copyright 1993, 2005 Free Software Foundation, Inc. + Copyright 1993, 2005, 2010 Free Software Foundation, Inc. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program 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; either version 2 of the License, or -(at your option) any later version. + This program 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; either version 3 of the License, or + (at your option) any later version. -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. + 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. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ /* The external format of the fixed header. */ diff --git a/include/nlm/internal.h b/include/nlm/internal.h index 1525ef836db..51e1f00e980 100644 --- a/include/nlm/internal.h +++ b/include/nlm/internal.h @@ -1,34 +1,34 @@ /* NLM (NetWare Loadable Module) support for BFD. - Copyright 1993, 1994, 2003, 2005 Free Software Foundation, Inc. + Copyright 1993, 1994, 2003, 2005, 2010 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program 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; either version 2 of the License, or -(at your option) any later version. + This program 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; either version 3 of the License, or + (at your option) any later version. -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. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + 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. + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ /* This file is part of NLM support for BFD, and contains the portions that describe how NLM is represented internally in the BFD library. I.E. it describes the in-memory representation of NLM. It requires the nlm/common.h file which contains the portions that are common to - both the internal and external representations. */ + both the internal and external representations. */ #if 0 -/* Types used by various structures, functions, etc. */ +/* Types used by various structures, functions, etc. */ typedef unsigned long Nlm32_Addr; /* Unsigned program address */ typedef unsigned long Nlm32_Off; /* Unsigned file offset */ diff --git a/include/nlm/ppc-ext.h b/include/nlm/ppc-ext.h index 4c2a2eb525c..026984b85d0 100644 --- a/include/nlm/ppc-ext.h +++ b/include/nlm/ppc-ext.h @@ -1,21 +1,22 @@ /* PowerPC NLM (NetWare Loadable Module) support for BFD. - Copyright (C) 1994, 2005 Free Software Foundation, Inc. + Copyright (C) 1994, 2005, 2010 Free Software Foundation, Inc. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program 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; either version 2 of the License, or -(at your option) any later version. + This program 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; either version 3 of the License, or + (at your option) any later version. -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. + 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. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ #ifdef OLDFORMAT diff --git a/include/nlm/sparc32-ext.h b/include/nlm/sparc32-ext.h index 8b72a4486e7..a5c78e34bae 100644 --- a/include/nlm/sparc32-ext.h +++ b/include/nlm/sparc32-ext.h @@ -1,21 +1,22 @@ /* SPARC NLM (NetWare Loadable Module) support for BFD. - Copyright 1993, 2005 Free Software Foundation, Inc. + Copyright 1993, 2005, 2010 Free Software Foundation, Inc. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program 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; either version 2 of the License, or -(at your option) any later version. + This program 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; either version 3 of the License, or + (at your option) any later version. -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. + 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. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ /* The external format of the fixed header. */ |