summaryrefslogtreecommitdiffhomepage
path: root/mixutils
diff options
context:
space:
mode:
Diffstat (limited to 'mixutils')
-rw-r--r--mixutils/mixasm.c2
-rw-r--r--mixutils/mixasm_comp.c2
-rw-r--r--mixutils/mixasm_comp.h2
-rw-r--r--mixutils/mixvm.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/mixutils/mixasm.c b/mixutils/mixasm.c
index 935e5d1..64f0f3d 100644
--- a/mixutils/mixasm.c
+++ b/mixutils/mixasm.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mixasm.c:
* Main function of mixasm, the mix assembler
* ------------------------------------------------------------------
- * Copyright (C) 2000 jose antonio ortega ruiz <jaortega@acm.org>
+ * Copyright (C) 2000 Free Software Foundation, Inc.
*
* 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
diff --git a/mixutils/mixasm_comp.c b/mixutils/mixasm_comp.c
index 3a31363..87b38be 100644
--- a/mixutils/mixasm_comp.c
+++ b/mixutils/mixasm_comp.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mixasm_comp.c :
* Implementation of the functions declared in mixasm_comp.h
* ------------------------------------------------------------------
- * Copyright (C) 2000 jose antonio ortega ruiz <jaortega@acm.org>
+ * Copyright (C) 2000 Free Software Foundation, Inc.
*
* 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
diff --git a/mixutils/mixasm_comp.h b/mixutils/mixasm_comp.h
index 74c0474..0fef0dd 100644
--- a/mixutils/mixasm_comp.h
+++ b/mixutils/mixasm_comp.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- mixasm_comp.h :
* Declarations of functions used to compile mix source files.
* ------------------------------------------------------------------
- * Copyright (C) 2000 jose antonio ortega ruiz <jaortega@acm.org>
+ * Copyright (C) 2000 Free Software Foundation, Inc.
*
* 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
diff --git a/mixutils/mixvm.c b/mixutils/mixvm.c
index 4c28557..eafc8a0 100644
--- a/mixutils/mixvm.c
+++ b/mixutils/mixvm.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mixvm.c :
* Main function for mixvm, the mix vm simulator
* ------------------------------------------------------------------
- * Copyright (C) 2000 jose antonio ortega ruiz <jaortega@acm.org>
+ * Copyright (C) 2000 Free Software Foundation, Inc.
*
* 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