diff --git a/qbsp/brush.c b/qbsp/brush.c index 80182eb9..a04fe432 100644 --- a/qbsp/brush.c +++ b/qbsp/brush.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // brush.c #include "qbsp.h" diff --git a/qbsp/bspfile.c b/qbsp/bspfile.c index df3cb367..2c3f1354 100644 --- a/qbsp/bspfile.c +++ b/qbsp/bspfile.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ #include "qbsp.h" dheader_t *header; diff --git a/qbsp/cmdlib.c b/qbsp/cmdlib.c index 8318b25d..4900b99a 100644 --- a/qbsp/cmdlib.c +++ b/qbsp/cmdlib.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // cmdlib.c #include "qbsp.h" diff --git a/qbsp/csg4.c b/qbsp/csg4.c index 028f90de..74dbf533 100644 --- a/qbsp/csg4.c +++ b/qbsp/csg4.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // csg4.c #include "qbsp.h" diff --git a/qbsp/file.cpp b/qbsp/file.cpp index f206ae3a..627faf34 100644 --- a/qbsp/file.cpp +++ b/qbsp/file.cpp @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ /* File source file diff --git a/qbsp/file.h b/qbsp/file.h index 038501a3..78b5acf9 100644 --- a/qbsp/file.h +++ b/qbsp/file.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ /* File header file diff --git a/qbsp/globals.c b/qbsp/globals.c index cb58aead..27e8a157 100644 --- a/qbsp/globals.c +++ b/qbsp/globals.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // globals.c #include "qbsp.h" diff --git a/qbsp/map.c b/qbsp/map.c index 86cad6aa..1b916077 100644 --- a/qbsp/map.c +++ b/qbsp/map.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // map.c #include "qbsp.h" diff --git a/qbsp/mathlib.c b/qbsp/mathlib.c index 252cb74a..86437694 100644 --- a/qbsp/mathlib.c +++ b/qbsp/mathlib.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // mathlib.c -- math primitives #include "qbsp.h" diff --git a/qbsp/merge.c b/qbsp/merge.c index 0c665b12..ba994f3a 100644 --- a/qbsp/merge.c +++ b/qbsp/merge.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // merge.c #include "qbsp.h" diff --git a/qbsp/outside.c b/qbsp/outside.c index a1d346cd..9095e799 100644 --- a/qbsp/outside.c +++ b/qbsp/outside.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ #include "qbsp.h" diff --git a/qbsp/parser.cpp b/qbsp/parser.cpp index 2dcb742b..24648655 100644 --- a/qbsp/parser.cpp +++ b/qbsp/parser.cpp @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ /* Parser source file diff --git a/qbsp/parser.h b/qbsp/parser.h index 3a2ef00a..bea0b1fa 100644 --- a/qbsp/parser.h +++ b/qbsp/parser.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ /* Parser header file diff --git a/qbsp/portals.c b/qbsp/portals.c index 2731d88d..32c20ab0 100644 --- a/qbsp/portals.c +++ b/qbsp/portals.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // portals.c #include "qbsp.h" diff --git a/qbsp/qbsp.c b/qbsp/qbsp.c index dd288df0..6553b772 100644 --- a/qbsp/qbsp.c +++ b/qbsp/qbsp.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // qbsp.c #include "qbsp.h" diff --git a/qbsp/qbsp.h b/qbsp/qbsp.h index 21df6188..6ab6a151 100644 --- a/qbsp/qbsp.h +++ b/qbsp/qbsp.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // qbsp.h #ifndef QBSP_H diff --git a/qbsp/solidbsp.c b/qbsp/solidbsp.c index 1adf0819..c4ef9c60 100644 --- a/qbsp/solidbsp.c +++ b/qbsp/solidbsp.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // solidbsp.c #include "qbsp.h" diff --git a/qbsp/surfaces.c b/qbsp/surfaces.c index 0c97e238..4f1da3f0 100644 --- a/qbsp/surfaces.c +++ b/qbsp/surfaces.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // divide.h #include "qbsp.h" diff --git a/qbsp/tjunc.c b/qbsp/tjunc.c index bb451c76..5784e066 100644 --- a/qbsp/tjunc.c +++ b/qbsp/tjunc.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // tjunc.c #include "qbsp.h" diff --git a/qbsp/util.c b/qbsp/util.c index 934b555b..96e066c3 100644 --- a/qbsp/util.c +++ b/qbsp/util.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // util.c #include diff --git a/qbsp/wad.cpp b/qbsp/wad.cpp index 3e9ffa30..8be2e2a1 100644 --- a/qbsp/wad.cpp +++ b/qbsp/wad.cpp @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ /* WAD source file diff --git a/qbsp/wad.h b/qbsp/wad.h index 33b3718a..a75e912a 100644 --- a/qbsp/wad.h +++ b/qbsp/wad.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ /* WAD header file diff --git a/qbsp/warnerr.h b/qbsp/warnerr.h index 4f365636..0b491530 100644 --- a/qbsp/warnerr.h +++ b/qbsp/warnerr.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // warnerr.h enum { diff --git a/qbsp/winding.c b/qbsp/winding.c index 5c046bbc..31ff5d30 100644 --- a/qbsp/winding.c +++ b/qbsp/winding.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // winding.c #include "qbsp.h" diff --git a/qbsp/writebsp.c b/qbsp/writebsp.c index 23e8ac4e..bb7557e1 100644 --- a/qbsp/writebsp.c +++ b/qbsp/writebsp.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 1996-1997 Id Software, Inc. + Copyright (C) 1997 Greg Lewis + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + See file, 'COPYING', for details. +*/ // writebsp.c #include "qbsp.h"