From 15cd434e4b8713a8d9535813efb916006b8a9bc9 Mon Sep 17 00:00:00 2001 From: mm Date: Mon, 29 Jul 2019 12:44:15 +0100 Subject: [PATCH] Update copyright and license --- CMakeLists.txt | 20 ++++++++++++- LICENSE => COPYING | 0 doc/Doxyfile | 43 ++++++++++++++++++--------- doc/openGJKcustomfooter.html | 31 ++++++++++++++++++-- doc/openGJKcustomheader.html | 32 +++++++++++++++++++- doc/openGJKcustomstyle.css | 30 ++++++++++++++++++- example1_c/CMakeLists.txt | 21 +++++++++++-- example1_c/main.c | 55 +++++++++++++++++++++++------------ example2_mex/main.m | 24 +++++++++++++-- example2_mex/runme.m | 21 +++++++++++-- example3_csharp/main.cs | 30 +++++++++++++++++++ lib/CMakeLists.txt | 20 ++++++++++++- lib/ext/predicates.h | 31 ++++++++++++++++++-- lib/include/openGJK/openGJK.h | 48 ++++++++++++++++++++---------- lib/src/openGJK.c | 55 +++++++++++++++++++++++------------ 15 files changed, 378 insertions(+), 83 deletions(-) rename LICENSE => COPYING (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc7fdd8..591e8be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,25 @@ # # # # # # ## # # # # # # # # #### # ###### # # ##### ##### # # # # # -# Mattia Montanari | University of Oxford 2018 # +# This file is part of openGJK. # +# # +# openGJK 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 # +# any later version. # +# # +# openGJK 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 Foobar. If not, see . # +# # +# openGJK: open-source Gilbert-Johnson-Keerthi algorithm # +# Copyright (C) Mattia Montanari 2018 - 2019 # +# http://iel.eng.ox.ac.uk/?page_id=504 # +# # # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # cmake_minimum_required(VERSION 3.5) diff --git a/LICENSE b/COPYING similarity index 100% rename from LICENSE rename to COPYING diff --git a/doc/Doxyfile b/doc/Doxyfile index 5598df3..582a2b4 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1,17 +1,32 @@ -# Doxyfile 1.8.14 - -# This file describes the settings to be used by the documentation system -# doxygen (www.doxygen.org) for a project. -# -# All text after a double hash (##) is considered a comment and is placed in -# front of the TAG it is preceding. -# -# All text after a single hash (#) is considered a comment and will be ignored. -# The format is: -# TAG = value [value, ...] -# For lists, items can also be appended using: -# TAG += value [value, ...] -# Values that contain spaces should be placed between quotes (\" \"). +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # +# ##### # # # # +# #### ##### ###### # # # # # # # # +# # # # # # ## # # # # # # +# # # # # ##### # # # # #### # ### # +# # # ##### # # # # # # # # # # # +# # # # # # ## # # # # # # # +# #### # ###### # # ##### ##### # # # +# # +# This file is part of openGJK. # +# # +# openGJK 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 # +# any later version. # +# # +# openGJK 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 Foobar. If not, see . # +# # +# openGJK: open-source Gilbert-Johnson-Keerthi algorithm # +# Copyright (C) Mattia Montanari 2018 - 2019 # +# http://iel.eng.ox.ac.uk/?page_id=504 # +# # +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # #--------------------------------------------------------------------------- # Project related configuration options diff --git a/doc/openGJKcustomfooter.html b/doc/openGJKcustomfooter.html index 152fb77..6662fcb 100644 --- a/doc/openGJKcustomfooter.html +++ b/doc/openGJKcustomfooter.html @@ -1,5 +1,32 @@ - - +