Copyright 2013

- Updated copyright notices.
This commit is contained in:
Paul Beckingham 2013-03-04 17:47:12 -05:00
parent 430acab7ea
commit 1dccd29643
528 changed files with 995 additions and 1318 deletions

View file

@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////////////////////////
// taskwarrior - a command line task list manager.
//
// Copyright 2006-2012, Paul Beckingham, Federico Hernandez.
// Copyright 2006-2013, Paul Beckingham, Federico Hernandez.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
@ -264,8 +264,8 @@ int main (int argc, char** argv)
t.is (e5.toString (), "4/4/2010", "Easter 4/4/2010");
Date e6 (Date::easter(2011));
t.is (e6.toString (), "4/24/2011", "Easter 4/24/2011");
Date e7 (Date::easter(2012));
t.is (e7.toString (), "4/8/2012", "Easter 4/8/2012");
Date e7 (Date::easter(2013));
t.is (e7.toString (), "4/8/2013", "Easter 4/8/2013");
Date e8 (Date::easter(2020));
t.is (e8.toString (), "4/12/2020", "Easter 4/12/2020");