diff --git a/CMakeLists.txt b/CMakeLists.txt index acbb550..b99eb08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Human Brain Project +# Copyright (c) 2013-2021, EPFL/Blue Brain Project # Stefan Eilemann # # This file is part of RESTBridge diff --git a/README.md b/README.md index df7efc6..80150e2 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,9 @@ if you find any other issue with this release. make ~~~ +## Funding & Acknowledgment + +The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de +Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology + +Copyright (c) 2008-2021 Blue Brain Project/EPFL diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 8894f95..28f4e00 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Human Brain Project +# Copyright (c) 2013-2021, EPFL/Blue Brain Project # Grigori.Chevtchenko@epfl.ch # # This file is part of RESTBridge diff --git a/apps/RESTBridge.cpp b/apps/RESTBridge.cpp index 40ab23c..22867f7 100644 --- a/apps/RESTBridge.cpp +++ b/apps/RESTBridge.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Human Brain Project +/* Copyright (c) 2013-2021, EPFL/Blue Brain Project * Grigori Chevtchenko * * This file is part of RESTBridge diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index dd000a2..7af4260 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,5 +1,5 @@ - -# Copyright (c) 2015 Cyrille Favreau +# Copyright (c) 2013-2021, EPFL/Blue Brain Project +# Cyrille Favreau install(FILES RelNotes.md StartupGuide.md ../LGPL.txt ../LICENSE.txt DESTINATION ${DOC_DIR} COMPONENT doc) diff --git a/restbridge/CMakeLists.txt b/restbridge/CMakeLists.txt index 734a1bc..d922356 100644 --- a/restbridge/CMakeLists.txt +++ b/restbridge/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Human Brain Project +# Copyright (c) 2013-2021, EPFL/Blue Brain Project # Grigori Chevtchenko # # This file is part of RESTBridge diff --git a/restbridge/Lib/zeq/response.fbs b/restbridge/Lib/zeq/response.fbs index 3273b70..04ca92e 100644 --- a/restbridge/Lib/zeq/response.fbs +++ b/restbridge/Lib/zeq/response.fbs @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Human Brain Project +// Copyright (c) 2013-2021, EPFL/Blue Brain Project // Grigori Chevtchenko // Cyrille Favreau diff --git a/restbridge/RestBridge.cpp b/restbridge/RestBridge.cpp index 13ce451..7754c2f 100644 --- a/restbridge/RestBridge.cpp +++ b/restbridge/RestBridge.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Human Brain Project +/* Copyright (c) 2013-2021, EPFL/Blue Brain Project * Grigori Chevtchenko * Stefan.Eilemann@epfl.ch * diff --git a/restbridge/RestBridge.h b/restbridge/RestBridge.h index cfddba4..7087bf0 100644 --- a/restbridge/RestBridge.h +++ b/restbridge/RestBridge.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Human Brain Project +/* Copyright (c) 2013-2021, EPFL/Blue Brain Project * Grigori Chevtchenko * Stefan.Eilemann@epfl.ch * diff --git a/restbridge/detail/RequestHandler.cpp b/restbridge/detail/RequestHandler.cpp index 9683119..d749302 100644 --- a/restbridge/detail/RequestHandler.cpp +++ b/restbridge/detail/RequestHandler.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Human Brain Project +/* Copyright (c) 2013-2021, EPFL/Blue Brain Project * Cyrille Favreau * Grigori Chevtchenko * diff --git a/restbridge/detail/RequestHandler.h b/restbridge/detail/RequestHandler.h index a31f6de..4029924 100644 --- a/restbridge/detail/RequestHandler.h +++ b/restbridge/detail/RequestHandler.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Human Brain Project +/* Copyright (c) 2013-2021, EPFL/Blue Brain Project * Cyrille Favreau * Grigori Chevtchenko * diff --git a/restbridge/detail/RestZeqTranslator.cpp b/restbridge/detail/RestZeqTranslator.cpp index 3fb73db..7ad8e86 100644 --- a/restbridge/detail/RestZeqTranslator.cpp +++ b/restbridge/detail/RestZeqTranslator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Human Brain Project +/* Copyright (c) 2013-2021, EPFL/Blue Brain Project * Grigori Chevtchenko * * This file is part of RESTBridge diff --git a/restbridge/detail/RestZeqTranslator.h b/restbridge/detail/RestZeqTranslator.h index e9f0cd2..3148ed7 100644 --- a/restbridge/detail/RestZeqTranslator.h +++ b/restbridge/detail/RestZeqTranslator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Human Brain Project +/* Copyright (c) 2013-2021, EPFL/Blue Brain Project * Grigori Chevtchenko * * This file is part of RESTBridge diff --git a/restbridge/log.h b/restbridge/log.h index 4c2d678..8aad8b2 100644 --- a/restbridge/log.h +++ b/restbridge/log.h @@ -1,5 +1,5 @@ -/* Copyright (c) 2014-2015, Human Brain Project - * Cyrille Favreau +/* Copyright (c) 2013-2021, EPFL/Blue Brain Project + * Cyrille Favreau * * This file is part of RESTBridge * diff --git a/restbridge/types.h b/restbridge/types.h index c80f4e7..c4b453a 100644 --- a/restbridge/types.h +++ b/restbridge/types.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Human Brain Project +/* Copyright (c) 2013-2021, EPFL/Blue Brain Project * Grigori Chevtchenko * * This file is part of RESTBridge