Simplify file headers
tybl opened this issue · 1 comments
tybl commented
Including the entire ISC license at the top of every file is distracting. Instead, indicate the copyright and name the license.
For C++ files:
// Copyright (c) 2020, Timothy Lyons
// License: ISC (https://opensource.org/licenses/ISC)
For CMake files:
################################################################################
# Copyright (c) 2020, Timothy Lyons
# License: ISC (https://opensource.org/licenses/ISC)
################################################################################