diff --git a/.gitignore b/.gitignore index e5aec11937aaca6bf9c276382e02ed40798c87ab..42b783f9b878f388e3bbcdef1c7c921d5f702f74 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ coverage.xml .project .pydevproject user_makefile +dist diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/bibi/bibi_music_config.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/bibi/bibi_music_config.py index 0660969bdffef758d6c0706ef399f9323f272485..e910778c1f1353b99be39453bbf380de23dbad46 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/bibi/bibi_music_config.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/bibi/bibi_music_config.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICBrainLoader.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICBrainLoader.py index 51e4a6655b230e8d29ecaf3704aa659e96e11396..7829aafc9bf5152d919deddd4f13391dd4d805b1 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICBrainLoader.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICBrainLoader.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICPyNNCommunicationAdapter.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICPyNNCommunicationAdapter.py index 106022897121be32f450941336dcac6cd36c8193..c463006bb24e581b3d907598fc21c12a6792f23a 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICPyNNCommunicationAdapter.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICPyNNCommunicationAdapter.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICPyNNControlAdapter.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICPyNNControlAdapter.py index 76d1ff91c46104120bc308f6d1d5b8316c03b181..955e4f627f6d3880da9161d8e78c3dc855effe79 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICPyNNControlAdapter.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/cle/MUSICPyNNControlAdapter.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICBrainProcess.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICBrainProcess.py index fdbc75cec47d09f0d146bc110ccd15084e07ca19..76034327179229fe37d07a3a4e80777a415a9e95 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICBrainProcess.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICBrainProcess.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICLauncher.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICLauncher.py index ae97f52decf335768229696f64c7d171e3e8e713..4714ac87a7417238bcffe2b8c8c732c5f94fd10d 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICLauncher.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICLauncher.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICMPILauncher.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICMPILauncher.py index 0843afbefbb3d92d5d723ee909ba5b3735202433..0258084a298347027c543d0436711302d4f96640 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICMPILauncher.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICMPILauncher.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/host/LocalLauncher.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/host/LocalLauncher.py index eb721b0868d2a826d2dea41ec354d67e0b0dce14..93ca47e3d80072a4fc8d1d252c744c61fa56380b 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/host/LocalLauncher.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/host/LocalLauncher.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/host/LuganoLauncher.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/host/LuganoLauncher.py index 2d6da15a2ff37e8dc578819e8fc4613e36573a7c..86e603288a0dfc502cfd0a3a208546d52af8e9d1 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/host/LuganoLauncher.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/host/LuganoLauncher.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/bibi/test_bibi_music_config.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/bibi/test_bibi_music_config.py index 496131ccc63c9f9952c6f7b7a2611ebc04e7b51e..3d30dd7f671cf88221a17852f8d649cc2c4d4447 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/bibi/test_bibi_music_config.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/bibi/test_bibi_music_config.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_brain_loader.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_brain_loader.py index 71a315235da7485beb56b6268071712f8eb4a1ce..65b567a55d6c9693c9d63a9422117582a0cca7aa 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_brain_loader.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_brain_loader.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_communication_adapter.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_communication_adapter.py index f68f898c9800323911f2d7c1470d075193b1b1d7..b6aedc953f661a5a1c5bca1e194f1419e6caba11 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_communication_adapter.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_communication_adapter.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_control_adapter.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_control_adapter.py index c3bf1a034d8df379af7a592386c396f82951cdb5..4dcfa2a2ff9d7ab791ce21c504b733fb65bea5d0 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_control_adapter.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/cle/test_control_adapter.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_interface.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_interface.py index bea9729a729298e071d596ec72dc56a267f2a0fd..3bc6a0f3276deb3f85a190f609b9e5e6cdc3a793 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_interface.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_interface.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_local.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_local.py index a38aa5840017ecee7b86244ab2f9fb8f3dd3463e..0d208361978fbc1033b119a640a27d0662fe9840 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_local.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_local.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_lugano.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_lugano.py index f673a13a59390bedd2a3655c525b4de54ffef2d5..c548b3557824c5f25ca58b7e5ff1857e5be1229c 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_lugano.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/host/test_lugano.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/test_mpi_launcher.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/test_mpi_launcher.py index 55a4925101f55e0312bfd3dd3e5d047c8d809748..1f477e57c264849d3091d32644ee66305c0e3945 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/test_mpi_launcher.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/test_mpi_launcher.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/test_music_launcher.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/test_music_launcher.py index 68e0ce0a049ae2c8d90245515ebce10db6c3f645..a051d9a34214d53c2ed0d8e0f846c4f725b7ff94 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/test_music_launcher.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/tests/launch/test_music_launcher.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/config/music_config.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/config/music_config.py index a9584876adf1e308551cc27988010ed56650ca65..a77db57326dda26967896c3f7bec09a964718f7d 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/config/music_config.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/config/music_config.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/cell_types.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/cell_types.py index cd3a72de935b4d2c8241ed390906ac8cd895d3d8..3af30bd0e575395091b50cce9e47515150d43aad 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/cell_types.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/cell_types.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/connector_factory.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/connector_factory.py index 27a603957b4166edcb4a58ae37bdaa2adacce2f4..cb4f47cd3c4521ccd8e4706902ce9072638dd82a 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/connector_factory.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/connector_factory.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/factory.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/factory.py index 88176e56b3fe0d35311fc281cf60c4f1aa732935..080e94123679c39a28d0c0086854d423813745bd 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/factory.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/factory.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/utils.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/utils.py index 755a1fa306ec8e32fd3c2f4c6de6fdb3b10add6e..5999fcc0145110369e154d0ba85ca3ce35b0fdda 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/utils.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/utils.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/xml_factory.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/xml_factory.py index f7e140804db5edc6067d1c318d7e168edc96c834..340c181583b79a97aee89a13a1fa66ff716b4a12 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/xml_factory.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/pynn/xml_factory.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/schema/generated/music_xml.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/schema/generated/music_xml.py index 75307a790803461131522741cb9ef89642df1cfd..b5c25e0edfb7ae4fcc049c03f71b4c6a887e8208 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/schema/generated/music_xml.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/schema/generated/music_xml.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/config/test_music_config.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/config/test_music_config.py index 29b4867c72095402f0dc986b0cecf097c4d501b3..67d9ca1582d1962017d9dfa97c8ec6e150e7a7e2 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/config/test_music_config.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/config/test_music_config.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/pynn/test_factory.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/pynn/test_factory.py index ddb7d9328953d273d62446f92905a381ce44c8d8..76b34640a43759500314f80ddbab3f076606ff2c 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/pynn/test_factory.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/pynn/test_factory.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/pynn/test_xml_factory.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/pynn/test_xml_factory.py index baa6e1a8b7aeaa9a7050f78f7c34a7b76a9d61cf..8c7074084e7745a2c7e5df85a27f9256457b3b55 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/pynn/test_xml_factory.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/tests/pynn/test_xml_factory.py @@ -1,6 +1,11 @@ # ---LICENSE-BEGIN - DO NOT CHANGE OR MOVE THIS HEADER # This file is part of the Neurorobotics Platform software # Copyright (C) 2014,2015,2016,2017 Human Brain Project +# https://www.humanbrainproject.eu +# +# The Human Brain Project is a European Commission funded project +# in the frame of the Horizon2020 FET Flagship plan. +# http://ec.europa.eu/programmes/horizon2020/en/h2020-section/fet-flagships # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License