X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fcontainer.h;h=5774d5ace53d49ca09d6eddc308a4564e08c3f6a;hp=fb929f2fdf6f1dd1196720b46e3e4d336d0bc0c6;hb=1c85bdb25fe8fed52caf39e5ec35d6d14e6d837c;hpb=6d1e12e7c09d1e70d6c76b57aafb213cbcfba6eb diff --git a/ginac/container.h b/ginac/container.h index fb929f2f..5774d5ac 100644 --- a/ginac/container.h +++ b/ginac/container.h @@ -3,7 +3,7 @@ * Wrapper template for making GiNaC classes out of STL containers. */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2006 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_CONTAINER_H__ @@ -124,7 +124,6 @@ private: STLT & stlt; }; - /** Wrapper template for making GiNaC classes out of STL containers. */ template