Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit c7a186b

Browse files
authored
Update credits and license text (#482)
* Updated credits in all files and README.md * Added proper copyright message in README.md and LICENSE.md * Latest pip 0.21 issue with python 3.5
1 parent 58306a0 commit c7a186b

File tree

163 files changed

+165
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+165
-163
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ install:
153153
fi
154154
# install documentation dependencies
155155
- if [ "$BUILD_DOCUMENTATION" = "ON" ] && [ "$TRAVIS_OS_NAME" == "linux" ]; then
156-
pip3 install --upgrade pip;
156+
pip3 install --upgrade "pip < 21.0";
157157
pip3 install --user -r docs/docs_requirements.txt --upgrade;
158158
fi
159159
#=============================================================================

CMake/CMakeISPCCompiler.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =============================================================================
2-
# Copyright (C) 2016-2021 Blue Brain Project
2+
# Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
33
#
44
# See top-level LICENSE file for details.
55
# =============================================================================

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =============================================================================
2-
# Copyright (C) 2016-2021 Blue Brain Project
2+
# Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
33
#
44
# See top-level LICENSE file for details.
55
# =============================================================================

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2021, Blue Brain Project
1+
Copyright (c) 2016 - 2021, Blue Brain Project/EPFL
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

README.md

Lines changed: 3 additions & 1 deletion

coreneuron/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =============================================================================
2-
# Copyright (C) 2016-2021 Blue Brain Project
2+
# Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
33
#
44
# See top-level LICENSE file for details.
55
# =============================================================================

coreneuron/apps/coreneuron.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
# =============================================================================
3-
# Copyright (C) 2016-2021 Blue Brain Project
3+
# Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
44
#
55
# See top-level LICENSE file for details.
66
# =============================================================================.

coreneuron/apps/corenrn_parameters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
# =============================================================================
3-
# Copyright (C) 2016-2021 Blue Brain Project
3+
# Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
44
#
55
# See top-level LICENSE file for details.
66
# =============================================================================.

coreneuron/apps/corenrn_parameters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
# =============================================================================
3-
# Copyright (C) 2016-2021 Blue Brain Project
3+
# Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
44
#
55
# See top-level LICENSE file for details.
66
# =============================================================================.

coreneuron/apps/main1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
# =============================================================================
3-
# Copyright (C) 2016-2021 Blue Brain Project
3+
# Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
44
#
55
# See top-level LICENSE file for details.
66
# =============================================================================.

0 commit comments

Comments
 (0)