Skip to content
Snippets Groups Projects
Commit 63bd8d27 authored by Martin Bellgardt's avatar Martin Bellgardt
Browse files

Change the license headers of (hopefully) all files that contain one

Change LICENSE file
Add the script that was used, in case the license needs to be switched again
closes #226
parent 5bbca41e
Branches
Tags
1 merge request!63Feature/#226 switch to bsd 3clause
Showing
with 102 additions and 83 deletions
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
cmake_minimum_required(VERSION 3.8.2) cmake_minimum_required(VERSION 3.8.2)
......
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# ConanHelpers.cmake # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# only for this file
# #
# Licensed under the 3-Clause BSD License (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# https://opensource.org/licenses/BSD-3-Clause # https://opensource.org/licenses/BSD-3-Clause
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
#download/build the missing dependencies #download/build the missing dependencies
include(conan) include(conan)
......
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
function(GENERATE_CONFIGURE_FILES TARGET) function(GENERATE_CONFIGURE_FILES TARGET)
# config for the build tree # config for the build tree
......
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
include(CTest) include(CTest)
enable_testing() enable_testing()
......
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# flags for default warning levels # flags for default warning levels
set(WARNING_LEVELS_RWTH_CLANG set(WARNING_LEVELS_RWTH_CLANG
......
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
set(CPPCHECK_COMMAND NOTFOUND) set(CPPCHECK_COMMAND NOTFOUND)
find_program(CPPCHECK_COMMAND NAMES cppcheck cppcheck.exe find_program(CPPCHECK_COMMAND NAMES cppcheck cppcheck.exe
......
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
find_package(PythonInterp 2.7 REQUIRED) find_package(PythonInterp 2.7 REQUIRED)
if(NOT PYTHON_EXECUTABLE) if(NOT PYTHON_EXECUTABLE)
......
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
from conans import ConanFile, CMake from conans import ConanFile, CMake
......
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
add_subdirectory(viewer) add_subdirectory(viewer)
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
file(GLOB VIEWER_SOURCES src/*.cpp) file(GLOB VIEWER_SOURCES src/*.cpp)
file(GLOB VIEWER_HEADERS src/*.hpp) file(GLOB VIEWER_HEADERS src/*.hpp)
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// License // License
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the 3-Clause BSD License (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// See the file LICENSE for the full text.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // https://opensource.org/licenses/BSD-3-Clause
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// License // License
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the 3-Clause BSD License (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// See the file LICENSE for the full text.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // https://opensource.org/licenses/BSD-3-Clause
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// License // License
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the 3-Clause BSD License (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// See the file LICENSE for the full text.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // https://opensource.org/licenses/BSD-3-Clause
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// License // License
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the 3-Clause BSD License (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// See the file LICENSE for the full text.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // https://opensource.org/licenses/BSD-3-Clause
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// License // License
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the 3-Clause BSD License (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// See the file LICENSE for the full text.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // https://opensource.org/licenses/BSD-3-Clause
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
......
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# Project Phoenix # Project Phoenix
# #
# Copyright (c) 2017 RWTH Aachen University, Germany, # Copyright (c) 2017 RWTH Aachen University, Germany,
# Virtual Reality & Immersive Visualisation Group. # Virtual Reality & Immersive Visualisation Group.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
# License # License
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the 3-Clause BSD License (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# See the file LICENSE for the full text.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://opensource.org/licenses/BSD-3-Clause
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#------------------------------------------------------------------------------- #------------------------------------------------------------------------------
file(GLOB PHOENIX_SOURCES phx/*.cpp) file(GLOB PHOENIX_SOURCES phx/*.cpp)
file(GLOB PHOENIX_HEADERS phx/*.hpp) file(GLOB PHOENIX_HEADERS phx/*.hpp)
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// License // License
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the 3-Clause BSD License (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// See the file LICENSE for the full text.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // https://opensource.org/licenses/BSD-3-Clause
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// License // License
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the 3-Clause BSD License (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// See the file LICENSE for the full text.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // https://opensource.org/licenses/BSD-3-Clause
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// License // License
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the 3-Clause BSD License (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// See the file LICENSE for the full text.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // https://opensource.org/licenses/BSD-3-Clause
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// License // License
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the 3-Clause BSD License (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// See the file LICENSE for the full text.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // https://opensource.org/licenses/BSD-3-Clause
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment