Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
Added Copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltekar committed Jan 12, 2011
1 parent 10d1e29 commit 581485d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/KLangSymbol.h
@@ -1,3 +1,7 @@
// Copyright (c) 2010-2011, Rasmus Andersson. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.

#import "common.h"
#import <srchilite/regexrulefactory.h>
#import <map>
Expand Down
4 changes: 4 additions & 0 deletions src/KLangSymbol.mm
@@ -1,3 +1,7 @@
// Copyright (c) 2010-2011, Rasmus Andersson. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.

#import "KLangSymbol.h"

typedef std::map<std::string, NSString const*> KLangSymbolMap;
Expand Down

0 comments on commit 581485d

Please sign in to comment.