-----------------------------------------------------------------------------
Project: TLDExtractor and its example application
GitHub link: https://github.com/srazi/TLDExtractor

CopyRight:
/* ============================================================
* TLDExtractor, a simple Qt interface to extract TLD part of a host
* Copyright (C) 2014  Razi Alavizadeh <s.r.alavizadeh@gmail.com>
*
* This program 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.
*
* This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
-----------------------------------------------------------------------------


-----------------------------------------------------------------------------
data file: data/effective_tld_names.dat
download link: http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1

CopyRight:
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-----------------------------------------------------------------------------


-----------------------------------------------------------------------------
test file: data/test_psl.txt
download link: http://mxr.mozilla.org/mozilla-central/source/netwerk/test/unit/data/test_psl.txt?raw=1

CopyRight:
// Copyright is dedicated to the Public Domain.
// http://creativecommons.org/publicdomain/zero/1.0/
-----------------------------------------------------------------------------
