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 22d6b91 commit 744c20a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/KFileTreeNodeData.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.

// Represents a node in the file tree

@interface KFileTreeNodeData : NSObject {
Expand Down
4 changes: 4 additions & 0 deletions src/KFileTreeNodeData.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 "KFileTreeNodeData.h"

@implementation KFileTreeNodeData
Expand Down

0 comments on commit 744c20a

Please sign in to comment.