diff options
Diffstat (limited to 'src/schedule.c')
-rw-r--r-- | src/schedule.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/schedule.c b/src/schedule.c index 890a8ce..1f0816f 100644 --- a/src/schedule.c +++ b/src/schedule.c @@ -1,9 +1,10 @@ /* - * Copyright (C) 2020 Soleta Networks <info@soleta.eu> + * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the - * Free Software Foundation, version 3. + * Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. */ #include "schedule.h" |