X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=Makefile;h=1bdce0a2c7629dc36ffccab648e4b2813bbbc795;hp=f6394241f1f43d555567c7a2d3c9f9b2ce58fe78;hb=db40d75f91d5d332b475a260df8c034103159286;hpb=7e2780052c458a329fc36253b83eb5194ffb7fed diff --git a/Makefile b/Makefile index f639424..1bdce0a 100644 --- a/Makefile +++ b/Makefile @@ -1,23 +1,24 @@ -# dyncnn is a deep-learning algorithm for the prediction of -# interacting object dynamics # -# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ -# Written by Francois Fleuret +# flatland is a simple 2d physical simulator # -# This file is part of dyncnn. +# Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ +# Written by Francois Fleuret # -# dyncnn is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3 as -# published by the Free Software Foundation. +# This file is part of flatland # -# dyncnn 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. +# flatland is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 3 as +# published by the Free Software Foundation. +# +# flatland 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 flatland. If not, see . # -# You should have received a copy of the GNU General Public License -# along with dyncnn. If not, see . ifeq ($(DEBUG),yes) CXXFLAGS = -fPIC -Wall -g -DDEBUG