Skip to content

Commit

Permalink
headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonh committed Jul 2, 2014
1 parent 9115f97 commit 2b787a2
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion OcticonsIOS/NSString+Octicons.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/NSString+Octicons.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import "NSString+Octicons.h"
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/OcticonsIOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.syntaxtree.${PRODUCT_NAME:rfc1034identifier}</string>
<string>io.hsc.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/SNTXAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/SNTXAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import "SNTXAppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/SNTXViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/SNTXViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import "SNTXViewController.h"
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/UIFont+Octicons.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/UIFont+Octicons.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import "UIFont+Octicons.h"
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/UIImage+Octicons.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/UIImage+Octicons.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//
//
// Lifted from ios-fontawesome:
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOS/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOS
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOSTests/OcticonsIOSTests-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.syntaxtree.${PRODUCT_NAME:rfc1034identifier}</string>
<string>io.hsc.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
2 changes: 1 addition & 1 deletion OcticonsIOSTests/OcticonsIOSTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OcticonsIOSTests
//
// Created by Jackson Harper on 9/24/13.
// Copyright (c) 2013 SyntaxTree, Inc. All rights reserved.
// Copyright (c) 2013 Harper Semiconductors, Inc.
//

#import <XCTest/XCTest.h>
Expand Down

0 comments on commit 2b787a2

Please sign in to comment.