diff --git a/COPYING b/COPYING index 6568e489..f551f95f 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Timewarrior - a command line time tracker -Copyright 2015, Paul Beckingham, Federico Hernandez. +Copyright 2015 - 2016, 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 diff --git a/LICENSE b/LICENSE index 8a6c8beb..f551f95f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Timewarrior - a command line time tracker -Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +Copyright 2015 - 2016, 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 diff --git a/src/Grammar.cpp b/src/Grammar.cpp index 8f164499..81631acb 100644 --- a/src/Grammar.cpp +++ b/src/Grammar.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/src/Grammar.h b/src/Grammar.h index e0120e17..512c9280 100644 --- a/src/Grammar.h +++ b/src/Grammar.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/src/LR0.cpp b/src/LR0.cpp index e4b0e5bd..9ca28a36 100644 --- a/src/LR0.cpp +++ b/src/LR0.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/src/LR0.h b/src/LR0.h index 3a7dfa42..86c6ed20 100644 --- a/src/LR0.h +++ b/src/LR0.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/src/Lexer.cpp b/src/Lexer.cpp index 6a269ee0..d28807cc 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2016, 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 diff --git a/src/Lexer.h b/src/Lexer.h index 058b9c59..ea122c2a 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2016, 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 diff --git a/src/Pig.cpp b/src/Pig.cpp index 4c9143d4..f410700c 100644 --- a/src/Pig.cpp +++ b/src/Pig.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/src/Pig.h b/src/Pig.h index 73c1df66..188adffa 100644 --- a/src/Pig.h +++ b/src/Pig.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/src/Rules.cpp b/src/Rules.cpp index e9361055..3480d4e5 100644 --- a/src/Rules.cpp +++ b/src/Rules.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/src/Rules.h b/src/Rules.h index a3a140b4..b9f74fe0 100644 --- a/src/Rules.h +++ b/src/Rules.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/src/common/Color.cpp b/src/common/Color.cpp index fc6859c6..54629397 100644 --- a/src/common/Color.cpp +++ b/src/common/Color.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/Color.h b/src/common/Color.h index 4e6a27fc..e8db5100 100644 --- a/src/common/Color.h +++ b/src/common/Color.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/FS.cpp b/src/common/FS.cpp index a9a607b0..5997a83f 100644 --- a/src/common/FS.cpp +++ b/src/common/FS.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/FS.h b/src/common/FS.h index b803d907..bd7a8a07 100644 --- a/src/common/FS.h +++ b/src/common/FS.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/RX.cpp b/src/common/RX.cpp index 9d16b0af..bff6d422 100644 --- a/src/common/RX.cpp +++ b/src/common/RX.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/RX.h b/src/common/RX.h index 5a41ad22..857a5bb3 100644 --- a/src/common/RX.h +++ b/src/common/RX.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/Timer.cpp b/src/common/Timer.cpp index c0648ba8..bb30e0d7 100644 --- a/src/common/Timer.cpp +++ b/src/common/Timer.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/Timer.h b/src/common/Timer.h index f873e366..e6c64540 100644 --- a/src/common/Timer.h +++ b/src/common/Timer.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/text.cpp b/src/common/text.cpp index ae60be04..0f358340 100644 --- a/src/common/text.cpp +++ b/src/common/text.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/text.h b/src/common/text.h index b753c094..827ded63 100644 --- a/src/common/text.h +++ b/src/common/text.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/src/common/utf8.cpp b/src/common/utf8.cpp index 6b904282..e2fdc544 100644 --- a/src/common/utf8.cpp +++ b/src/common/utf8.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2016, 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 diff --git a/src/common/utf8.h b/src/common/utf8.h index 09151017..bf0a9e3c 100644 --- a/src/common/utf8.h +++ b/src/common/utf8.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2016, 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 diff --git a/src/gr.cpp b/src/gr.cpp index c3ff817c..01772103 100644 --- a/src/gr.cpp +++ b/src/gr.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/src/timew.cpp b/src/timew.cpp index ff64b537..03c20303 100644 --- a/src/timew.cpp +++ b/src/timew.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/test/color.t.cpp b/test/color.t.cpp index b061b531..b467da3b 100644 --- a/test/color.t.cpp +++ b/test/color.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/test/fs.t.cpp b/test/fs.t.cpp index b0d49e26..ae53055a 100644 --- a/test/fs.t.cpp +++ b/test/fs.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/test/grammar.t.cpp b/test/grammar.t.cpp index 660996cb..9fcab17e 100644 --- a/test/grammar.t.cpp +++ b/test/grammar.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/test/lexer.t.cpp b/test/lexer.t.cpp index 319d8b6f..e53e1e8e 100644 --- a/test/lexer.t.cpp +++ b/test/lexer.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2015, Göteborg Bit Factory. +// Copyright 2013 - 2016, Göteborg Bit Factory. // // 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/test/list.t.cpp b/test/list.t.cpp index 51c95c8c..54d4e42f 100644 --- a/test/list.t.cpp +++ b/test/list.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/test/lr0.t.cpp b/test/lr0.t.cpp index b7e39ed1..068a5c84 100644 --- a/test/lr0.t.cpp +++ b/test/lr0.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/test/pig.t.cpp b/test/pig.t.cpp index 37e7264f..7c70034a 100644 --- a/test/pig.t.cpp +++ b/test/pig.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/test/rules.t.cpp b/test/rules.t.cpp index 5a3707b0..041eff17 100644 --- a/test/rules.t.cpp +++ b/test/rules.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2016, 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 diff --git a/test/rx.t.cpp b/test/rx.t.cpp index e658c786..e7917a25 100644 --- a/test/rx.t.cpp +++ b/test/rx.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/test/test.cpp b/test/test.cpp index f860602d..de1e9f1d 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/test/test.h b/test/test.h index 0b704fea..2127077e 100644 --- a/test/test.h +++ b/test/test.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/test/text.t.cpp b/test/text.t.cpp index c2ba37d0..524191f5 100644 --- a/test/text.t.cpp +++ b/test/text.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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 diff --git a/test/utf8.t.cpp b/test/utf8.t.cpp index 7ad3bd23..07bfdcb8 100644 --- a/test/utf8.t.cpp +++ b/test/utf8.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2016, 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