]> git.lyx.org Git - features.git/commitdiff
add copyright notice
authorPeter Kümmel <syntheticpp@gmx.net>
Fri, 15 Sep 2006 17:05:20 +0000 (17:05 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Fri, 15 Sep 2006 17:05:20 +0000 (17:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15012 a592a061-630c-0410-9148-cb99ea01b6c8

29 files changed:
development/cmake/CMakeLists.txt
development/cmake/ConfigureChecks.cmake
development/cmake/boost/CMakeLists.txt
development/cmake/boost/libs/CMakeLists.txt
development/cmake/boost/libs/filesystem/CMakeLists.txt
development/cmake/boost/libs/iostreams/CMakeLists.txt
development/cmake/boost/libs/regex/CMakeLists.txt
development/cmake/boost/libs/signals/CMakeLists.txt
development/cmake/intl/CMakeLists.txt
development/cmake/modules/FindASPELL.cmake
development/cmake/modules/FindGNUWIN32.cmake
development/cmake/modules/FindICONV.cmake
development/cmake/modules/FindQt4.cmake
development/cmake/modules/FindZLIB.cmake
development/cmake/modules/LyXMacros.cmake
development/cmake/modules/LyXPaths.cmake
development/cmake/modules/LyXuic.cmake
development/cmake/modules/MacroAddFileDependencies.cmake
development/cmake/modules/ProjectSourceGroup.cmake
development/cmake/src/CMakeLists.txt
development/cmake/src/frontends/CMakeLists.txt
development/cmake/src/frontends/controllers/CMakeLists.txt
development/cmake/src/frontends/qt3/CMakeLists.txt
development/cmake/src/frontends/qt4/CMakeLists.txt
development/cmake/src/graphics/CMakeLists.txt
development/cmake/src/insets/CMakeLists.txt
development/cmake/src/mathed/CMakeLists.txt
development/cmake/src/support/CMakeLists.txt
development/cmake/src/tex2lyx/CMakeLists.txt

index bfa27f8307859c7e8fc0622d0c44e45cf89e61b3..5fb849019cf00e116e227be6e322216cd5801151 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules")
 
index 85a6323895e704d6da989d47d6044a23c69d84de..88ca1a0c5d55ae76c2094dfddff3fe55c755a1f7 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 include(CheckIncludeFile)
 include(CheckIncludeFileCXX)
 include(CheckIncludeFiles)
index 3b36057e58289904dc2cc80e522ffc0f677a3a8a..433f6afff379d592ca92925681390c16223d445c 100644 (file)
@@ -1 +1,7 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 add_subdirectory(libs) 
index 052153f0b0883d124827137ec17e2ea2d0f19281..3900c0cb8eb996ffcf64365381d07ed7c128caf1 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(boost)
 
 add_subdirectory(filesystem) 
index aa9738007c218f5c7c6ccf9b4259f266b4bf87fd..b07a28e69540ad8b2fe1ecc9225adec05f252953 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(boost_filesystem)
 
 set(boost_filesystem_sources
index aca01c591c5f02c760c516bccba451b73aaf74a7..8fd820996080188a6e4866a623f5ff10d7d4ac96 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(boost_iostreams)
 
 set(boost_iostreams_sources
index 11514f080ffd6d9b7afab90c8969af0e264d548a..78be4f74531b0a328338b6ee6a657b97d3df4f49 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(boost_regex)
 
 set(boost_regex_sources
index 8b48bfaf9a884652fd7bbaf23e5db54ad52c7a38..a90be0dfe096f60d2e639d5270f9a417e86314a9 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(boost_signals)
 
 set(boost_signals_sources
index 6ccbc96fe62dbb23ee33fb87ed3e7311ce36b293..51ba29cb0ae63e3f0a2f275152ae661a81b4eeba 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(intl) 
 
 # libgnuintl.h.in => libintl.h
index af2fad227d756c49cfae5efce001f2613d2a7798..f43de1970a6fe2de11836ff31bd72b405f5703bd 100644 (file)
@@ -1,3 +1,29 @@
+#
+#  Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+#  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.
+#  
 # - Try to find ASPELL
 # Once done this will define
 #
index 4a2c6adc90f283e97151e7fa315491c2cb194a9e..b5900ac0f5bfaedc85a7bf76b82a0eff42b8ffd4 100644 (file)
@@ -1,3 +1,7 @@
+#
+#  from kdelibs
+#
+
 if (WIN32)
 
 # check if GNUWIN32_DIR is already set 
index f47ebf2331a4814a97b2a3b9c95da136643a7bbc..06e4f439492d37d6469c53a6f1bb28b30fb6a314 100644 (file)
@@ -1,3 +1,29 @@
+#
+#  Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+#  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.
+#  
 
 if (ICONV_INCLUDE_DIR)
   # Already in cache, be silent
index 659faf1991c2c9af42a13f29cfcad12ac4eed2bd..5001725d90053e7a6780cd32a5039170754e963e 100644 (file)
@@ -1,3 +1,6 @@
+#
+#  kdelibs file
+#
 # - Find QT 4
 # This module can be used to find Qt4.
 # The most important issue is that the Qt4 qmake is available via the system path.
index 8eef79d90477e89e737b93262b3c56ea0e78a4db..9534d5ec95ef24826bc06074a85494da6565bad4 100644 (file)
@@ -1,3 +1,6 @@
+#
+#  based on cmake file
+#
 if (ZLIB_INCLUDE_DIR)
   # Already in cache, be silent
   set(ZLIB_FIND_QUIETLY TRUE)
index de5b3c62d40480e1444df9a0fbef61f4d2ac1c50..4895221467ab1010ea0f7bb903e62f8e865df933 100644 (file)
@@ -1,3 +1,29 @@
+#
+#  Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+#  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.
+#  
 
 macro(lyx_add_path _list _prefix)
        set(_tmp)
index f95897fb712a6fece31b0b6d13c13b66f710288f..d9ae43dd3954a9b724fa1258e52dc123cb9f13f1 100644 (file)
@@ -1,3 +1,30 @@
+#
+#  Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+#  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.
+#  
+
 if(WIN32)
 
 find_package(GNUWIN32 REQUIRED)
index c7cc00a88d3196889b793685f02329e082c33a9d..f21aa17f5364c13fc3ce3991f780190bd08d6f8c 100644 (file)
@@ -1,4 +1,29 @@
-
+#
+#  Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+#  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.
+#  
 
 EXECUTE_PROCESS(COMMAND ${KDE_UIC_EXECUTABLE}
 ${KDE_UIC_FILE}
index 13596912eb6d2e2db319dc25a818359517ee9ec2..7b5ed6daa598788e22895bd72dd02e46b43de68b 100644 (file)
@@ -1,3 +1,6 @@
+#
+#  kdelibs file
+#
 # - MACRO_ADD_FILE_DEPENDENCIES(<_file> depend_files...)
 # MACRO_OPTIONAL_FIND_PACKAGE( <name> [QUIT] )
 
index 713a67a1edeed8fdb9231ccea724b74bd2bf0e1a..0b58a17edb570167299e1d7d553ec4cd141fe5e2 100755 (executable)
@@ -1,7 +1,35 @@
+#
+#  Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+#  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.
+#  
+
 # folders in the msvc projects
 # mode==flat  : headers and ourses in no folders
 # mode==split : standard behavior of cmake, split headers and sources
 # mode== <other values" : code is in this folder
+
 macro(project_source_group mode sources headers)
        #message(STATUS ${mode})
        #message(STATUS ${sources} ${headers})
index cd3f4c5b7fc6a40db11966cabd63295154914a76..0d2287393524f15330d9fac8fcb584e03c19f655 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(lyx-${qt_postfix})
 
 include_directories(${TOP_SRC_DIR}/src)
index 190363f5c21454aa22516ca716bdd2ea5126b8d2..e3e1675a7dde22fc810ee271c94b178008c35049 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(frontends)
 
 include_directories(${TOP_SRC_DIR}/src/frontends)
index f186b10eb8ad748c0cdacb1ab9b5d95e1ee09a0e..d2922e9f090882c40396787ef7d20993f118df2a 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(controllers)
 
 file(GLOB controllers_sources ${TOP_SRC_DIR}/src/frontends/controllers/*.C)
index 71469c027a019bfba60be49454b02314bf9d7172..5d48dc46c1b5f3692804f7272f1e864ea5004e5e 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(frontend_qt3)
 
 file(GLOB frontends_qt3_sources ${TOP_SRC_DIR}/src/frontends/qt3/*.C)
index edb37a9d91c60980b4289f0ee7de739a03474c36..ef2bf06131ea17e6db4f62da3abe56fdd50f3369 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(frontend_qt4)
 
 
index ceec79683af87cd72c01b35c3db2254025042b94..d85dac3600a92320e422ec0e23265333831dbf25 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(graphics)
 
 file(GLOB graphics_sources ${TOP_SRC_DIR}/src/graphics/*.C)
index 4f7fbb746bd7c27ff338924f38d89e5589afffb3..3a4c9495f57dc196bbf0ce2822a41a7ec68694e1 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(insets)
 
 file(GLOB insets_sources ${TOP_SRC_DIR}/src/insets/*.C)
index 635dbdcd7a27b938167dfc5d4bf5a651a6e5b2c5..b71699d0040453aef490dc645aa15fe41ba48dd0 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(mathed)
 
 file(GLOB mathed_sources ${TOP_SRC_DIR}/src/mathed/*.C)
index c25b06a88e69775209a8e5a5082a55ea3c3af4e0..60b1c735e2f057bf055816e39a3a74bebc9877d6 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(support)
 
 configure_file(package.C.cmake ${CMAKE_CURRENT_BINARY_DIR}/package.C)
index 8872adebb14e25f28dc560eacdca43ce17488ee4..476e1b3e6b05bbd5b4ca00c8f2b0dc2e98df841e 100644 (file)
@@ -1,3 +1,9 @@
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+#
+# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+#
+
 project(tex2lyx)