From 25ca7f2ff006f763d85c9ddfa9f762f1d73cbe80 Mon Sep 17 00:00:00 2001 From: Jason Nam Date: Wed, 13 Dec 2017 13:57:20 +0900 Subject: [PATCH] Update website url --- Source/AllowedCharacterRule.swift | 2 +- Source/BlockRule.swift | 2 +- Source/DictionaryWordRule.swift | 2 +- Source/LengthRule.swift | 2 +- Source/Navajo.swift | 2 +- Source/PasswordRule.swift | 2 +- Source/PasswordValidator.swift | 2 +- Source/PredicateRule.swift | 2 +- Source/RegularExpressionRule.swift | 2 +- Source/RequiredCharacterRule.swift | 2 +- Tests/RuleTests.swift | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Source/AllowedCharacterRule.swift b/Source/AllowedCharacterRule.swift index 11463bb..2e6ea1b 100644 --- a/Source/AllowedCharacterRule.swift +++ b/Source/AllowedCharacterRule.swift @@ -2,7 +2,7 @@ // AllowedCharacterRule.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Source/BlockRule.swift b/Source/BlockRule.swift index 168c624..a9d98b9 100644 --- a/Source/BlockRule.swift +++ b/Source/BlockRule.swift @@ -2,7 +2,7 @@ // BlockRule.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Source/DictionaryWordRule.swift b/Source/DictionaryWordRule.swift index e0acb54..ec36371 100644 --- a/Source/DictionaryWordRule.swift +++ b/Source/DictionaryWordRule.swift @@ -2,7 +2,7 @@ // DictionaryWordRule.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Source/LengthRule.swift b/Source/LengthRule.swift index c81defb..1d1e60e 100644 --- a/Source/LengthRule.swift +++ b/Source/LengthRule.swift @@ -2,7 +2,7 @@ // LengthRule.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Source/Navajo.swift b/Source/Navajo.swift index 7c4a3e3..0ae0417 100644 --- a/Source/Navajo.swift +++ b/Source/Navajo.swift @@ -2,7 +2,7 @@ // Navajo.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Source/PasswordRule.swift b/Source/PasswordRule.swift index b520693..f36fd4d 100644 --- a/Source/PasswordRule.swift +++ b/Source/PasswordRule.swift @@ -2,7 +2,7 @@ // PasswordRule.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Source/PasswordValidator.swift b/Source/PasswordValidator.swift index c3aed00..d9a007e 100644 --- a/Source/PasswordValidator.swift +++ b/Source/PasswordValidator.swift @@ -2,7 +2,7 @@ // NJOPasswordValidator.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Source/PredicateRule.swift b/Source/PredicateRule.swift index 6229ac2..69fe09a 100644 --- a/Source/PredicateRule.swift +++ b/Source/PredicateRule.swift @@ -2,7 +2,7 @@ // PredicateRule.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Source/RegularExpressionRule.swift b/Source/RegularExpressionRule.swift index de5b4ba..0734577 100644 --- a/Source/RegularExpressionRule.swift +++ b/Source/RegularExpressionRule.swift @@ -2,7 +2,7 @@ // RegularExpressionRule.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Source/RequiredCharacterRule.swift b/Source/RequiredCharacterRule.swift index a21bac1..54241d7 100644 --- a/Source/RequiredCharacterRule.swift +++ b/Source/RequiredCharacterRule.swift @@ -2,7 +2,7 @@ // RequiredCharacterRule.swift // Navajo // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/RuleTests.swift b/Tests/RuleTests.swift index af92fd0..ac6a526 100644 --- a/Tests/RuleTests.swift +++ b/Tests/RuleTests.swift @@ -1,7 +1,7 @@ // // RuleTests.swift // -// Copyright (c) 2015-2017 Jason Nam (http://www.jasonnam.com) +// Copyright (c) 2015-2017 Jason Nam (http://jasonnam.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal