diff options
author | 2021-08-02 03:36:50 +0200 | |
---|---|---|
committer | 2021-08-02 04:49:13 +0200 | |
commit | caae8bca3372e6401732e387d00bc95ad70d1dda (patch) | |
tree | b4207446482782d36dc8ecfc91a06dae7e0d5282 | |
parent | api: incorporate new win7 code signing technique (diff) | |
download | wintun-caae8bca3372e6401732e387d00bc95ad70d1dda.tar.xz wintun-caae8bca3372e6401732e387d00bc95ad70d1dda.zip |
proj: fix header lines
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | wintun.proj | 2 | ||||
-rw-r--r-- | wintun.props | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wintun.proj b/wintun.proj index 3715f93..7335980 100644 --- a/wintun.proj +++ b/wintun.proj @@ -2,7 +2,7 @@ <!-- SPDX-License-Identifier: GPL-2.0 - Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved. --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> <PropertyGroup> diff --git a/wintun.props b/wintun.props index f4f6a76..866b18e 100644 --- a/wintun.props +++ b/wintun.props @@ -2,7 +2,7 @@ <!-- SPDX-License-Identifier: GPL-2.0 - Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved. --> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> |