Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Add licensing headers to some experimental source files
Browse files Browse the repository at this point in the history
For issue #33
  • Loading branch information
eliben committed Jun 13, 2017
1 parent bf00e9a commit 960f2c8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src_clang/experimental/toplevel_decls.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//------------------------------------------------------------------------------
// Experimental sample; use at your own peril.
//
// Eli Bendersky (eliben@gmail.com)
// This code is in the public domain
//------------------------------------------------------------------------------
#include <sstream>
#include <string>

Expand Down
5 changes: 5 additions & 0 deletions src_clang/experimental/try_matcher.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
//------------------------------------------------------------------------------
// Experimental sample; use at your own peril.
//
// Eli Bendersky (eliben@gmail.com)
// This code is in the public domain
//------------------------------------------------------------------------------
#include <set>
#include <string>

Expand Down
6 changes: 6 additions & 0 deletions src_llvm/experimental/loop_info.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//------------------------------------------------------------------------------
// Experimental sample; use at your own peril.
//
// Eli Bendersky (eliben@gmail.com)
// This code is in the public domain
//------------------------------------------------------------------------------
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/Analysis/LoopInfo.h"
Expand Down

0 comments on commit 960f2c8

Please sign in to comment.