diff options
Diffstat (limited to 'util/viatool')
-rw-r--r-- | util/viatool/Makefile | 2 | ||||
-rw-r--r-- | util/viatool/cpu.c | 2 | ||||
-rw-r--r-- | util/viatool/viatool.c | 2 | ||||
-rw-r--r-- | util/viatool/viatool.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/util/viatool/Makefile b/util/viatool/Makefile index 5124a73dc3..becdde3ddd 100644 --- a/util/viatool/Makefile +++ b/util/viatool/Makefile @@ -17,7 +17,7 @@ # # 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. # PROGRAM = viatool diff --git a/util/viatool/cpu.c b/util/viatool/cpu.c index 4c7c9e6638..d0f6623900 100644 --- a/util/viatool/cpu.c +++ b/util/viatool/cpu.c @@ -14,7 +14,7 @@ * * 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. */ #include <fcntl.h> diff --git a/util/viatool/viatool.c b/util/viatool/viatool.c index 3f19f2819c..a3a2f43333 100644 --- a/util/viatool/viatool.c +++ b/util/viatool/viatool.c @@ -17,7 +17,7 @@ * * 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. */ #include <stdio.h> diff --git a/util/viatool/viatool.h b/util/viatool/viatool.h index ed90112c18..997c5ad431 100644 --- a/util/viatool/viatool.h +++ b/util/viatool/viatool.h @@ -16,7 +16,7 @@ * * 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. */ #include <stdint.h> |