summaryrefslogtreecommitdiffhomepage
path: root/mixutils
diff options
context:
space:
mode:
authorjaortega <jaortega>2001-02-19 23:37:25 +0000
committerjaortega <jaortega>2001-02-19 23:37:25 +0000
commit85ef70192f84db7b50b22b3f33cbae9f9a239abe (patch)
treebae4994c57b933e5d217996b20872ceb8ad5e11f /mixutils
parent9dce0b19ee3d863f1eb96f0d0db4c3c0a2b34b30 (diff)
downloadmdk-85ef70192f84db7b50b22b3f33cbae9f9a239abe.tar.gz
mdk-85ef70192f84db7b50b22b3f33cbae9f9a239abe.tar.bz2
copyright notice update
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