diff options
author | Tartalo <none@none> | 2010-06-09 15:39:34 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-06-09 15:39:34 +0200 |
commit | 2457c5a174e145b0812479c63bf56f3cdd03a79d (patch) | |
tree | 59810bfae40675998957d0d5c290df9e0981572e /src/CMakeLists.txt | |
parent | 767d9b4091ca2b60ea90542847677f6c68164576 (diff) |
Add copyright notes to CMake files
--HG--
branch : trunk
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 205a3961677..76c3de027eb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,13 @@ +# Copyright (C) 2005-2010 Trinity <http://www.trinitycore.org/> +# +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + add_subdirectory(server) if(DO_TOOLS) |