From 33624e06eb581392bd3685d47e6f72d7147478bf Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Thu, 13 Feb 2020 10:42:56 +0100 Subject: [PATCH] Bump copyright to 2020 --- modules/db/pymod/export_linear_db.cc | 2 +- modules/db/pymod/wrap_db.cc | 2 +- modules/db/src/binary_container.cc | 2 +- modules/db/src/binary_container.hh | 2 +- modules/db/src/extract_data_helper.cc | 2 +- modules/db/src/extract_data_helper.hh | 4 ++-- modules/db/src/linear_indexer.cc | 2 +- modules/db/src/linear_indexer.hh | 2 +- modules/db/src/paged_array.hh | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/db/pymod/export_linear_db.cc b/modules/db/pymod/export_linear_db.cc index 8b9f7f942..597f4243e 100644 --- a/modules/db/pymod/export_linear_db.cc +++ b/modules/db/pymod/export_linear_db.cc @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // This file is part of the OpenStructure project <www.openstructure.org> // -// Copyright (C) 2008-2019 by the OpenStructure authors +// Copyright (C) 2008-2020 by the OpenStructure authors // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the Free diff --git a/modules/db/pymod/wrap_db.cc b/modules/db/pymod/wrap_db.cc index 883c6a33e..2bc2223a4 100644 --- a/modules/db/pymod/wrap_db.cc +++ b/modules/db/pymod/wrap_db.cc @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // This file is part of the OpenStructure project <www.openstructure.org> // -// Copyright (C) 2008-2019 by the OpenStructure authors +// Copyright (C) 2008-2020 by the OpenStructure authors // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the Free diff --git a/modules/db/src/binary_container.cc b/modules/db/src/binary_container.cc index a82723c52..37f01e402 100644 --- a/modules/db/src/binary_container.cc +++ b/modules/db/src/binary_container.cc @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // This file is part of the OpenStructure project <www.openstructure.org> // -// Copyright (C) 2008-2019 by the OpenStructure authors +// Copyright (C) 2008-2020 by the OpenStructure authors // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the Free diff --git a/modules/db/src/binary_container.hh b/modules/db/src/binary_container.hh index 3648513d4..6477e7452 100644 --- a/modules/db/src/binary_container.hh +++ b/modules/db/src/binary_container.hh @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // This file is part of the OpenStructure project <www.openstructure.org> // -// Copyright (C) 2008-2019 by the OpenStructure authors +// Copyright (C) 2008-2020 by the OpenStructure authors // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the Free diff --git a/modules/db/src/extract_data_helper.cc b/modules/db/src/extract_data_helper.cc index 607499e8f..f95ff73e3 100644 --- a/modules/db/src/extract_data_helper.cc +++ b/modules/db/src/extract_data_helper.cc @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // This file is part of the OpenStructure project <www.openstructure.org> // -// Copyright (C) 2008-2019 by the OpenStructure authors +// Copyright (C) 2008-2020 by the OpenStructure authors // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the Free diff --git a/modules/db/src/extract_data_helper.hh b/modules/db/src/extract_data_helper.hh index 288ed9536..271d03b3d 100644 --- a/modules/db/src/extract_data_helper.hh +++ b/modules/db/src/extract_data_helper.hh @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // This file is part of the OpenStructure project <www.openstructure.org> // -// Copyright (C) 2008-2019 by the OpenStructure authors +// Copyright (C) 2008-2020 by the OpenStructure authors // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the Free @@ -46,4 +46,4 @@ void ExtractTemplateData(const String& entry_name, const String& chain_name, }} //ns -#endif \ No newline at end of file +#endif diff --git a/modules/db/src/linear_indexer.cc b/modules/db/src/linear_indexer.cc index c0a586582..d03471f08 100644 --- a/modules/db/src/linear_indexer.cc +++ b/modules/db/src/linear_indexer.cc @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // This file is part of the OpenStructure project <www.openstructure.org> // -// Copyright (C) 2008-2019 by the OpenStructure authors +// Copyright (C) 2008-2020 by the OpenStructure authors // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the Free diff --git a/modules/db/src/linear_indexer.hh b/modules/db/src/linear_indexer.hh index 3507ae12d..a6c77a1d1 100644 --- a/modules/db/src/linear_indexer.hh +++ b/modules/db/src/linear_indexer.hh @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // This file is part of the OpenStructure project <www.openstructure.org> // -// Copyright (C) 2008-2019 by the OpenStructure authors +// Copyright (C) 2008-2020 by the OpenStructure authors // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the Free diff --git a/modules/db/src/paged_array.hh b/modules/db/src/paged_array.hh index 5512c7a9d..776754bc7 100644 --- a/modules/db/src/paged_array.hh +++ b/modules/db/src/paged_array.hh @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // This file is part of the OpenStructure project <www.openstructure.org> // -// Copyright (C) 2008-2019 by the OpenStructure authors +// Copyright (C) 2008-2020 by the OpenStructure authors // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License as published by the Free -- GitLab