Fix mis-attributed copyright statement. These files were written by
authorChris Hanson <org/chris-hanson/cph>
Sun, 3 Jan 1999 05:34:02 +0000 (05:34 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 3 Jan 1999 05:34:02 +0000 (05:34 +0000)
me but attributed to FSF when they should have been attributed to MIT.

v7/src/microcode/dstack.h
v7/src/microcode/error.c
v7/src/microcode/ptrvec.c
v7/src/microcode/transact.c
v7/src/microcode/wind.c

index c89b2d77a8b06a86c052461b395a7c53639c8c09..1d2e0b61f153c08f06be861e5820a433eba3961a 100644 (file)
@@ -1,20 +1,23 @@
-/* Copyright (C) 1990-92 Free Software Foundation, Inc.
+/* -*-C-*-
 
-   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 1, or (at your option)
-   any later version.
+$Id: dstack.h,v 1.9 1999/01/03 05:33:41 cph Exp $
 
-   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.
+Copyright (C) 1990-1999 Massachusetts Institute of Technology
 
-   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.  */
+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.
 
-/* $Id: dstack.h,v 1.8 1993/10/27 23:54:39 gjr Exp $ */
+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., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
 
 #ifndef __DSTACK_H__
 #define __DSTACK_H__
index fb34ac9cc2e13c207550c313818e3f4e9305136e..f88b83dfa12465eff15fbb18a150aba94a0be32f 100644 (file)
@@ -1,20 +1,23 @@
-/* Copyright (C) 1990-1993 Free Software Foundation, Inc.
+/* -*-C-*-
 
-   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 1, or (at your option)
-   any later version.
+$Id: error.c,v 1.6 1999/01/03 05:34:02 cph Exp $
 
-   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.
+Copyright (C) 1990-1999 Massachusetts Institute of Technology
 
-   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.  */
+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.
 
-/* $Id: error.c,v 1.5 1993/06/24 04:42:06 gjr Exp $ */
+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., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
 
 #include <stdio.h>
 #include "outf.h"
index b295eafd8448b332ef2e8c438982f08702523145..9922a9121aef5ea9d86484e22474e5f859236942 100644 (file)
@@ -1,20 +1,23 @@
-/* Copyright (C) 1990 Free Software Foundation, Inc.
+/* -*-C-*-
 
-   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 1, or (at your option)
-   any later version.
+$Id: ptrvec.c,v 1.3 1999/01/03 05:33:56 cph Exp $
 
-   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.
+Copyright (C) 1990-1999 Massachusetts Institute of Technology
 
-   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.  */
+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.
 
-/* $Id: ptrvec.c,v 1.2 1993/06/24 06:17:08 gjr Exp $ */
+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., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
 
 #include "outf.h"
 #include "dstack.h"
index 6c7aa7e434acb1e540c6e9d206d4d3b6909e22b2..05093c697ac05ec65026acbb350e7cf3463b5c13 100644 (file)
@@ -1,20 +1,23 @@
-/* Copyright (C) 1990 Free Software Foundation, Inc.
+/* -*-C-*-
 
-   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 1, or (at your option)
-   any later version.
+$Id: transact.c,v 1.3 1999/01/03 05:33:46 cph Exp $
 
-   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.
+Copyright (C) 1990-1999 Massachusetts Institute of Technology
 
-   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.  */
+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.
 
-/* $Id: transact.c,v 1.2 1993/06/24 06:26:55 gjr Exp $ */
+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., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
 
 #include <stdio.h>
 #include "ansidecl.h"
index abd30cb5365e0685061fabc4309818c748248621..116c0cc2111daea45eab9c2240879ff6fc05c2b2 100644 (file)
@@ -1,20 +1,23 @@
-/* Copyright (C) 1990-91 Free Software Foundation, Inc.
+/* -*-C-*-
 
-   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 1, or (at your option)
-   any later version.
+$Id: wind.c,v 1.6 1999/01/03 05:33:51 cph Exp $
 
-   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.
+Copyright (C) 1990-1999 Massachusetts Institute of Technology
 
-   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.  */
+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.
 
-/* $Id: wind.c,v 1.5 1993/06/24 06:37:10 gjr Exp $ */
+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., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
 
 #include <stdio.h>
 #include "obstack.h"