Skip to content

Commit

Permalink
Change Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Jun 13, 2019
1 parent bf42195 commit 08ddc6d
Show file tree
Hide file tree
Showing 355 changed files with 1,075 additions and 4,906 deletions.
31 changes: 11 additions & 20 deletions data/points/generator/aurelien_alvarez_surfaces_in_R8.py
@@ -1,28 +1,19 @@
# This file is part of the Gudhi Library. The Gudhi library
# (Geometric Understanding in Higher Dimensions) is a generic C++
# library for computational topology.
#
# Author(s): Aurélien Alvarez
#
# Copyright (C) 2016 Université d'Orléans (France)
#
# 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 <http://www.gnu.org/licenses/>.
#!/usr/bin/env python

import numpy as np
import random
from math import factorial

"""This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
Author(s): Aurélien Alvarez
Copyright (C) 2016 Université d'Orléans (France)
Modification(s):
- YYYY/MM Author: Description of the modification
"""

I = complex(0,1)

#################################################
Expand Down
20 changes: 4 additions & 16 deletions src/Alpha_complex/concept/SimplicialComplexForAlpha.h
@@ -1,23 +1,11 @@
/* This file is part of the Gudhi Library. The Gudhi library
* (Geometric Understanding in Higher Dimensions) is a generic C++
* library for computational topology.
*
/* This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
* See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
* Author(s): Vincent Rouvreau
*
* Copyright (C) 2016 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#ifndef CONCEPT_ALPHA_COMPLEX_SIMPLICIAL_COMPLEX_FOR_ALPHA_H_
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/concept/SimplicialComplexForAlpha3d.h
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2018 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#ifndef CONCEPT_ALPHA_COMPLEX_SIMPLICIAL_COMPLEX_FOR_ALPHA_3D_H_
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/doc/Intro_alpha_complex.h
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#ifndef DOC_ALPHA_COMPLEX_INTRO_ALPHA_COMPLEX_H_
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/include/gudhi/Alpha_complex.h
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#ifndef ALPHA_COMPLEX_H_
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2018 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#ifndef ALPHA_COMPLEX_3D_H_
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/include/gudhi/Alpha_complex_options.h
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2018 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#ifndef ALPHA_COMPLEX_OPTIONS_H_
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/test/Alpha_complex_3d_unit_test.cpp
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#define BOOST_TEST_DYN_LINK
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/test/Alpha_complex_unit_test.cpp
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#define BOOST_TEST_DYN_LINK
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/test/Periodic_alpha_complex_3d_unit_test.cpp
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#define BOOST_TEST_DYN_LINK
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/test/Weighted_alpha_complex_3d_unit_test.cpp
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#define BOOST_TEST_DYN_LINK
Expand Down
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#define BOOST_TEST_DYN_LINK
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2014 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#include <boost/program_options.hpp>
Expand Down
14 changes: 2 additions & 12 deletions src/Alpha_complex/utilities/alpha_complex_persistence.cpp
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2016 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#include <boost/program_options.hpp>
Expand Down
14 changes: 2 additions & 12 deletions src/Bitmap_cubical_complex/doc/Gudhi_Cubical_Complex_doc.h
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/


Expand Down
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

// for persistence algorithm
Expand Down
14 changes: 2 additions & 12 deletions src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
Expand Up @@ -6,18 +6,8 @@
*
* Copyright (C) 2015 Inria
*
* 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 <http://www.gnu.org/licenses/>.
* Modification(s):
* - YYYY/MM Author: Description of the modification
*/

#ifndef BITMAP_CUBICAL_COMPLEX_H_
Expand Down

0 comments on commit 08ddc6d

Please sign in to comment.