katielink commited on
Commit
774c577
1 Parent(s): b547036

fix license Copyright error

Browse files
Files changed (2) hide show
  1. LICENSE +1 -1
  2. configs/metadata.json +2 -1
LICENSE CHANGED
@@ -186,7 +186,7 @@
186
  same "printed page" as the copyright notice for easier
187
  identification within third-party archives.
188
 
189
- Copyright 2022 Keno Bressem and Lisa Adams
190
 
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
  you may not use this file except in compliance with the License.
 
186
  same "printed page" as the copyright notice for easier
187
  identification within third-party archives.
188
 
189
+ Copyright [yyyy] [name of copyright owner]
190
 
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
  you may not use this file except in compliance with the License.
configs/metadata.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
- "version": "0.2.0",
4
  "changelog": {
 
5
  "0.2.0": "update license files",
6
  "0.1.3": "Add training pipeline for fine-tuning models, support MONAI Label active learning",
7
  "0.1.2": "fixed the dimension in convolution according to MONAI 1.0 update",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.2.1",
4
  "changelog": {
5
+ "0.2.1": "fix license Copyright error",
6
  "0.2.0": "update license files",
7
  "0.1.3": "Add training pipeline for fine-tuning models, support MONAI Label active learning",
8
  "0.1.2": "fixed the dimension in convolution according to MONAI 1.0 update",