summaryrefslogtreecommitdiffhomepage
path: root/mixlib/testsuite
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 /mixlib/testsuite
parent9dce0b19ee3d863f1eb96f0d0db4c3c0a2b34b30 (diff)
downloadmdk-85ef70192f84db7b50b22b3f33cbae9f9a239abe.tar.gz
mdk-85ef70192f84db7b50b22b3f33cbae9f9a239abe.tar.bz2
copyright notice update
Diffstat (limited to 'mixlib/testsuite')
-rw-r--r--mixlib/testsuite/Makefile.am2
-rw-r--r--mixlib/testsuite/mix_device_t.c2
-rw-r--r--mixlib/testsuite/mix_eval_t.c4
-rw-r--r--mixlib/testsuite/mix_ins_t.c2
-rw-r--r--mixlib/testsuite/mix_parser_t.c2
-rw-r--r--mixlib/testsuite/mix_types_t.c2
-rw-r--r--mixlib/testsuite/mix_vm_ins_t.c2
-rw-r--r--mixlib/testsuite/test.h2
8 files changed, 9 insertions, 9 deletions
diff --git a/mixlib/testsuite/Makefile.am b/mixlib/testsuite/Makefile.am
index 81ef11d..6e771c4 100644
--- a/mixlib/testsuite/Makefile.am
+++ b/mixlib/testsuite/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 jose antonio ortega ruiz <jaortega@acm.org>
+# Copyright (C) 1999 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
diff --git a/mixlib/testsuite/mix_device_t.c b/mixlib/testsuite/mix_device_t.c
index 0b3e066..da4c8f9 100644
--- a/mixlib/testsuite/mix_device_t.c
+++ b/mixlib/testsuite/mix_device_t.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mix_device_t.c :
* Implementation of the functions declared in mix_device_t.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/mixlib/testsuite/mix_eval_t.c b/mixlib/testsuite/mix_eval_t.c
index 7024fd4..83f9a5d 100644
--- a/mixlib/testsuite/mix_eval_t.c
+++ b/mixlib/testsuite/mix_eval_t.c
@@ -1,9 +1,9 @@
/* -*-c-*- -------------- mix_eval_t.c :
* Test of mix_eval_t
* ------------------------------------------------------------------
- * Last change: Time-stamp: "00/12/03 11:35:33 jose"
+ * Last change: Time-stamp: "01/02/20 00:26:15 jose"
* ------------------------------------------------------------------
- * 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/mixlib/testsuite/mix_ins_t.c b/mixlib/testsuite/mix_ins_t.c
index a84d63c..f643b47 100644
--- a/mixlib/testsuite/mix_ins_t.c
+++ b/mixlib/testsuite/mix_ins_t.c
@@ -1,7 +1,7 @@
/*----------------------- mix_ins_t.c -------------------------------
* Tests for mix_ins.h
*-------------------------------------------------------------------
-** Copyright (C) 1999 jose antonio ortega ruiz <jaortega@acm.org>
+** Copyright (C) 1999 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/mixlib/testsuite/mix_parser_t.c b/mixlib/testsuite/mix_parser_t.c
index 6a7bece..7bfa9d0 100644
--- a/mixlib/testsuite/mix_parser_t.c
+++ b/mixlib/testsuite/mix_parser_t.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mix_parser_t.c :
* Test of mix_parser_t
* ------------------------------------------------------------------
- * 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/mixlib/testsuite/mix_types_t.c b/mixlib/testsuite/mix_types_t.c
index ad8bab7..be9fb46 100644
--- a/mixlib/testsuite/mix_types_t.c
+++ b/mixlib/testsuite/mix_types_t.c
@@ -2,7 +2,7 @@
* Tests for mix_types.h
* ------------------------------------------------------------------
*
-** Copyright (C) 1999 jose antonio ortega ruiz <jaortega@acm.org>
+** Copyright (C) 1999 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/mixlib/testsuite/mix_vm_ins_t.c b/mixlib/testsuite/mix_vm_ins_t.c
index 7f9d001..55ce7f3 100644
--- a/mixlib/testsuite/mix_vm_ins_t.c
+++ b/mixlib/testsuite/mix_vm_ins_t.c
@@ -1,7 +1,7 @@
/* ---------------------- mix_vm_ins_t.c :
* Tests for the virtual machine instruction handlers.
* ------------------------------------------------------------------
-** 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/mixlib/testsuite/test.h b/mixlib/testsuite/test.h
index f71feff..6bf6306 100644
--- a/mixlib/testsuite/test.h
+++ b/mixlib/testsuite/test.h
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999 jose antonio ortega ruiz <jaortega@acm.org>
+** Copyright (C) 1999 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