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 03f7a8d commit 095046a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/KCrashReportCollector.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 KCrashReportCollector : NSObject {
NSString *processedFileSuffix_;
}
Expand Down
4 changes: 4 additions & 0 deletions src/KCrashReportCollector.m
@@ -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 "KCrashReportCollector.h"

Expand Down

0 comments on commit 095046a

Please sign in to comment.