commit f8d27388ccd829bda51923066a160d5956b2ced2
parent 971a579582be1778c72ccb52efbe2dd52ebb9327
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 21 Mar 2023 14:39:43 +0100
Small update of the license notice in the POSIX Make
Keep only the normal text, i.e. remove all mention of Star-3D.
Diffstat:
3 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,8 +1,5 @@
# Copyright (C) 2015-2021 |Meso|Star> (contact@meso-star.com)
#
-# This software is a computer program whose purpose is to generate files used
-# to build the Star-3D library.
-#
# This software is governed by the CeCILL license under French law and
# abiding by the rules of distribution of free software. You can use,
# modify and/or redistribute the software under the terms of the CeCILL
diff --git a/make.sh b/make.sh
@@ -2,9 +2,6 @@
# Copyright (C) 2015-2021 |Meso|Star> (contact@meso-star.com)
#
-# This software is a computer program whose purpose is to generate files used
-# to build the Star-3D library.
-#
# This software is governed by the CeCILL license under French law and
# abiding by the rules of distribution of free software. You can use,
# modify and/or redistribute the software under the terms of the CeCILL
diff --git a/s3d.pc.in b/s3d.pc.in
@@ -7,5 +7,5 @@ Requires.private: embree >= @EMBREE_VERSION@
Name: Star-3D
Description: Star-3D library
Version: @VERSION@
-Libs: -L${libdir} -ls3d
+Libs: -L${libdir} -ls3d
CFlags: -I${includedir}