rsys

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

commit 3b8aebd5bec050fd4e4cfe94f92fa92fd8a7a4df
parent d53aac114915485d762d01d6bc2d5cf231d1a666
Author: vaplv <vaplv@free.fr>
Date:   Fri, 19 Sep 2014 22:23:29 +0200

Apply GPL on the CMakeLists.txt file

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,3 +1,18 @@ +# Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) +# +# 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/>. + cmake_minimum_required(VERSION 2.6) project(rsys C) cmake_policy(SET CMP0011 NEW)