diff options
| author | Enrico Granata <egranata@apple.com> | 2012-10-22 22:03:16 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2012-10-22 22:03:16 +0000 |
| commit | dbeb0f0e0cdb0201d35635e72baed288e3021906 (patch) | |
| tree | 7e475b87a452a5d6199126731fe4a15731e297ce /lldb/examples/plugins/commands | |
| parent | 395a574ea27d4c02ec2d2509494e55dc7719e96d (diff) | |
| download | bcm5719-llvm-dbeb0f0e0cdb0201d35635e72baed288e3021906.tar.gz bcm5719-llvm-dbeb0f0e0cdb0201d35635e72baed288e3021906.zip | |
Proper copyright notice
llvm-svn: 166443
Diffstat (limited to 'lldb/examples/plugins/commands')
| -rw-r--r-- | lldb/examples/plugins/commands/fooplugin.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lldb/examples/plugins/commands/fooplugin.cpp b/lldb/examples/plugins/commands/fooplugin.cpp index 86033bb0de8..aa97d89e154 100644 --- a/lldb/examples/plugins/commands/fooplugin.cpp +++ b/lldb/examples/plugins/commands/fooplugin.cpp @@ -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 |

