Skip to content

Commit

Permalink
Replace MITRE in project statement "maintainers" section and package.…
Browse files Browse the repository at this point in the history
…json (#89)

* replace MITRE in README and package.json

* Add License section to README

* Update package.json

Co-authored-by: Chris Moesel <[email protected]>

* Update package.json

Co-authored-by: Chris Moesel <[email protected]>

---------

Co-authored-by: Chris Moesel <[email protected]>
  • Loading branch information
mint-thompson and cmoesel authored Sep 12, 2024
1 parent c66bbf1 commit 0ef10ec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A language support extension for the FHIR Shorthand (FSH) language.

## FHIR Foundation Project Statement

- Maintainers: This project is maintained by The MITRE Corporation.
- Maintainers: This project is maintained by the HL7 community.
- Issues / Discussion: For FSH Language Extension for VS Code issues, such as bug reports, comments, suggestions, questions, and feature requests, visit [FSH Language Extension for VS Code GitHub Issues](https://github.com/standardhealth/vscode-language-fsh/issues). For discussion of FHIR Shorthand and its associated projects, visit the FHIR Community Chat @ https://chat.fhir.org. The [#shorthand stream](https://chat.fhir.org/#narrow/stream/215610-shorthand) is used for all FHIR Shorthand questions and discussion.
- License: All contributions to this project will be released under the Apache 2.0 License, and a copy of this license can be found in [LICENSE](LICENSE).
- Contribution Policy: The FSH Language Extension for VS Code Contribution Policy can be found in [CONTRIBUTING.md](CONTRIBUTING.md).
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "vscode-language-fsh",
"displayName": "FHIR Shorthand",
"description": "FHIR Shorthand (FSH) Language Support by MITRE",
"description": "FHIR Shorthand (FSH) Language Support by HL7",
"version": "1.16.1",
"author": "The MITRE Corporation",
"author": "Health Level Seven International",
"license": "Apache-2.0",
"publisher": "MITRE-Health",
"icon": "images/docs/fsh-icon.png",
Expand Down

0 comments on commit 0ef10ec

Please sign in to comment.