summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Option/ROM.pm3
-rwxr-xr-xsrc/util/disrom.pl3
-rw-r--r--src/util/efirom.c3
-rw-r--r--src/util/einfo.c3
-rw-r--r--src/util/elf2efi.c3
-rwxr-xr-xsrc/util/fixrom.pl3
-rwxr-xr-xsrc/util/fnrec.pl3
-rwxr-xr-xsrc/util/genkeymap.pl3
-rwxr-xr-xsrc/util/get-pci-ids3
-rwxr-xr-xsrc/util/licence.pl3
-rwxr-xr-xsrc/util/mergerom.pl3
11 files changed, 22 insertions, 11 deletions
diff --git a/src/util/Option/ROM.pm b/src/util/Option/ROM.pm
index b2b94c3e2..fdc5e4ae9 100644
--- a/src/util/Option/ROM.pm
+++ b/src/util/Option/ROM.pm
@@ -14,7 +14,8 @@ package Option::ROM;
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
=head1 NAME
diff --git a/src/util/disrom.pl b/src/util/disrom.pl
index aff972eaa..c133c26a8 100755
--- a/src/util/disrom.pl
+++ b/src/util/disrom.pl
@@ -14,7 +14,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
use strict;
use warnings;
diff --git a/src/util/efirom.c b/src/util/efirom.c
index a65abfee3..abee496dd 100644
--- a/src/util/efirom.c
+++ b/src/util/efirom.c
@@ -13,7 +13,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <stdint.h>
diff --git a/src/util/einfo.c b/src/util/einfo.c
index 15f920d0c..d83828dfb 100644
--- a/src/util/einfo.c
+++ b/src/util/einfo.c
@@ -13,7 +13,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <stddef.h>
diff --git a/src/util/elf2efi.c b/src/util/elf2efi.c
index fc6bef37e..007453e24 100644
--- a/src/util/elf2efi.c
+++ b/src/util/elf2efi.c
@@ -13,7 +13,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#define _GNU_SOURCE
diff --git a/src/util/fixrom.pl b/src/util/fixrom.pl
index 88f8cb832..c84e2cf2f 100755
--- a/src/util/fixrom.pl
+++ b/src/util/fixrom.pl
@@ -14,7 +14,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
use strict;
use warnings;
diff --git a/src/util/fnrec.pl b/src/util/fnrec.pl
index 9a2b3d81f..cc7312b61 100755
--- a/src/util/fnrec.pl
+++ b/src/util/fnrec.pl
@@ -14,7 +14,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
=head1 NAME
diff --git a/src/util/genkeymap.pl b/src/util/genkeymap.pl
index 6487cd796..7a5024bf8 100755
--- a/src/util/genkeymap.pl
+++ b/src/util/genkeymap.pl
@@ -14,7 +14,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
=head1 NAME
diff --git a/src/util/get-pci-ids b/src/util/get-pci-ids
index 6501a7f7c..424662212 100755
--- a/src/util/get-pci-ids
+++ b/src/util/get-pci-ids
@@ -16,7 +16,8 @@
# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
# Known bugs/limitations:
diff --git a/src/util/licence.pl b/src/util/licence.pl
index c37685d3a..0e43c7b4c 100755
--- a/src/util/licence.pl
+++ b/src/util/licence.pl
@@ -14,7 +14,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
use strict;
use warnings;
diff --git a/src/util/mergerom.pl b/src/util/mergerom.pl
index a1b456e25..815ac7478 100755
--- a/src/util/mergerom.pl
+++ b/src/util/mergerom.pl
@@ -14,7 +14,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
use strict;
use warnings;