aboutsummaryrefslogtreecommitdiff
path: root/cmake/MergeStaticLibs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/MergeStaticLibs.cmake')
-rw-r--r--cmake/MergeStaticLibs.cmake13
1 files changed, 12 insertions, 1 deletions
diff --git a/cmake/MergeStaticLibs.cmake b/cmake/MergeStaticLibs.cmake
index 346687a72..858a026a3 100644
--- a/cmake/MergeStaticLibs.cmake
+++ b/cmake/MergeStaticLibs.cmake
@@ -1,4 +1,15 @@
+# Copyright (C) 2012 Modelon AB
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the BSD style license.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# FMILIB_License.txt file for more details.
+
+# You should have received a copy of the FMILIB_License.txt file
+# along with this program. If not, contact Modelon AB <http://www.modelon.com>.
# Merge_static_libs(outlib lib1 lib2 ... libn) merges a number of static
# libs into a single static library
@@ -115,4 +126,4 @@ EXECUTE_PROCESS(COMMAND ls .
COMMAND ${CMAKE_COMMAND} -E copy ${dummyfile}.base ${dummyfile}
DEPENDS ${libs} ${extrafiles})
- endfunction()
+ endfunction() \ No newline at end of file