Skip to content

Commit da85402

Browse files
jameshfisherTomKemp
authored andcommitted
Readers don't need to see who created the example or when (#241)
Also, the harsh "all rights reserved" might make people think twice about using the example ...
1 parent 3071be0 commit da85402

File tree

7 files changed

+0
-21
lines changed

7 files changed

+0
-21
lines changed

iOS Example Obj-C/iOS Example Obj-C/AppDelegate.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// AppDelegate.h
33
// iOS Example Obj-C
44
//
5-
// Created by Hamilton Chapman on 09/09/2016.
6-
// Copyright © 2016 Pusher. All rights reserved.
7-
//
85

96
#import <UIKit/UIKit.h>
107

iOS Example Obj-C/iOS Example Obj-C/AppDelegate.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// AppDelegate.m
33
// iOS Example Obj-C
44
//
5-
// Created by Hamilton Chapman on 09/09/2016.
6-
// Copyright © 2016 Pusher. All rights reserved.
7-
//
85

96
#import "AppDelegate.h"
107

iOS Example Obj-C/iOS Example Obj-C/ViewController.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// ViewController.h
33
// iOS Example Obj-C
44
//
5-
// Created by Hamilton Chapman on 09/09/2016.
6-
// Copyright © 2016 Pusher. All rights reserved.
7-
//
85

96
#import <UIKit/UIKit.h>
107
#import "PusherSwift/PusherSwift-Swift.h"

iOS Example Obj-C/iOS Example Obj-C/ViewController.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// ViewController.m
33
// iOS Example Obj-C
44
//
5-
// Created by Hamilton Chapman on 09/09/2016.
6-
// Copyright © 2016 Pusher. All rights reserved.
7-
//
85

96
#import "ViewController.h"
107

iOS Example Obj-C/iOS Example Obj-C/main.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// main.m
33
// iOS Example Obj-C
44
//
5-
// Created by Hamilton Chapman on 09/09/2016.
6-
// Copyright © 2016 Pusher. All rights reserved.
7-
//
85

96
#import <UIKit/UIKit.h>
107
#import "AppDelegate.h"

iOS Example Swift/iOS Example Swift/AppDelegate.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// AppDelegate.swift
33
// iOS Example
44
//
5-
// Created by Hamilton Chapman on 24/02/2015.
6-
// Copyright (c) 2015 Pusher. All rights reserved.
7-
//
85

96
import UIKit
107

iOS Example Swift/iOS Example Swift/ViewController.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// ViewController.swift
33
// iOS Example
44
//
5-
// Created by Hamilton Chapman on 24/02/2015.
6-
// Copyright (c) 2015 Pusher. All rights reserved.
7-
//
85

96
import UIKit
107
import PusherSwift

0 commit comments

Comments
 (0)