# Copyright (C) 2013, 2014 Roman Morokutti
# Written by Roman Morokutti, 2013
#
# This file is part of libpqmm
#
# libpqmm 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.
# 
# libpqmm 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with libpqmm.  If not, see <http://www.gnu.org/licenses/>.

Intention:

libpqmm is a rewrite of the official libpq library for
the PostgreSQL database in C++. Wheras libq is the underlying engine
for several other PostreSQL application interfaces, written in the
"C" language, libpqmm wants to achieve this with modern C++ style and
the use of some sophisticated libraries, such as the C++ Standard
Library as well as boost.

libpq: (Copyright (C) 1996-2014 The PostgreSQL Global Development Group)

