]> git.mxchange.org Git - flightgear.git/commitdiff
Added GNU copyright headers.
authorcurt <curt>
Fri, 23 May 1997 15:40:04 +0000 (15:40 +0000)
committercurt <curt>
Fri, 23 May 1997 15:40:04 +0000 (15:40 +0000)
18 files changed:
Aircraft/Makefile
Aircraft/aircraft.c
Aircraft/aircraft.h
Controls/Makefile
Controls/controls.h
FDM/Makefile
FDM/flight.h
FDM/slew.c
FDM/slew.h
Scenery/Makefile
Scenery/common.c
Scenery/common.h
Scenery/mesh.c
Scenery/mesh.h
Scenery/parser.y
Scenery/scanner.l
Scenery/scenery.h
Simulator/Makefile

index 2f74dc69c96ab8c983e6c271fdf322447b15b969..ce98c284653e812a057d5e998033bb5db121cd90 100644 (file)
@@ -3,6 +3,22 @@
 #
 # Written by Curtis Olson, started May 1997.
 #
+# Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+#
+# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
 # $Id$
 # (Log is kept at end of this file)
 #---------------------------------------------------------------------------
@@ -51,6 +67,9 @@ aircraft.h: ../flight/flight.h ../controls/controls.h
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.2  1997/05/23 15:40:29  curt
+# Added GNU copyright headers.
+#
 # Revision 1.1  1997/05/16 15:58:23  curt
 # Initial revision.
 #
