Add implementations for sys::Memory::setWritable and sys::Memory::setExecutable on...
[oota-llvm.git] / lib / System / Signals.cpp
index 2d0de9b930c0e373ae991f6806c24994596b8076..d345b0a9aed496acf69a5058fb780cec331fad8c 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.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -32,4 +32,3 @@ using namespace sys;
 #ifdef LLVM_ON_WIN32
 #include "Win32/Signals.inc"
 #endif
-