star-cpr

Clip 2D meshes with 2D polygons
git clone git://git.meso-star.fr/star-cpr.git
Log | Files | Refs | README | LICENSE

commit 5cba909863e516e0e0df53ba379da26b67cc24c6
parent da676844a8bc3ef7f768b76e18c84ef8accf4ad2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 29 Aug 2016 15:22:58 +0200

Transfert the Copyright to |Meso|Star>

Diffstat:
MREADME.md | 10+++++-----
Mcmake/CMakeLists.txt | 2+-
Msrc/cpr.h | 2+-
Msrc/cpr_mesh.c | 2+-
Msrc/test_cpr_clip.c | 2+-
Msrc/test_cpr_mesh.c | 2+-
Msrc/test_cpr_utils.h | 2+-
7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md @@ -12,14 +12,14 @@ depends on the [RSys](https://gitlab.com/vaplv/rsys/#tab-readme), and the [Polygon](https://gitlab.Com/vaplv/polygon/#tab-readme) libraries. First ensure that CMake is installed on your system. Then install the RCMake -package as well as all the RSys and Polygon prerequisites. Then generate the +package as well as all the RSys and Polygon prerequisites. Then generate the project from the `cmake/CMakeLists.txt` file by appending to the `CMAKE_PREFIX_PATH` variable the install directories of its dependencies. ## License -Clipper is Copyright (C) 2016 Vincent Forest (vaplv@free.fr). It is a free -software released under the [OSI](https://opensource.org)-approved GPL v3+ -license. You are welcome to redistribute it under certain conditions; refer to -the COPYING file for details. +Clipper is Copyright (C) |Meso|Star> 2016 (<contact@meso-star.com>). It is a +free software released under the [OSI](http://opensource.org)-approved GPL v3+ +license. You are welcome to redistribute it under certain conditions; +refer to the COPYING file for details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2016 |Meso|Star> (contact@meso-star.com) # # 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 diff --git a/src/cpr.h b/src/cpr.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) * * 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 diff --git a/src/cpr_mesh.c b/src/cpr_mesh.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) * * 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 diff --git a/src/test_cpr_clip.c b/src/test_cpr_clip.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) * * 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 diff --git a/src/test_cpr_mesh.c b/src/test_cpr_mesh.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) * * 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 diff --git a/src/test_cpr_utils.h b/src/test_cpr_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) * * 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