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 f5fbe22 commit 8bea3a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/KTextStorage.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// 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 "HSpinLock.h"

@interface KTextStorage : NSTextStorage {
Expand Down
5 changes: 5 additions & 0 deletions src/KTextStorage.mm
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// 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 "KTextStorage.h"
#import "common.h"

Expand Down

0 comments on commit 8bea3a6

Please sign in to comment.