Skip to content

Commit

Permalink
Merge pull request #382 from favreau/master
Browse files Browse the repository at this point in the history
Updated license to Apache 2.0
  • Loading branch information
favreau authored Jul 11, 2024
2 parents 8d5ba5b + 62a54a8 commit 2302d24
Show file tree
Hide file tree
Showing 622 changed files with 9,050 additions and 13,880 deletions.
25 changes: 10 additions & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# The Blue Brain BioExplorer is a tool for scientists to extract and analyse
# scientific data from visualization
# Copyright 2020 - 2024 Blue Brain Project / EPFL
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# Copyright 2020-2024 Blue BrainProject / EPFL
# http://www.apache.org/licenses/LICENSE-2.0
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later
# version.
#
# This program 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. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)

Expand Down
876 changes: 202 additions & 674 deletions LICENSE.md

Large diffs are not rendered by default.

25 changes: 10 additions & 15 deletions bioexplorer/backend/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# The Blue Brain BioExplorer is a tool for scientists to extract and analyse
# scientific data from visualization
# Copyright 2020 - 2024 Blue Brain Project / EPFL
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# Copyright 2020-2024 Blue BrainProject / EPFL
# http://www.apache.org/licenses/LICENSE-2.0
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later
# version.
#
# This program 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. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# ==============================================================================
# Project
Expand Down
4 changes: 2 additions & 2 deletions bioexplorer/backend/doc/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ externaldoc: https://bluebrain.github.io/BioExplorer/
updated: 23/04/21
maintainers: Cyrille Favreau
name: BioExplorer
license: LGPLv3
license: Apache 2.0
issuesurl: https://github.com/BlueBrain/BioExplorer/issues
version: 1.3.0
version: 1.8.0
contributors: Cyrille Favreau
minor: 1
---
35 changes: 14 additions & 21 deletions bioexplorer/backend/module/ispc/renderer/DensityRenderer.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
/*
*
* The Blue Brain BioExplorer is a tool for scientists to extract and analyse
* scientific data from visualization
*
* This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
*
* Copyright 2020-2024 Blue BrainProject / EPFL
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program 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. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
Copyright 2020 - 2024 Blue Brain Project / EPFL
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#include "DensityRenderer.h"

Expand Down
35 changes: 14 additions & 21 deletions bioexplorer/backend/module/ispc/renderer/DensityRenderer.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
/*
*
* The Blue Brain BioExplorer is a tool for scientists to extract and analyse
* scientific data from visualization
*
* This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
*
* Copyright 2020-2024 Blue BrainProject / EPFL
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program 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. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
Copyright 2020 - 2024 Blue Brain Project / EPFL
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#pragma once

Expand Down
35 changes: 14 additions & 21 deletions bioexplorer/backend/module/ispc/renderer/PathTracingRenderer.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
/*
*
* The Blue Brain BioExplorer is a tool for scientists to extract and analyse
* scientific data from visualization
*
* This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
*
* Copyright 2020-2024 Blue BrainProject / EPFL
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program 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. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
Copyright 2020 - 2024 Blue Brain Project / EPFL
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#include "PathTracingRenderer.h"

Expand Down
35 changes: 14 additions & 21 deletions bioexplorer/backend/module/ispc/renderer/PathTracingRenderer.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
/*
*
* The Blue Brain BioExplorer is a tool for scientists to extract and analyse
* scientific data from visualization
*
* This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
*
* Copyright 2020-2024 Blue BrainProject / EPFL
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program 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. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
Copyright 2020 - 2024 Blue Brain Project / EPFL
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#pragma once

Expand Down
35 changes: 14 additions & 21 deletions bioexplorer/backend/module/ispc/renderer/VoxelRenderer.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
/*
*
* The Blue Brain BioExplorer is a tool for scientists to extract and analyse
* scientific data from visualization
*
* This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
*
* Copyright 2020-2024 Blue BrainProject / EPFL
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program 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. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
Copyright 2020 - 2024 Blue Brain Project / EPFL
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "VoxelRenderer.h"

#include <science/common/Properties.h>
Expand Down
35 changes: 14 additions & 21 deletions bioexplorer/backend/module/ispc/renderer/VoxelRenderer.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
/*
*
* The Blue Brain BioExplorer is a tool for scientists to extract and analyse
* scientific data from visualization
*
* This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
*
* Copyright 2020-2024 Blue BrainProject / EPFL
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program 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. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
Copyright 2020 - 2024 Blue Brain Project / EPFL
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
/*
*
* The Blue Brain BioExplorer is a tool for scientists to extract and analyse
* scientific data from visualization
*
* This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
*
* Copyright 2020-2024 Blue BrainProject / EPFL
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program 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. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
Copyright 2020 - 2024 Blue Brain Project / EPFL
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#include "GolgiStyleRenderer.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
/*
*
* The Blue Brain BioExplorer is a tool for scientists to extract and analyse
* scientific data from visualization
*
* This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
*
* Copyright 2020-2024 Blue BrainProject / EPFL
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program 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. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
Copyright 2020 - 2024 Blue Brain Project / EPFL
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#pragma once

Expand Down
Loading

0 comments on commit 2302d24

Please sign in to comment.