[Lldb-commits] [lldb] r166443 - /lldb/trunk/examples/plugins/commands/fooplugin.cpp

Enrico Granata egranata at apple.com
Mon Oct 22 15:03:16 PDT 2012


Author: enrico
Date: Mon Oct 22 17:03:16 2012
New Revision: 166443

URL: http://llvm.org/viewvc/llvm-project?rev=166443&view=rev
Log:
Proper copyright notice

Modified:
    lldb/trunk/examples/plugins/commands/fooplugin.cpp

Modified: lldb/trunk/examples/plugins/commands/fooplugin.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/plugins/commands/fooplugin.cpp?rev=166443&r1=166442&r2=166443&view=diff
==============================================================================
--- lldb/trunk/examples/plugins/commands/fooplugin.cpp (original)
+++ lldb/trunk/examples/plugins/commands/fooplugin.cpp Mon Oct 22 17:03:16 2012
@@ -1,3 +1,12 @@
+//===-- fooplugin.cpp -------------------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 /*
 An example plugin for LLDB that provides a new foo command with a child subcommand
 Compile this into a dylib foo.dylib and load by placing in appropriate locations on disk or





More information about the lldb-commits mailing list