diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-10-11 18:21:25 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-10-11 18:24:04 -0400 |
commit | 7a66711e95a97b3389a29b09aaead8cb18126e80 (patch) | |
tree | 6d51529e63568844661c12fecfb4910a81aa42eb /src/vZ.hpp | |
parent | 48d5a656c996e112fae70c3a209417b9d0982fbf (diff) | |
download | vz-7a66711e95a97b3389a29b09aaead8cb18126e80.tar.xz |
Add/fix copyright headers.
Diffstat (limited to 'src/vZ.hpp')
-rw-r--r-- | src/vZ.hpp | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,16 +1,16 @@ /************************************************************************* - * Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> * + * Copyright (C) 2010 Tavian Barnes <tavianator@gmail.com> * * * - * This file is part of The Dimension Library. * + * This file is part of The vZ Library. * * * - * The Dimension Library is free software; you can redistribute it and/ * - * or modify it under the terms of the GNU Lesser General Public License * - * as published by the Free Software Foundation; either version 3 of the * + * The vZ Library is free software; you can redistribute it and/or * + * modify it under the terms of the GNU Lesser General Public License as * + * published by the Free Software Foundation; either version 3 of the * * License, or (at your option) any later version. * * * - * The Dimension Library is distributed in the hope that it will be * - * useful, but WITHOUT ANY WARRANTY; without even the implied warranty * - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * + * The vZ Library is distributed in the hope that it will be useful, but * + * WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * |