Browse Source

[legal] Update FSF mailing address in GPL licence texts

Suggested-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11 years ago
parent
commit
c3b4860ce3
100 changed files with 198 additions and 99 deletions
  1. 2
    1
      src/arch/i386/core/basemem_packet.c
  2. 2
    1
      src/arch/i386/core/gdbmach.c
  3. 2
    1
      src/arch/i386/core/pic8259.c
  4. 2
    1
      src/arch/i386/core/rdtsc_timer.c
  5. 2
    1
      src/arch/i386/core/runtime.c
  6. 2
    1
      src/arch/i386/drivers/net/undi.c
  7. 2
    1
      src/arch/i386/drivers/net/undiload.c
  8. 2
    1
      src/arch/i386/drivers/net/undinet.c
  9. 2
    1
      src/arch/i386/drivers/net/undionly.c
  10. 2
    1
      src/arch/i386/drivers/net/undipreload.c
  11. 2
    1
      src/arch/i386/drivers/net/undirom.c
  12. 2
    1
      src/arch/i386/firmware/pcbios/basemem.c
  13. 2
    1
      src/arch/i386/firmware/pcbios/bios_console.c
  14. 2
    1
      src/arch/i386/firmware/pcbios/e820mangler.S
  15. 2
    1
      src/arch/i386/firmware/pcbios/fakee820.c
  16. 2
    1
      src/arch/i386/firmware/pcbios/hidemem.c
  17. 2
    1
      src/arch/i386/firmware/pcbios/memmap.c
  18. 2
    1
      src/arch/i386/firmware/pcbios/pnpbios.c
  19. 2
    1
      src/arch/i386/hci/commands/pxe_cmd.c
  20. 2
    1
      src/arch/i386/hci/commands/reboot_cmd.c
  21. 2
    1
      src/arch/i386/image/bootsector.c
  22. 2
    1
      src/arch/i386/image/bzimage.c
  23. 2
    1
      src/arch/i386/image/com32.c
  24. 2
    1
      src/arch/i386/image/comboot.c
  25. 2
    1
      src/arch/i386/image/elfboot.c
  26. 2
    1
      src/arch/i386/image/multiboot.c
  27. 2
    1
      src/arch/i386/image/pxe_image.c
  28. 2
    1
      src/arch/i386/include/pxe_api.h
  29. 2
    1
      src/arch/i386/interface/pcbios/bios_smbios.c
  30. 2
    1
      src/arch/i386/interface/pcbios/bios_timer.c
  31. 2
    1
      src/arch/i386/interface/pcbios/int13.c
  32. 2
    1
      src/arch/i386/interface/pcbios/memtop_umalloc.c
  33. 2
    1
      src/arch/i386/interface/pcbios/pcibios.c
  34. 2
    1
      src/arch/i386/interface/pcbios/rtc_entropy.c
  35. 2
    1
      src/arch/i386/interface/pcbios/rtc_time.c
  36. 2
    1
      src/arch/i386/interface/pxe/pxe_call.c
  37. 2
    1
      src/arch/i386/interface/pxe/pxe_entry.S
  38. 2
    1
      src/arch/i386/interface/pxe/pxe_exit_hook.c
  39. 2
    1
      src/arch/i386/interface/pxe/pxe_file.c
  40. 2
    1
      src/arch/i386/interface/pxe/pxe_loader.c
  41. 2
    1
      src/arch/i386/interface/pxe/pxe_preboot.c
  42. 2
    1
      src/arch/i386/interface/pxe/pxe_tftp.c
  43. 2
    1
      src/arch/i386/interface/pxe/pxe_udp.c
  44. 2
    1
      src/arch/i386/interface/pxe/pxe_undi.c
  45. 2
    1
      src/arch/i386/interface/pxeparent/pxeparent.c
  46. 2
    1
      src/arch/i386/interface/pxeparent/pxeparent_dhcp.c
  47. 2
    1
      src/arch/i386/interface/syslinux/com32_call.c
  48. 2
    1
      src/arch/i386/interface/syslinux/com32_wrapper.S
  49. 2
    1
      src/arch/i386/interface/syslinux/comboot_call.c
  50. 2
    1
      src/arch/i386/interface/vmware/guestinfo.c
  51. 2
    1
      src/arch/i386/interface/vmware/guestrpc.c
  52. 2
    1
      src/arch/i386/interface/vmware/vmconsole.c
  53. 2
    1
      src/arch/i386/interface/vmware/vmware.c
  54. 2
    1
      src/arch/i386/prefix/exeprefix.S
  55. 2
    1
      src/arch/i386/prefix/libprefix.S
  56. 2
    1
      src/arch/i386/prefix/mromprefix.S
  57. 2
    1
      src/arch/i386/transitions/liba20.S
  58. 2
    1
      src/arch/x86/core/cpuid.c
  59. 2
    1
      src/arch/x86/core/pcidirect.c
  60. 2
    1
      src/arch/x86/core/x86_bigint.c
  61. 2
    1
      src/arch/x86/core/x86_io.c
  62. 2
    1
      src/arch/x86/core/x86_string.c
  63. 2
    1
      src/arch/x86/hci/commands/cpuid_cmd.c
  64. 2
    1
      src/arch/x86/interface/efi/efix86_nap.c
  65. 2
    1
      src/arch/x86/prefix/efidrvprefix.c
  66. 2
    1
      src/arch/x86/prefix/efiprefix.c
  67. 2
    1
      src/core/acpi.c
  68. 2
    1
      src/core/ansiesc.c
  69. 2
    1
      src/core/assert.c
  70. 2
    1
      src/core/base16.c
  71. 2
    1
      src/core/base64.c
  72. 2
    1
      src/core/basename.c
  73. 2
    1
      src/core/bitmap.c
  74. 2
    1
      src/core/blockdev.c
  75. 2
    1
      src/core/cpio.c
  76. 2
    1
      src/core/ctype.c
  77. 2
    1
      src/core/cwuri.c
  78. 2
    1
      src/core/debug.c
  79. 2
    1
      src/core/debug_md5.c
  80. 2
    1
      src/core/device.c
  81. 2
    1
      src/core/downloader.c
  82. 2
    1
      src/core/edd.c
  83. 2
    1
      src/core/exec.c
  84. 2
    1
      src/core/fnrec.c
  85. 2
    1
      src/core/gdbserial.c
  86. 2
    1
      src/core/gdbstub.c
  87. 2
    1
      src/core/gdbudp.c
  88. 2
    1
      src/core/getkey.c
  89. 2
    1
      src/core/getopt.c
  90. 2
    1
      src/core/image.c
  91. 2
    1
      src/core/init.c
  92. 2
    1
      src/core/interface.c
  93. 2
    1
      src/core/iobuf.c
  94. 2
    1
      src/core/job.c
  95. 2
    1
      src/core/linebuf.c
  96. 2
    1
      src/core/lineconsole.c
  97. 2
    1
      src/core/log.c
  98. 2
    1
      src/core/malloc.c
  99. 2
    1
      src/core/menu.c
  100. 0
    0
      src/core/monojob.c

