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

Commit 11abacf

Browse files
authored
License consistency across project (#464)
* License consistency across project - replace verbose license with shorter form pointing to top level license file - add license to missing files
1 parent 5fd38f6 commit 11abacf

File tree

183 files changed

+997
-2297
lines changed

Some content is hidden

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

183 files changed

+997
-2297
lines changed

CMake/AddCLI11Submodule.cmake

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

CMake/AddHpcCodingConvSubmodule.cmake

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

CMake/AddMod2cSubmodule.cmake

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

CMake/AddNmodlSubmodule.cmake

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

CMake/AddRandom123Submodule.cmake

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

CMake/CMakeDetermineISPCCompiler.cmake

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

CMake/CMakeISPCCompiler.cmake.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# =============================================================================
2+
# Copyright (C) 2016-2021 Blue Brain Project
3+
#
4+
# See top-level LICENSE file for details.
5+
# =============================================================================
6+
17
set(CMAKE_ISPC_COMPILER "@CMAKE_ISPC_COMPILER@")
28
set(CMAKE_ISPC_COMPILER_LOADED 1)
39
set(CMAKE_ISPC_SOURCE_FILE_EXTENSIONS @CMAKE_ISPC_SOURCE_FILE_EXTENSIONS@)

CMake/CMakeISPCInformation.cmake

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

CMake/CMakeTestISPCCompiler.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# =============================================================================
2+
# Copyright (C) 2016-2021 Blue Brain Project
3+
#
4+
# See top-level LICENSE file for details.
5+
# =============================================================================
6+
17
include(CMakeTestCompilerCommon)
28
if(CMAKE_ISPC_COMPILER_FORCED)
39
# ~~~

CMake/CrayPortability.cmake

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

0 commit comments

Comments
 (0)