summaryrefslogtreecommitdiffstats
path: root/src/cmake/modules
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-08-22 19:52:34 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-08-27 09:31:29 (GMT)
commit6adb5ade12836064d271868ce5fe16a3e0cc779b (patch)
tree5418f3863325776e426643a8847c1551e4001eb5 /src/cmake/modules
parent1b4b98c918219c5b709f735ca6a4280cd74ee0f7 (diff)
downloadmxe-6adb5ade12836064d271868ce5fe16a3e0cc779b.zip
mxe-6adb5ade12836064d271868ce5fe16a3e0cc779b.tar.gz
mxe-6adb5ade12836064d271868ce5fe16a3e0cc779b.tar.bz2
Copyright headers: point to LICENSE.md and shorten
The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
Diffstat (limited to 'src/cmake/modules')
-rw-r--r--src/cmake/modules/FindFreetype.cmake3
-rw-r--r--src/cmake/modules/FindFriBiDi.cmake3
-rw-r--r--src/cmake/modules/FindSDL.cmake3
-rw-r--r--src/cmake/modules/FindSDL_image.cmake3
-rw-r--r--src/cmake/modules/FindSDL_mixer.cmake3
-rw-r--r--src/cmake/modules/FindSDL_net.cmake3
-rw-r--r--src/cmake/modules/FindSDL_sound.cmake3
-rw-r--r--src/cmake/modules/FindSDL_ttf.cmake3
-rw-r--r--src/cmake/modules/FindTIFF.cmake3
9 files changed, 9 insertions, 18 deletions
diff --git a/src/cmake/modules/FindFreetype.cmake b/src/cmake/modules/FindFreetype.cmake
index 44d0675..43690fe 100644
--- a/src/cmake/modules/FindFreetype.cmake
+++ b/src/cmake/modules/FindFreetype.cmake
@@ -1,5 +1,4 @@
-# This file is part of MXE.
-# See index.html for further information.
+# This file is part of MXE. See LICENSE.md for licensing information.
message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})
diff --git a/src/cmake/modules/FindFriBiDi.cmake b/src/cmake/modules/FindFriBiDi.cmake
index 949665b..6dbfdf8 100644
--- a/src/cmake/modules/FindFriBiDi.cmake
+++ b/src/cmake/modules/FindFriBiDi.cmake
@@ -1,5 +1,4 @@
-# This file is part of MXE.
-# See index.html for further information.
+# This file is part of MXE. See LICENSE.md for licensing information.
message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})
diff --git a/src/cmake/modules/FindSDL.cmake b/src/cmake/modules/FindSDL.cmake
index 791b4af..ed238c8 100644
--- a/src/cmake/modules/FindSDL.cmake
+++ b/src/cmake/modules/FindSDL.cmake
@@ -1,5 +1,4 @@
-# This file is part of MXE.
-# See index.html for further information.
+# This file is part of MXE. See LICENSE.md for licensing information.
message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})
diff --git a/src/cmake/modules/FindSDL_image.cmake b/src/cmake/modules/FindSDL_image.cmake
index 27b6342..8395403 100644
--- a/src/cmake/modules/FindSDL_image.cmake
+++ b/src/cmake/modules/FindSDL_image.cmake
@@ -1,5 +1,4 @@
-# This file is part of MXE.
-# See index.html for further information.
+# This file is part of MXE. See LICENSE.md for licensing information.
message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})
diff --git a/src/cmake/modules/FindSDL_mixer.cmake b/src/cmake/modules/FindSDL_mixer.cmake
index c80d2da..9e4986b 100644
--- a/src/cmake/modules/FindSDL_mixer.cmake
+++ b/src/cmake/modules/FindSDL_mixer.cmake
@@ -1,5 +1,4 @@
-# This file is part of MXE.
-# See index.html for further information.
+# This file is part of MXE. See LICENSE.md for licensing information.
message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})
diff --git a/src/cmake/modules/FindSDL_net.cmake b/src/cmake/modules/FindSDL_net.cmake
index e4be76e..99f70ba 100644
--- a/src/cmake/modules/FindSDL_net.cmake
+++ b/src/cmake/modules/FindSDL_net.cmake
@@ -1,5 +1,4 @@
-# This file is part of MXE.
-# See index.html for further information.
+# This file is part of MXE. See LICENSE.md for licensing information.
message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})
diff --git a/src/cmake/modules/FindSDL_sound.cmake b/src/cmake/modules/FindSDL_sound.cmake
index 0c6d765..58bb776 100644
--- a/src/cmake/modules/FindSDL_sound.cmake
+++ b/src/cmake/modules/FindSDL_sound.cmake
@@ -1,5 +1,4 @@
-# This file is part of MXE.
-# See index.html for further information.
+# This file is part of MXE. See LICENSE.md for licensing information.
message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})
diff --git a/src/cmake/modules/FindSDL_ttf.cmake b/src/cmake/modules/FindSDL_ttf.cmake
index 12362f4..6427cdc 100644
--- a/src/cmake/modules/FindSDL_ttf.cmake
+++ b/src/cmake/modules/FindSDL_ttf.cmake
@@ -1,5 +1,4 @@
-# This file is part of MXE.
-# See index.html for further information.
+# This file is part of MXE. See LICENSE.md for licensing information.
message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})
diff --git a/src/cmake/modules/FindTIFF.cmake b/src/cmake/modules/FindTIFF.cmake
index 6dab2b4..a5a4996 100644
--- a/src/cmake/modules/FindTIFF.cmake
+++ b/src/cmake/modules/FindTIFF.cmake
@@ -1,5 +1,4 @@
-# This file is part of MXE.
-# See index.html for further information.
+# This file is part of MXE. See LICENSE.md for licensing information.
message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})