diff options
Diffstat (limited to 'src/utils/dtor.h')
-rw-r--r-- | src/utils/dtor.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/utils/dtor.h b/src/utils/dtor.h index 96ce63d4..8dbc441f 100644 --- a/src/utils/dtor.h +++ b/src/utils/dtor.h @@ -1,9 +1,8 @@ /* - * Aethyra + * The Mana World * Copyright (C) 2004 The Mana World Development Team * - * This file is part of Aethyra based on original code - * from The Mana World. + * This file is part of The Mana World. * * 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 @@ -52,5 +51,4 @@ inline void delete_all(Container &c) std::for_each(c.begin(), c.end(), make_dtor(c)); } - #endif |