From ad937138e9efbe8563efedf9d9c558b32d20778f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 13 May 2021 22:07:29 +0200 Subject: [PATCH] CMake: Streamline existing copyright header --- expat/CMakeLists.txt | 12 ++++++++++-- 1 file 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 +# __ __ _ +# ___\ \/ /_ __ __ _| |_ +# / _ \\ /| '_ \ / _` | __| +# | __// \| |_) | (_| | |_ +# \___/_/\_\ .__/ \__,_|\__| +# |_| XML parser +# +# Copyright (c) 2010 Patrick Spendrin +# Unlike most of Expat, +# this file is copyrighted under the BSD-license for buildsystem files of KDE. cmake_minimum_required(VERSION 3.1.3)