diff --git a/procedures/entityVersioning.sql b/procedures/entityVersioning.sql index 5adaa4d50c6b8fbafea6319bc4cfb7d2f17bc39e..8f6b10bf40735409d8de697cccf62cee30c29dc1 100644 --- a/procedures/entityVersioning.sql +++ b/procedures/entityVersioning.sql @@ -1,9 +1,9 @@ /* * This file is a part of the CaosDB Project. * - * Copyright (C) 2020,2023 IndiScale GmbH <info@indiscale.com> + * Copyright (C) 2020-2024 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020,2023 Timm Fitschen <t.fitschen@indiscale.com> - * + * Copyright (C) 2024 Daniel Hornung <d.hornung@indiscale.com> * 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, either version 3 of the diff --git a/utils/update_sql_procedures.sh b/utils/update_sql_procedures.sh index 00069fa3089210911aa65c15f6246a003dd64ff2..2fe1febfc7d5bbe45a8bc68c630e13d1cef6707f 100755 --- a/utils/update_sql_procedures.sh +++ b/utils/update_sql_procedures.sh @@ -1,13 +1,12 @@ #!/bin/bash # -# ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2018 Research Group Biomedical Physics, # Max-Planck-Institute for Dynamics and Self-Organization Göttingen -# Copyright (C) 2020 Daniel Hornung <d.hornung@indiscale.com> +# Copyright (C) 2020, 2024 Daniel Hornung <d.hornung@indiscale.com> # Copyright (C) 2020 Henrik tom Wörden <h.tomwoerden@indiscale.com> -# Copyright (C) 2020 IndiScale <info@indiscale.com> +# Copyright (C) 2020, 2024 IndiScale <info@indiscale.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -22,8 +21,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -# ** end header -# # Updates all SQL procedures