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

Commit 2ca214d

Browse files
committed
I don't work for __MyCompanyName__
1 parent 5f95d83 commit 2ca214d

8 files changed

+8
-8
lines changed

Classes/JustPlayedAppDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// JustPlayed
44
//
55
// Created by Ian Dees on 4/19/09.
6-
// Copyright __MyCompanyName__ 2009. All rights reserved.
6+
// Copyright 25y26z 2009. See LICENSE.txt for details.
77
//
88

99
#import <UIKit/UIKit.h>

Classes/JustPlayedAppDelegate.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// JustPlayed
44
//
55
// Created by Ian Dees on 4/19/09.
6-
// Copyright __MyCompanyName__ 2009. All rights reserved.
6+
// Copyright 25y26z 2009. See LICENSE.txt for details.
77
//
88

99
#import "JustPlayedAppDelegate.h"

Classes/JustPlayedViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// JustPlayed
44
//
55
// Created by Ian Dees on 4/19/09.
6-
// Copyright __MyCompanyName__ 2009. All rights reserved.
6+
// Copyright 25y26z 2009. See LICENSE.txt for details.
77
//
88

99
#import <UIKit/UIKit.h>

Classes/JustPlayedViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// JustPlayed
44
//
55
// Created by Ian Dees on 4/19/09.
6-
// Copyright __MyCompanyName__ 2009. All rights reserved.
6+
// Copyright 25y26z 2009. See LICENSE.txt for details.
77
//
88

99
#import "JustPlayedViewController.h"

Classes/Snap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// JustPlayed
44
//
55
// Created by Ian Dees on 4/28/09.
6-
// Copyright 2009 25y26z. All rights reserved.
6+
// Copyright 25y26z 2009. See LICENSE.txt for details.
77
//
88

99
#import <Foundation/Foundation.h>

Classes/Snap.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// JustPlayed
44
//
55
// Created by Ian Dees on 4/28/09.
6-
// Copyright 2009 25y26z. All rights reserved.
6+
// Copyright 25y26z 2009. See LICENSE.txt for details.
77
//
88

99
#import "Snap.h"

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2009 Ian Dees
3+
Copyright (c) 2009 25y26z
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

main.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// JustPlayed
44
//
55
// Created by Ian Dees on 4/19/09.
6-
// Copyright __MyCompanyName__ 2009. All rights reserved.
6+
// Copyright 25y26z 2009. See LICENSE.txt for details.
77
//
88

99
#import <UIKit/UIKit.h>

0 commit comments

Comments
 (0)