diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01d806ef3b90b375f11903630ccc32e3a61c02eb..b61ff464391aff10f0de404fdc2d3d12c6ef8a45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # -# 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 diff --git a/Makefile b/Makefile index 544c0b6abc7627bb7a78f5312ee05d70b2d4d5ac..1c25917bb7e016ca7df0b750ceb53517e1decd08 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # ** 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 diff --git a/README.md b/README.md index c68256b11d292f26f27d410e1bebbee82e625726..f76802aa433f9112a8a828d96cf97a04f22d119e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ## Welcome -This is the **CaosDB MySQL Backend** repository and a part of the -CaosDB project. +This is the **LinkAhead MySQL Backend** repository and a part of the +LinkAhead project. ## Setup diff --git a/README_SETUP.md b/README_SETUP.md index 1b88d56636ccbbbfa3ed616ff323d8e9fdf4835c..211eaadf434198aa5c26fb339d4a61e185ee7527 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -1,4 +1,4 @@ -# Setup of the CaosDB SQL back end +# Setup of the LinkAhead SQL back end ## Dependencies * `MariaDB Client 10.1`, `MySQL Client 5.5`, or later versions. In the case of @@ -19,7 +19,7 @@ `MYSQL_USER_PASSWORD` to an empty string. But you need to be logged in as root for the installation and upgrade process. -## Setup the SQL database for CaosDB +## Setup the SQL database for LinkAhead * Run `make install`. If a there is a database with the name you have choosen during the configuration, you need to reconfigure or delete the database diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index a5eeca10024f9d69b80192de3f8431a55b7f1a81..f6e1a26b42949c05a05aad1c79222407f8461efa 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -1,7 +1,7 @@ -# Release Guidelines for the CaosDB MySQL Backend +# Release Guidelines for the LinkAhead MySQL Backend This document specifies release guidelines in addition to the general release -guidelines of the CaosDB Project +guidelines of the LinkAhead Project ([RELEASE_GUIDELINES.md](https://gitlab.com/caosdb/caosdb/blob/dev/RELEASE_GUIDELINES.md)) ## General Prerequisites diff --git a/config.defaults b/config.defaults index f12278dcf0f5ce772c4cb77e54b149d3f6880921..79ebcba154f01dd86ad3b4399bca2eb84656632b 100644 --- a/config.defaults +++ b/config.defaults @@ -1,6 +1,6 @@ # # ** header v2.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 @@ -37,14 +37,14 @@ MYSQL_HOST=localhost # The port number of the MySQL server. MYSQL_PORT=3306 # The user for the installation. Note: This is not the user -# which will then be used by the CaosDB Server. +# which will then be used by the LinkAhead Server. MYSQL_USER=root MYSQL_USER_PASSWORD=caosdb1234 # # DATABASE # The name of the SQL database. DATABASE_NAME=caosdb -# The user which is used by the CaosDB Server for accessing +# The user which is used by the LinkAhead Server for accessing # the database. DATABASE_USER=caosdb # The password for the database user. Leave empty diff --git a/configure b/configure index 01ea52def0f7693c0096316cc804dda0ed659c65..9213867a2baf1ddbc816871456fd04237305e2f7 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #!/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 diff --git a/db_5_0.sql b/db_5_0.sql index d369c4380872f31a3a4b73b707c3edd6c86d83b4..c3bd004c49052581e659dfa8ea68f371e42a0334 100644 --- a/db_5_0.sql +++ b/db_5_0.sql @@ -1,5 +1,5 @@ /* - * 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 @@ -20,7 +20,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * */ -#-- MySQL batch stack to create the CaosDB database structure, v5.0.0 +#-- MySQL batch stack to create the LinkAhead database structure, v5.0.0 #-- AUTHOR: Timm Fitschen <t.fitsche@indiscale.com> #-- DATE: 2021-09-15 @@ -45,7 +45,7 @@ USE db_5_0; #-- Create function version #-- *********************** -CREATE FUNCTION CaosDBVersion() RETURNS VARCHAR(255) DETERMINISTIC +CREATE FUNCTION LinkAheadVersion() RETURNS VARCHAR(255) DETERMINISTIC RETURN 'v5.0.0'; #-- ************* diff --git a/doc/Doxyfile b/doc/Doxyfile index bc8f072d81446c97083af89bdaaa057a0b02b435..9ac0645f2392ef24b52f95c8f56c4f17a4e5767d 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -33,7 +33,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "CaosDB MySQL Backend" +PROJECT_NAME = "LinkAhead MySQL Backend" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version diff --git a/doc/Maintenance.rst b/doc/Maintenance.rst index 39b2ad35996cd14acad3178f4eada24b1e2c1d21..fbdef943a3b579c2457b746d09cfcd6d530c128a 100644 --- a/doc/Maintenance.rst +++ b/doc/Maintenance.rst @@ -12,11 +12,11 @@ of the SQL-Backend:: ./utils/backup.py -d folder/where/the/backup/is/created -You can do this while CaosDB is online. +You can do this while LinkAhead is online. Restoring a Backup ------------------ -CaosDB should be offline for restoring. +LinkAhead should be offline for restoring. You can use the Bash script ``utils/make_db`` to restore a backup (SQL dump) of the SQL-Backend:: diff --git a/doc/Makefile b/doc/Makefile index 18fcdfd2bdc6ff10f5d891949961b96c7f58eb61..482d13a0d7f10580a76c262b90c2279e2f97396f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,5 @@ # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2020 Daniel Hornung <d.hornung@indiscale.com> diff --git a/doc/concepts.rst b/doc/concepts.rst index 7de8c512cba5c56780892bdd4f300c061cc8cdc3..0e6ca096c47ad17f42cd85e5a7cdabdcefbc532d 100644 --- a/doc/concepts.rst +++ b/doc/concepts.rst @@ -1,6 +1,6 @@ -======================== -The concepts of pycaosdb -======================== +======================================= +The concepts of LinkAhead's SQL backend +======================================= .. toctree:: diff --git a/doc/conf.py b/doc/conf.py index c649f342a691a8a52fdf45654925da5b1e378533..72f154b48d83d6b01f825a75ba721fdd13a4575d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -16,19 +16,19 @@ import sphinx_rtd_theme # # import os # import sys -# sys.path.insert(0, os.path.abspath('../caosdb')) +# sys.path.insert(0, os.path.abspath('../linkahead')) # -- Project information ----------------------------------------------------- -project = 'caosdb-mysqlbackend' -copyright = '2021, IndiScale GmbH' +project = 'linkahead-mysqlbackend' +copyright = '2023, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '5.1' +version = '6.0' # The full version, including alpha/beta/rc tags -release = '5.1.0-SNAPSHOT' +release = '6.0.0-SNAPSHOT' # -- General configuration --------------------------------------------------- @@ -46,7 +46,7 @@ extensions = [ 'sphinx.ext.todo', "sphinx.ext.autodoc", "recommonmark", # For markdown files. - # 'autoapi.extension', + # 'autoapi.extension', # 'sphinx.ext.intersphinx', # 'sphinx.ext.napoleon', # For Google style docstrings "sphinx_rtd_theme", @@ -112,7 +112,7 @@ html_theme = 'sphinx_rtd_theme' # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. -htmlhelp_basename = 'caosdb-mysqlbackenddoc' +htmlhelp_basename = 'linkahead-mysqlbackenddoc' # -- Options for LaTeX output ------------------------------------------------ @@ -139,7 +139,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'caosdb-mysqlbackend.tex', 'caosdb-mysqlbackend Documentation', + (master_doc, 'linkahead-mysqlbackend.tex', 'linkahead-mysqlbackend Documentation', 'IndiScale GmbH', 'manual'), ] @@ -149,7 +149,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'caosdb-mysqlbackend', 'caosdb-mysqlbackend Documentation', + (master_doc, 'linkahead-mysqlbackend', 'linkahead-mysqlbackend Documentation', [author], 1) ] @@ -160,8 +160,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'caosdb-mysqlbackend', 'caosdb-mysqlbackend Documentation', - author, 'caosdb-mysqlbackend', 'One line description of project.', + (master_doc, 'linkahead-mysqlbackend', 'linkahead-mysqlbackend Documentation', + author, 'linkahead-mysqlbackend', 'One line description of project.', 'Miscellaneous'), ] diff --git a/doc/index.rst b/doc/index.rst index 3924201bb5ab51ac7e1517f4eb1de95968dcb7b8..b621ddb98e914b2c4db1dd40bdb6453eb89a92fd 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,5 +1,5 @@ -Welcome to documentation of CaosDB's MySQL Backend! +Welcome to documentation of LinkAhead's MySQL Backend! =================================================== .. toctree:: diff --git a/doc/scripts/sql2sphinx.py b/doc/scripts/sql2sphinx.py index 4a87d5a0769f8ca9be44a46036e136bfad1c148b..12e0167a14ed6db921d769fc6a8c49be20559b3c 100755 --- a/doc/scripts/sql2sphinx.py +++ b/doc/scripts/sql2sphinx.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <www.indiscale.com> # Copyright (C) 2020 Daniel Hornung <d.hornung@indiscale.com> diff --git a/doc/table_structure.md b/doc/table_structure.md index dc0c1054c1991e9e09d666d92641fd58f9fd464f..1641c568d18ec3fb87f60211aee816e6de049e7c 100644 --- a/doc/table_structure.md +++ b/doc/table_structure.md @@ -1,4 +1,4 @@ -This document describes the SQL tables used by CaosDB and how they represent the +This document describes the SQL tables used by LinkAhead and how they represent the internal data structure. # Tables # diff --git a/patches/applyPatches.sh b/patches/applyPatches.sh index 735dd3ea48a43d033b46dad1c7eb1700bda5c9b1..ffaa06a782c3dfeababff092158bc5990f11220e 100755 --- a/patches/applyPatches.sh +++ b/patches/applyPatches.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20150715-0/patch.sh b/patches/patch20150715-0/patch.sh index 4941c817bb0b36d6c4c51fe40f0534666b9ee346..7a4264e0b708a5a014379e11e215dad4145f7478 100755 --- a/patches/patch20150715-0/patch.sh +++ b/patches/patch20150715-0/patch.sh @@ -1,7 +1,7 @@ #!/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 @@ -21,7 +21,7 @@ # # ** end header # -# this patch introduces the mysql stored funtion 'CaosDBVersion' with a initial value of 2.0.0 +# this patch introduces the mysql stored funtion 'LinkAheadVersion' with a initial value of 2.0.0 # Update mysql schema to version v2.0.0 if [ -z "$UTILSPATH" ]; then @@ -29,12 +29,12 @@ if [ -z "$UTILSPATH" ]; then fi . $UTILSPATH/patch_header.sh -if test ! $(mysql_execute "Select CaosDBVersion();" > /dev/null) ; then +if test ! $(mysql_execute "Select LinkAheadVersion();" > /dev/null) ; then uptodate fi -# install function CaosDBVersion() -mysql_execute "CREATE FUNCTION CaosDBVersion() RETURNS VARCHAR(255) DETERMINISTIC RETURN 'v2.0.0';" +# install function LinkAheadVersion() +mysql_execute "CREATE FUNCTION LinkAheadVersion() RETURNS VARCHAR(255) DETERMINISTIC RETURN 'v2.0.0';" # create transaction_log table with new schema mysql_execute "CREATE TABLE new_transaction_log ( diff --git a/patches/patch20151022-0/patch.sh b/patches/patch20151022-0/patch.sh index f361fb4dac4470e7c2060556a69e01911f94cf60..72753aab5b525d36663c75f075e5250871caa36f 100755 --- a/patches/patch20151022-0/patch.sh +++ b/patches/patch20151022-0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20151111-0/patch.sh b/patches/patch20151111-0/patch.sh index cb1bdbc45ae07396e0a0158041d0878131a02067..085a4d2323b74762069548fe9b4983780796a68b 100755 --- a/patches/patch20151111-0/patch.sh +++ b/patches/patch20151111-0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20151218-0/nameov_table.sql b/patches/patch20151218-0/nameov_table.sql index 05f6c8f4de68bd9af476ac68e29c7916434d3d05..480289646f3b183bc986cd877e97e4965702bf79 100644 --- a/patches/patch20151218-0/nameov_table.sql +++ b/patches/patch20151218-0/nameov_table.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/patches/patch20151218-0/patch.sh b/patches/patch20151218-0/patch.sh index d9ebea9266b90be19552ce2c699096e4e3b75e59..d1f5b15e6dc01532efd2d205c92fd218b39d9253 100755 --- a/patches/patch20151218-0/patch.sh +++ b/patches/patch20151218-0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20151224-0/patch.sh b/patches/patch20151224-0/patch.sh index 9eb0bd88bc7e5f3819411f20dca8155425d81496..7e22d2d4ab381ea509a92d78b778f668c03f0141 100755 --- a/patches/patch20151224-0/patch.sh +++ b/patches/patch20151224-0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160111-0/patch.sh b/patches/patch20160111-0/patch.sh index d3a18f25003f3004fd8ecc2b2d76995a7bc71e5c..ee21abab36feeba992b1a47c4d33f3db2bae5491 100755 --- a/patches/patch20160111-0/patch.sh +++ b/patches/patch20160111-0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160112-0/patch.sh b/patches/patch20160112-0/patch.sh index b153c1e3dfad38c409e155ff0579b1d4749f5534..debdd68c210443a7643bfdbd13176b7f6971845e 100755 --- a/patches/patch20160112-0/patch.sh +++ b/patches/patch20160112-0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160113-0/patch.sh b/patches/patch20160113-0/patch.sh index 6535968e42c51fcdf441ff0360237aaefd2fd63a..e69920d196437bd801362fc44c6e989859b91930 100755 --- a/patches/patch20160113-0/patch.sh +++ b/patches/patch20160113-0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160114-0/patch.sh b/patches/patch20160114-0/patch.sh index f5dfa8d74906c94a5233bfb815ed7a77e4903a71..736d7a086d9688b4cc1f19324dd790d7579cacb8 100755 --- a/patches/patch20160114-0/patch.sh +++ b/patches/patch20160114-0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160203-0/patch.sh b/patches/patch20160203-0/patch.sh index 7ee4621700075a0a9bd690bd9ba8bbc0b075240f..295e5147c0eb068213f0836cf84cc93215666d36 100755 --- a/patches/patch20160203-0/patch.sh +++ b/patches/patch20160203-0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160217-2.0.10/patch.sh b/patches/patch20160217-2.0.10/patch.sh index 9a2b32ccdde8bf76cf6d4d95f560d0dd3c4751c4..74d0c18790787c784d9628c1f4ed93151a3a2c93 100755 --- a/patches/patch20160217-2.0.10/patch.sh +++ b/patches/patch20160217-2.0.10/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160318-2.0.11/patch.sh b/patches/patch20160318-2.0.11/patch.sh index edb72c429dcf84a28797a106650c1552c72af1c9..ff5dcd638bb1e24622a22e29cab6446390542aeb 100755 --- a/patches/patch20160318-2.0.11/patch.sh +++ b/patches/patch20160318-2.0.11/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160319-2.0.12/patch.sh b/patches/patch20160319-2.0.12/patch.sh index 0a65f1f8b7651b8bdfbf8cc9714703c76498558e..6c31574eb781166ba239e6f55ca9da6d769a3896 100755 --- a/patches/patch20160319-2.0.12/patch.sh +++ b/patches/patch20160319-2.0.12/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160322-2.0.13/patch.sh b/patches/patch20160322-2.0.13/patch.sh index fa8d6c80c1c6a2c8c5aac1db5d31d424bc8a36a9..66c34109e2d4c84e257faa9397489b3f99a93c83 100755 --- a/patches/patch20160322-2.0.13/patch.sh +++ b/patches/patch20160322-2.0.13/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160329-2.0.14/patch.sh b/patches/patch20160329-2.0.14/patch.sh index f0eaddfd5e21ab03d1024eba2cbce672c0260441..1b79b361e6561ca3fd5c87fdb57d48ad6c42c5d9 100755 --- a/patches/patch20160329-2.0.14/patch.sh +++ b/patches/patch20160329-2.0.14/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160423-2.0.15/patch.sh b/patches/patch20160423-2.0.15/patch.sh index b310f1091a85df00a7330522fd6ec01279b21d1c..33491531173cd9b61264c7fd2acdff0bb690c1d5 100755 --- a/patches/patch20160423-2.0.15/patch.sh +++ b/patches/patch20160423-2.0.15/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160827-2.0.16/patch.sh b/patches/patch20160827-2.0.16/patch.sh index 0b2bd441f6e28a30e981385191effb9460b2c0e7..7b26bd3756168bb25bbfc769d15d6935d0b7da76 100755 --- a/patches/patch20160827-2.0.16/patch.sh +++ b/patches/patch20160827-2.0.16/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160917-2.0.17/patch.sh b/patches/patch20160917-2.0.17/patch.sh index 8aaa64d1fddf6d052999ef29d48737fcd6c391e2..73879127f7a3c2d4579d7b8f2c16d60c22d96612 100755 --- a/patches/patch20160917-2.0.17/patch.sh +++ b/patches/patch20160917-2.0.17/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160919-2.0.18/patch.sh b/patches/patch20160919-2.0.18/patch.sh index 03e3c834a6807d1cb1a3f1de263d2640af692a75..c74e75efdb80c128cf0281ec09336b8ed99db437 100755 --- a/patches/patch20160919-2.0.18/patch.sh +++ b/patches/patch20160919-2.0.18/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20160919-2.0.19/patch.sh b/patches/patch20160919-2.0.19/patch.sh index 6b620a254a897e895b3f9e6707e65c63e3d6e3bd..21fe5e9d335a340695895bfaeff48e826eec80a4 100755 --- a/patches/patch20160919-2.0.19/patch.sh +++ b/patches/patch20160919-2.0.19/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170117-2.0.20/patch.sh b/patches/patch20170117-2.0.20/patch.sh index a1258b7f4acff7453422d5b2ce2324dd1ddc61f0..a53e60a7dcf42251502fdb6022cde633ea838fbe 100755 --- a/patches/patch20170117-2.0.20/patch.sh +++ b/patches/patch20170117-2.0.20/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170118-2.0.21/patch.sh b/patches/patch20170118-2.0.21/patch.sh index d53a3b9821e24726ab071dca467d27a64d293971..1c483e831f9b2fbe67d7aba0486e3350a08afd12 100755 --- a/patches/patch20170118-2.0.21/patch.sh +++ b/patches/patch20170118-2.0.21/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170126-2.0.22/patch.sh b/patches/patch20170126-2.0.22/patch.sh index 243622102450d2e63f2ce9bfb4ecf0d01468365a..4ea1c0c4e4338ecf9d3cd1a3b9c7d0c29152de57 100755 --- a/patches/patch20170126-2.0.22/patch.sh +++ b/patches/patch20170126-2.0.22/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170307-2.0.23/patch.sh b/patches/patch20170307-2.0.23/patch.sh index 38ec7efe7169e290a34915aa500ea3ac43c688d7..dd903eda7f974dc36bdd060a77ed303e048c913b 100755 --- a/patches/patch20170307-2.0.23/patch.sh +++ b/patches/patch20170307-2.0.23/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170313-2.0.24/patch.sh b/patches/patch20170313-2.0.24/patch.sh index c1fe691c5df0569347275d266b252bb82b8eaa02..23a46e2d196ba7b97793768d63cc6995ec432af3 100755 --- a/patches/patch20170313-2.0.24/patch.sh +++ b/patches/patch20170313-2.0.24/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170314-2.0.25/patch.sh b/patches/patch20170314-2.0.25/patch.sh index e80444d3dca3459d8ef46d7ccae1ddc0ba9cf31d..c41f45e61c9e3670a48db1c580a9396442219847 100755 --- a/patches/patch20170314-2.0.25/patch.sh +++ b/patches/patch20170314-2.0.25/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170316-2.0.26/patch.sh b/patches/patch20170316-2.0.26/patch.sh index ff444cd5a1c4ae9877b5eccd87bbe49a2c62a597..ebea91eee5ba6392336fd88746c876abbe99f6f7 100755 --- a/patches/patch20170316-2.0.26/patch.sh +++ b/patches/patch20170316-2.0.26/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170316-2.0.27/patch.sh b/patches/patch20170316-2.0.27/patch.sh index ecb892e15bd62b673b3447ee7e0d12380b13118b..504b5dcca20004806cf49ec16b574f3128af8d5b 100755 --- a/patches/patch20170316-2.0.27/patch.sh +++ b/patches/patch20170316-2.0.27/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170321-2.0.28/patch.sh b/patches/patch20170321-2.0.28/patch.sh index 20a056165aff3903bdf2c2da8cd23ec1e8ac783a..ebfc1afcb6df57a02de2a7fd038e0e4cae97dc25 100755 --- a/patches/patch20170321-2.0.28/patch.sh +++ b/patches/patch20170321-2.0.28/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170419-2.0.29/patch.sh b/patches/patch20170419-2.0.29/patch.sh index 44a4d113ea746547591cd4df0b51f74c3ae629d1..10af616f218ea9e328d8234208aa0fd5a775aabf 100755 --- a/patches/patch20170419-2.0.29/patch.sh +++ b/patches/patch20170419-2.0.29/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170825-2.0.30/patch.sh b/patches/patch20170825-2.0.30/patch.sh index 34803bb556025714cc4600748e0783e07900ce89..56142568f659c6524400647eeca0e955234e3ec8 100755 --- a/patches/patch20170825-2.0.30/patch.sh +++ b/patches/patch20170825-2.0.30/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20170825-2.0.30/test.sql b/patches/patch20170825-2.0.30/test.sql index 3b0faefde3447a89f093436d8a9f5b1c2346d4a1..49b6f8105f6322ba53f2c180c38b13c0e27a6785 100644 --- a/patches/patch20170825-2.0.30/test.sql +++ b/patches/patch20170825-2.0.30/test.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/patches/patch20181116-2.0.31/patch.sh b/patches/patch20181116-2.0.31/patch.sh index 36b361bba83aae2278f323117037546bc5ad451d..2109ec9df3a24724baaa114372eadf563e5ce483 100755 --- a/patches/patch20181116-2.0.31/patch.sh +++ b/patches/patch20181116-2.0.31/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20181119-2.1.0/patch.sh b/patches/patch20181119-2.1.0/patch.sh index 7315ff403765192cc988c8ecf996acb409d1dd63..657f8dfbbfde86ae66b3d3d93be16b74c1693bd6 100755 --- a/patches/patch20181119-2.1.0/patch.sh +++ b/patches/patch20181119-2.1.0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20190327-2.1.1/patch.sh b/patches/patch20190327-2.1.1/patch.sh index 7c284557e4ab2431fc5684e7ea28d4d46f48de06..ce4c70b6dfcf1d9ae6593e6bd885fa5cf311c5a8 100755 --- a/patches/patch20190327-2.1.1/patch.sh +++ b/patches/patch20190327-2.1.1/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20200420-2.1.2/patch.sh b/patches/patch20200420-2.1.2/patch.sh index 56ffc958e25e07148911c6a4618a5f9868f09e00..43fa28f29961eaf4fc7b621a96283de2b699e042 100755 --- a/patches/patch20200420-2.1.2/patch.sh +++ b/patches/patch20200420-2.1.2/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20200615-3.0.0rc1/move_names.sql b/patches/patch20200615-3.0.0rc1/move_names.sql index 872256f3892fc999e271556b62df2c1fedaddafb..f6ee6f06b2275a287c17a4fbd5c0878f2d13d5dc 100644 --- a/patches/patch20200615-3.0.0rc1/move_names.sql +++ b/patches/patch20200615-3.0.0rc1/move_names.sql @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/patches/patch20200615-3.0.0rc1/patch.sh b/patches/patch20200615-3.0.0rc1/patch.sh index 315ede2d8d2b0cabf9a26d365db8cc0e2e583b90..6953bebc968cbdcfeddd4fe76557086eb22a7ef2 100755 --- a/patches/patch20200615-3.0.0rc1/patch.sh +++ b/patches/patch20200615-3.0.0rc1/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20200710-3.0.0-rc2/feature_config.sql b/patches/patch20200710-3.0.0-rc2/feature_config.sql index 4ae95932c94369b17745a2b787f3e4be564b1be9..6700be2b0c9a1cf8cd149d280e8d4a139bdc8f8f 100644 --- a/patches/patch20200710-3.0.0-rc2/feature_config.sql +++ b/patches/patch20200710-3.0.0-rc2/feature_config.sql @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/patches/patch20200710-3.0.0-rc2/fix_unversioned.sql b/patches/patch20200710-3.0.0-rc2/fix_unversioned.sql index 4ed6f171264af0c848764867fca8754daf4c62cd..8fb49a3ce2de08bf87dba0893a6f9b92ed441d9a 100644 --- a/patches/patch20200710-3.0.0-rc2/fix_unversioned.sql +++ b/patches/patch20200710-3.0.0-rc2/fix_unversioned.sql @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/patches/patch20200710-3.0.0-rc2/patch.sh b/patches/patch20200710-3.0.0-rc2/patch.sh index 9989b531bf60fe58d57a47d0b40f97df725fe14a..27cbeacc5ffd75f55075a60aab543155c4bfd87a 100755 --- a/patches/patch20200710-3.0.0-rc2/patch.sh +++ b/patches/patch20200710-3.0.0-rc2/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20200710-3.0.0-rc2/versioning.sql b/patches/patch20200710-3.0.0-rc2/versioning.sql index ebf0cfb18a0e854328396fffcfdad36e88b3e206..428fc6b6d713054a26e711f10efff1a87f0627fc 100644 --- a/patches/patch20200710-3.0.0-rc2/versioning.sql +++ b/patches/patch20200710-3.0.0-rc2/versioning.sql @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/patches/patch20201110-4.0.0-rc1/patch.sh b/patches/patch20201110-4.0.0-rc1/patch.sh index c784a055d2db19d6010647439c603daf9b7a0c27..0f1a018a208f6fcceb324c8a1017c17225a4381b 100755 --- a/patches/patch20201110-4.0.0-rc1/patch.sh +++ b/patches/patch20201110-4.0.0-rc1/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20201110-4.0.0-rc1/update_archive_isa.sql b/patches/patch20201110-4.0.0-rc1/update_archive_isa.sql index 34a46f16cddaa0556147d0e3d46c169d17617bfe..56c1a41c2d7b8c819bbca35a1daa09cb089794ae 100644 --- a/patches/patch20201110-4.0.0-rc1/update_archive_isa.sql +++ b/patches/patch20201110-4.0.0-rc1/update_archive_isa.sql @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/patches/patch20201124-4.0.0-rc2/patch.sh b/patches/patch20201124-4.0.0-rc2/patch.sh index 5dab9326328a7e7c4d0eef88776438b0f9760fb7..f84c0788b94f65b443c1110a8e052c01f1a125c2 100755 --- a/patches/patch20201124-4.0.0-rc2/patch.sh +++ b/patches/patch20201124-4.0.0-rc2/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20210211-4.0.0/patch.sh b/patches/patch20210211-4.0.0/patch.sh index 4f615250edea916c62c32378250233d5b5670022..78e98547686c0b37e709e522b2b0fe339782a9f0 100755 --- a/patches/patch20210211-4.0.0/patch.sh +++ b/patches/patch20210211-4.0.0/patch.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/patches/patch20210621-5.0.0/patch.sh b/patches/patch20210621-5.0.0/patch.sh index cdf0f8ed12be672210c854792b7484faa72278f5..ffccb48f223800c8d73b23351cea966d64b770f9 100755 --- a/patches/patch20210621-5.0.0/patch.sh +++ b/patches/patch20210621-5.0.0/patch.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/procedures/deleteEntity.sql b/procedures/deleteEntity.sql index 5574f3e3499a0802cd9ba176904b13016e966643..7a195399b6c71ae68b26e2f74c53ab871ae05b0e 100644 --- a/procedures/deleteEntity.sql +++ b/procedures/deleteEntity.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/deleteEntityProperties.sql b/procedures/deleteEntityProperties.sql index 147959df5f24dc8e67f1fbce97c609da1e31e09a..916ddcba2751b9251ff2ddc387201e0ad9eebc3b 100644 --- a/procedures/deleteEntityProperties.sql +++ b/procedures/deleteEntityProperties.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/deleteIsaCache.sql b/procedures/deleteIsaCache.sql index fd78d3fd8a23a93b91cacedbcc28f91966c59d90..cc9acd08059b2656ee934ba4a47f1c48dcdf5601 100644 --- a/procedures/deleteIsaCache.sql +++ b/procedures/deleteIsaCache.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/entityACL.sql b/procedures/entityACL.sql index 98e61238d709d46a8b1d4f109465a853366faca4..cec11583966fc038f13fa28d2476cbc84626ef06 100644 --- a/procedures/entityACL.sql +++ b/procedures/entityACL.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/entityVersioning.sql b/procedures/entityVersioning.sql index 888fc60ac4b9a821a6b8e3446f13456abad91815..241474cb8dbf20f9caa9050aed9cbb600a8cef6d 100644 --- a/procedures/entityVersioning.sql +++ b/procedures/entityVersioning.sql @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/procedures/getDependentEntities.sql b/procedures/getDependentEntities.sql index 708503d90954c8ecea1fafa67113b7130a7b6684..b99d6a6c1e80831c392a11a3b4212538afad5887 100644 --- a/procedures/getDependentEntities.sql +++ b/procedures/getDependentEntities.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/getFileIdByPath.sql b/procedures/getFileIdByPath.sql index e565eced5b7fac23199d2ce9169fe45822dfffbc..81326400f8ca54b8474f4b0ae20283a5f3a82ceb 100644 --- a/procedures/getFileIdByPath.sql +++ b/procedures/getFileIdByPath.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/getInfo.sql b/procedures/getInfo.sql index 03c75b4e1df37400596c85d20e5421abc43c6f10..649127105aca34c56ae8fb7eac1433c3f0898714 100644 --- a/procedures/getInfo.sql +++ b/procedures/getInfo.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/getRole.sql b/procedures/getRole.sql index bea96fcfbf14d7ad8ec62b88c272ab22c5d94258..ab1955d9416400d8d4ceeafc030bba29cd4ba2db 100644 --- a/procedures/getRole.sql +++ b/procedures/getRole.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/initAutoIncrement.sql b/procedures/initAutoIncrement.sql index 54cb54525ee7d8b864c1e979dfda6ab9471fcfb5..d1350175acd198cfd645c1a54ec478f5409d1832 100644 --- a/procedures/initAutoIncrement.sql +++ b/procedures/initAutoIncrement.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/insertEntity.sql b/procedures/insertEntity.sql index e73a3bd8acc9ac7ad27f9b261c780a10939d8e8c..e05fdb4e008213b619ac47e4125fc3cc9844a47a 100644 --- a/procedures/insertEntity.sql +++ b/procedures/insertEntity.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/insertEntityProperty.sql b/procedures/insertEntityProperty.sql index 1cfd38bac3f0bd455779d7398d46f3dcf3df1243..b2e926a1659f76e50242e40e2d318062564dea17 100644 --- a/procedures/insertEntityProperty.sql +++ b/procedures/insertEntityProperty.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/insertIsaCache.sql b/procedures/insertIsaCache.sql index 9d1bf1c529e8b33d33cd6c6eb794afc09e65dbea..eaa83f104a273997f80f7276da548af3a812db50 100644 --- a/procedures/insertIsaCache.sql +++ b/procedures/insertIsaCache.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/insertLinCon.sql b/procedures/insertLinCon.sql index 0ace949dabc89d2dd3a4ecd544573bb8fde260a6..160ab014b0fe35c0200e7962d4753c0cbe2da04c 100644 --- a/procedures/insertLinCon.sql +++ b/procedures/insertLinCon.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/insertUser.sql b/procedures/insertUser.sql index 4f2f01eea78fd5190c7ab1fbf106fa435b0da2ef..392b6668c7e1fe8bb743afa37cb51f35e52b624c 100644 --- a/procedures/insertUser.sql +++ b/procedures/insertUser.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/isSubtype.sql b/procedures/isSubtype.sql index f97c13f8f6ac75900ceca96e12cb285979a90a28..489a63e47a1185d6e221fedbe5a3aec65f0470f3 100644 --- a/procedures/isSubtype.sql +++ b/procedures/isSubtype.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/is_feature_config.sql b/procedures/is_feature_config.sql index b6586500961d73f9e88360e4e613f6969eb0857e..03446dce65eef26239aa6a9cff9d7d5ce645148f 100644 --- a/procedures/is_feature_config.sql +++ b/procedures/is_feature_config.sql @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/procedures/overrideName.sql b/procedures/overrideName.sql index ace102b25a72f0f4159a0769efce4209449d5bc4..8ee39d25739220705d20688fe217a06fc0a18694 100644 --- a/procedures/overrideName.sql +++ b/procedures/overrideName.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/applyBackReference.sql b/procedures/query/applyBackReference.sql index 5ca0c4a1ecad039ee06ffc99b40aa43595fd0809..246cf783c6239a2810841de87cacb132d882bc71 100644 --- a/procedures/query/applyBackReference.sql +++ b/procedures/query/applyBackReference.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/applyIDFilter.sql b/procedures/query/applyIDFilter.sql index b1c26b7ca63442c2d6b1b8dbc41fbb22d17f6d95..642e7806b47dae6848e77126f6a5c413ac9615db 100644 --- a/procedures/query/applyIDFilter.sql +++ b/procedures/query/applyIDFilter.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/applyPOV.sql b/procedures/query/applyPOV.sql index 993ee9615a4e28f5351b20daf490c03c68baeac4..9fb9101260e61b33439cb7d5ea6e2e3a9ff5ca2d 100644 --- a/procedures/query/applyPOV.sql +++ b/procedures/query/applyPOV.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/applyRefPOV.sql b/procedures/query/applyRefPOV.sql index 5aeb96659caacd0e928fd5b22dc384fc9c400de7..6e44a677bef6c39cbf4cfc599515ae8f317da56b 100644 --- a/procedures/query/applyRefPOV.sql +++ b/procedures/query/applyRefPOV.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/applySAT.sql b/procedures/query/applySAT.sql index 97499906ea78faca14633391df14f76b24b9d6b4..60d7e3d8fa9eb5cb31ebc06f2c729deb5a7889cf 100644 --- a/procedures/query/applySAT.sql +++ b/procedures/query/applySAT.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/applyTransactionFilter.sql b/procedures/query/applyTransactionFilter.sql index 7a428b0702352677826efce0cc60bb794415102d..63267a4505040c186721a367d141ac566cb30bc4 100644 --- a/procedures/query/applyTransactionFilter.sql +++ b/procedures/query/applyTransactionFilter.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/calcComplementUnion.sql b/procedures/query/calcComplementUnion.sql index f159e34f3cc0dd358fd429d4862e38c738fd3f72..d019c7f8982d4b3d962cc3cac5ca7ed895872a21 100644 --- a/procedures/query/calcComplementUnion.sql +++ b/procedures/query/calcComplementUnion.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/calcDifference.sql b/procedures/query/calcDifference.sql index e0d11e2511709c9970a6592a8c8c162940ea5b0c..4d32a00675485ebd4c943e63c849360dd4c4fc85 100644 --- a/procedures/query/calcDifference.sql +++ b/procedures/query/calcDifference.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/calcIntersection.sql b/procedures/query/calcIntersection.sql index 93755859964e46028218188e2a31267ce2d8b25f..cb063e34622c4f8806ce6a3d89f3c5c9c6c24aef 100644 --- a/procedures/query/calcIntersection.sql +++ b/procedures/query/calcIntersection.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/calcUnion.sql b/procedures/query/calcUnion.sql index 34a8eb24e5a317c0e4ccfddc0b5c37b81223818e..0bbb8a232e074d873ef076e83091e5a705e3018c 100644 --- a/procedures/query/calcUnion.sql +++ b/procedures/query/calcUnion.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/cleanUpQuery.sql b/procedures/query/cleanUpQuery.sql index c5a77742b9f775ed6cf37a43ca395e4b202347cc..e9e7e454dc7815f98deec7c33058eb80b1d9e746 100644 --- a/procedures/query/cleanUpQuery.sql +++ b/procedures/query/cleanUpQuery.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/copyTable.sql b/procedures/query/copyTable.sql index 3fae95dc7e52e0d1032fe54fd868c294c8a68782..221ae7ca5d0095d0719b3ff1a936b53eeaf26ff2 100644 --- a/procedures/query/copyTable.sql +++ b/procedures/query/copyTable.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/createTmpTable.sql b/procedures/query/createTmpTable.sql index e920f6e59be740104198665850081e33f79cf1db..ad6ac81bd0327c92c723e98792e337c00fb09d5f 100644 --- a/procedures/query/createTmpTable.sql +++ b/procedures/query/createTmpTable.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/finishNegationFilter.sql b/procedures/query/finishNegationFilter.sql index d2b1626ba0496a0b72a1e57c4af4dba1946e562a..c64e4dab192139b0398fa83ca9abc7dbe0b744b4 100644 --- a/procedures/query/finishNegationFilter.sql +++ b/procedures/query/finishNegationFilter.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/finishSubProperty.sql b/procedures/query/finishSubProperty.sql index 85937f7a9de9db5f9b08c2af360310b1533f3cc7..eb3c40a57a008ed2ebad731160d3687d5f4cdd4b 100644 --- a/procedures/query/finishSubProperty.sql +++ b/procedures/query/finishSubProperty.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/getAggValueWhereClause.sql b/procedures/query/getAggValueWhereClause.sql index c0bcab227ffb809722932774f7c733ba46e19a84..1a0b0e191264ae2fb389892697d83acd8bd14ace 100644 --- a/procedures/query/getAggValueWhereClause.sql +++ b/procedures/query/getAggValueWhereClause.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/getChildren.sql b/procedures/query/getChildren.sql index 0b2ec51b817f17669375125a9460102b68e6e057..d454f183dd4b63baee8fcda6005b1f53d03321a1 100644 --- a/procedures/query/getChildren.sql +++ b/procedures/query/getChildren.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/getDateTimeWhereClause.sql b/procedures/query/getDateTimeWhereClause.sql index 018fceb58e8befc1c5bab8112a29ef77b279f098..833f9061af4675790984f43252e5df321709d466 100644 --- a/procedures/query/getDateTimeWhereClause.sql +++ b/procedures/query/getDateTimeWhereClause.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/getDoubleWhereClause.sql b/procedures/query/getDoubleWhereClause.sql index 92d05541e8667cce6cf70a79149be31af3148550..d9012b1424bd53c12f4b1a9bbd8f46805fac7758 100644 --- a/procedures/query/getDoubleWhereClause.sql +++ b/procedures/query/getDoubleWhereClause.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/initBackReference.sql b/procedures/query/initBackReference.sql index c425dbcc6ec6c20e9b5cb2e73c0b6e1dedad1cf0..777ddcc90f87b1a9cfe2d3ae70b64ce2c5ce25f7 100644 --- a/procedures/query/initBackReference.sql +++ b/procedures/query/initBackReference.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/initDisjunctionFilter.sql b/procedures/query/initDisjunctionFilter.sql index bf0a435bd3afdcc47e2a787831482ccdc0b38041..a4fcaba43e6abf8d6b305769dd8aba80348069e3 100644 --- a/procedures/query/initDisjunctionFilter.sql +++ b/procedures/query/initDisjunctionFilter.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/initEntity.sql b/procedures/query/initEntity.sql index 65d03b818f68991acabd82890c1730572ecc822c..cb7822b8426d95dad2c159a23deaa1882c46cd78 100644 --- a/procedures/query/initEntity.sql +++ b/procedures/query/initEntity.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/initPOV.sql b/procedures/query/initPOV.sql index 52d6a26279c1d25cd605c3a1883db31bf6326150..f5c1d1d95d63bde8d18de8f6065ded150213594c 100644 --- a/procedures/query/initPOV.sql +++ b/procedures/query/initPOV.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/initQuery.sql b/procedures/query/initQuery.sql index 8c010742c336bc4620ed8893c77f82ca8384733a..b847d386856ca177faaad318a88a205417199751 100644 --- a/procedures/query/initQuery.sql +++ b/procedures/query/initQuery.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/initSubEntity.sql b/procedures/query/initSubEntity.sql index a2f5ea67e495e4cc8cc52f0248389bc44792451f..27fa2b0669bb8d4d776fce8baf0583bf5b8039b8 100644 --- a/procedures/query/initSubEntity.sql +++ b/procedures/query/initSubEntity.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/initSubProperty.sql b/procedures/query/initSubProperty.sql index 8e87d473eec31c14cf3d640d5a46fee1c02526dc..15208d376dc4e8f6530e2ba284c3682097790cb4 100644 --- a/procedures/query/initSubProperty.sql +++ b/procedures/query/initSubProperty.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/intersectTable.sql b/procedures/query/intersectTable.sql index 7d2837268136e1f72eac721b114254a94ddb6689..ab57a9223e384f1d908a78b8c496278c1feb2a96 100644 --- a/procedures/query/intersectTable.sql +++ b/procedures/query/intersectTable.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/makeStmt.sql b/procedures/query/makeStmt.sql index 8e54ef377d32e5f49c448db6a3bfa9e770b5adb2..64f064b4e1177372ea790b16c7a12ba4bb4004b5 100644 --- a/procedures/query/makeStmt.sql +++ b/procedures/query/makeStmt.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/raiseWarning.sql b/procedures/query/raiseWarning.sql index 63f12396af34122c41dd67eb790b006dce3d23f6..7dcf08a9ff096e93a629416d164c40190e0ddb1c 100644 --- a/procedures/query/raiseWarning.sql +++ b/procedures/query/raiseWarning.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/query/unit_functions.sql b/procedures/query/unit_functions.sql index 2d207e63f18a6291f520f334e84aa844da5ca20a..ad18f63d212192747a4d5794e30e2a30151d115b 100644 --- a/procedures/query/unit_functions.sql +++ b/procedures/query/unit_functions.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/registerSubdomain.sql b/procedures/registerSubdomain.sql index 4cb18e46be422e6cc65db5b33913cf06b77c18d2..03b0111dbcffea357ddadd8f1c4a1e842e7ad1a4 100644 --- a/procedures/registerSubdomain.sql +++ b/procedures/registerSubdomain.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/retrieveDatatype.sql b/procedures/retrieveDatatype.sql index c0ed52c30ffd506d9f0a214d2b59fd4691c4c510..1a32d7f92a23b88dce5b71efc6e10d4dc733f1a8 100644 --- a/procedures/retrieveDatatype.sql +++ b/procedures/retrieveDatatype.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/retrieveEntity.sql b/procedures/retrieveEntity.sql index 42b283d1b9c9da08761900a45f439958ec9cc075..8ecfea0c787f165970fe0cbf22e344dd0c7398c3 100644 --- a/procedures/retrieveEntity.sql +++ b/procedures/retrieveEntity.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/retrieveEntityOverrides.sql b/procedures/retrieveEntityOverrides.sql index 696447527b8c05f3b9aa57193a26c3d8fa48c874..ab3d1c11f34977fcea63f6d0b572c235366c19a7 100644 --- a/procedures/retrieveEntityOverrides.sql +++ b/procedures/retrieveEntityOverrides.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/retrieveEntityParents.sql b/procedures/retrieveEntityParents.sql index 12b5c287881d2c10ee591986a654d974ac1feecc..c1378197b12b833b54f8fb22d41cb2d8ee2aa21e 100644 --- a/procedures/retrieveEntityParents.sql +++ b/procedures/retrieveEntityParents.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/retrieveEntityProperties.sql b/procedures/retrieveEntityProperties.sql index b8bc565d73cd75cbbb3726fc93e5826725aa1c0f..5eee63c6c8eb1353135bf269fe86bc10a7baa89c 100644 --- a/procedures/retrieveEntityProperties.sql +++ b/procedures/retrieveEntityProperties.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/retrieveGroup.sql b/procedures/retrieveGroup.sql index 7db1b89c6e0e407e63de29682d4ef033f56b5f92..38504b093f40da27b01d82e51d2d4e1c308745c8 100644 --- a/procedures/retrieveGroup.sql +++ b/procedures/retrieveGroup.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/retrieveSubentity.sql b/procedures/retrieveSubentity.sql index 406d668ab776451216d54ff3e2de9f4eb294872a..a7f2fb6b3bea081786cd65eec9ae253cbaa4b901 100644 --- a/procedures/retrieveSubentity.sql +++ b/procedures/retrieveSubentity.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/setPassword.sql b/procedures/setPassword.sql index 33345d9625fadda9d1e182e7ea545e3b8fbf9e8a..0302dd69c6eae34fe38a0dfcc8ed56a8046ec809 100644 --- a/procedures/setPassword.sql +++ b/procedures/setPassword.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/showEntityAutoIncr.sql b/procedures/showEntityAutoIncr.sql index 1d4609bdf903652a3b6dca59eb69e2c022376431..5831eecebf6f409e95373a686317bab1c18faece 100644 --- a/procedures/showEntityAutoIncr.sql +++ b/procedures/showEntityAutoIncr.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/procedures/updateEntity.sql b/procedures/updateEntity.sql index f98e4795b344bbf0c4b68ac90a0848daf5e14188..96a140b2354a3ba17e8c7c6a5783729c4dbee21a 100644 --- a/procedures/updateEntity.sql +++ b/procedures/updateEntity.sql @@ -1,6 +1,6 @@ /* * ** 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 diff --git a/tests/docker_env/.config b/tests/docker_env/.config index 393b835526d3082442f24ae6f68355fa00a93b6f..529ed71f4cb1114edd4e4f152035cf5ccff38f30 100644 --- a/tests/docker_env/.config +++ b/tests/docker_env/.config @@ -5,7 +5,7 @@ MYSQL_HOST=127.0.0.1 # The port number of the MySQL server. MYSQL_PORT=3306 # The user for the installation. Note: This is not the user -# which will then be used by the CaosDB Server. +# which will then be used by the LinkAhead Server. MYSQL_USER=root MYSQL_USER_PASSWORD=pass-for-test DATABASE_USER_HOST_LIST=127.0.0.1,%, \ No newline at end of file diff --git a/tests/example.dump.sql b/tests/example.dump.sql index cad5a03967a807005a217733c557a284408f304c..8490da2585e816f28a6796f154a5dc415a613e48 100644 --- a/tests/example.dump.sql +++ b/tests/example.dump.sql @@ -779,7 +779,7 @@ CREATE TABLE `text_data` ( LOCK TABLES `text_data` WRITE; /*!40000 ALTER TABLE `text_data` DISABLE KEYS */; -INSERT INTO `text_data` VALUES (0,235,21,'px','FIX',0),(0,236,21,'px','FIX',0),(0,243,239,'Anton Beta','FIX',5),(243,235,21,'px','FIX',0),(243,236,21,'px','FIX',0),(0,244,239,'Cathryn Delta','FIX',5),(244,235,21,'px','FIX',0),(244,236,21,'px','FIX',0),(0,245,239,'Cathryn Delta','FIX',5),(245,235,21,'px','FIX',0),(245,236,21,'px','FIX',0),(0,246,239,'Cathryn Delta','FIX',5),(246,235,21,'px','FIX',0),(246,236,21,'px','FIX',0),(0,247,239,'Cathryn Delta','FIX',5),(247,235,21,'px','FIX',0),(247,236,21,'px','FIX',0),(0,248,239,'Cathryn Delta','FIX',5),(248,235,21,'px','FIX',0),(248,236,21,'px','FIX',0),(0,249,239,'Cathryn Delta','FIX',5),(249,235,21,'px','FIX',0),(249,236,21,'px','FIX',0),(0,250,239,'Cathryn Delta','FIX',5),(250,235,21,'px','FIX',0),(250,236,21,'px','FIX',0),(0,251,239,'Cathryn Delta','FIX',5),(251,235,21,'px','FIX',0),(251,236,21,'px','FIX',0),(0,252,239,'Cathryn Delta','FIX',5),(252,235,21,'px','FIX',0),(252,236,21,'px','FIX',0),(0,253,239,'Cathryn Delta','FIX',5),(253,235,21,'px','FIX',0),(253,236,21,'px','FIX',0),(0,265,239,'Anna Lytik','FIX',2),(0,265,261,'read ecg data\nThis is data/ECG.data\n\nread simulation results\nThis is TheResults.tsv\n\nstart algorithm with --resolution=0.01\n[OK]\ncreate plot\nstore results to results.npy\nwrite configuration to pickle\nFINISHED WITHOUT ERRORS','FIX',5),(0,271,239,'Anna Lytik','FIX',0),(0,273,223,'Click on [data_gol.webm](/Entity/266) to see a fancy video.','FIX',0),(0,277,223,'# Tour #\n\n- Find the analysis of this experiment by clicking on the [backref button](/Entity/?P=0L10&query=FIND+Entity+which+references+230) in the upper right corner.','FIX',0),(0,279,223,'# Tour #\n\nThis is only one simulation! Do you want to compare it to others? Click `Query` at the very top of this page, enter\n```\nSELECT Width, Result, Success FROM MySimulation\n```\ninto the text field and hit the *execute* button.','FIX',0),(0,278,223,'# Tour #\n\nThis analysis compared experiment and simulation.\n\n- Go back to the experiment by clicking on the `230`.\n- Find the simulation by clicking on the `243`.\n- See the preview of the plot by clicking on the *eye* button in the last row.','FIX',0),(0,276,223,'# Welcome to CaosDB! #\nThis web interface allows you to browse through the stored data, look at connections between datasets, preview files, download raw data and save query results.\n\n- For an overview over stored data, have a look at the **Entities** dropdown menu above.\n- When a Record is displayed, links to other Records or file objects have a preview button (the *eye* icon).\n- You can browse the [File System](/FileSystem/) with the corresponding button above.\n- **Queries** are a very powerful feature of CaosDB. When you click on the `Query` button above, you are presented with a choice of query examples. Feel free to modify the queries. Further help is available in the online documentation or by your friendly CaosDB support team.\n\n# Start a Tour #\n\n- [A special Experiment](/Entity/?P=0L10&query=Find+Record+UnicornExperiment)\n- [Example for a publication with media content](/Entity/271)','FIX',0),(0,230,217,'Unicorn','FIX',1),(0,230,214,'Anton Beta','FIX',2); +INSERT INTO `text_data` VALUES (0,235,21,'px','FIX',0),(0,236,21,'px','FIX',0),(0,243,239,'Anton Beta','FIX',5),(243,235,21,'px','FIX',0),(243,236,21,'px','FIX',0),(0,244,239,'Cathryn Delta','FIX',5),(244,235,21,'px','FIX',0),(244,236,21,'px','FIX',0),(0,245,239,'Cathryn Delta','FIX',5),(245,235,21,'px','FIX',0),(245,236,21,'px','FIX',0),(0,246,239,'Cathryn Delta','FIX',5),(246,235,21,'px','FIX',0),(246,236,21,'px','FIX',0),(0,247,239,'Cathryn Delta','FIX',5),(247,235,21,'px','FIX',0),(247,236,21,'px','FIX',0),(0,248,239,'Cathryn Delta','FIX',5),(248,235,21,'px','FIX',0),(248,236,21,'px','FIX',0),(0,249,239,'Cathryn Delta','FIX',5),(249,235,21,'px','FIX',0),(249,236,21,'px','FIX',0),(0,250,239,'Cathryn Delta','FIX',5),(250,235,21,'px','FIX',0),(250,236,21,'px','FIX',0),(0,251,239,'Cathryn Delta','FIX',5),(251,235,21,'px','FIX',0),(251,236,21,'px','FIX',0),(0,252,239,'Cathryn Delta','FIX',5),(252,235,21,'px','FIX',0),(252,236,21,'px','FIX',0),(0,253,239,'Cathryn Delta','FIX',5),(253,235,21,'px','FIX',0),(253,236,21,'px','FIX',0),(0,265,239,'Anna Lytik','FIX',2),(0,265,261,'read ecg data\nThis is data/ECG.data\n\nread simulation results\nThis is TheResults.tsv\n\nstart algorithm with --resolution=0.01\n[OK]\ncreate plot\nstore results to results.npy\nwrite configuration to pickle\nFINISHED WITHOUT ERRORS','FIX',5),(0,271,239,'Anna Lytik','FIX',0),(0,273,223,'Click on [data_gol.webm](/Entity/266) to see a fancy video.','FIX',0),(0,277,223,'# Tour #\n\n- Find the analysis of this experiment by clicking on the [backref button](/Entity/?P=0L10&query=FIND+Entity+which+references+230) in the upper right corner.','FIX',0),(0,279,223,'# Tour #\n\nThis is only one simulation! Do you want to compare it to others? Click `Query` at the very top of this page, enter\n```\nSELECT Width, Result, Success FROM MySimulation\n```\ninto the text field and hit the *execute* button.','FIX',0),(0,278,223,'# Tour #\n\nThis analysis compared experiment and simulation.\n\n- Go back to the experiment by clicking on the `230`.\n- Find the simulation by clicking on the `243`.\n- See the preview of the plot by clicking on the *eye* button in the last row.','FIX',0),(0,276,223,'# Welcome to LinkAhead! #\nThis web interface allows you to browse through the stored data, look at connections between datasets, preview files, download raw data and save query results.\n\n- For an overview over stored data, have a look at the **Entities** dropdown menu above.\n- When a Record is displayed, links to other Records or file objects have a preview button (the *eye* icon).\n- You can browse the [File System](/FileSystem/) with the corresponding button above.\n- **Queries** are a very powerful feature of LinkAhead. When you click on the `Query` button above, you are presented with a choice of query examples. Feel free to modify the queries. Further help is available in the online documentation or by your friendly LinkAhead support team.\n\n# Start a Tour #\n\n- [A special Experiment](/Entity/?P=0L10&query=Find+Record+UnicornExperiment)\n- [Example for a publication with media content](/Entity/271)','FIX',0),(0,230,217,'Unicorn','FIX',1),(0,230,214,'Anton Beta','FIX',2); /*!40000 ALTER TABLE `text_data` ENABLE KEYS */; UNLOCK TABLES; @@ -896,7 +896,7 @@ UNLOCK TABLES; -- -- Dumping routines for database 'caosdb' -- -/*!50003 DROP FUNCTION IF EXISTS `CaosDBVersion` */; +/*!50003 DROP FUNCTION IF EXISTS `LinkAheadVersion` */; /*!50003 SET @saved_cs_client = @@character_set_client */ ; /*!50003 SET @saved_cs_results = @@character_set_results */ ; /*!50003 SET @saved_col_connection = @@collation_connection */ ; @@ -906,7 +906,7 @@ UNLOCK TABLES; /*!50003 SET @saved_sql_mode = @@sql_mode */ ; /*!50003 SET sql_mode = 'STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' */ ; DELIMITER ;; -CREATE DEFINER=`caosdb`@`%` FUNCTION `CaosDBVersion`() RETURNS varchar(255) CHARSET utf8 COLLATE utf8_unicode_ci +CREATE DEFINER=`caosdb`@`%` FUNCTION `LinkAheadVersion`() RETURNS varchar(255) CHARSET utf8 COLLATE utf8_unicode_ci DETERMINISTIC RETURN 'v2.1.1' ;; DELIMITER ; diff --git a/tests/test_0_setup.sql b/tests/test_0_setup.sql index 40688591f840ed62ee689cae2787dc6727f8b367..d1c41421b82c561712e139a76b6ac14458067267 100644 --- a/tests/test_0_setup.sql +++ b/tests/test_0_setup.sql @@ -1,6 +1,6 @@ /** * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/tests/test_autotap.sql b/tests/test_autotap.sql index ebec7304fd753261775a40a8ccfd8e765136ec0e..76ac84a60a413acf1e480d1355728bbe0e1ca586 100644 --- a/tests/test_autotap.sql +++ b/tests/test_autotap.sql @@ -2272,13 +2272,13 @@ SELECT tap.fk_on_update('_caosdb_schema_unit_tests','entity_version','entity_ver -- FUNCTIONS -- *************************************************************** --- FUNCTION _caosdb_schema_unit_tests.CaosDBVersion +-- FUNCTION _caosdb_schema_unit_tests.LinkAheadVersion -SELECT tap.has_function('_caosdb_schema_unit_tests','CaosDBVersion',''); -SELECT tap.function_is_deterministic('_caosdb_schema_unit_tests','CaosDBVersion','YES',''); -SELECT tap.function_data_type_is('_caosdb_schema_unit_tests','CaosDBVersion','varchar',''); -SELECT tap.function_security_type_is('_caosdb_schema_unit_tests','CaosDBVersion','DEFINER',''); -SELECT tap.function_sql_data_access_is('_caosdb_schema_unit_tests','CaosDBVersion','CONTAINS SQL',''); +SELECT tap.has_function('_caosdb_schema_unit_tests','LinkAheadVersion',''); +SELECT tap.function_is_deterministic('_caosdb_schema_unit_tests','LinkAheadVersion','YES',''); +SELECT tap.function_data_type_is('_caosdb_schema_unit_tests','LinkAheadVersion','varchar',''); +SELECT tap.function_security_type_is('_caosdb_schema_unit_tests','LinkAheadVersion','DEFINER',''); +SELECT tap.function_sql_data_access_is('_caosdb_schema_unit_tests','LinkAheadVersion','CONTAINS SQL',''); -- FUNCTION _caosdb_schema_unit_tests.convert_unit diff --git a/tests/test_entity_versioning.sql b/tests/test_entity_versioning.sql index 26efd8c029e9ad01f8966ddd687ed31f3c4a2b49..f54e7d0526e47654fd1f06643b71b0b6d1aadc81 100644 --- a/tests/test_entity_versioning.sql +++ b/tests/test_entity_versioning.sql @@ -1,6 +1,6 @@ /** * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/tests/test_issues.sql b/tests/test_issues.sql index ab64de844e01c2ad3e273d6ea1e0c24709781a09..c5377f2d49565ec4667db48b52607377a21ef232 100644 --- a/tests/test_issues.sql +++ b/tests/test_issues.sql @@ -1,6 +1,6 @@ /** * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Daniel Hornung <d.hornung@indiscale.com> diff --git a/tests/test_reference_values.sql b/tests/test_reference_values.sql index 47b4db4d33cd7e841da610aca886a3d6bd4947d3..1226229786d511824cd975053151ed78b7b91a61 100644 --- a/tests/test_reference_values.sql +++ b/tests/test_reference_values.sql @@ -1,6 +1,6 @@ /** * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/tests/test_utils.sh b/tests/test_utils.sh index 34f5e4a5afa63203f7555603a23940ce134aa20a..5f922a60956f764d71a86ed24747c186b49e4dcd 100755 --- a/tests/test_utils.sh +++ b/tests/test_utils.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 Henrik tom Wörden <h.tomwoerden@indiscale.com> # Copyright (C) 2020 IndiScale <info@indiscale.com> diff --git a/utils/backup.py b/utils/backup.py index fe0ea8112ee270c880e9ae3101666519f23e7389..10e575efb844511783e534d3f082a16987526aea 100755 --- a/utils/backup.py +++ b/utils/backup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 Daniel Hornung (d.hornung@indiscale.com) # @@ -44,8 +44,8 @@ dictionary : str env = os.environ.copy() if not directory: - os.makedirs("/tmp/caosdb/tmpfiles/backup/", exist_ok=True) - directory = tempfile.mkdtemp(dir="/tmp/caosdb/tmpfiles/backup/", + os.makedirs("/tmp/linkahead/tmpfiles/backup/", exist_ok=True) + directory = tempfile.mkdtemp(dir="/tmp/linkahead/tmpfiles/backup/", prefix="backup.") env["BACKUPDIR"] = directory subprocess.run(command, cwd=os.path.dirname(__file__), env=env) diff --git a/utils/backup.sh b/utils/backup.sh index bdc345cfe1e956024fbd8492c6a1a2d65acc2cdd..6f2872ef49b5f33698b723d0b3d8b2e05f14e588 100755 --- a/utils/backup.sh +++ b/utils/backup.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/utils/helpers.sh b/utils/helpers.sh index 6adb318503e26061369a1144568dea4f60ef3d46..1bb13f5bd4f4d8c57b152428acc07869fa4e0274 100644 --- a/utils/helpers.sh +++ b/utils/helpers.sh @@ -1,4 +1,4 @@ -# 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 diff --git a/utils/load_settings.sh b/utils/load_settings.sh index c24a0f4baf6e9e15e56e7ffeacb265b0b5f01673..44d8f2d630270727a3a7cbd08f4b3ee037e6a7d7 100644 --- a/utils/load_settings.sh +++ b/utils/load_settings.sh @@ -1,4 +1,4 @@ -# 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 diff --git a/utils/log.py b/utils/log.py index cfc9f0d8684a975c1edc7f753561c2b365239e01..2aec112f602c60f41f4edfc44e6005340c22afb5 100755 --- a/utils/log.py +++ b/utils/log.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2019 Daniel Hornung, IndiScale GmbH # diff --git a/utils/log.sh b/utils/log.sh index ad8d508bd4a474d89f0c41f350ad770f9b4cf89b..0ad1ccbcceb9840f8ed81d77d45f1d14025ac6f7 100755 --- a/utils/log.sh +++ b/utils/log.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/utils/make_db b/utils/make_db index 071de0a3270fd0e3480cb54bbc692635983bd287..ea301acc6228344feb7f8b4f7e97a55cd1919048 100755 --- a/utils/make_db +++ b/utils/make_db @@ -1,7 +1,7 @@ #!/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) 2021 Indiscale GmbH <info@indiscale.com> # Copyright (C) 2019, 2020, 2021 Daniel Hornung <d.hornung@indiscale.com> diff --git a/utils/patch_header.sh b/utils/patch_header.sh index 33fbff879b3166596e153685105873adeae8405b..59ba9934e6572ec0f158a451b5c2f4d940885323 100644 --- a/utils/patch_header.sh +++ b/utils/patch_header.sh @@ -1,6 +1,6 @@ # # ** 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 @@ -118,8 +118,8 @@ fi # @param $1: db version string, e.g. v2.0.0 # @return: 0 on success, 1 on failure function check_version { - local version=$($MYSQL_CMD $(get_db_args) -B -e "Select CaosDBVersion();") - if [[ "$(echo $version | sed 's/^CaosDBVersion()\s//')" = "$1" ]]; then + local version=$($MYSQL_CMD $(get_db_args) -B -e "Select LinkAheadVersion();") + if [[ "$(echo $version | sed 's/^LinkAheadVersion()\s//')" = "$1" ]]; then return 0 fi uptodate @@ -127,7 +127,7 @@ function check_version { # @param $1: new version string function update_version { - mysql_execute "DROP FUNCTION IF EXISTS CaosDBVersion; CREATE FUNCTION CaosDBVersion() RETURNS VARCHAR(255) DETERMINISTIC RETURN '$1';" + mysql_execute "DROP FUNCTION IF EXISTS LinkAheadVersion; CREATE FUNCTION LinkAheadVersion() RETURNS VARCHAR(255) DETERMINISTIC RETURN '$1';" } function dump_table { diff --git a/utils/update_sql_procedures.sh b/utils/update_sql_procedures.sh index b9a9e7fe21d1f47b4d7d235ce1a7ac040a060cf3..bbbbc15b299cf24bcfa4c72da6a4e49534655e67 100755 --- a/utils/update_sql_procedures.sh +++ b/utils/update_sql_procedures.sh @@ -1,7 +1,7 @@ #!/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