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 dcaad68 commit 2a4464c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/NSData-kod.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.

@interface NSData (Kod)

// Returns an autoreleased string which will become invalid as soon as this data
Expand Down
4 changes: 4 additions & 0 deletions src/NSData-kod.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 "NSData-kod.h"
#import "ICUPattern.h"
#import "ICUMatcher.h"
Expand Down

0 comments on commit 2a4464c

Please sign in to comment.