From 8e94fcb9e17e47de65735259276764ea4246ec5d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 12 Jan 2021 10:26:37 +0100 Subject: [PATCH] More copyright lines updated to 2021. --- COPYRIGHT.template | 2 +- docs/source/conf.py | 2 +- include/simgrid/disk.h | 2 +- teshsuite/s4u/actor-suspend/actor-suspend.cpp | 2 +- tools/cmake/test_prog/prog_tsan.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/COPYRIGHT.template b/COPYRIGHT.template index f9e03f6ab7..91d9e68410 100644 --- a/COPYRIGHT.template +++ b/COPYRIGHT.template @@ -1,4 +1,4 @@ -/* Copyright (c) 2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/docs/source/conf.py b/docs/source/conf.py index 9386f7b2a6..ddeb2b133c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,7 +32,7 @@ if read_the_docs_build: # -- Project information ----------------------------------------------------- project = u'SimGrid' -copyright = u'2002-2020, The SimGrid Team' +copyright = u'2002-2021, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version diff --git a/include/simgrid/disk.h b/include/simgrid/disk.h index ef71b3fab8..e11560982d 100644 --- a/include/simgrid/disk.h +++ b/include/simgrid/disk.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2020-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/teshsuite/s4u/actor-suspend/actor-suspend.cpp b/teshsuite/s4u/actor-suspend/actor-suspend.cpp index 73b53361c2..167313ef3b 100644 --- a/teshsuite/s4u/actor-suspend/actor-suspend.cpp +++ b/teshsuite/s4u/actor-suspend/actor-suspend.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2020-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/tools/cmake/test_prog/prog_tsan.cpp b/tools/cmake/test_prog/prog_tsan.cpp index 41ef8badbf..6b379a7604 100644 --- a/tools/cmake/test_prog/prog_tsan.cpp +++ b/tools/cmake/test_prog/prog_tsan.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2020. The SimGrid Team. +/* Copyright (c) 2020-2021. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it -- 2.20.1