From 46af19613d6d5947b7430aa2140c848c222c0f11 Mon Sep 17 00:00:00 2001 From: Kim Grasman Date: Sun, 1 Dec 2019 13:03:34 +0100 Subject: [PATCH] [iwyu_getopt] Clean up license header Move the file-specific license information out of the strict LLVM license header. --- iwyu_getopt.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iwyu_getopt.cc b/iwyu_getopt.cc index d8fb391..77323d1 100644 --- a/iwyu_getopt.cc +++ b/iwyu_getopt.cc @@ -5,10 +5,10 @@ // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // +//===----------------------------------------------------------------------===// + // This code is used with permission from Kim Gräsman. The original is // maintained with tests at: https://github.com/kimgr/getopt_port -// -//===----------------------------------------------------------------------===// #include "iwyu_getopt.h"