star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit fc416cc9c3b8a2fef2422b55415e6633d825103d
parent 904c3375fa214f6ff420c1b7e15f71a5baad7fdf
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 29 Jun 2023 16:45:47 +0200

Add copyright and license to the noweb Makefile

Diffstat:
Mnoweb.mk | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/noweb.mk b/noweb.mk @@ -1,3 +1,18 @@ +# Copyright (C) 2023 |Méso|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 +# 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/>. + # Configuration macros NOWEB_TAG=092ecb7 NOWEB_URL=https://github.com/nrnrnr/noweb