diff --git a/library/lammpi/hash.c b/library/lammpi/hash.c index 656781b2e..c47ba7f07 100644 --- a/library/lammpi/hash.c +++ b/library/lammpi/hash.c @@ -1,13 +1,24 @@ -/*===========================================================================================% - * Copyright (c) 2002,2003,2004,2005,2006 Nuno Fonseca. All rights reserved. - * This code is freely available for academic purposes. - * If you intend to use it for commercial purposes then please contact the author first. - * - * Author: Nuno Fonseca - * Date: 2002-07-10 - * $Id: hash.c,v 1.1 2006-06-02 04:16:31 nunofonseca Exp $ - * - *===========================================================================================*/ +/* +Copyright (C) 2004,2005,2006 (Nuno A. Fonseca) + +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. + + +Last rev: $Id: hash.c,v 1.2 2006-06-04 19:02:07 nunofonseca Exp $ +*/ #include #include diff --git a/library/lammpi/hash.h b/library/lammpi/hash.h index 821cdcbe7..6c68091b9 100644 --- a/library/lammpi/hash.h +++ b/library/lammpi/hash.h @@ -1,13 +1,24 @@ -/*===========================================================================================% - * Copyright (c) 2002,2003,2004,2005,2006 Nuno Fonseca. All rights reserved. - * This code is freely available for academic purposes. - * If you intend to use it for commercial purposes then please contact the author first. - * - * Author: Nuno Fonseca - * Date: 2002-07-10 - * $Id: hash.h,v 1.1 2006-06-02 04:16:31 nunofonseca Exp $ - * - *===========================================================================================*/ +/* +Copyright (C) 2004,2005,2006 (Nuno A. Fonseca) + +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. + + +Last rev: $Id: hash.h,v 1.2 2006-06-04 19:02:07 nunofonseca Exp $ +*/ #ifndef HASH #define HASH #include diff --git a/library/lammpi/prologterms2c.c b/library/lammpi/prologterms2c.c index 1775036a2..68b7efa77 100644 --- a/library/lammpi/prologterms2c.c +++ b/library/lammpi/prologterms2c.c @@ -1,13 +1,25 @@ -/************************************************************************ - * Copyright (c) 2004 Nuno Fonseca. All rights reserved. - * This code is freely available for academic purposes. - * If you intend to use it for commercial purposes then please contact the author first. - * - * Author: Nuno Fonseca - * File: prologterms2c.c - * Last rev: $Id: prologterms2c.c,v 1.2 2006-06-04 18:45:20 nunofonseca Exp $ - * Comments: This file provides a set of functions to convert a prolog term to a C string and back. - *************************************************************************/ +/* +Copyright (C) 2004,2005,2006 (Nuno A. Fonseca) + +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. + + +Last rev: $Id: prologterms2c.c,v 1.3 2006-06-04 19:02:07 nunofonseca Exp $ +Comments: This file provides a set of functions to convert a prolog term to a C string and back. +*/ #include "prologterms2c.h" #include #include diff --git a/library/lammpi/prologterms2c.h b/library/lammpi/prologterms2c.h index acf75a4c8..dd8c1440a 100644 --- a/library/lammpi/prologterms2c.h +++ b/library/lammpi/prologterms2c.h @@ -1,14 +1,25 @@ -/************************************************************************ - * Copyright (c) 2004,2005,2006 Nuno Fonseca. All rights reserved. - * This code is freely available for academic purposes. - * If you intend to use it for commercial purposes then please contact the author first. - * - * Author: Nuno Fonseca - * File: prologterms2c.c - * Last rev: $Id: prologterms2c.h,v 1.1 2006-06-02 04:16:31 nunofonseca Exp $ - * Comments: This file provides a set of functions to convert a prolog term to a C string and back. - *************************************************************************/ +/* +Copyright (C) 2004,2005,2006 (Nuno A. Fonseca) +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. + + +Last rev: $Id: prologterms2c.h,v 1.2 2006-06-04 19:02:07 nunofonseca Exp $ +Comments: This file provides a set of functions to convert a prolog term to a C string and back. +*/ #ifndef PROLOGTERMS2C #define PROLOGTERMS2C 1 diff --git a/library/lammpi/yap_mpi.c b/library/lammpi/yap_mpi.c index d5b300af4..e4233ab19 100644 --- a/library/lammpi/yap_mpi.c +++ b/library/lammpi/yap_mpi.c @@ -1,14 +1,25 @@ -/******************************************************************************************* - * - * Copyright (c) 2004 Nuno Fonseca. All rights reserved. - * This code is freely available for academic purposes. - * If you intend to use it for commercial purposes then please contact the author first. - * Author: Nuno Fonseca - * Date: 2004-05-02 - * YAP interface to LAM/MPI - * $Id: yap_mpi.c,v 1.2 2006-06-04 18:45:20 nunofonseca Exp $ - * - ******************************************************************************************/ +/* +Copyright (C) 2004,2005,2006 (Nuno A. Fonseca) + +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. + + +Last rev: $Id: yap_mpi.c,v 1.3 2006-06-04 19:02:07 nunofonseca Exp $ +Comments: YAP interface to LAM/MPI +*/ #include #include #include