summaryrefslogtreecommitdiff
path: root/contrib/nosefart
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nosefart')
-rw-r--r--contrib/nosefart/dis6502.c3
-rw-r--r--contrib/nosefart/dis6502.h3
-rw-r--r--contrib/nosefart/fds_snd.c3
-rw-r--r--contrib/nosefart/fds_snd.h3
-rw-r--r--contrib/nosefart/log.c3
-rw-r--r--contrib/nosefart/log.h3
-rw-r--r--contrib/nosefart/memguard.c3
-rw-r--r--contrib/nosefart/memguard.h3
-rw-r--r--contrib/nosefart/mmc5_snd.c3
-rw-r--r--contrib/nosefart/mmc5_snd.h3
-rw-r--r--contrib/nosefart/nes6502.c3
-rw-r--r--contrib/nosefart/nes6502.h3
-rw-r--r--contrib/nosefart/nes_apu.c3
-rw-r--r--contrib/nosefart/nes_apu.h3
-rw-r--r--contrib/nosefart/nsf.c3
-rw-r--r--contrib/nosefart/nsf.h3
-rw-r--r--contrib/nosefart/osd.h3
-rw-r--r--contrib/nosefart/types.h3
-rw-r--r--contrib/nosefart/version.h3
-rw-r--r--contrib/nosefart/vrc7_snd.c3
-rw-r--r--contrib/nosefart/vrc7_snd.h3
-rw-r--r--contrib/nosefart/vrcvisnd.c3
-rw-r--r--contrib/nosefart/vrcvisnd.h3
23 files changed, 46 insertions, 23 deletions
diff --git a/contrib/nosefart/dis6502.c b/contrib/nosefart/dis6502.c
index ff552d219..ad6340b27 100644
--- a/contrib/nosefart/dis6502.c
+++ b/contrib/nosefart/dis6502.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/dis6502.h b/contrib/nosefart/dis6502.h
index a02fd73ae..b83922837 100644
--- a/contrib/nosefart/dis6502.h
+++ b/contrib/nosefart/dis6502.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/fds_snd.c b/contrib/nosefart/fds_snd.c
index fe2e4d624..a653087f7 100644
--- a/contrib/nosefart/fds_snd.c
+++ b/contrib/nosefart/fds_snd.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/fds_snd.h b/contrib/nosefart/fds_snd.h
index 9d20b5b2a..10e5d1830 100644
--- a/contrib/nosefart/fds_snd.h
+++ b/contrib/nosefart/fds_snd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/log.c b/contrib/nosefart/log.c
index 8935a596e..58871165f 100644
--- a/contrib/nosefart/log.c
+++ b/contrib/nosefart/log.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/log.h b/contrib/nosefart/log.h
index da2548c80..965806dfe 100644
--- a/contrib/nosefart/log.h
+++ b/contrib/nosefart/log.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/memguard.c b/contrib/nosefart/memguard.c
index 35b3ef6ba..0b9864b18 100644
--- a/contrib/nosefart/memguard.c
+++ b/contrib/nosefart/memguard.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/memguard.h b/contrib/nosefart/memguard.h
index d80d6fb7c..cc2804269 100644
--- a/contrib/nosefart/memguard.h
+++ b/contrib/nosefart/memguard.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/mmc5_snd.c b/contrib/nosefart/mmc5_snd.c
index 7269fa967..9032c33bd 100644
--- a/contrib/nosefart/mmc5_snd.c
+++ b/contrib/nosefart/mmc5_snd.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/mmc5_snd.h b/contrib/nosefart/mmc5_snd.h
index 256cc2285..640f892bb 100644
--- a/contrib/nosefart/mmc5_snd.h
+++ b/contrib/nosefart/mmc5_snd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nes6502.c b/contrib/nosefart/nes6502.c
index d84bae912..6d48e7d20 100644
--- a/contrib/nosefart/nes6502.c
+++ b/contrib/nosefart/nes6502.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nes6502.h b/contrib/nosefart/nes6502.h
index 8713304ec..eeab276d8 100644
--- a/contrib/nosefart/nes6502.h
+++ b/contrib/nosefart/nes6502.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nes_apu.c b/contrib/nosefart/nes_apu.c
index 474e2ca1a..9774e3a30 100644
--- a/contrib/nosefart/nes_apu.c
+++ b/contrib/nosefart/nes_apu.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nes_apu.h b/contrib/nosefart/nes_apu.h
index 9efbb560e..1779dcc6f 100644
--- a/contrib/nosefart/nes_apu.h
+++ b/contrib/nosefart/nes_apu.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nsf.c b/contrib/nosefart/nsf.c
index 69f77546b..700aeb3a7 100644
--- a/contrib/nosefart/nsf.c
+++ b/contrib/nosefart/nsf.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nsf.h b/contrib/nosefart/nsf.h
index 79ce55c35..117e03135 100644
--- a/contrib/nosefart/nsf.h
+++ b/contrib/nosefart/nsf.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/osd.h b/contrib/nosefart/osd.h
index 38b9480c7..e25b2eb56 100644
--- a/contrib/nosefart/osd.h
+++ b/contrib/nosefart/osd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/types.h b/contrib/nosefart/types.h
index c0293066c..f0401b350 100644
--- a/contrib/nosefart/types.h
+++ b/contrib/nosefart/types.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/version.h b/contrib/nosefart/version.h
index 38d69c61c..52e282128 100644
--- a/contrib/nosefart/version.h
+++ b/contrib/nosefart/version.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/vrc7_snd.c b/contrib/nosefart/vrc7_snd.c
index 42cff0103..0680fee76 100644
--- a/contrib/nosefart/vrc7_snd.c
+++ b/contrib/nosefart/vrc7_snd.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/vrc7_snd.h b/contrib/nosefart/vrc7_snd.h
index fd3880b63..4feaa2f46 100644
--- a/contrib/nosefart/vrc7_snd.h
+++ b/contrib/nosefart/vrc7_snd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/vrcvisnd.c b/contrib/nosefart/vrcvisnd.c
index b1f26fe52..a4bdea1a5 100644
--- a/contrib/nosefart/vrcvisnd.c
+++ b/contrib/nosefart/vrcvisnd.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/vrcvisnd.h b/contrib/nosefart/vrcvisnd.h
index 7666fec0c..81c340056 100644
--- a/contrib/nosefart/vrcvisnd.h
+++ b/contrib/nosefart/vrcvisnd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.