index 0138349d9024173a812a76c7ab6ea5746fa01dbf..080f366d2bf12a97b4d61bf58cd61a6eb4fe3fd0 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -29,7 +45,10 @@ void aircraft_debug(int type) {
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 15:58:24  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:29  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 15:58:24  curt
+ * Initial revision.
+ *
  */
index 2996cd6e1a379ca94d5f04bb22e22adc3e902ad2..fcdeccbb409665aa9dff7321527abb37a2c3491c 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -35,7 +51,10 @@ void aircraft_debug(int type);
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 15:58:25  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:30  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 15:58:25  curt
+ * Initial revision.
+ *
  */
index af6e4f5628e011cf996a96b3e986d837e604db52..3aae602832bac6ce4be6bc1f1f4f751b6e5727ed 100644 (file)
@@ -3,6 +3,22 @@
 #
 # Written by Curtis Olson, started May 1997.
 #
+# Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+#
+# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
 # $Id$
 # (Log is kept at end of this file)
 #---------------------------------------------------------------------------
@@ -48,6 +64,9 @@ controls.h: ../limits.h
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.2  1997/05/23 15:40:32  curt
+# Added GNU copyright headers.
+#
 # Revision 1.1  1997/05/16 15:59:47  curt
 # Initial revision.
 #
index 1de0b716f8a26f949a18194baa7624f310a865f4..dca5d32aaa9e8177c053d9ed219fe7df8d5e77ff 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -29,7 +45,10 @@ struct control_params {
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 15:59:48  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:33  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 15:59:48  curt
+ * Initial revision.
+ *
  */
index a27d978531ef911e2a4ff1445b816b6a45c53583..7971ee044cff78783b409d517cbd1f8450a52a69 100644 (file)
@@ -3,6 +3,22 @@
 #
 # Written by Curtis Olson, started May 1997.
 #
+# Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+#
+# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
 # $Id$
 # (Log is kept at end of this file)
 #---------------------------------------------------------------------------
@@ -50,6 +66,9 @@ slew.o: slew.c slew.h flight.h ../aircraft/aircraft.h ../controls/controls.h
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.2  1997/05/23 15:40:36  curt
+# Added GNU copyright headers.
+#
 # Revision 1.1  1997/05/16 16:04:44  curt
 # Initial revision.
 #
index eb2752041770677e2a87937dd1871dee82c4f1eb..810792d8557246513bbd1a64befd48bfe1716cf4 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -34,7 +50,10 @@ struct flight_params {
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 16:04:45  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:37  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 16:04:45  curt
+ * Initial revision.
+ *
  */
index 3395aa6b09ec003e68a168baa0639389a4bcedb4..f53cb64032c374fc9e856c9e574cde4e23606f1a 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -70,7 +86,10 @@ void slew_update() {
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 16:04:45  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:37  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 16:04:45  curt
+ * Initial revision.
+ *
  */
index 15b6803e8a43f7705e826220089f06657202df62..afa5b741afa09fec2e30ac5ab476c2e29a1e8a28 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -27,7 +43,10 @@ void slew_update();
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 16:04:46  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:38  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 16:04:46  curt
+ * Initial revision.
+ *
  */
index cc2aff125cd43232d321f07cb205f867c6ff36e4..34902fe83ed15d990e673a949a1c03dba2a2d3fe 100644 (file)
@@ -3,6 +3,22 @@
 #
 # Written by Curtis Olson, started May 1997.
 #
+# Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+#
+# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
 # $Id$
 # (Log is kept at end of this file)
 #---------------------------------------------------------------------------
@@ -70,6 +86,9 @@ mesh.o: mesh.c mesh.h common.h
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.3  1997/05/23 15:40:40  curt
+# Added GNU copyright headers.
+#
 # Revision 1.2  1997/05/17 00:17:01  curt
 # Cosmetic changes.
 #
index a1009bac9fa6bef8c822cdb0b16c3c1f73cf2c3f..6c522c6081d199a13f50f7be4665c2967769ea3c 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -28,7 +44,10 @@ char *strip_quotes(char *s) {
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 16:07:03  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:41  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 16:07:03  curt
+ * Initial revision.
+ *
  */
index d3e01d68fc759370ae9720698c1228b5c233d6be..f00945ef20686ba0b53933491131f681a19b9d46 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -24,7 +40,10 @@ char *strip_quotes(char *s);
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 16:07:04  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:41  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 16:07:04  curt
+ * Initial revision.
+ *
  */
index 803a24d9eb9574f4c199d2c96ea0c21d89e786d4..2054cdf5316758eea54240c971d2aef0e72dee24 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -86,9 +102,12 @@ void mesh_set_option_value(struct mesh *m, char *value) {
 
 
 /* $Log$
-/* Revision 1.2  1997/05/19 18:20:50  curt
-/* Slight change to origin key words.
+/* Revision 1.3  1997/05/23 15:40:41  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.2  1997/05/19 18:20:50  curt
+ * Slight change to origin key words.
+ *
  * Revision 1.1  1997/05/16 16:07:04  curt
  * Initial revision.
  *
index fd186143bbce1302ba70c743938655901bc98376..18b3be66982f2cef919171ecabb10f8419969198 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -47,7 +63,10 @@ void mesh_set_option_value(struct mesh *m, char *value);
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 16:07:05  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:42  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 16:07:05  curt
+ * Initial revision.
+ *
  */
index 5b6978227030012854b92b874075f6712c4ed35d..fcc5205e36634edc52319c8923ff3c0f4ccf5ebf 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  **************************************************************************/
 
index 48f56fa28957c3bcd02ddaa7a396a624a23a232b..e0ad5c11c3eb6e3c2316f47da38c1fa37ac47059 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * NOTE: Compiles with flex and gcc.
  *
  * $Id$
index 970aa343ef8a91d39776d2aeabb34cdaaec0b9ab..4213d3f970bde96bb30bdd5d4e34a4c91b67605e 100644 (file)
@@ -3,6 +3,22 @@
  *
  * Written by Curtis Olson, started May 1997.
  *
+ * Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
@@ -20,7 +36,10 @@ int parse_scenery(char *file);
 
 
 /* $Log$
-/* Revision 1.1  1997/05/16 16:07:07  curt
-/* Initial revision.
+/* Revision 1.2  1997/05/23 15:40:43  curt
+/* Added GNU copyright headers.
 /*
+ * Revision 1.1  1997/05/16 16:07:07  curt
+ * Initial revision.
+ *
  */
index 8eb3fb72c27701e5278c61327df35812d5118947..c7ad73670672024c790b42000f708dd053e8099e 100644 (file)
@@ -3,6 +3,22 @@
 #
 # Written by Curtis Olson, started May 1997.
 #
+# Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+#
+# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
 # $Id$
 # (Log is kept at end of this file)
 #---------------------------------------------------------------------------
@@ -36,6 +52,9 @@ clean:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.3  1997/05/23 15:40:04  curt
+# Added GNU copyright headers.
+#
 # Revision 1.2  1997/05/23 00:35:09  curt
 # Trying to get fog to work ...
 #