Blame src/utf8.h

Packit Service 7770af
// Copyright 2006 Nemanja Trifunovic
Packit Service 7770af
Packit Service 7770af
/*
Packit Service 7770af
Permission is hereby granted, free of charge, to any person or organization
Packit Service 7770af
obtaining a copy of the software and accompanying documentation covered by
Packit Service 7770af
this license (the "Software") to use, reproduce, display, distribute,
Packit Service 7770af
execute, and transmit the Software, and to prepare derivative works of the
Packit Service 7770af
Software, and to permit third-parties to whom the Software is furnished to
Packit Service 7770af
do so, all subject to the following:
Packit Service 7770af
Packit Service 7770af
The copyright notices in the Software and this entire statement, including
Packit Service 7770af
the above license grant, this restriction and the following disclaimer,
Packit Service 7770af
must be included in all copies of the Software, in whole or in part, and
Packit Service 7770af
all derivative works of the Software, unless such copies or derivative
Packit Service 7770af
works are solely in the form of machine-executable object code generated by
Packit Service 7770af
a source language processor.
Packit Service 7770af
Packit Service 7770af
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit Service 7770af
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit Service 7770af
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
Packit Service 7770af
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
Packit Service 7770af
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
Packit Service 7770af
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
Packit Service 7770af
DEALINGS IN THE SOFTWARE.
Packit Service 7770af
*/
Packit Service 7770af
Packit Service 7770af
Packit Service 7770af
#ifndef UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
Packit Service 7770af
#define UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
Packit Service 7770af
Packit Service 7770af
#include "utf8/checked.h"
Packit Service 7770af
#include "utf8/unchecked.h"
Packit Service 7770af
Packit Service 7770af
#endif // header guard