From 98d15e2cda9be3c6ce246d96404fe3480a5f5434 Mon Sep 17 00:00:00 2001 From: TheGeekTortoise Date: Thu, 9 Apr 2020 19:03:21 +0200 Subject: [PATCH] update years in license header --- CHANGELOG | 2 ++ clean_docker_keep_data.sh | 2 +- configs/nginx/nginx.conf.sample | 2 +- configuration.sh | 2 +- init.sh | 2 +- reporting.sh | 2 +- restart.sh | 2 +- start_deploy.sh.sample | 2 +- utils/backup_mongo.sh | 2 +- utils/backup_postgis.sh | 2 +- utils/restore_postgis.sh | 2 +- 11 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a59e40495..7a4b9bbeb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +10-04-2020 : v2.1. New container web_ui containing the Cytomine front-end +12-10-2019 : v2.0. New Cytomine front-end 23-08-2018 : v1.2. New bootstrap architecture. The installation procedure has changed : - Running the init.sh script after filling the configuration file is mandatory; - Also, postgres has been updated, you need to backup databases, clean containers, delete postgres volumes then restart and restore data. You can do it by running the scripts in the utils folder. diff --git a/clean_docker_keep_data.sh b/clean_docker_keep_data.sh index 64544a504..a91c858c6 100644 --- a/clean_docker_keep_data.sh +++ b/clean_docker_keep_data.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2009-2018. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/configs/nginx/nginx.conf.sample b/configs/nginx/nginx.conf.sample index 28c222fef..73d8d542d 100644 --- a/configs/nginx/nginx.conf.sample +++ b/configs/nginx/nginx.conf.sample @@ -1,5 +1,5 @@ # -# Copyright (c) 2009-2019. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/configuration.sh b/configuration.sh index c86ba25f1..d03666b90 100644 --- a/configuration.sh +++ b/configuration.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2009-2019. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/init.sh b/init.sh index 48bd29385..53ff29498 100755 --- a/init.sh +++ b/init.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2009-2019. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/reporting.sh b/reporting.sh index 3981294ca..e002cb392 100644 --- a/reporting.sh +++ b/reporting.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2009-2018. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/restart.sh b/restart.sh index 6e7e521cd..ba3d55827 100644 --- a/restart.sh +++ b/restart.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2009-2018. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/start_deploy.sh.sample b/start_deploy.sh.sample index 2c24ba206..7cb0a58d1 100644 --- a/start_deploy.sh.sample +++ b/start_deploy.sh.sample @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2009-2018. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/utils/backup_mongo.sh b/utils/backup_mongo.sh index 5960ca644..86b672ed3 100644 --- a/utils/backup_mongo.sh +++ b/utils/backup_mongo.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2009-2018. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/utils/backup_postgis.sh b/utils/backup_postgis.sh index 0e1327d1e..871c6be68 100644 --- a/utils/backup_postgis.sh +++ b/utils/backup_postgis.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2009-2018. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/utils/restore_postgis.sh b/utils/restore_postgis.sh index 205126f97..221295f17 100644 --- a/utils/restore_postgis.sh +++ b/utils/restore_postgis.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2009-2018. Authors: see NOTICE file. +# Copyright (c) 2009-2020. Authors: see NOTICE file. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.