Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.hobpad2.chapter20
Commits
378a79ff
Commit
378a79ff
authored
Mar 16, 2018
by
Amir MOHAMMADI
Browse files
Relicense to GPLv3
parent
38e256fe
Pipeline
#17720
passed with stage
in 16 minutes and 48 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
COPYING
0 → 100644
View file @
378a79ff
This diff is collapsed.
Click to expand it.
LICENSE
deleted
100644 → 0
View file @
38e256fe
Copyright (c) 2018 Idiap Research Institute, http://www.idiap.ch/
Written by Your Name <your.email@idiap.ch>
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.
3. Neither the name of the copyright holder 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 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.
\ No newline at end of file
setup.py
View file @
378a79ff
...
...
@@ -51,7 +51,7 @@ setup(
description
=
'Software package to reproduce Evaluation Methodologies for Biometric Presentation Attack Detection chapter of Handbook of Biometric Anti-Spoofing: Presentation Attack Detection 2nd Edition'
,
url
=
'https://gitlab.idiap.ch/bob/bob.hobpad2.chapter24'
,
license
=
'
BSD
'
,
license
=
'
GPLv3
'
,
author
=
'Amir Mohammadi'
,
author_email
=
'amir.mohammadi@idiap.ch'
,
keywords
=
'bob'
,
...
...
@@ -101,7 +101,7 @@ setup(
'Framework :: Bob'
,
'Development Status :: 3 - Alpha'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved ::
BSD License
'
,
'License :: OSI Approved ::
GNU General Public License v3 (GPLv3)
'
,
'Natural Language :: English'
,
'Programming Language :: Python'
,
'Topic :: Scientific/Engineering :: Artificial Intelligence'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment