Skip to content

Commit

Permalink
fix file copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolos Chalkis committed Jun 18, 2024
1 parent f30407e commit 80c0b1d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions include/preprocess/max_inscribed_ellipsoid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
// Copyright (c) 2012-2024 Vissarion Fisikopoulos
// Copyright (c) 2018-2024 Apostolos Chalkis
// Copyright (c) 2020-2024 Elias Tsigaridas
// Copyright (c) 2021 Vaibhav Thakkar

//Contributed by Apostolos Chalkis
//Contributed and/or modified by Alexandros Manochis, as part of Google Summer of Code 2020 program.
//Contributed and/or modified by Vaibhav Thakkar, as part of Google Summer of Code 2021 program.
//Modified by Apostolos Chalkis

// Licensed under GNU LGPL.3, see LICENCE file


#ifndef MVE_COMPUTATION_TEST_HPP
#define MVE_COMPUTATION_TEST_HPP
#ifndef MVE_COMPUTATION_HPP
#define MVE_COMPUTATION_HPP

#include <utility>
#include <Eigen/Eigen>
Expand Down

0 comments on commit 80c0b1d

Please sign in to comment.