Skip to content

Commit

Permalink
Updated license
Browse files Browse the repository at this point in the history
  • Loading branch information
Perki committed Jan 10, 2024
1 parent b05c755 commit 5b7ac40
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions build/scripts/sendmail-test.js
Original file line number Diff line number Diff line change
@@ -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");
5 changes: 5 additions & 0 deletions build/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion src/Application.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Context.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Server.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/errors.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/mail/Sender.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/mail/Template.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/mail/TemplateRepository.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/web/controller.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/web/op/sendMail.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/sendmail.test.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion test/unit/Server.test.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down

0 comments on commit 5b7ac40

Please sign in to comment.