From 18dac98f4629efe5e8929f6f16761c56d97d08bb Mon Sep 17 00:00:00 2001 From: aviau Date: Fri, 8 Apr 2016 11:47:27 -0400 Subject: [PATCH] VLC makefiles: mention GPL license Change-Id: Iaa7a554d2c66857bfe791b9c14e09d36d7ec773d Tuleap: #350 --- contrib/src/main.mak | 15 ++++++++++++++- extras/tools/tools.mak | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 7928f2a1d..505d23c8f 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -1,7 +1,20 @@ # Main makefile for VLC 3rd party libraries ("contrib") # Copyright (C) 2003-2011 the VideoLAN team # -# This file is under the same license as the vlc package. +# 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 2 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, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. +# all: install diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak index 2dcbb78f6..9ecd71c8a 100644 --- a/extras/tools/tools.mak +++ b/extras/tools/tools.mak @@ -1,6 +1,19 @@ # Copyright (C) 2003-2011 the VideoLAN team # -# This file is under the same license as the vlc package. +# 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 2 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, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. +# include packages.mak