summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBenjamin Eikel <cmake@eikel.org>2012-09-04 14:59:23 (GMT)
committerBrad King <brad.king@kitware.com>2012-09-25 17:52:48 (GMT)
commit38a0f715745257fda16dd748d046fa549a9192d2 (patch)
tree3da84dcb43df33e947ae35b55c10b95e4e21ae4e /Modules
parent020d2131ed53444835f53cdc3d32717121fe162f (diff)
downloadCMake-38a0f715745257fda16dd748d046fa549a9192d2.zip
CMake-38a0f715745257fda16dd748d046fa549a9192d2.tar.gz
CMake-38a0f715745257fda16dd748d046fa549a9192d2.tar.bz2
FindSDL: Add my copyright tag to all FindSDL_* modules
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindSDL.cmake1
-rw-r--r--Modules/FindSDL_image.cmake1
-rw-r--r--Modules/FindSDL_mixer.cmake1
-rw-r--r--Modules/FindSDL_net.cmake1
-rw-r--r--Modules/FindSDL_sound.cmake1
-rw-r--r--Modules/FindSDL_ttf.cmake1
6 files changed, 6 insertions, 0 deletions
diff --git a/Modules/FindSDL.cmake b/Modules/FindSDL.cmake
index 9fb5002..1f5e780 100644
--- a/Modules/FindSDL.cmake
+++ b/Modules/FindSDL.cmake
@@ -55,6 +55,7 @@
#=============================================================================
# Copyright 2003-2009 Kitware, Inc.
+# Copyright 2012 Benjamin Eikel
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
diff --git a/Modules/FindSDL_image.cmake b/Modules/FindSDL_image.cmake
index d176691..f54180d 100644
--- a/Modules/FindSDL_image.cmake
+++ b/Modules/FindSDL_image.cmake
@@ -20,6 +20,7 @@
#=============================================================================
# Copyright 2005-2009 Kitware, Inc.
+# Copyright 2012 Benjamin Eikel
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
diff --git a/Modules/FindSDL_mixer.cmake b/Modules/FindSDL_mixer.cmake
index 1d5839d..7a935c4 100644
--- a/Modules/FindSDL_mixer.cmake
+++ b/Modules/FindSDL_mixer.cmake
@@ -20,6 +20,7 @@
#=============================================================================
# Copyright 2005-2009 Kitware, Inc.
+# Copyright 2012 Benjamin Eikel
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
diff --git a/Modules/FindSDL_net.cmake b/Modules/FindSDL_net.cmake
index 48ac775..59a5d67 100644
--- a/Modules/FindSDL_net.cmake
+++ b/Modules/FindSDL_net.cmake
@@ -20,6 +20,7 @@
#=============================================================================
# Copyright 2005-2009 Kitware, Inc.
+# Copyright 2012 Benjamin Eikel
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
diff --git a/Modules/FindSDL_sound.cmake b/Modules/FindSDL_sound.cmake
index 074f65d..7c4b04e 100644
--- a/Modules/FindSDL_sound.cmake
+++ b/Modules/FindSDL_sound.cmake
@@ -57,6 +57,7 @@
#=============================================================================
# Copyright 2005-2009 Kitware, Inc.
+# Copyright 2012 Benjamin Eikel
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
diff --git a/Modules/FindSDL_ttf.cmake b/Modules/FindSDL_ttf.cmake
index 3a7027d..533b59f 100644
--- a/Modules/FindSDL_ttf.cmake
+++ b/Modules/FindSDL_ttf.cmake
@@ -20,6 +20,7 @@
#=============================================================================
# Copyright 2005-2009 Kitware, Inc.
+# Copyright 2012 Benjamin Eikel
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.