X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fbase%2Fcl_free.cc;h=3ed2a1746dc2ac01b6e502ba833cec02329c9e7e;hb=478f9e32c706f314e23cc20640f8650ce5631fe5;hp=d235145e0f21d92b4034257e91a8f1d53fc0a34b;hpb=82cebb4ca2050db02e8ac4164a712aaf13302207;p=cln.git diff --git a/src/base/cl_free.cc b/src/base/cl_free.cc index d235145..3ed2a17 100644 --- a/src/base/cl_free.cc +++ b/src/base/cl_free.cc @@ -33,8 +33,8 @@ 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-2003 \n" + "Copyright (c) Bruno Haible 1988-2008 \n" + "Copyright (c) Richard Kreckel 2000-2008 \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 +48,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 };