From c4b87039850c0a4664a52fefdba5719ce99fd55e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 10 Dec 2019 11:24:53 +0300 Subject: fix licensing notes --- common.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common.cmake b/common.cmake index 610159e..97de93f 100644 --- a/common.cmake +++ b/common.cmake @@ -1,4 +1,6 @@ # Copyright (c) 2017 Egor Tensin +# This file is part of the "cmake-common" project. +# For details, see https://github.com/egor-tensin/cmake-common. # Distributed under the MIT License. # It's a CMake code snippet I use in all of my CMake projects. @@ -10,7 +12,7 @@ # # cmake_minimum_required(VERSION 3.1) -# Otherwise this line: +# Without this policy set, this line: # # if(toolset STREQUAL "MSVC") # -- cgit v1.2.3