Skip to content
Snippets Groups Projects
Commit 7073f579 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Set file encoding on root files

parent 93e28ffd
No related branches found
No related tags found
2 merge requests!7Gevent,!6Header fix
Pipeline #
Showing
with 88 additions and 21 deletions
.. vim: set fileencoding=utf-8 :
.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. .. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ ..
.. Contact: beat.support@idiap.ch .. .. Contact: beat.support@idiap.ch ..
......
.. vim: set fileencoding=utf-8 :
.. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ ..
.. Contact: beat.support@idiap.ch .. .. 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. .. .. ..
.. .. .. 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 .. .. Commercial License Usage ..
.. accordance with the terms contained in a written agreement between you .. .. Licensees holding valid commercial BEAT licenses may use this file in ..
.. and Idiap. For further information contact tto@idiap.ch .. .. 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 .. .. Alternatively, this file may be used under the terms of the GNU Affero ..
.. in the file LICENSE.AGPL included in the packaging of this file. .. .. Public License version 3 as published by the Free Software and appearing ..
.. The BEAT platform is distributed in the hope that it will be useful, but .. .. in the file LICENSE.AGPL included in the packaging of this file. ..
.. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY .. .. The BEAT platform is distributed in the hope that it will be useful, but ..
.. or FITNESS FOR A PARTICULAR PURPOSE. .. .. 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/. .. .. 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/. ..
============================================ ============================================
...@@ -139,4 +140,4 @@ in different ways using another command:: ...@@ -139,4 +140,4 @@ in different ways using another command::
$ ./bin/python -mpstats prof.data $ ./bin/python -mpstats prof.data
This will allow you to dump and print the profiling statistics as you may find This will allow you to dump and print the profiling statistics as you may find
fit. fit.
\ No newline at end of file
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=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/. #
# #
###############################################################################
#see http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
__import__('pkg_resources').declare_namespace(__name__)
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
############################################################################### ###############################################################################
# # # #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment