Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 98d15e2

Browse files
committed
update years in license header
1 parent 2a62b72 commit 98d15e2

File tree

11 files changed

+12
-10
lines changed

11 files changed

+12
-10
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
10-04-2020 : v2.1. New container web_ui containing the Cytomine front-end
2+
12-10-2019 : v2.0. New Cytomine front-end
13
23-08-2018 : v1.2. New bootstrap architecture. The installation procedure has changed :
24
- Running the init.sh script after filling the configuration file is mandatory;
35
- 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.

clean_docker_keep_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2009-2018. Authors: see NOTICE file.
4+
# Copyright (c) 2009-2020. Authors: see NOTICE file.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

configs/nginx/nginx.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2009-2019. Authors: see NOTICE file.
2+
# Copyright (c) 2009-2020. Authors: see NOTICE file.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

configuration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2009-2019. Authors: see NOTICE file.
2+
# Copyright (c) 2009-2020. Authors: see NOTICE file.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2009-2019. Authors: see NOTICE file.
4+
# Copyright (c) 2009-2020. Authors: see NOTICE file.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

reporting.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2009-2018. Authors: see NOTICE file.
4+
# Copyright (c) 2009-2020. Authors: see NOTICE file.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

restart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright (c) 2009-2018. Authors: see NOTICE file.
3+
# Copyright (c) 2009-2020. Authors: see NOTICE file.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

start_deploy.sh.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2009-2018. Authors: see NOTICE file.
4+
# Copyright (c) 2009-2020. Authors: see NOTICE file.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

utils/backup_mongo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2009-2018. Authors: see NOTICE file.
4+
# Copyright (c) 2009-2020. Authors: see NOTICE file.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

utils/backup_postgis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2009-2018. Authors: see NOTICE file.
4+
# Copyright (c) 2009-2020. Authors: see NOTICE file.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)