Changed copyright notice to GPL.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1667 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
nunofonseca 2006-06-04 19:02:07 +00:00
parent 67dfd7facb
commit 0db94f615a
5 changed files with 107 additions and 51 deletions

View File

@ -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) <nuno.fonseca@gmail.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.
Last rev: $Id: hash.c,v 1.2 2006-06-04 19:02:07 nunofonseca Exp $
*/
#include <stdio.h>
#include <stdlib.h>

View File

@ -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) <nuno.fonseca@gmail.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.
Last rev: $Id: hash.h,v 1.2 2006-06-04 19:02:07 nunofonseca Exp $
*/
#ifndef HASH
#define HASH
#include <stdlib.h>

View File

@ -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) <nuno.fonseca@gmail.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.
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 <stdio.h>
#include <stdlib.h>

View File

@ -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) <nuno.fonseca@gmail.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.
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

View File

@ -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) <nuno.fonseca@gmail.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.
Last rev: $Id: yap_mpi.c,v 1.3 2006-06-04 19:02:07 nunofonseca Exp $
Comments: YAP interface to LAM/MPI
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>