Skip to content

Commit

Permalink
Updated copyright for 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
poetmountain committed Jan 28, 2016
1 parent bddfcd6 commit 2a9e477
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Classes/PMValidation.h
Expand Up @@ -3,7 +3,7 @@
// PMValidationDemo
//
// Created by Brett Walker on 1/27/16.
// Copyright © 2016 Poet & Mountain, LLC. All rights reserved.
// Copyright © 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion Classes/PMValidationManager.h
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/7/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion Classes/PMValidationManager.m
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/7/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationManager.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/PMValidationUnit.h
Expand Up @@ -2,7 +2,7 @@
// PMValidationUnit.h
//
// Created by Brett Walker on 6/7/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion Classes/PMValidationUnit.m
Expand Up @@ -2,7 +2,7 @@
// PMValidationUnit.m
//
// Created by Brett Walker on 6/7/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationUnit.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationEmailType.h
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/8/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationEmailType.m
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/8/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationEmailType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationLengthType.h
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/9/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationLengthType.m
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/9/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationLengthType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationRegexType.h
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/13/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationRegexType.m
Expand Up @@ -2,7 +2,7 @@
// PMValidationRegexType.m
//
// Created by Brett Walker on 6/13/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationRegexType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationStringCompareType.h
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/9/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationStringCompareType.m
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/9/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationStringCompareType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationType.h
Expand Up @@ -2,7 +2,7 @@
// PMValidationType.h
//
// Created by Brett Walker on 6/8/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationType.m
Expand Up @@ -2,7 +2,7 @@
// PMValidationType.m
//
// Created by Brett Walker on 6/8/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationTypes.h
Expand Up @@ -3,7 +3,7 @@
// PMValidationDemo
//
// Created by Brett Walker on 1/27/16.
// Copyright © 2016 Poet & Mountain, LLC. All rights reserved.
// Copyright © 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationUITextCompareType.h
Expand Up @@ -2,7 +2,7 @@
// PMValidationUITextCompareType.h
//
// Created by Brett Walker on 6/9/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationStringCompareType.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/ValidationTypes/PMValidationUITextCompareType.m
Expand Up @@ -3,7 +3,7 @@
//
//
// Created by Brett Walker on 6/9/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMValidationUITextCompareType.h"
Expand Down
Expand Up @@ -3,7 +3,7 @@
// PMValidationDemo
//
// Created by Brett Walker on 11/20/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Expand Up @@ -3,7 +3,7 @@
// PMValidationDemo
//
// Created by Brett Walker on 11/20/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "ValidationDemoVC.h"
Expand Down
Expand Up @@ -3,7 +3,7 @@
// imprints
//
// Created by Brett Walker on 6/11/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Expand Up @@ -3,7 +3,7 @@
// imprints
//
// Created by Brett Walker on 6/11/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "ValidationUnitStatusIndicatorVC.h"
Expand Down
2 changes: 1 addition & 1 deletion PMValidationDemo/PMValidationDemo/PMAppDelegate.h
Expand Up @@ -3,7 +3,7 @@
// PMValidationDemo
//
// Created by Brett Walker on 11/20/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion PMValidationDemo/PMValidationDemo/PMAppDelegate.m
Expand Up @@ -3,7 +3,7 @@
// PMValidationDemo
//
// Created by Brett Walker on 11/20/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import "PMAppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion PMValidationDemo/PMValidationDemo/main.m
Expand Up @@ -3,7 +3,7 @@
// PMValidationDemo
//
// Created by Brett Walker on 11/20/12.
// Copyright (c) 2012 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion Tests/PMValidationTests/Specs/PMValidationEmailTypeSpec.m
Expand Up @@ -3,7 +3,7 @@
// PMValidationTests
//
// Created by Brett Walker on 3/26/14.
// Copyright (c) 2014 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <XCTest/XCTest.h>
Expand Down
2 changes: 1 addition & 1 deletion Tests/PMValidationTests/Specs/PMValidationLengthTypeSpec.m
Expand Up @@ -3,7 +3,7 @@
// PMValidationTests
//
// Created by Brett Walker on 3/26/14.
// Copyright (c) 2014 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <XCTest/XCTest.h>
Expand Down
2 changes: 1 addition & 1 deletion Tests/PMValidationTests/Specs/PMValidationManagerSpec.m
Expand Up @@ -3,7 +3,7 @@
// PMValidationTests
//
// Created by Brett Walker on 3/27/14.
//
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <XCTest/XCTest.h>
Expand Down
2 changes: 1 addition & 1 deletion Tests/PMValidationTests/Specs/PMValidationRegexTypeSpec.m
Expand Up @@ -3,7 +3,7 @@
// PMValidationTests
//
// Created by Brett Walker on 3/26/14.
// Copyright (c) 2014 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <XCTest/XCTest.h>
Expand Down
Expand Up @@ -3,7 +3,7 @@
// PMValidationTests
//
// Created by Brett Walker on 3/26/14.
// Copyright (c) 2014 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <XCTest/XCTest.h>
Expand Down
Expand Up @@ -3,7 +3,7 @@
// PMValidationTests
//
// Created by Brett Walker on 3/26/14.
// Copyright (c) 2014 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <XCTest/XCTest.h>
Expand Down
2 changes: 1 addition & 1 deletion Tests/PMValidationTests/Specs/PMValidationUnitSpec.m
Expand Up @@ -3,7 +3,7 @@
// PMValidationTests
//
// Created by Brett Walker on 3/25/14.
// Copyright (c) 2014 Poet & Mountain, LLC. All rights reserved.
// Copyright (c) 2012-2016 Poet & Mountain, LLC. All rights reserved.
//

#import <XCTest/XCTest.h>
Expand Down

0 comments on commit 2a9e477

Please sign in to comment.