Changed license to GPL3.

This commit is contained in:
Håvard Pettersson 2014-09-18 18:55:52 +02:00
parent afec545f50
commit 6cdb71e086
23 changed files with 1085 additions and 20 deletions

View file

@ -1,3 +1,22 @@
#
# Copyright (c) 2014 Håvard Pettersson <haavard.pettersson@gmail.com>.
#
# This file is part of Tox-WeeChat.
#
# Tox-WeeChat 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.
#
# Tox-WeeChat 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 Tox-WeeChat. If not, see <http://www.gnu.org/licenses/>.
#
cmake_minimum_required(VERSION 2.8.7)
project(tox-weechat C)