diff --git a/LICENSE b/LICENSE index bdc2364..7053081 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,3 @@ -Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved +Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential diff --git a/build/scripts/sendmail-test.js b/build/scripts/sendmail-test.js index 3f35ae7..415ac9c 100644 --- a/build/scripts/sendmail-test.js +++ b/build/scripts/sendmail-test.js @@ -1,2 +1,8 @@ +/** + * @license + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved + * Unauthorized copying of this file, via any medium is strictly prohibited + * Proprietary and confidential + */ const config = require('/app/conf/mail.json'); console.log(config?.sendmail?.active ? "TRUE": "FALSE"); \ No newline at end of file diff --git a/build/test/README.md b/build/test/README.md index 78213a3..5c894e9 100644 --- a/build/test/README.md +++ b/build/test/README.md @@ -7,3 +7,8 @@ Requires an AMD64 machine with Docker accessible at user level. 1. `./build/build test` to build test Docker images 2. `./build/test/start.sh` to run containers + + +## License + +[UNLICENSED](LICENSE) diff --git a/src/Application.js b/src/Application.js index 8588b3f..6b91e47 100644 --- a/src/Application.js +++ b/src/Application.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/src/Context.js b/src/Context.js index a5bd61a..40f2d7c 100644 --- a/src/Context.js +++ b/src/Context.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/src/Server.js b/src/Server.js index ffae79b..dcdc81a 100644 --- a/src/Server.js +++ b/src/Server.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/src/errors.js b/src/errors.js index 6d4a3da..bcf40e2 100644 --- a/src/errors.js +++ b/src/errors.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/src/mail/Sender.js b/src/mail/Sender.js index 6fef32b..782d977 100644 --- a/src/mail/Sender.js +++ b/src/mail/Sender.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/src/mail/Template.js b/src/mail/Template.js index 8f539d2..b1233ed 100644 --- a/src/mail/Template.js +++ b/src/mail/Template.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/src/mail/TemplateRepository.js b/src/mail/TemplateRepository.js index ba35d29..40b3ffc 100644 --- a/src/mail/TemplateRepository.js +++ b/src/mail/TemplateRepository.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/src/web/controller.js b/src/web/controller.js index d2e4203..da3da98 100644 --- a/src/web/controller.js +++ b/src/web/controller.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/src/web/op/sendMail.js b/src/web/op/sendMail.js index a6b6d89..5e71c6a 100644 --- a/src/web/op/sendMail.js +++ b/src/web/op/sendMail.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/test/acceptance/sendmail.test.js b/test/acceptance/sendmail.test.js index 7a96ec5..6092cb6 100644 --- a/test/acceptance/sendmail.test.js +++ b/test/acceptance/sendmail.test.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */ diff --git a/test/unit/Server.test.js b/test/unit/Server.test.js index 85bc069..b879b5d 100644 --- a/test/unit/Server.test.js +++ b/test/unit/Server.test.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (C) 2018–2023 Pryv S.A. https://pryv.com - All Rights Reserved + * Copyright (C) 2018–2024 Pryv S.A. https://pryv.com - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential */