rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit c91273fa63e381dedde1da333334578043181c62
parent 26a7d3bdaebe3e41ddc7b6fb497b7f711377f608
Author: vaplv <vaplv@free.fr>
Date:   Sun,  5 Oct 2014 18:40:29 +0200

Update the CMakeLists.txt license header

Diffstat:
Mcmake/CMakeLists.txt | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,17 +1,17 @@ # Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) # -# This program is free software: you can redistribute it and/or modify +# This CMake script 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, +# This CMake script 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/>. +# along with this CMake script. If not, see <http://www.gnu.org/licenses/>. cmake_minimum_required(VERSION 2.6) project(rsys C)