diff --git a/AUTHORS.rst b/AUTHORS.rst new file mode 100644 index 0000000000000000000000000000000000000000..6022280eefd0f20ac451cb4ef47e1f8d9b7015d7 --- /dev/null +++ b/AUTHORS.rst @@ -0,0 +1,31 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.web module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + +========================================================== + Authors of the Biometrics Evaluation and Testing Platform +========================================================== + +Andre Anjos +Flavio Tarsetti +Laurent El-Shafey +Philip Abbet +Samuel Gaist +Sebastien Marcel diff --git a/README.rst b/README.rst index ca57d9743bb17b8618b86bfe3f6608b88493c7f2..fa4043781d4ff088bc85b7fc0f356567354269c2 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + ============================================ Biometrics Evaluation and Testing Platform ============================================ diff --git a/beat/__init__.py b/beat/__init__.py index 60381ea9b78a067c402bf65368cc63241b0d7456..fc8a7ad404392283728de572b56f3b51c9cb4a8a 100644 --- a/beat/__init__.py +++ b/beat/__init__.py @@ -1,2 +1,27 @@ + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + #see http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages __import__('pkg_resources').declare_namespace(__name__) diff --git a/beat/cmdline/algorithms.py b/beat/cmdline/algorithms.py index abe7b0dfc80348f1c83cb157bc5c829c88ed754a..7b36f41ae0e4e86fbed8bbcf75c24593fa9fa176 100644 --- a/beat/cmdline/algorithms.py +++ b/beat/cmdline/algorithms.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Wed 4 Feb 18:54:47 2015 CET diff --git a/beat/cmdline/cache.py b/beat/cmdline/cache.py index 5f4f44b9ce375550752339860accc538b920335f..1a19afd8174fb1e1d00e45d054e37c2df17b53db 100644 --- a/beat/cmdline/cache.py +++ b/beat/cmdline/cache.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Sat 14 Feb 2015 07:37:01 CET diff --git a/beat/cmdline/common.py b/beat/cmdline/common.py index 07a625854807a0c14efaf24b2ba530a23eb1ef5c..4b2028185f974456cec9310110f112af6aaccd42 100644 --- a/beat/cmdline/common.py +++ b/beat/cmdline/common.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Sat 7 Mar 2015 20:00:44 CET diff --git a/beat/cmdline/config.py b/beat/cmdline/config.py index 545844b2cb6ce3473517e79447a713a8909fcb92..06337c340ea37a0bacec00badbb3fbaeccbed8df 100644 --- a/beat/cmdline/config.py +++ b/beat/cmdline/config.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Sat 14 Feb 2015 07:37:01 CET diff --git a/beat/cmdline/databases.py b/beat/cmdline/databases.py index 9e553910f090da4e27587d2241f6f768eefc0640..e121e34267e3766769a65434e107536b7a5ecbd4 100644 --- a/beat/cmdline/databases.py +++ b/beat/cmdline/databases.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Sat 31 Jan 2015 06:58:34 CET diff --git a/beat/cmdline/dataformats.py b/beat/cmdline/dataformats.py index 125cf9d55bab7dc2138e2b9b2b7f148702c9cb9e..8773495917724f7098fba6db37778b9f846c19e8 100644 --- a/beat/cmdline/dataformats.py +++ b/beat/cmdline/dataformats.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Wed 4 Feb 18:54:47 2015 CET diff --git a/beat/cmdline/experiments.py b/beat/cmdline/experiments.py index 32c92cc36cd83cc77cc3fe5997bf2ac86c11965d..3d286f19b9dbfab8ec0dd38567b8181aaf4e5a03 100644 --- a/beat/cmdline/experiments.py +++ b/beat/cmdline/experiments.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Wed 4 Feb 18:54:47 2015 CET diff --git a/beat/cmdline/libraries.py b/beat/cmdline/libraries.py index 3fcd0489c02104bc93e4f02f00634985980deaba..3a2affd2cc82239d7e9f72b8212b2905c70d8404 100644 --- a/beat/cmdline/libraries.py +++ b/beat/cmdline/libraries.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Thu 26 Mar 12:21:05 2015 CET diff --git a/beat/cmdline/plotters.py b/beat/cmdline/plotters.py index 3262909d7a98f8d9d3c2f992b2354b9609092edb..a468a4b5ca4e0ea1bea75b243be108f1143cd22a 100644 --- a/beat/cmdline/plotters.py +++ b/beat/cmdline/plotters.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Wed 29 Apr 2015 16:35:25 CEST diff --git a/beat/cmdline/scripts/beat.py b/beat/cmdline/scripts/beat.py index 2ff678e0bf0bda725cfcc33ea6fa02fec6ac6fc8..3c5fd9d603bae24f38f30d3d72294ec649137976 100644 --- a/beat/cmdline/scripts/beat.py +++ b/beat/cmdline/scripts/beat.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Fri 27 Mar 09:32:19 2015 CET diff --git a/beat/cmdline/status.py b/beat/cmdline/status.py index bc1363d8c3f4ab53ca7a4a313c681940d75f5fce..c0f8b80c601cfdb20887ba660055d7104d4af81d 100644 --- a/beat/cmdline/status.py +++ b/beat/cmdline/status.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Sat 7 Feb 2015 10:30:23 CET diff --git a/beat/cmdline/test/__init__.py b/beat/cmdline/test/__init__.py index 61850a20159056669cbbfb7ceca6432bf5a08e22..be245328681383f1185e0af6949891e951d558b0 100644 --- a/beat/cmdline/test/__init__.py +++ b/beat/cmdline/test/__init__.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Wed 11 Mar 09:55:17 2015 CET diff --git a/beat/cmdline/test/test_algorithms.py b/beat/cmdline/test/test_algorithms.py index d59f3182a8d17166c2592d4667668ed74a707755..fe302ccc8b522c39573ad0e05bef71ccf360fafa 100644 --- a/beat/cmdline/test/test_algorithms.py +++ b/beat/cmdline/test/test_algorithms.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Wed 4 Feb 21:53:27 2015 CET diff --git a/beat/cmdline/test/test_cache.py b/beat/cmdline/test/test_cache.py index 1177d450c7d89ef9e8fcb1970c643419b3954945..94e9116103cb98717bc24fe4273a67b208670a4a 100644 --- a/beat/cmdline/test/test_cache.py +++ b/beat/cmdline/test/test_cache.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Fri 27 Mar 13:01:02 2015 CET diff --git a/beat/cmdline/test/test_config.py b/beat/cmdline/test/test_config.py index c690e3de6e8a324c450b24a2817e53f82ebda5c3..425b594cd6977c3e0056a9fdb09c0f00ae42422e 100644 --- a/beat/cmdline/test/test_config.py +++ b/beat/cmdline/test/test_config.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Fri 27 Mar 13:01:02 2015 CET diff --git a/beat/cmdline/test/test_databases.py b/beat/cmdline/test/test_databases.py index 1c5c9e013a25abebeedae212d8889bbd8a0fee23..4471f131f51b4b6fa30e4509cf9d588cb8715cf8 100644 --- a/beat/cmdline/test/test_databases.py +++ b/beat/cmdline/test/test_databases.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Wed 4 Feb 21:50:56 2015 CET diff --git a/beat/cmdline/test/test_dataformats.py b/beat/cmdline/test/test_dataformats.py index 4b62f8b14abd993722f74f3c94a8a48d4417a2fe..48d1e652dd55844f10132a24c7c72672ef00432c 100644 --- a/beat/cmdline/test/test_dataformats.py +++ b/beat/cmdline/test/test_dataformats.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Wed 4 Feb 21:53:27 2015 CET diff --git a/beat/cmdline/test/test_experiments.py b/beat/cmdline/test/test_experiments.py index 988f536374f530c33ca2fa003a6b0b6b324d2b2c..2f6c4a0de369da6917fd325068f1c3d67fcba093 100644 --- a/beat/cmdline/test/test_experiments.py +++ b/beat/cmdline/test/test_experiments.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Fri 13 Mar 08:17:04 2015 CET diff --git a/beat/cmdline/test/test_shortcuts.py b/beat/cmdline/test/test_shortcuts.py index 8881c58294c7694266271b644bdbc5a71d9c41c6..aad65d35708c5e40e490d1288bf0689dde9385d8 100644 --- a/beat/cmdline/test/test_shortcuts.py +++ b/beat/cmdline/test/test_shortcuts.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Laurent El-Shafey # Andre Anjos # Wed 19 Nov 2014 17:40:25 CET diff --git a/beat/cmdline/test/test_status.py b/beat/cmdline/test/test_status.py index 6993180109528b35a6d586f6d5551b7c00300148..24445a19b7c82a321694c03cac3d7bb96d9baa40 100644 --- a/beat/cmdline/test/test_status.py +++ b/beat/cmdline/test/test_status.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Mon 9 Feb 13:48:39 2015 CET diff --git a/beat/cmdline/test/test_toolchains.py b/beat/cmdline/test/test_toolchains.py index a56a908593466b5a65f144df4891a58f9ce0860e..60f3a25d3737f5a7fa839c814aa9c49222dfb09d 100644 --- a/beat/cmdline/test/test_toolchains.py +++ b/beat/cmdline/test/test_toolchains.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Andre Anjos # Fri 13 Mar 08:17:04 2015 CET diff --git a/beat/cmdline/toolchains.py b/beat/cmdline/toolchains.py index ee052df0ea69d3b8df5902fc3347dbf8f8f5285d..c1d6928ed0c3c8e5233bfb650093870e0bce0c19 100644 --- a/beat/cmdline/toolchains.py +++ b/beat/cmdline/toolchains.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Wed 4 Feb 18:54:47 2015 CET diff --git a/beat/cmdline/version.py b/beat/cmdline/version.py index d940098dcef0e9aeb099bb0767ab5864ee38ed6b..852d1969f05dc5b1dcc3e9056f247b7301c5f02c 100644 --- a/beat/cmdline/version.py +++ b/beat/cmdline/version.py @@ -1,4 +1,29 @@ #!/usr/bin/env python + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # vim: set fileencoding=utf-8 : # Andre Anjos # Fri 22 Feb 2013 15:59:16 CET diff --git a/beat/cmdline/webapi.py b/beat/cmdline/webapi.py index 56e9ef84931dc1fb5c525dd02dfc07f814135f83..d9eaf950c4ddf1ecbcce98c50d173a4925435c49 100644 --- a/beat/cmdline/webapi.py +++ b/beat/cmdline/webapi.py @@ -1,5 +1,30 @@ #!/usr/bin/env python # encoding: utf-8 + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # Philip Abbet # Andre Anjos # Sat 7 Feb 2015 10:22:29 CET diff --git a/bootstrap-buildout.py b/bootstrap-buildout.py index a629566735c1c84fbec7173f0f30015b2b432512..de1bd1425879fcba4f1d2f5991545afe3331425e 100644 --- a/bootstrap-buildout.py +++ b/bootstrap-buildout.py @@ -1,3 +1,28 @@ + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + ############################################################################## # # Copyright (c) 2006 Zope Foundation and Contributors. diff --git a/doc/algorithms.rst b/doc/algorithms.rst index 130da0dfd5ccc0e1230122e92dc9fbad92a938a1..6c4df2e3353524d4f4c890038c0d78f6f00e5940 100644 --- a/doc/algorithms.rst +++ b/doc/algorithms.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + Algorithms ---------- diff --git a/doc/conf.py b/doc/conf.py index 1598fa404c5fdbfd4995e5eb0795e95edb717f61..d4395b191f56a936644d49b891b14bb04781b7b7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,4 +1,29 @@ #!/usr/bin/env python + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # vim: set fileencoding=utf-8 : # Andre Anjos # Fri 6 Feb 11:35:03 2015 CET diff --git a/doc/configuration.rst b/doc/configuration.rst index 75232b62698e861fe858c58b29f3b18f23b0b2b0..0fdec8a5a4ef4a2db9295a7ba1f7ea7901a7d832 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + .. _beat-cmdline-configuration: Configuration diff --git a/doc/databases.rst b/doc/databases.rst index e59f6fa5c93a06a8c22b9dd8767c72338d18e07c..de45b56de60aeb9f6f1d058bd372f9c232b37387 100644 --- a/doc/databases.rst +++ b/doc/databases.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + Databases --------- diff --git a/doc/dataformats.rst b/doc/dataformats.rst index 3dc9f0d78803898b9092d82bb996ce029a83fb47..477407be2671748f87177616ce2c604f475032e6 100644 --- a/doc/dataformats.rst +++ b/doc/dataformats.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + Dataformats ----------- diff --git a/doc/experiments.rst b/doc/experiments.rst index e7e28be9e8aeae37e5ce55a62eb98a626074dcef..51adc9374d3da11ca2bae540a7e07ab8fe907b9b 100644 --- a/doc/experiments.rst +++ b/doc/experiments.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + .. _beat-core-experiments-cmdline: Experiments diff --git a/doc/index.rst b/doc/index.rst index 0869ab2b3659e8a4567d8d53b848d066689ae3f5..5dc860a5f4936ad4a2d453356cf3580069f08499 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + ======================== BEAT Command-line Client ======================== diff --git a/doc/introduction.rst b/doc/introduction.rst index 3c99f598c78eb3a64c24e7efd2573f06147a6c3a..5717e336243545aa1c23eaece0dc7d337f658cea 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + Introduction ============ diff --git a/doc/libraries.rst b/doc/libraries.rst index 3fbdbecc8f73b082653fbb38a481ac2c6536f0c8..15b5ac9f71df64fdb25039d66a85cfd16ea17d58 100644 --- a/doc/libraries.rst +++ b/doc/libraries.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + Libraries --------- diff --git a/doc/toolchains.rst b/doc/toolchains.rst index 7f446cfac5385e4167d0b00b01aaf3e2b4584fac..00f3c3ac2ce064475f3c5d9357d1115af7a9eda3 100644 --- a/doc/toolchains.rst +++ b/doc/toolchains.rst @@ -1,3 +1,25 @@ + +.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. +.. Contact: beat.support@idiap.ch .. +.. .. +.. This file is part of the beat.cmdline module of the BEAT platform. .. +.. .. +.. Commercial License Usage .. +.. Licensees holding valid commercial BEAT licenses may use this file in .. +.. accordance with the terms contained in a written agreement between you .. +.. and Idiap. For further information contact tto@idiap.ch .. +.. .. +.. Alternatively, this file may be used under the terms of the GNU Affero .. +.. Public License version 3 as published by the Free Software and appearing .. +.. in the file LICENSE.AGPL included in the packaging of this file. .. +.. The BEAT platform 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. .. +.. .. +.. You should have received a copy of the GNU Affero Public License along .. +.. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. + + Toolchains ---------- diff --git a/setup.py b/setup.py index 8096b34e0698be92f5c9c5b86ba5cd6055ebcc9a..2b4e9b863d676d92ec51b8b8104f635195b6e36f 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,29 @@ #!/usr/bin/env python + +############################################################################### +# # +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ # +# Contact: beat.support@idiap.ch # +# # +# This file is part of the beat.cmdline module of the BEAT platform. # +# # +# Commercial License Usage # +# Licensees holding valid commercial BEAT licenses may use this file in # +# accordance with the terms contained in a written agreement between you # +# and Idiap. For further information contact tto@idiap.ch # +# # +# Alternatively, this file may be used under the terms of the GNU Affero # +# Public License version 3 as published by the Free Software and appearing # +# in the file LICENSE.AGPL included in the packaging of this file. # +# The BEAT platform 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. # +# # +# You should have received a copy of the GNU Affero Public License along # +# with the BEAT platform. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + # vim: set fileencoding=utf-8 : # Andre Anjos # Mon 16 Apr 08:18:08 2012 CEST @@ -12,7 +37,7 @@ setup( name='beat.cmdline', version='0.1.7', description='Biometrics Evaluation and Testing Platform (Command-Line Client)', - url='http://gitlab.idiap.ch/biometric/beat.cmdline', + url='https://gitlab.idiap.ch/beat/beat.cmdline', license='AGPLv3', author='Idiap Research Institute', author_email='beat.support@idiap.ch',