+ 2
- 1
src/arch/i386/core/basemem_packet.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/core/gdbmach.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/core/pic8259.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/core/rdtsc_timer.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/core/runtime.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/drivers/net/undi.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/drivers/net/undiload.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/drivers/net/undinet.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/drivers/net/undionly.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/drivers/net/undipreload.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/drivers/net/undirom.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/firmware/pcbios/basemem.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/firmware/pcbios/bios_console.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/firmware/pcbios/e820mangler.S View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER )

+ 2
- 1
src/arch/i386/firmware/pcbios/fakee820.c View File

@@ -12,7 +12,8 @@
12 12
  *
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program; if not, write to the Free Software
15
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
+ * 02110-1301, USA.
16 17
  */
17 18
 
18 19
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/firmware/pcbios/hidemem.c View File

@@ -12,7 +12,8 @@
12 12
  *
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program; if not, write to the Free Software
15
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
+ * 02110-1301, USA.
16 17
  */
17 18
 
18 19
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/firmware/pcbios/memmap.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/firmware/pcbios/pnpbios.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/hci/commands/pxe_cmd.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 #include <ipxe/netdevice.h>

+ 2
- 1
src/arch/i386/hci/commands/reboot_cmd.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 #include <realmode.h>

+ 2
- 1
src/arch/i386/image/bootsector.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/image/bzimage.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/image/com32.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 /**

+ 2
- 1
src/arch/i386/image/comboot.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 /**

+ 2
- 1
src/arch/i386/image/elfboot.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/image/multiboot.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/image/pxe_image.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/include/pxe_api.h View File

@@ -14,7 +14,8 @@
14 14
  *
15 15
  * You should have received a copy of the GNU General Public License
16 16
  * along with this program; if not, write to the Free Software
17
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18
+ * 02110-1301, USA.
18 19
  *
19 20
  * As an alternative, at your option, you may use this file under the
20 21
  * following terms, known as the "MIT license":

+ 2
- 1
src/arch/i386/interface/pcbios/bios_smbios.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pcbios/bios_timer.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pcbios/int13.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pcbios/memtop_umalloc.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pcbios/pcibios.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pcbios/rtc_entropy.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pcbios/rtc_time.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxe/pxe_call.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxe/pxe_entry.S View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  *
18 19
  */
19 20
 

+ 2
- 1
src/arch/i386/interface/pxe/pxe_exit_hook.c View File

@@ -19,7 +19,8 @@
19 19
  *
20 20
  * You should have received a copy of the GNU General Public License
21 21
  * along with this program; if not, write to the Free Software
22
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23
+ * 02110-1301, USA.
23 24
  */
24 25
 
25 26
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxe/pxe_file.c View File

@@ -29,7 +29,8 @@
29 29
  *
30 30
  * You should have received a copy of the GNU General Public License
31 31
  * along with this program; if not, write to the Free Software
32
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
32
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
33
+ * 02110-1301, USA.
33 34
  */
34 35
 
35 36
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxe/pxe_loader.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxe/pxe_preboot.c View File

@@ -20,7 +20,8 @@
20 20
  *
21 21
  * You should have received a copy of the GNU General Public License
22 22
  * along with this program; if not, write to the Free Software
23
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
24
+ * 02110-1301, USA.
24 25
  */
25 26
 
26 27
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxe/pxe_tftp.c View File

@@ -19,7 +19,8 @@
19 19
  *
20 20
  * You should have received a copy of the GNU General Public License
21 21
  * along with this program; if not, write to the Free Software
22
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23
+ * 02110-1301, USA.
23 24
  */
24 25
 
25 26
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxe/pxe_udp.c View File

@@ -28,7 +28,8 @@
28 28
  *
29 29
  * You should have received a copy of the GNU General Public License
30 30
  * along with this program; if not, write to the Free Software
31
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
31
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
32
+ * 02110-1301, USA.
32 33
  */
33 34
 
34 35
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxe/pxe_undi.c View File

@@ -19,7 +19,8 @@
19 19
  *
20 20
  * You should have received a copy of the GNU General Public License
21 21
  * along with this program; if not, write to the Free Software
22
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23
+ * 02110-1301, USA.
23 24
  */
24 25
 
25 26
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxeparent/pxeparent.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/pxeparent/pxeparent_dhcp.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/syslinux/com32_call.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 /**

+ 2
- 1
src/arch/i386/interface/syslinux/com32_wrapper.S View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER )

+ 2
- 1
src/arch/i386/interface/syslinux/comboot_call.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 /**

+ 2
- 1
src/arch/i386/interface/vmware/guestinfo.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/vmware/guestrpc.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/vmware/vmconsole.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/interface/vmware/vmware.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/i386/prefix/exeprefix.S View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  *
18 19
  */
19 20
 

+ 2
- 1
src/arch/i386/prefix/libprefix.S View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  *
18 19
  */
19 20
 

+ 2
- 1
src/arch/i386/prefix/mromprefix.S View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  *
18 19
  */
19 20
 

+ 2
- 1
src/arch/i386/transitions/liba20.S View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  *
18 19
  */
19 20
 

+ 2
- 1
src/arch/x86/core/cpuid.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/x86/core/pcidirect.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/x86/core/x86_bigint.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/x86/core/x86_io.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/x86/core/x86_string.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 /** @file

+ 2
- 1
src/arch/x86/hci/commands/cpuid_cmd.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/x86/interface/efi/efix86_nap.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/x86/prefix/efidrvprefix.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/arch/x86/prefix/efiprefix.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/acpi.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/ansiesc.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/assert.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/base16.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/base64.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/basename.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/bitmap.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/blockdev.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/cpio.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/ctype.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/cwuri.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/debug.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/debug_md5.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/device.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/downloader.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/edd.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/exec.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/fnrec.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/gdbserial.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/gdbstub.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/gdbudp.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/getkey.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/getopt.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/image.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/init.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/interface.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/iobuf.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/job.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/linebuf.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/lineconsole.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/log.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/malloc.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 2
- 1
src/core/menu.c View File

@@ -13,7 +13,8 @@
13 13
  *
14 14
  * You should have received a copy of the GNU General Public License
15 15
  * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
+ * 02110-1301, USA.
17 18
  */
18 19
 
19 20
 FILE_LICENCE ( GPL2_OR_LATER );

+ 0
- 0
src/core/monojob.c View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save