Add copyright header to CMakeLists.txt

Nicolas Hake 2011-08-31 23:20:17 +02:00
parent 1efeb3af84
commit 021f464365
1 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,26 @@
# OpenClonk, http://www.openclonk.org
#
# Copyright (c) 2009-2011 Günther Brammer
# Copyright (c) 2009-2011 Nicolas Hake
# Copyright (c) 2009 David Dormagen
# Copyright (c) 2009-2011 Armin Burgmeier
# Copyright (c) 2009-2010 Sven Eberhardt
# Copyright (c) 2009 Tobias Zwick
# Copyright (c) 2009 Richard Gerum
# Copyright (c) 2010-2011 Peter Wortmann
# Copyright (c) 2010-2011 Martin Plicht
# Copyright (c) 2010 Manuel Riecke
#
# Portions might be copyrighted by other authors who have contributed
# to OpenClonk.
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
# See isc_license.txt for full license and disclaimer.
#
# "Clonk" is a registered trademark of Matthes Bender.
# See clonk_trademark_license.txt for full license.
cmake_minimum_required (VERSION 2.6.0)
project (clonk CXX C)