X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fptr.h;h=d945b56f206fab7a72cb834d555beb6d3e7b1cbf;hp=f0ca7bfb82013bffb1b3e20f75014be2e6d308c3;hb=f4f72212e7428c848c1a1771864c2f1b09f8962f;hpb=c09f90b9435f0efe4d949c715b78f4d1d6acce3c diff --git a/ginac/ptr.h b/ginac/ptr.h index f0ca7bfb..d945b56f 100644 --- a/ginac/ptr.h +++ b/ginac/ptr.h @@ -3,7 +3,7 @@ * Reference-counted pointer template. */ /* - * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany * * 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 @@ -17,7 +17,7 @@ * * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __GINAC_PTR_H__