X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ftostring.h;h=58e168bf131641d36536f7115b0c8fb87d455e2a;hp=b1a6cbf49e476be94c51fa4d5f55ebccf0b5196a;hb=5631205a455c42a32ce9d50b6c99df0f1ad6b4e7;hpb=dbd9c306a74f1cb258c0d15a346b973b39deaad2 diff --git a/ginac/tostring.h b/ginac/tostring.h index b1a6cbf4..58e168bf 100644 --- a/ginac/tostring.h +++ b/ginac/tostring.h @@ -4,7 +4,7 @@ * internal header file. */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2009 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 @@ -18,11 +18,11 @@ * * 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_TOSTRING_H__ -#define __GINAC_TOSTRING_H__ +#ifndef GINAC_TOSTRING_H +#define GINAC_TOSTRING_H #include @@ -38,4 +38,4 @@ std::string ToString(const T & t) } // namespace GiNaC -#endif // ndef __GINAC_TOSTRING_H__ +#endif // ndef GINAC_TOSTRING_H