From c23b8e827c3d348972db4d0e1a59492f466dca34 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 5 May 2019 20:17:58 +0100 Subject: winbuild: Add our standard copyright header to the winbuild batch files --- winbuild/makedebug.cmd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'winbuild/makedebug.cmd') diff --git a/winbuild/makedebug.cmd b/winbuild/makedebug.cmd index 079e16a05..899b744d7 100644 --- a/winbuild/makedebug.cmd +++ b/winbuild/makedebug.cmd @@ -1,4 +1,25 @@ @echo off +rem *************************************************************************** +rem * _ _ ____ _ +rem * Project ___| | | | _ \| | +rem * / __| | | | |_) | | +rem * | (__| |_| | _ <| |___ +rem * \___|\___/|_| \_\_____| +rem * +rem * Copyright (C) 2018 - 2019, Daniel Stenberg, , et al. +rem * +rem * This software is licensed as described in the file COPYING, which +rem * you should have received as part of this distribution. The terms +rem * are also available at https://curl.haxx.se/docs/copyright.html. +rem * +rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell +rem * copies of the Software, and permit persons to whom the Software is +rem * furnished to do so, under the terms of the COPYING file. +rem * +rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +rem * KIND, either express or implied. +rem * +rem *************************************************************************** where.exe nmake.exe >nul 2>&1 -- cgit v1.2.3