mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
VLC makefiles: mention GPL license
Change-Id: Iaa7a554d2c66857bfe791b9c14e09d36d7ec773d Tuleap: #350
This commit is contained in:
@ -1,7 +1,20 @@
|
|||||||
# Main makefile for VLC 3rd party libraries ("contrib")
|
# Main makefile for VLC 3rd party libraries ("contrib")
|
||||||
# Copyright (C) 2003-2011 the VideoLAN team
|
# 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
|
all: install
|
||||||
|
|
||||||
|
@ -1,6 +1,19 @@
|
|||||||
# Copyright (C) 2003-2011 the VideoLAN team
|
# 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
|
include packages.mak
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user