X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fbase%2Fcl_free.cc;h=4952b00953278f6c2037be4b25bf55023e570a8b;hb=3a895e313b91bd8b23bab81d45efce63ca47cde7;hp=f72c6da6186d9150b5ae118a8c57e8ac9cdc0907;hpb=251c2a8ca169c9dad1cdef582953311460ecb4c0;p=cln.git diff --git a/src/base/cl_free.cc b/src/base/cl_free.cc index f72c6da..4952b00 100644 --- a/src/base/cl_free.cc +++ b/src/base/cl_free.cc @@ -1,7 +1,7 @@ // cl_free_heap_object(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/object.h" @@ -33,8 +33,9 @@ void cl_free_heap_object (cl_heap* pointer) static const char * copyright_notice[] = { " \n" - "Copyright (c) Bruno Haible 1988-2002 \n" - "Copyright (c) Richard Kreckel 2000-2004 \n" + "Copyright (c) Bruno Haible 1988-2008 \n" + "Copyright (c) Richard Kreckel 2000-2014 \n" + "Copyright (c) Alexei Sheplyakov 2008-2010 \n" " \n" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -48,7 +49,8 @@ static const char * copyright_notice[] = { " \n" "You should have received a copy of the GNU General Public License \n" "along with this program; if not, write to the Free Software \n" - "Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n" + "Foundation, 51 Franklin Street, Fifth Floor, Boston, MA \n" + "02110-1301, USA.\n" " ", (const char *) ©right_notice };