diff --git a/Tools/WAD/Misc/fileheader b/Tools/WAD/Misc/fileheader index 30e2efccd..7b82e9e05 100644 --- a/Tools/WAD/Misc/fileheader +++ b/Tools/WAD/Misc/fileheader @@ -8,5 +8,21 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ diff --git a/Tools/WAD/Python/python.c b/Tools/WAD/Python/python.c index dbd772f17..d282aae95 100644 --- a/Tools/WAD/Python/python.c +++ b/Tools/WAD/Python/python.c @@ -5,7 +5,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "Python.h" diff --git a/Tools/WAD/Python/type.c b/Tools/WAD/Python/type.c index 4d6df9515..71eadd8db 100644 --- a/Tools/WAD/Python/type.c +++ b/Tools/WAD/Python/type.c @@ -6,9 +6,26 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ + #include "wad.h" #include "Python.h" diff --git a/Tools/WAD/Python/wadpyinit.cxx b/Tools/WAD/Python/wadpyinit.cxx index 916824276..0bfa387da 100644 --- a/Tools/WAD/Python/wadpyinit.cxx +++ b/Tools/WAD/Python/wadpyinit.cxx @@ -5,7 +5,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/README b/Tools/WAD/README index 78a3fd145..15fce76ef 100644 --- a/Tools/WAD/README +++ b/Tools/WAD/README @@ -1,11 +1,26 @@ WAD (Wrapped Application Debugger) -Copyright (C) 2001 -University of Chicago -All Rights Reserved - Author(s): - David M. Beazley (beazley@cs.uchicago.edu) + David M. Beazley (beazley@cs.uchicago.edu) + +Copyright (C) 2001 +University of Chicago + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library 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 +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +See the file COPYING for a complete copy of the LGPL. $Header$ diff --git a/Tools/WAD/Tcl/wadtcl.c b/Tools/WAD/Tcl/wadtcl.c index ea04d7429..bbcbcf151 100644 --- a/Tools/WAD/Tcl/wadtcl.c +++ b/Tools/WAD/Tcl/wadtcl.c @@ -5,8 +5,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago - * See the file LICENSE for information on usage and redistribution. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include diff --git a/Tools/WAD/Tcl/wadtclinit.cxx b/Tools/WAD/Tcl/wadtclinit.cxx index 29f85be75..b61f00bd2 100644 --- a/Tools/WAD/Tcl/wadtclinit.cxx +++ b/Tools/WAD/Tcl/wadtclinit.cxx @@ -1,3 +1,26 @@ + * ----------------------------------------------------------------------------- + * wadtclinit.cxx + * + * C++ initializer for Tcl wad. + * + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. + * ----------------------------------------------------------------------------- */ static char cvs[] = "$Header$"; extern "C" void tclwadinit(); diff --git a/Tools/WAD/Wad/default.c b/Tools/WAD/Wad/default.c index c3a41abae..114450595 100644 --- a/Tools/WAD/Wad/default.c +++ b/Tools/WAD/Wad/default.c @@ -5,7 +5,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/demangle.c b/Tools/WAD/Wad/demangle.c index b4cbe1b8b..cf56e3664 100644 --- a/Tools/WAD/Wad/demangle.c +++ b/Tools/WAD/Wad/demangle.c @@ -6,8 +6,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago - * See the file LICENSE for information on usage and redistribution. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/elf.c b/Tools/WAD/Wad/elf.c index 9d401e766..ec5a1eb7c 100644 --- a/Tools/WAD/Wad/elf.c +++ b/Tools/WAD/Wad/elf.c @@ -7,7 +7,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/init.c b/Tools/WAD/Wad/init.c index 8b86c27a3..20f1d3daf 100644 --- a/Tools/WAD/Wad/init.c +++ b/Tools/WAD/Wad/init.c @@ -6,7 +6,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/io.c b/Tools/WAD/Wad/io.c index 4a40faf4f..a7e4e421d 100644 --- a/Tools/WAD/Wad/io.c +++ b/Tools/WAD/Wad/io.c @@ -6,7 +6,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/memory.c b/Tools/WAD/Wad/memory.c index e4fc6d94d..3d8dc65a0 100644 --- a/Tools/WAD/Wad/memory.c +++ b/Tools/WAD/Wad/memory.c @@ -10,7 +10,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/object.c b/Tools/WAD/Wad/object.c index ca1263ede..97c486b08 100644 --- a/Tools/WAD/Wad/object.c +++ b/Tools/WAD/Wad/object.c @@ -15,7 +15,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/return.c b/Tools/WAD/Wad/return.c index 29748d9fb..36bd0c9b6 100644 --- a/Tools/WAD/Wad/return.c +++ b/Tools/WAD/Wad/return.c @@ -5,7 +5,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/segment.c b/Tools/WAD/Wad/segment.c index 5256ef945..280ab7601 100644 --- a/Tools/WAD/Wad/segment.c +++ b/Tools/WAD/Wad/segment.c @@ -11,7 +11,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/signal.c b/Tools/WAD/Wad/signal.c index b4331dc95..b64aa1cb5 100644 --- a/Tools/WAD/Wad/signal.c +++ b/Tools/WAD/Wad/signal.c @@ -5,7 +5,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/stab.c b/Tools/WAD/Wad/stab.c index b1b8ed8bc..2ec75f100 100644 --- a/Tools/WAD/Wad/stab.c +++ b/Tools/WAD/Wad/stab.c @@ -6,7 +6,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/stack.c b/Tools/WAD/Wad/stack.c index d020843cd..3c49a2938 100644 --- a/Tools/WAD/Wad/stack.c +++ b/Tools/WAD/Wad/stack.c @@ -5,7 +5,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/string.c b/Tools/WAD/Wad/string.c index 8308385f5..277340ffd 100644 --- a/Tools/WAD/Wad/string.c +++ b/Tools/WAD/Wad/string.c @@ -8,7 +8,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h" diff --git a/Tools/WAD/Wad/vars.c b/Tools/WAD/Wad/vars.c index 2ee03dbee..a1eab0027 100644 --- a/Tools/WAD/Wad/vars.c +++ b/Tools/WAD/Wad/vars.c @@ -10,7 +10,23 @@ * * Author(s) : David Beazley (beazley@cs.uchicago.edu) * - * Copyright (C) 2000. The University of Chicago. All rights reserved. + * Copyright (C) 2000. The University of Chicago. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING for a complete copy of the LGPL. * ----------------------------------------------------------------------------- */ #include "wad.h"