From a355c0efbe4570c82f76f178504084ba4e8bc3e1 Mon Sep 17 00:00:00 2001 From: Justin McReynolds Date: Mon, 15 Aug 2022 16:38:53 -0700 Subject: [PATCH 1/4] Add license and attribution Per https://www.pivotaltracker.com/story/show/182871566 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 95f6f7802..261eeb9e9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 Agency for Healthcare Research and Quality + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 0ed33d943f611be9e530705c062d134825855f89 Mon Sep 17 00:00:00 2001 From: Justin McReynolds Date: Mon, 15 Aug 2022 16:44:51 -0700 Subject: [PATCH 2/4] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 261eeb9e9..ec4a0cd7a 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022, University of Washington, School of Nursing. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 573aa02b4c8783961cfa4968cc79241413cfcc5f Mon Sep 17 00:00:00 2001 From: Justin McReynolds Date: Mon, 22 Aug 2022 12:14:28 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c898bf002..24c761341 100644 --- a/README.md +++ b/README.md @@ -155,3 +155,9 @@ The data that is posted reports whether or not the patient met the CDS inclusion ``` To enable posting of analytics, configure the `analytics_endpoint` and `x_api_key` in the `public/config.json` file. The default value is an empty string, which will not post any analytics. + +## Copyright, patent, trademark, and attribution notices + +See this repository's LICENSE file for relevant information about COSRI. + +This source code extends https://github.com/AHRQ-CDS/AHRQ-CDS-Connect-PAIN-MANAGEMENT-SUMMARY, copyright 2018 Agency for Healthcare Research and Quality per (https://github.com/AHRQ-CDS/AHRQ-CDS-Connect-PAIN-MANAGEMENT-SUMMARY/blob/master/LICENSE) From e8b88646ad3fbb6e0ddc7dd7c96b21764d4e767a Mon Sep 17 00:00:00 2001 From: Justin McReynolds Date: Mon, 22 Aug 2022 13:13:07 -0700 Subject: [PATCH 4/4] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ec4a0cd7a..381f8c5f9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022, University of Washington, School of Nursing. + Copyright 2022, University of Washington. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.