From e3cd4670a080554e4ae1f2f26ee4353d11f02f6b Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Tue, 22 Sep 2020 09:51:56 -0700 Subject: Update copyright header script to support CMake and Python files (#5067) This PR updates the update-copyright.pl script to also update/add copyright headers to CMake specific files. It further fixes a small typo in the header. --- test/unit/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/unit/CMakeLists.txt') diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt index bd7029c54..f29785a56 100644 --- a/test/unit/CMakeLists.txt +++ b/test/unit/CMakeLists.txt @@ -1,3 +1,13 @@ +##################### +## CMakeLists.txt +## Top contributors (to current version): +## Aina Niemetz, Mathias Preiner, Alex Ozdemir +## This file is part of the CVC4 project. +## Copyright (c) 2009-2020 by the authors listed in the file AUTHORS +## in the top-level source directory and their institutional affiliations. +## All rights reserved. See the file COPYING in the top-level source +## directory for licensing information. +## # Note: We use our custom CxxTest finder here to specify custom directories and # fail if it is not found in the specified directory (similar to the other # custom finder modules). -- cgit v1.2.3