diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2021-05-13 22:07:29 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2021-05-14 22:10:39 +0200 |
commit | ad937138e9efbe8563efedf9d9c558b32d20778f (patch) | |
tree | 807baa53d2e114ac92b4d13e7a6e69c5c9a8934c | |
parent | 41b732a16381699e4c9ad831b6fef20c86cf9461 (diff) | |
download | libexpat-git-ad937138e9efbe8563efedf9d9c558b32d20778f.tar.gz |
CMake: Streamline existing copyright header
-rw-r--r-- | expat/CMakeLists.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index ca9e6b9e..97c318fc 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -1,5 +1,13 @@ -# This file is copyrighted under the BSD-license for buildsystem files of KDE -# copyright 2010, Patrick Spendrin <ps_ml@gmx.de> +# __ __ _ +# ___\ \/ /_ __ __ _| |_ +# / _ \\ /| '_ \ / _` | __| +# | __// \| |_) | (_| | |_ +# \___/_/\_\ .__/ \__,_|\__| +# |_| XML parser +# +# Copyright (c) 2010 Patrick Spendrin <ps_ml@gmx.de> +# Unlike most of Expat, +# this file is copyrighted under the BSD-license for buildsystem files of KDE. cmake_minimum_required(VERSION 3.1.3) |