From 03e5b6a0a12ee625356cd5b2e11a6884aebd2e20 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 19 Mar 2003 06:52:00 +0000 Subject: [PATCH] Add missing copyright headers --- Box/Makefile | 21 ++++++++++++++++++++- Common/Makefile | 21 ++++++++++++++++++++- DataStr/Makefile | 21 ++++++++++++++++++++- Fltk/Makefile | 21 ++++++++++++++++++++- Geo/Makefile | 21 ++++++++++++++++++++- Graphics/Makefile | 21 ++++++++++++++++++++- Makefile | 21 ++++++++++++++++++++- Mesh/Makefile | 21 ++++++++++++++++++++- NR/Makefile | 21 ++++++++++++++++++++- Numeric/Makefile | 21 ++++++++++++++++++++- Parallel/Makefile | 21 ++++++++++++++++++++- Parser/Makefile | 21 ++++++++++++++++++++- Plugin/Makefile | 21 ++++++++++++++++++++- Triangle/Makefile | 21 ++++++++++++++++++++- archives/Makefile | 21 ++++++++++++++++++++- bin/Makefile | 21 ++++++++++++++++++++- configure.in | 2 +- doc/Makefile | 21 ++++++++++++++++++++- doc/texinfo/Makefile | 21 ++++++++++++++++++++- lib/Makefile | 21 ++++++++++++++++++++- utils/Makefile | 21 ++++++++++++++++++++- variables.in | 21 +++++++++++++++++++++ 22 files changed, 422 insertions(+), 21 deletions(-) diff --git a/Box/Makefile b/Box/Makefile index 2cf73f9cc4..2412ea3998 100644 --- a/Box/Makefile +++ b/Box/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.22 2003-03-02 18:44:15 geuzaine Exp $ +# $Id: Makefile,v 1.23 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Common/Makefile b/Common/Makefile index 6f93ed2b11..19e5f15231 100644 --- a/Common/Makefile +++ b/Common/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.41 2003-03-02 18:44:15 geuzaine Exp $ +# $Id: Makefile,v 1.42 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/DataStr/Makefile b/DataStr/Makefile index ab5e1de0c8..af9e474b8d 100644 --- a/DataStr/Makefile +++ b/DataStr/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.20 2003-02-23 05:51:27 geuzaine Exp $ +# $Id: Makefile,v 1.21 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Fltk/Makefile b/Fltk/Makefile index 0074890845..0f20039c18 100644 --- a/Fltk/Makefile +++ b/Fltk/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.43 2003-03-02 18:44:16 geuzaine Exp $ +# $Id: Makefile,v 1.44 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Geo/Makefile b/Geo/Makefile index a79ae4a4ba..f1bf9ef1a6 100644 --- a/Geo/Makefile +++ b/Geo/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.37 2003-03-18 00:15:43 geuzaine Exp $ +# $Id: Makefile,v 1.38 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Graphics/Makefile b/Graphics/Makefile index 7609a18506..86e84fa21a 100644 --- a/Graphics/Makefile +++ b/Graphics/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.47 2003-03-02 18:44:16 geuzaine Exp $ +# $Id: Makefile,v 1.48 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Makefile b/Makefile index 2d2e17499f..67db5c5e13 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.275 2003-03-17 22:09:43 geuzaine Exp $ +# $Id: Makefile,v 1.276 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include variables diff --git a/Mesh/Makefile b/Mesh/Makefile index 23aa73238d..640846b56d 100644 --- a/Mesh/Makefile +++ b/Mesh/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.49 2003-03-02 18:44:16 geuzaine Exp $ +# $Id: Makefile,v 1.50 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/NR/Makefile b/NR/Makefile index 00312ed71a..81dc7c5638 100644 --- a/NR/Makefile +++ b/NR/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.1 2003-02-18 05:50:05 geuzaine Exp $ +# $Id: Makefile,v 1.2 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Numeric/Makefile b/Numeric/Makefile index 61d05adcaa..12990ac0fa 100644 --- a/Numeric/Makefile +++ b/Numeric/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.9 2003-02-23 05:51:27 geuzaine Exp $ +# $Id: Makefile,v 1.10 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Parallel/Makefile b/Parallel/Makefile index ebe509ff53..ecd2d9ebb4 100644 --- a/Parallel/Makefile +++ b/Parallel/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.13 2003-02-18 05:50:07 geuzaine Exp $ +# $Id: Makefile,v 1.14 2003-03-19 06:51:56 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Parser/Makefile b/Parser/Makefile index 6c6fe12b9c..2d2ba7d0a1 100644 --- a/Parser/Makefile +++ b/Parser/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.46 2003-03-02 18:44:21 geuzaine Exp $ +# $Id: Makefile,v 1.47 2003-03-19 06:51:56 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Plugin/Makefile b/Plugin/Makefile index 9bf3a9f80a..083c80444d 100644 --- a/Plugin/Makefile +++ b/Plugin/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.33 2003-03-02 18:44:21 geuzaine Exp $ +# $Id: Makefile,v 1.34 2003-03-19 06:51:57 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/Triangle/Makefile b/Triangle/Makefile index f1c2d09771..871bcf18e5 100644 --- a/Triangle/Makefile +++ b/Triangle/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.13 2003-02-18 05:50:10 geuzaine Exp $ +# $Id: Makefile,v 1.14 2003-03-19 06:51:57 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/archives/Makefile b/archives/Makefile index 41eec8f1fe..6262f49e75 100644 --- a/archives/Makefile +++ b/archives/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.3 2003-02-11 09:31:40 geuzaine Exp $ +# $Id: Makefile,v 1.4 2003-03-19 06:51:59 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". purge: rm -f *~ diff --git a/bin/Makefile b/bin/Makefile index 9e96ae2fd2..e4c06986b1 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.2 2003-03-03 23:03:14 geuzaine Exp $ +# $Id: Makefile,v 1.3 2003-03-19 06:51:59 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". default: true diff --git a/configure.in b/configure.in index b8ee3006f7..774ba79a94 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl "$Id: configure.in,v 1.30 2003-03-01 20:49:38 geuzaine Exp $" +dnl $Id: configure.in,v 1.31 2003-03-19 06:51:55 geuzaine Exp $ dnl dnl Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle dnl diff --git a/doc/Makefile b/doc/Makefile index bd3cc0f6fd..c485132b33 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.5 2003-03-12 23:41:45 geuzaine Exp $ +# $Id: Makefile,v 1.6 2003-03-19 06:51:59 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". all: chmod 644 * diff --git a/doc/texinfo/Makefile b/doc/texinfo/Makefile index ea4dd0099d..4a247d12e4 100644 --- a/doc/texinfo/Makefile +++ b/doc/texinfo/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.1 2003-03-12 23:41:45 geuzaine Exp $ +# $Id: Makefile,v 1.2 2003-03-19 06:51:59 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". dvi: texi2dvi gmsh.texi diff --git a/lib/Makefile b/lib/Makefile index c811dc9e6d..711fca203c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.4 2003-03-03 23:03:14 geuzaine Exp $ +# $Id: Makefile,v 1.5 2003-03-19 06:52:00 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". clean: rm -f *.a diff --git a/utils/Makefile b/utils/Makefile index ae6c1e1c6c..dce606c534 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,4 +1,23 @@ -# $Id: Makefile,v 1.12 2003-02-18 05:50:10 geuzaine Exp $ +# $Id: Makefile,v 1.13 2003-03-19 06:52:00 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". include ../variables diff --git a/variables.in b/variables.in index f5a74e11d5..c18c3a038e 100644 --- a/variables.in +++ b/variables.in @@ -1,3 +1,24 @@ +# $Id: variables.in,v 1.7 2003-03-19 06:51:55 geuzaine Exp $ +# +# Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle +# +# 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. +# +# Please report all bugs and problems to "gmsh@geuz.org". + # OS UNAME=@UNAME@ -- GitLab