Skip to content

Commit

Permalink
Copyright year bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Jan 6, 2015
1 parent 3591765 commit b9cd722
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Classes/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// AppDelegate.h
//
// Copyright (c) 2013-2014 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2015 Evgeny Aleksandrov. License: MIT.

#import <UIKit/UIKit.h>

Expand Down
2 changes: 1 addition & 1 deletion Classes/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// AppDelegate.m
//
// Copyright (c) 2013-2014 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2015 Evgeny Aleksandrov. License: MIT.

#import "AppDelegate.h"

Expand Down
2 changes: 1 addition & 1 deletion Classes/ViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// ViewController.h
//
// Copyright (c) 2013-2014 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2015 Evgeny Aleksandrov. License: MIT.

#import <UIKit/UIKit.h>
#import "EAIntroView.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ViewController.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// ViewController.m
//
// Copyright (c) 2013-2014 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2015 Evgeny Aleksandrov. License: MIT.

#import "ViewController.h"
#import "SMPageControl.h"
Expand Down
2 changes: 1 addition & 1 deletion EAIntroView/EAIntroPage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EAIntroPage.h
//
// Copyright (c) 2013-2014 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2015 Evgeny Aleksandrov. License: MIT.

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion EAIntroView/EAIntroPage.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EAIntroPage.m
//
// Copyright (c) 2013-2014 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2015 Evgeny Aleksandrov. License: MIT.

#import "EAIntroPage.h"

Expand Down
2 changes: 1 addition & 1 deletion EAIntroView/EAIntroView.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EAIntroView.h
//
// Copyright (c) 2013-2014 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2015 Evgeny Aleksandrov. License: MIT.

#import <UIKit/UIKit.h>
#import "EAIntroPage.h"
Expand Down
2 changes: 1 addition & 1 deletion EAIntroView/EAIntroView.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EAIntroView.m
//
// Copyright (c) 2013-2014 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2015 Evgeny Aleksandrov. License: MIT.

#import "EAIntroView.h"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2014 Evgeny Aleksandrov
Copyright (c) 2013-2015 Evgeny Aleksandrov

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

0 comments on commit b9cd722

Please sign in to comment.