From 2026296bf5926c705f1bad2e75509ad5f67804c9 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Thu, 6 Dec 2018 21:08:30 +0100 Subject: [PATCH] Update AUTHORS, ChangeLog - Fix copyright dates --- AUTHORS | 1 + ChangeLog | 2 ++ src/Range.h | 2 +- src/commands/CmdHelp.cpp | 2 +- src/commands/CmdModify.cpp | 2 +- src/commands/commands.h | 2 +- test/modify.t | 2 +- 7 files changed, 8 insertions(+), 5 deletions(-) mode change 100755 => 100644 test/modify.t diff --git a/AUTHORS b/AUTHORS index 7f3b4f65..c22930c9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,6 +30,7 @@ The following submitted code, packages or analysis, and deserve special thanks: Aaron Fields vedharish janikrabe + sruffell Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/ChangeLog b/ChangeLog index 8f809aed..b0135e09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,8 @@ (thanks to chronitis) - #113 summary does not display correctly open intervals spanning day border (thanks to janikrabe) +- #131 Introduce 'modify' to adjust historical records to fixed date/time + (thanks to sruffell) - #135 Task at month end not getting displayed (thanks to towo) - #138 Entering an escaped quote in a tag name causes incorrect JSON to be generated diff --git a/src/Range.h b/src/Range.h index ab11d149..fdbb0a46 100644 --- a/src/Range.h +++ b/src/Range.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015 - 2018, Thomas Lauf, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2018, Thomas Lauf, 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/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index d854de53..78a77960 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2018, 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/commands/CmdModify.cpp b/src/commands/CmdModify.cpp index 2ecace44..8fa83147 100644 --- a/src/commands/CmdModify.cpp +++ b/src/commands/CmdModify.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015 - 2018, Thomas Lauf, Paul Beckingham, Federico Hernandez. +// Copyright 2018, Thomas Lauf, 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/commands/commands.h b/src/commands/commands.h index 1e53d245..ae9f7f37 100644 --- a/src/commands/commands.h +++ b/src/commands/commands.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015 - 2018, Thomas Lauf, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2018, Thomas Lauf, 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/modify.t b/test/modify.t old mode 100755 new mode 100644 index f1c8ace4..d4121503 --- a/test/modify.t +++ b/test/modify.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Thomas Lauf, Paul Beckingham, Federico Hernandez. +# Copyright 2018, Thomas Lauf, 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