Change licence header to match libgim default

This commit is contained in:
Danny Robson 2012-05-23 17:04:46 +10:00
parent f1505e8b31
commit 3d8213e00c
2 changed files with 36 additions and 22 deletions

View File

@ -1,14 +1,21 @@
/**************************************************************************** /*
__ .__ .__ .__ .___ * This file is part of libgim.
___________ ___.__. _______/ |______ | | | | |__| ______ ____ __| _/ *
_/ ___\_ __ < | |/ ___/\ __\__ \ | | | | | |/ ___// __ \ / __ | * libgim is free software: you can redistribute it and/or modify it under the
\ \___| | \/\___ |\___ \ | | / __ \| |_| |_| |\___ \\ ___// /_/ | * terms of the GNU General Public License as published by the Free Software
\___ >__| / ____/____ > |__| (____ /____/____/__/____ >\___ >____ | * Foundation, either version 3 of the License, or (at your option) any later
\/ \/ \/ \/ \/ \/ \/ * version.
*
Copyright: * libgim is distributed in the hope that it will be useful, but WITHOUT ANY
Danny Robson, 2011 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
*****************************************************************************/ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License
* along with libgim. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright 2011-2012 Danny Robson <danny@nerdcruft.net>
*/
#include "matrix.hpp" #include "matrix.hpp"

View File

@ -1,14 +1,21 @@
/**************************************************************************** /*
__ .__ .__ .__ .___ * This file is part of libgim.
___________ ___.__. _______/ |______ | | | | |__| ______ ____ __| _/ *
_/ ___\_ __ < | |/ ___/\ __\__ \ | | | | | |/ ___// __ \ / __ | * libgim is free software: you can redistribute it and/or modify it under the
\ \___| | \/\___ |\___ \ | | / __ \| |_| |_| |\___ \\ ___// /_/ | * terms of the GNU General Public License as published by the Free Software
\___ >__| / ____/____ > |__| (____ /____/____/__/____ >\___ >____ | * Foundation, either version 3 of the License, or (at your option) any later
\/ \/ \/ \/ \/ \/ \/ * version.
*
Copyright: * libgim is distributed in the hope that it will be useful, but WITHOUT ANY
Danny Robson, 2011 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
*****************************************************************************/ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License
* along with libgim. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright 2011-2012 Danny Robson <danny@nerdcruft.net>
*/
#ifndef __UTIL_MATRIX_HPP #ifndef __UTIL_MATRIX_HPP
#define __UTIL_MATRIX_HPP #define __UTIL_MATRIX_HPP