Skip to content

Commit cd05fc1

Browse files
Correct License to Apache
1 parent 1d9fd76 commit cd05fc1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ not fully covered by unit tests or manual testing can be complicated. -->
3131

3232
### License
3333

34-
- [ ] I submit _my code changes_ under the same [MIT License](https://github.com/openvinotoolkit/training_extensions/blob/develop/LICENSE) that covers the project.
34+
- [ ] I submit _my code changes_ under the same [Apache License](https://github.com/openvinotoolkit/training_extensions/blob/develop/LICENSE) that covers the project.
3535
Feel free to contact the maintainers if that's a concern.
3636
- [ ] I have updated the license header for each file (see an example below).
3737

3838
```python
39-
# Copyright (C) 2023 Intel Corporation
40-
#
41-
# SPDX-License-Identifier: MIT
39+
# Copyright (C) 2022 Intel Corporation
40+
# SPDX-License-Identifier: Apache-2.0
4241
```

0 commit comments

Comments
 (0)