From cddee0a1e7371499e714fb96ef60ef68ed3f2b98 Mon Sep 17 00:00:00 2001 From: Mint Thompson Date: Wed, 11 Sep 2024 14:56:17 -0400 Subject: [PATCH] Add License section to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 7f2bd6f..afb5e6d 100644 --- a/README.md +++ b/README.md @@ -136,3 +136,19 @@ The files to copy are: - FSHListener.js - FSHParser.js - FSHVisitor.js + +# License + +Copyright 2019-2024 Health Level Seven International + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file