Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: johnny
Upstream-Contact: <preferred name and address to reach the upstream project>
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     .clang-format
           .gitignore
           CHANGELOG
           DEVELOPMENT
           INSTALL
           README
           installer/packages/johnny/data/ADD_JOHNNY_AND_DLL_HERE.txt
           installer/packages/johnny/data/platforms/ADD_DLLS_HERE.txt
           installer/packages/johnny/data/platforms/johnny.ico
           installer/packages/johnny/meta/installscript.qs
           johnny.pro
           resources/icons/README.icons
           resources/icons/export.png
           resources/icons/fileopen.png
           resources/icons/guess.png
           resources/icons/help.png
           resources/icons/homepage.png
           resources/icons/johnny.png
           resources/icons/johnny_128.png
           resources/icons/pause-attack.png
           resources/icons/projectnew.png
           resources/icons/projectopen.png
           resources/icons/projectsave.png
           resources/icons/quit.png
           resources/icons/start-attack.png
           resources/icons/tab_benchmark.png
           resources/icons/tab_log.png
           resources/icons/tab_options.png
           resources/icons/tab_output.png
           resources/icons/tab_passwords.png
           resources/icons/tab_settings.png
           resources/icons/tab_statistics.png
           resources/icons/trash.png
           src/mainwindow.h
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     src/hashsortfilterproxymodel.cpp
           src/hashsortfilterproxymodel.h
           src/hashtypechecker.cpp
           src/hashtypechecker.h
           src/johnattack.cpp
           src/johnattack.h
           src/johnhandler.cpp
           src/johnhandler.h
           src/johnprocess.cpp
           src/johnprocess.h
           src/johnsession.cpp
           src/johnsession.h
           src/main.cpp
           src/mainwindow.cpp
           src/menu.cpp
           src/menu.h
           src/openotherformatfiledialog.cpp
           src/openotherformatfiledialog.h
           src/passwordfilemodel.cpp
           src/passwordfilemodel.h
           src/tabwidget.cpp
           src/tabwidget.h
           src/textlabel.cpp
           src/textlabel.h
           src/translator.cpp
           src/translator.h
Copyright: 2011-2015 Shinnok <admin at shinnok.com> Parts Copyright (c) 2012 Aleksey Cherepanov <aleksey.4erepanov@gmail.com> Parts Copyright (c) 2015 Mathieu Laprise <mathieu.laprise@polymtl.ca> See LICENSE dist-file for details.
License:   __NO_LICENSE__

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         resources/resources.qrc
#         forms/aboutwidget.ui
#         forms/openotherformatfiledialog.ui
#         forms/mainwindow.ui
#         translations/johnny_fr.qm
#         translations/johnny_fr.ts
#         installer/config/config.xml
#         installer/packages/johnny/meta/package.xml

#----------------------------------------------------------------------------
# huge files   (skipped):
#         resources/icons/johnny.icns

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: LICENSE
 All files except graphics files and third party shared libraries in this
 software distribution are subject to these license terms:
 .
 Copyright (c) 2011,2015 Shinnok <admin at shinnok.com>
 Copyright (c) 2011,2012 Aleksey Cherepanov <aleksey.4erepanov@gmail.com>
 Copyright (c) 2015 Mathieu Laprise <mathieu.laprise@polymtl.ca>
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright 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.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 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.
 .
 ------------
 .
 This software was written with great help of Frank Dittrich.
 .
 ------------
 .
 The license for the graphics files (icons, images, etc..) can be found
 in the source tree at "resources/icons/README.icons".
 .
 ------------
 .
 This software is intended to be linked against Qt Framework. Qt is available
 under LGPL 2.1 with additional exception, GPL 3.0 or commercial license.
 Binaries of this software are subject to one of these licenses too. These
 license terms should be enclosed with binaries and/or your Qt SDK.
