Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / System / Signals.cpp
index 28f70289b512d157fa75843c91e98d2ab579f3d9..fddb85410d4434ccba1cc4b78eb6440d311a337e 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -33,4 +33,4 @@ using namespace sys;
 #include "Win32/Signals.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
+DEFINING_FILE_FOR(SystemSignals)