From 976b1c40a9fb2f2e9275f7998fcd525b6756fe79 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Tue, 4 Mar 2014 16:30:55 -0800 Subject: [PATCH] Upcate copyright date. --- README.md | 2 +- lib/App/Sqitch.pm | 2 +- lib/App/Sqitch/Command.pm | 2 +- lib/App/Sqitch/Command/add.pm | 2 +- lib/App/Sqitch/Command/bundle.pm | 2 +- lib/App/Sqitch/Command/checkout.pm | 2 +- lib/App/Sqitch/Command/config.pm | 2 +- lib/App/Sqitch/Command/deploy.pm | 2 +- lib/App/Sqitch/Command/help.pm | 2 +- lib/App/Sqitch/Command/init.pm | 2 +- lib/App/Sqitch/Command/log.pm | 2 +- lib/App/Sqitch/Command/plan.pm | 2 +- lib/App/Sqitch/Command/rebase.pm | 2 +- lib/App/Sqitch/Command/revert.pm | 2 +- lib/App/Sqitch/Command/rework.pm | 2 +- lib/App/Sqitch/Command/show.pm | 2 +- lib/App/Sqitch/Command/status.pm | 2 +- lib/App/Sqitch/Command/tag.pm | 2 +- lib/App/Sqitch/Command/target.pm | 2 +- lib/App/Sqitch/Command/verify.pm | 2 +- lib/App/Sqitch/Config.pm | 2 +- lib/App/Sqitch/DateTime.pm | 2 +- lib/App/Sqitch/Engine.pm | 2 +- lib/App/Sqitch/Engine/firebird.pm | 2 +- lib/App/Sqitch/Engine/mysql.pm | 2 +- lib/App/Sqitch/Engine/oracle.pm | 2 +- lib/App/Sqitch/Engine/pg.pm | 2 +- lib/App/Sqitch/Engine/sqlite.pm | 2 +- lib/App/Sqitch/ItemFormatter.pm | 2 +- lib/App/Sqitch/Plan.pm | 2 +- lib/App/Sqitch/Plan/Blank.pm | 2 +- lib/App/Sqitch/Plan/Change.pm | 2 +- lib/App/Sqitch/Plan/ChangeList.pm | 2 +- lib/App/Sqitch/Plan/Depend.pm | 2 +- lib/App/Sqitch/Plan/Line.pm | 2 +- lib/App/Sqitch/Plan/LineList.pm | 2 +- lib/App/Sqitch/Plan/Pragma.pm | 2 +- lib/App/Sqitch/Plan/Tag.pm | 2 +- lib/App/Sqitch/Role/DBIEngine.pm | 2 +- lib/App/Sqitch/Role/RevertDeployCommand.pm | 2 +- lib/App/Sqitch/X.pm | 2 +- lib/sqitch.pod | 2 +- lib/sqitchtutorial-firebird.pod | 2 +- lib/sqitchtutorial-mysql.pod | 2 +- lib/sqitchtutorial-oracle.pod | 2 +- lib/sqitchtutorial-sqlite.pod | 2 +- lib/sqitchtutorial.pod | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 1974a41f4..905de3a05 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ well: Licence ------- -Copyright © 2012-2013 iovation Inc. +Copyright © 2012-2014 iovation Inc. 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/lib/App/Sqitch.pm b/lib/App/Sqitch.pm index 5aa742828..11c019917 100644 --- a/lib/App/Sqitch.pm +++ b/lib/App/Sqitch.pm @@ -1088,7 +1088,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command.pm b/lib/App/Sqitch/Command.pm index 30a0d809a..e1aa28cd8 100644 --- a/lib/App/Sqitch/Command.pm +++ b/lib/App/Sqitch/Command.pm @@ -487,7 +487,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/add.pm b/lib/App/Sqitch/Command/add.pm index 29998d0a6..ab7d73dcf 100644 --- a/lib/App/Sqitch/Command/add.pm +++ b/lib/App/Sqitch/Command/add.pm @@ -466,7 +466,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/bundle.pm b/lib/App/Sqitch/Command/bundle.pm index 11dc415b3..8b9b5db7f 100644 --- a/lib/App/Sqitch/Command/bundle.pm +++ b/lib/App/Sqitch/Command/bundle.pm @@ -307,7 +307,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/checkout.pm b/lib/App/Sqitch/Command/checkout.pm index d4ed4757f..7a4c01491 100644 --- a/lib/App/Sqitch/Command/checkout.pm +++ b/lib/App/Sqitch/Command/checkout.pm @@ -189,7 +189,7 @@ The Sqitch command-line client. =head1 License -Copyright (c) 2012-2013 Ronan Dunklau & iovation Inc. +Copyright (c) 2012-2014 Ronan Dunklau & iovation Inc. 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/lib/App/Sqitch/Command/config.pm b/lib/App/Sqitch/Command/config.pm index ea8f5d73c..a4874320d 100644 --- a/lib/App/Sqitch/Command/config.pm +++ b/lib/App/Sqitch/Command/config.pm @@ -642,7 +642,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/deploy.pm b/lib/App/Sqitch/Command/deploy.pm index fba4123f6..1d308d6b2 100644 --- a/lib/App/Sqitch/Command/deploy.pm +++ b/lib/App/Sqitch/Command/deploy.pm @@ -195,7 +195,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/help.pm b/lib/App/Sqitch/Command/help.pm index 985b254cc..9e291563d 100644 --- a/lib/App/Sqitch/Command/help.pm +++ b/lib/App/Sqitch/Command/help.pm @@ -97,7 +97,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/init.pm b/lib/App/Sqitch/Command/init.pm index e47b15521..86bbc4f16 100644 --- a/lib/App/Sqitch/Command/init.pm +++ b/lib/App/Sqitch/Command/init.pm @@ -325,7 +325,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/log.pm b/lib/App/Sqitch/Command/log.pm index b96fec7d7..9d2f61d44 100644 --- a/lib/App/Sqitch/Command/log.pm +++ b/lib/App/Sqitch/Command/log.pm @@ -294,7 +294,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/plan.pm b/lib/App/Sqitch/Command/plan.pm index ed492567a..3a9c0bb49 100644 --- a/lib/App/Sqitch/Command/plan.pm +++ b/lib/App/Sqitch/Command/plan.pm @@ -271,7 +271,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/rebase.pm b/lib/App/Sqitch/Command/rebase.pm index 84e0ee8bc..50b2a85fc 100644 --- a/lib/App/Sqitch/Command/rebase.pm +++ b/lib/App/Sqitch/Command/rebase.pm @@ -173,7 +173,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/revert.pm b/lib/App/Sqitch/Command/revert.pm index bb22dcbe1..357e6b282 100644 --- a/lib/App/Sqitch/Command/revert.pm +++ b/lib/App/Sqitch/Command/revert.pm @@ -191,7 +191,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/rework.pm b/lib/App/Sqitch/Command/rework.pm index 9bd6fe751..a645f3fea 100644 --- a/lib/App/Sqitch/Command/rework.pm +++ b/lib/App/Sqitch/Command/rework.pm @@ -236,7 +236,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/show.pm b/lib/App/Sqitch/Command/show.pm index 4aaa0691a..0a7e89499 100644 --- a/lib/App/Sqitch/Command/show.pm +++ b/lib/App/Sqitch/Command/show.pm @@ -160,7 +160,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/status.pm b/lib/App/Sqitch/Command/status.pm index 7382230ed..8d1cf7cb6 100644 --- a/lib/App/Sqitch/Command/status.pm +++ b/lib/App/Sqitch/Command/status.pm @@ -367,7 +367,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/tag.pm b/lib/App/Sqitch/Command/tag.pm index ed647dc31..ada72c4a3 100644 --- a/lib/App/Sqitch/Command/tag.pm +++ b/lib/App/Sqitch/Command/tag.pm @@ -102,7 +102,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/target.pm b/lib/App/Sqitch/Command/target.pm index 3779af3d8..eaf19f40f 100644 --- a/lib/App/Sqitch/Command/target.pm +++ b/lib/App/Sqitch/Command/target.pm @@ -294,7 +294,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Command/verify.pm b/lib/App/Sqitch/Command/verify.pm index c96947958..019fa2892 100644 --- a/lib/App/Sqitch/Command/verify.pm +++ b/lib/App/Sqitch/Command/verify.pm @@ -177,7 +177,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Config.pm b/lib/App/Sqitch/Config.pm index 002f7193c..5a9a6c89a 100644 --- a/lib/App/Sqitch/Config.pm +++ b/lib/App/Sqitch/Config.pm @@ -188,7 +188,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/DateTime.pm b/lib/App/Sqitch/DateTime.pm index 349fea09d..8a0f683ec 100644 --- a/lib/App/Sqitch/DateTime.pm +++ b/lib/App/Sqitch/DateTime.pm @@ -189,7 +189,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Engine.pm b/lib/App/Sqitch/Engine.pm index 302a5f72a..a8b34ce37 100644 --- a/lib/App/Sqitch/Engine.pm +++ b/lib/App/Sqitch/Engine.pm @@ -2288,7 +2288,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Engine/firebird.pm b/lib/App/Sqitch/Engine/firebird.pm index ca0120688..dd7b62e33 100644 --- a/lib/App/Sqitch/Engine/firebird.pm +++ b/lib/App/Sqitch/Engine/firebird.pm @@ -915,7 +915,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. Copyright (c) 2013 Ștefan Suciu diff --git a/lib/App/Sqitch/Engine/mysql.pm b/lib/App/Sqitch/Engine/mysql.pm index 12d091c36..c41b6c093 100644 --- a/lib/App/Sqitch/Engine/mysql.pm +++ b/lib/App/Sqitch/Engine/mysql.pm @@ -323,7 +323,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Engine/oracle.pm b/lib/App/Sqitch/Engine/oracle.pm index 6a0f240f1..5ee1046a1 100644 --- a/lib/App/Sqitch/Engine/oracle.pm +++ b/lib/App/Sqitch/Engine/oracle.pm @@ -759,7 +759,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Engine/pg.pm b/lib/App/Sqitch/Engine/pg.pm index eb97e266e..d675371a3 100644 --- a/lib/App/Sqitch/Engine/pg.pm +++ b/lib/App/Sqitch/Engine/pg.pm @@ -534,7 +534,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Engine/sqlite.pm b/lib/App/Sqitch/Engine/sqlite.pm index b4ebb0e32..a102018b9 100644 --- a/lib/App/Sqitch/Engine/sqlite.pm +++ b/lib/App/Sqitch/Engine/sqlite.pm @@ -273,7 +273,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/ItemFormatter.pm b/lib/App/Sqitch/ItemFormatter.pm index 1877587f3..d0940e5a6 100644 --- a/lib/App/Sqitch/ItemFormatter.pm +++ b/lib/App/Sqitch/ItemFormatter.pm @@ -582,7 +582,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Plan.pm b/lib/App/Sqitch/Plan.pm index e682e3ac1..4c001d2ef 100644 --- a/lib/App/Sqitch/Plan.pm +++ b/lib/App/Sqitch/Plan.pm @@ -1575,7 +1575,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Plan/Blank.pm b/lib/App/Sqitch/Plan/Blank.pm index 2eab1befe..a3f0fc30d 100644 --- a/lib/App/Sqitch/Plan/Blank.pm +++ b/lib/App/Sqitch/Plan/Blank.pm @@ -40,7 +40,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Plan/Change.pm b/lib/App/Sqitch/Plan/Change.pm index bc0707a62..9255c8379 100644 --- a/lib/App/Sqitch/Plan/Change.pm +++ b/lib/App/Sqitch/Plan/Change.pm @@ -591,7 +591,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Plan/ChangeList.pm b/lib/App/Sqitch/Plan/ChangeList.pm index 5f5e682da..8d272b3b0 100644 --- a/lib/App/Sqitch/Plan/ChangeList.pm +++ b/lib/App/Sqitch/Plan/ChangeList.pm @@ -432,7 +432,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Plan/Depend.pm b/lib/App/Sqitch/Plan/Depend.pm index fbf8e89ee..4cf783c8d 100644 --- a/lib/App/Sqitch/Plan/Depend.pm +++ b/lib/App/Sqitch/Plan/Depend.pm @@ -369,7 +369,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Plan/Line.pm b/lib/App/Sqitch/Plan/Line.pm index a4538c7d9..1adab592a 100644 --- a/lib/App/Sqitch/Plan/Line.pm +++ b/lib/App/Sqitch/Plan/Line.pm @@ -347,7 +347,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Plan/LineList.pm b/lib/App/Sqitch/Plan/LineList.pm index 4b6b404d9..1712d1e08 100644 --- a/lib/App/Sqitch/Plan/LineList.pm +++ b/lib/App/Sqitch/Plan/LineList.pm @@ -110,7 +110,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Plan/Pragma.pm b/lib/App/Sqitch/Plan/Pragma.pm index cbb41d919..52f31f99e 100644 --- a/lib/App/Sqitch/Plan/Pragma.pm +++ b/lib/App/Sqitch/Plan/Pragma.pm @@ -100,7 +100,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Plan/Tag.pm b/lib/App/Sqitch/Plan/Tag.pm index 43a802c06..c30cae664 100644 --- a/lib/App/Sqitch/Plan/Tag.pm +++ b/lib/App/Sqitch/Plan/Tag.pm @@ -195,7 +195,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Role/DBIEngine.pm b/lib/App/Sqitch/Role/DBIEngine.pm index b1750d664..9e4d7a1bf 100644 --- a/lib/App/Sqitch/Role/DBIEngine.pm +++ b/lib/App/Sqitch/Role/DBIEngine.pm @@ -964,7 +964,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/Role/RevertDeployCommand.pm b/lib/App/Sqitch/Role/RevertDeployCommand.pm index ea93537ae..9e5b28903 100644 --- a/lib/App/Sqitch/Role/RevertDeployCommand.pm +++ b/lib/App/Sqitch/Role/RevertDeployCommand.pm @@ -211,7 +211,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/App/Sqitch/X.pm b/lib/App/Sqitch/X.pm index b0e9ac65f..eb166b5c8 100644 --- a/lib/App/Sqitch/X.pm +++ b/lib/App/Sqitch/X.pm @@ -175,7 +175,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/sqitch.pod b/lib/sqitch.pod index 1e5312596..e058f1981 100644 --- a/lib/sqitch.pod +++ b/lib/sqitch.pod @@ -560,7 +560,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/sqitchtutorial-firebird.pod b/lib/sqitchtutorial-firebird.pod index ffd5aefc7..83f2b4cc3 100644 --- a/lib/sqitchtutorial-firebird.pod +++ b/lib/sqitchtutorial-firebird.pod @@ -1226,7 +1226,7 @@ is planned to make managing idempotent reworkings even easier. Stay tuned. =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/sqitchtutorial-mysql.pod b/lib/sqitchtutorial-mysql.pod index 3d74ae75b..cdb13d7aa 100644 --- a/lib/sqitchtutorial-mysql.pod +++ b/lib/sqitchtutorial-mysql.pod @@ -1688,7 +1688,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/sqitchtutorial-oracle.pod b/lib/sqitchtutorial-oracle.pod index 4c99b49eb..e69e25635 100644 --- a/lib/sqitchtutorial-oracle.pod +++ b/lib/sqitchtutorial-oracle.pod @@ -1838,7 +1838,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/sqitchtutorial-sqlite.pod b/lib/sqitchtutorial-sqlite.pod index d2e963d33..10edeabe7 100644 --- a/lib/sqitchtutorial-sqlite.pod +++ b/lib/sqitchtutorial-sqlite.pod @@ -1200,7 +1200,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. 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/lib/sqitchtutorial.pod b/lib/sqitchtutorial.pod index ddf1bc129..ff542239d 100644 --- a/lib/sqitchtutorial.pod +++ b/lib/sqitchtutorial.pod @@ -1623,7 +1623,7 @@ David E. Wheeler =head1 License -Copyright (c) 2012-2013 iovation Inc. +Copyright (c) 2012-2014 iovation Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal