From a0fa3baf5ab86e30e166a0d2e452f837f9149031 Mon Sep 17 00:00:00 2001 From: Byron Mackay Date: Fri, 3 Apr 2015 14:27:35 -0600 Subject: [PATCH] Copyright fixes --- Validator/EmailRule.swift | 2 +- Validator/FullNameRule.swift | 2 +- Validator/PasswordRule.swift | 2 +- Validator/RequiredRule.swift | 2 +- Validator/Rule.swift | 2 +- Validator/ValidationError.swift | 2 +- Validator/ValidationRule.swift | 2 +- Validator/Validator.swift | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Validator/EmailRule.swift b/Validator/EmailRule.swift index 5c767fc..f14fef3 100644 --- a/Validator/EmailRule.swift +++ b/Validator/EmailRule.swift @@ -3,7 +3,7 @@ // Pingo // // Created by Jeff Potter on 11/11/14. -// Copyright (c) 2014 Byron Mackay. All rights reserved. +// Copyright (c) 2015 jpotts18. All rights reserved. // import Foundation diff --git a/Validator/FullNameRule.swift b/Validator/FullNameRule.swift index 18b3a82..429c7d4 100644 --- a/Validator/FullNameRule.swift +++ b/Validator/FullNameRule.swift @@ -3,7 +3,7 @@ // Pingo // // Created by Jeff Potter on 11/19/14. -// Copyright (c) 2014 Byron Mackay. All rights reserved. +// Copyright (c) 2015 jpotts18. All rights reserved. // import Foundation diff --git a/Validator/PasswordRule.swift b/Validator/PasswordRule.swift index f1e0c44..fe7d773 100644 --- a/Validator/PasswordRule.swift +++ b/Validator/PasswordRule.swift @@ -3,7 +3,7 @@ // Pingo // // Created by Jeff Potter on 11/13/14. -// Copyright (c) 2014 Byron Mackay. All rights reserved. +// Copyright (c) 2015 jpotts18. All rights reserved. // import Foundation diff --git a/Validator/RequiredRule.swift b/Validator/RequiredRule.swift index 31aadb5..3e261d3 100644 --- a/Validator/RequiredRule.swift +++ b/Validator/RequiredRule.swift @@ -3,7 +3,7 @@ // pyur-ios // // Created by Jeff Potter on 12/22/14. -// Copyright (c) 2014 ringseven. All rights reserved. +// Copyright (c) 2015 jpotts18. All rights reserved. // import Foundation diff --git a/Validator/Rule.swift b/Validator/Rule.swift index dfe5b0e..478dcd6 100644 --- a/Validator/Rule.swift +++ b/Validator/Rule.swift @@ -3,7 +3,7 @@ // Pingo // // Created by Jeff Potter on 11/11/14. -// Copyright (c) 2014 Byron Mackay. All rights reserved. +// Copyright (c) 2015 jpotts18. All rights reserved. // import Foundation diff --git a/Validator/ValidationError.swift b/Validator/ValidationError.swift index f84abe6..cb92993 100644 --- a/Validator/ValidationError.swift +++ b/Validator/ValidationError.swift @@ -3,7 +3,7 @@ // Pingo // // Created by Jeff Potter on 11/11/14. -// Copyright (c) 2014 Byron Mackay. All rights reserved. +// Copyright (c) 2015 jpotts18. All rights reserved. // import Foundation diff --git a/Validator/ValidationRule.swift b/Validator/ValidationRule.swift index d6d772b..3bd0f23 100644 --- a/Validator/ValidationRule.swift +++ b/Validator/ValidationRule.swift @@ -3,7 +3,7 @@ // Pingo // // Created by Jeff Potter on 11/11/14. -// Copyright (c) 2014 Byron Mackay. All rights reserved. +// Copyright (c) 2015 jpotts18. All rights reserved. // import Foundation diff --git a/Validator/Validator.swift b/Validator/Validator.swift index 35529a7..0705bc5 100644 --- a/Validator/Validator.swift +++ b/Validator/Validator.swift @@ -3,7 +3,7 @@ // Pingo // // Created by Jeff Potter on 11/10/14. -// Copyright (c) 2014 Byron Mackay. All rights reserved. +// Copyright (c) 2015 jpotts18. All rights reserved. // import Foundation