From 4be4e51a50c7fc7f73b2feaf129b67156dadc948 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sun, 25 Mar 2007 13:44:26 +0000 Subject: [PATCH] Fix authorship git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35337 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/MSIL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/MSIL/Makefile b/lib/Target/MSIL/Makefile index 8557860ee28..17f7247dcfc 100644 --- a/lib/Target/MSIL/Makefile +++ b/lib/Target/MSIL/Makefile @@ -2,7 +2,7 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under +# This file was developed by Roman Samoilov and is distributed under # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -- 2.34.1