diff --git a/cmake-d/CMakeDInformation.cmake b/cmake-d/CMakeDInformation.cmake index 010387d..d81bf90 100644 --- a/cmake-d/CMakeDInformation.cmake +++ b/cmake-d/CMakeDInformation.cmake @@ -1,13 +1,14 @@ # # CMakeD - CMake module for D Language # -# Copyright (c) 2007, Selman Ulug +# Copyright (c) 2013, Selman Ulug # Tim Burrell # Steve King +# Dragos Carp # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # # Modified from CMake 2.6.5 CMakeCInformation.cmake # See http://www.cmake.org/HTML/Copyright.html for details diff --git a/cmake-d/CMakeDetermineDCompiler.cmake b/cmake-d/CMakeDetermineDCompiler.cmake index 19b5467..647f401 100644 --- a/cmake-d/CMakeDetermineDCompiler.cmake +++ b/cmake-d/CMakeDetermineDCompiler.cmake @@ -1,12 +1,13 @@ # # CMakeD - CMake module for D Language # -# Copyright (c) 2007, Selman Ulug +# Copyright (c) 2013, Selman Ulug # Tim Burrell +# Dragos Carp # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # # Modified from CMake 2.6.5 CMakeDetermineCCompiler.cmake # See http://www.cmake.org/HTML/Copyright.html for details diff --git a/cmake-d/CMakeLists.txt b/cmake-d/CMakeLists.txt index d317302..2fb0552 100644 --- a/cmake-d/CMakeLists.txt +++ b/cmake-d/CMakeLists.txt @@ -1,12 +1,13 @@ # # CMakeD - CMake module for D Language # -# Copyright (c) 2007, Selman Ulug +# Copyright (c) 2013, Selman Ulug # Tim Burrell +# Dragos Carp # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # CMAKE_MINIMUM_REQUIRED(VERSION 2.8.1) PROJECT (cmake-d NONE) diff --git a/cmake-d/CMakeTestDCompiler.cmake b/cmake-d/CMakeTestDCompiler.cmake index 71956db..3992d7f 100644 --- a/cmake-d/CMakeTestDCompiler.cmake +++ b/cmake-d/CMakeTestDCompiler.cmake @@ -3,10 +3,11 @@ # # Copyright (c) 2007, Selman Ulug # Tim Burrell +# Dragos Carp # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # # Modified from CMake 2.6.5 CMakeTestCCompiler.cmake # See http://www.cmake.org/HTML/Copyright.html for details diff --git a/cmake-d/Copyright.txt b/cmake-d/Copyright.txt deleted file mode 100644 index 59051ed..0000000 --- a/cmake-d/Copyright.txt +++ /dev/null @@ -1,30 +0,0 @@ -CMakeD - CMake module for D Language - -Copyright (c) 2007, Selman Ulug - Tim Burrell - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior written - permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/cmake-d/FindGDCPath.cmake b/cmake-d/FindGDCPath.cmake index e388ffa..17d0d6f 100644 --- a/cmake-d/FindGDCPath.cmake +++ b/cmake-d/FindGDCPath.cmake @@ -1,21 +1,27 @@ # # CMakeD - CMake module for D Language # -# Copyright (c) 2007, Selman Ulug +# Copyright (c) 2013, Selman Ulug # Tim Burrell +# Dragos Carp # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # - - # - Find GDC Include Path # # GDC_INCLUDE_PATH = path to where object.d is found # SET(GDC_POSSIBLE_INCLUDE_PATHS + /usr/include/d/4.8.2 + /usr/include/d/4.8.1 + /usr/include/d/4.8.0 + /usr/include/d/4.7.3 + /usr/include/d/4.7.2 + /usr/include/d/4.7.1 + /usr/include/d/4.7.0 /usr/include/d/4.2.1 /usr/include/d/4.2.0 /usr/include/d/4.1.2 diff --git a/cmake-d/Platform/Linux-dmd.cmake b/cmake-d/Platform/Linux-dmd.cmake index ecc4232..f6628c5 100644 --- a/cmake-d/Platform/Linux-dmd.cmake +++ b/cmake-d/Platform/Linux-dmd.cmake @@ -6,7 +6,7 @@ # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # # Modified from CMake 2.6.5 gcc.cmake # See http://www.cmake.org/HTML/Copyright.html for details diff --git a/cmake-d/Platform/Linux-gdc.cmake b/cmake-d/Platform/Linux-gdc.cmake index bef5183..0d363aa 100644 --- a/cmake-d/Platform/Linux-gdc.cmake +++ b/cmake-d/Platform/Linux-gdc.cmake @@ -6,7 +6,7 @@ # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # # Modified from CMake 2.6.5 gcc.cmake # See http://www.cmake.org/HTML/Copyright.html for details diff --git a/cmake-d/Platform/Windows-dmd.cmake b/cmake-d/Platform/Windows-dmd.cmake index dbb18e2..c4e53af 100644 --- a/cmake-d/Platform/Windows-dmd.cmake +++ b/cmake-d/Platform/Windows-dmd.cmake @@ -6,7 +6,7 @@ # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # # Modified from CMake 2.6.5 gcc.cmake # See http://www.cmake.org/HTML/Copyright.html for details diff --git a/cmake-d/Platform/Windows-gdc.cmake b/cmake-d/Platform/Windows-gdc.cmake index 63799b0..6f8fcc3 100644 --- a/cmake-d/Platform/Windows-gdc.cmake +++ b/cmake-d/Platform/Windows-gdc.cmake @@ -6,7 +6,7 @@ # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # # Modified from CMake 2.6.5 gcc.cmake # See http://www.cmake.org/HTML/Copyright.html for details diff --git a/cmake-d/UseDDeps.cmake b/cmake-d/UseDDeps.cmake index 85d8759..6374ae1 100644 --- a/cmake-d/UseDDeps.cmake +++ b/cmake-d/UseDDeps.cmake @@ -4,7 +4,7 @@ # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # macro(add_executable_with_dependencies _target) diff --git a/cmake-d/UseDDoc.cmake b/cmake-d/UseDDoc.cmake index fa250c8..589aed6 100644 --- a/cmake-d/UseDDoc.cmake +++ b/cmake-d/UseDDoc.cmake @@ -4,7 +4,7 @@ # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # # Do not build documentation by default diff --git a/cmake-d/UseDUnittest.cmake b/cmake-d/UseDUnittest.cmake index 880dcf9..1757ee6 100644 --- a/cmake-d/UseDUnittest.cmake +++ b/cmake-d/UseDUnittest.cmake @@ -4,7 +4,7 @@ # # All rights reserved. # -# See Copyright.txt for details. +# See LICENSE for details. # macro(add_unittests _sourcefile)