mirror of https://github.com/kiwix/libkiwix.git
+ Change license header
This commit is contained in:
parent
1c2a03e287
commit
9a5e6d70d6
|
@ -1,33 +1,20 @@
|
||||||
/*-
|
/*
|
||||||
* Copyright (c) 2004 - 2011 CTPP Team
|
* Copyright 2013 Renaud Gaudin <reg@kiwix.org>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* modification, are permitted provided that the following conditions
|
* it under the terms of the GNU General Public License as published by
|
||||||
* are met:
|
* the Free Software Foundation; either version 3 of the License, or
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
* any later version.
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
* 4. Neither the name of the CTPP Team nor the names of its contributors
|
|
||||||
* may be used to endorse or promote products derived from this software
|
|
||||||
* without specific prior written permission.
|
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
* This program is distributed in the hope that it will be useful,
|
||||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
* GNU General Public License for more details.
|
||||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
||||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
* SUCH DAMAGE.
|
|
||||||
*
|
*
|
||||||
* CTPP2VMStringLoader.cpp
|
* You should have received a copy of the GNU General Public License
|
||||||
*
|
* along with this program; if not, write to the Free Software
|
||||||
* $CTPP$
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||||
|
* MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "CTPP2VMStringLoader.hpp"
|
#include "CTPP2VMStringLoader.hpp"
|
||||||
|
|
|
@ -1,34 +1,22 @@
|
||||||
/*-
|
/*
|
||||||
* Copyright (c) 2004 - 2011 CTPP Team
|
* Copyright 2013 Renaud Gaudin <reg@kiwix.org>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* modification, are permitted provided that the following conditions
|
* it under the terms of the GNU General Public License as published by
|
||||||
* are met:
|
* the Free Software Foundation; either version 3 of the License, or
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
* any later version.
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
* 4. Neither the name of the CTPP Team nor the names of its contributors
|
|
||||||
* may be used to endorse or promote products derived from this software
|
|
||||||
* without specific prior written permission.
|
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
* This program is distributed in the hope that it will be useful,
|
||||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
* GNU General Public License for more details.
|
||||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
||||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
* SUCH DAMAGE.
|
|
||||||
*
|
*
|
||||||
* CTPP2VMStringLoader.hpp
|
* You should have received a copy of the GNU General Public License
|
||||||
*
|
* along with this program; if not, write to the Free Software
|
||||||
* $CTPP$
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||||
|
* MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CTPP2_VM_STRING_LOADER_HPP__
|
#ifndef _CTPP2_VM_STRING_LOADER_HPP__
|
||||||
#define _CTPP2_VM_STRING_LOADER_HPP__ 1
|
#define _CTPP2_VM_STRING_LOADER_HPP__ 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue