Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit c2c310b

Browse files
committed
Happy New Year 🎉
1 parent 2d6ea04 commit c2c310b

File tree

63 files changed

+65
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+65
-68
lines changed

Example/Classes/SAMAppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SAMCategories
44
//
55
// Created by Sam Soffes on 7/17/13.
6-
// Copyright (c) 2013 Sam Soffes. All rights reserved.
6+
// Copyright (c) 2013-2014 Sam Soffes. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

Example/Classes/SAMAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SAMCategories
44
//
55
// Created by Sam Soffes on 7/17/13.
6-
// Copyright (c) 2013 Sam Soffes. All rights reserved.
6+
// Copyright (c) 2013-2014 Sam Soffes. All rights reserved.
77
//
88

99
#import "SAMAppDelegate.h"

Example/Other Sources/main.m

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
// SAMCategories
44
//
55
// Created by Sam Soffes on 7/17/13.
6-
// Copyright (c) 2013 Sam Soffes. All rights reserved.
6+
// Copyright (c) 2013-2014 Sam Soffes. All rights reserved.
77
//
88

9-
#import <UIKit/UIKit.h>
10-
119
#import "SAMAppDelegate.h"
1210

13-
int main(int argc, char *argv[])
14-
{
11+
int main(int argc, char *argv[]) {
1512
@autoreleasepool {
16-
return UIApplicationMain(argc, argv, nil, NSStringFromClass([SAMAppDelegate class]));
13+
return UIApplicationMain(argc, argv, nil, NSStringFromClass([SAMAppDelegate class]));
1714
}
1815
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2008-2013 Sam Soffes, http://soff.es
1+
Copyright (c) 2008-2014 Sam Soffes, http://soff.es
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

SAMCategories/NSArray+SAMAdditions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SAMCategories
44
//
55
// Created by Sam Soffes on 8/19/09.
6-
// Copyright 2009-2013 Sam Soffes. All rights reserved.
6+
// Copyright (c) 2009-2014 Sam Soffes. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>

SAMCategories/NSArray+SAMAdditions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SAMCategories
44
//
55
// Created by Sam Soffes on 8/19/09.
6-
// Copyright 2009-2013 Sam Soffes. All rights reserved.
6+
// Copyright (c) 2009-2014 Sam Soffes. All rights reserved.
77
//
88

99
#import "NSArray+SAMAdditions.h"

SAMCategories/NSData+SAMAdditions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SAMCategories
44
//
55
// Created by Sam Soffes on 9/29/08.
6-
// Copyright 2008-2011 Sam Soffes. All rights reserved.
6+
// Copyright (c) 2008-2014 Sam Soffes. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>

SAMCategories/NSData+SAMAdditions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SAMCategories
44
//
55
// Created by Sam Soffes on 9/29/08.
6-
// Copyright 2008-2011 Sam Soffes. All rights reserved.
6+
// Copyright (c) 2008-2014 Sam Soffes. All rights reserved.
77
//
88

99
#import "NSData+SAMAdditions.h"

SAMCategories/NSDate+SAMAdditions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SAMCategories
44
//
55
// Created by Sam Soffes on 5/26/10.
6-
// Copyright 2010-2013 Sam Soffes. All rights reserved.
6+
// Copyright (c) 2010-2014 Sam Soffes. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>

SAMCategories/NSDate+SAMAdditions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SAMCategories
44
//
55
// Created by Sam Soffes on 5/26/10.
6-
// Copyright 2010-2013 Sam Soffes. All rights reserved.
6+
// Copyright (c) 2010-2014 Sam Soffes. All rights reserved.
77
//
88

99
#import "NSDate+SAMAdditions.h"

0 commit comments

Comments
 (0)