X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fassertion.h;h=f4a4fca33c757794d59e6cdf808abba9977462cd;hp=47c20784d950271ec905452697ffbffafcec73d7;hb=10365850aa3803337bfea1fc201b81b6752096d4;hpb=6d225ee55693c0617d254e6fa283c00c71bd2919 diff --git a/ginac/assertion.h b/ginac/assertion.h index 47c20784..f4a4fca3 100644 --- a/ginac/assertion.h +++ b/ginac/assertion.h @@ -3,7 +3,7 @@ * Assertion macro definition. */ /* - * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2011 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,11 +17,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_ASSERTION_H__ -#define __GINAC_ASSERTION_H__ +#ifndef GINAC_ASSERTION_H +#define GINAC_ASSERTION_H #if !defined(GINAC_ASSERT) #if defined(DO_GINAC_ASSERT) @@ -34,4 +34,4 @@ #endif #endif -#endif // ndef __GINAC_ASSERTION_H__ +#endif // ndef GINAC_ASSERTION_H