summaryrefslogtreecommitdiffhomepage
path: root/mixutils
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-24 22:54:41 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-24 22:54:41 +0000
commitc7abe91f8b134cbd73658e10993d1dffb44d942d (patch)
tree98d45116802a5f50bc3e4640fcd0b32499f95c9e /mixutils
parent3010d483748f058024c623fdfea689429e87bf5c (diff)
downloadmdk-c7abe91f8b134cbd73658e10993d1dffb44d942d.tar.gz
mdk-c7abe91f8b134cbd73658e10993d1dffb44d942d.tar.bz2
CVS $Id$ tags removed.
git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-7
Diffstat (limited to 'mixutils')
-rw-r--r--mixutils/Makefile.am9
-rw-r--r--mixutils/mixasm.c4
-rw-r--r--mixutils/mixvm.c4
-rw-r--r--mixutils/mixvm_command.h12
-rw-r--r--mixutils/mixvm_loop.c4
-rw-r--r--mixutils/mixvm_loop.h12
6 files changed, 17 insertions, 28 deletions
diff --git a/mixutils/Makefile.am b/mixutils/Makefile.am
index 7d899d6..9faaa8e 100644
--- a/mixutils/Makefile.am
+++ b/mixutils/Makefile.am
@@ -1,16 +1,15 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
-#
+# Copyright (C) 2000, 2001, 2002, 2006 Free Software Foundation, Inc.
+#
# This file is free software; as a special exception the author gives
-# unlimited permission to copy and/or distribute it, with or without
+# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
-#
+#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-# $Id: Makefile.am,v 1.9 2002/04/08 00:30:34 jao Exp $
if MAKE_GUILE
INCLUDES = -I$(includedir) -I$(top_srcdir) -DMAKE_GUILE
diff --git a/mixutils/mixasm.c b/mixutils/mixasm.c
index 78f9f1f..4342fc7 100644
--- a/mixutils/mixasm.c
+++ b/mixutils/mixasm.c
@@ -1,9 +1,7 @@
/* -*-c-*- -------------- mixasm.c:
* Main function of mixasm, the mix assembler
* ------------------------------------------------------------------
- * $Id: mixasm.c,v 1.9 2005/09/20 19:43:13 jao Exp $
- * ------------------------------------------------------------------
- * Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 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 a0ae443..f90e544 100644
--- a/mixutils/mixvm.c
+++ b/mixutils/mixvm.c
@@ -1,9 +1,7 @@
/* -*-c-*- -------------- mixvm.c :
* Main function for mixvm, the mix vm simulator
* ------------------------------------------------------------------
- * $Id: mixvm.c,v 1.10 2005/09/20 19:43:13 jao Exp $
- * ------------------------------------------------------------------
- * Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2004, 2006 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_command.h b/mixutils/mixvm_command.h
index 28ff877..7b6dfa8 100644
--- a/mixutils/mixvm_command.h
+++ b/mixutils/mixvm_command.h
@@ -1,24 +1,22 @@
/* -*-c-*- ---------------- mixvm_command.h :
* Declarations for commands accepted by the mix virtual machine
* ------------------------------------------------------------------
- * $Id: mixvm_command.h,v 1.5 2005/09/20 19:43:13 jao Exp $
- * ------------------------------------------------------------------
- * Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
- *
+ * Copyright (C) 2000, 2001, 2002, 2006 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
+ *
*/
diff --git a/mixutils/mixvm_loop.c b/mixutils/mixvm_loop.c
index ef84444..5176202 100644
--- a/mixutils/mixvm_loop.c
+++ b/mixutils/mixvm_loop.c
@@ -1,9 +1,7 @@
/* -*-c-*- -------------- mixvm_loop.c :
* Implementation of mix vm command loop.
* ------------------------------------------------------------------
- * $Id: mixvm_loop.c,v 1.15 2005/09/20 19:43:13 jao Exp $
- * ------------------------------------------------------------------
- * Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2004, 2006 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_loop.h b/mixutils/mixvm_loop.h
index 2dabfcd..5cca75c 100644
--- a/mixutils/mixvm_loop.h
+++ b/mixutils/mixvm_loop.h
@@ -1,24 +1,22 @@
/* -*-c-*- ---------------- mixvm_loop.h :
* Declarations for functions controlling the mixvm loop.
* ------------------------------------------------------------------
- * $Id: mixvm_loop.h,v 1.2 2005/09/20 19:43:13 jao Exp $
- * ------------------------------------------------------------------
- * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
- *
+ * Copyright (C) 2000, 2001, 2006 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
+ *
*/