forked from AdaptiveMotorControlLab/CEBRA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE.yml
28 lines (23 loc) · 963 Bytes
/
NOTICE.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This notice file contains license headers for all code files
# in the repository (currently all *.py files).
#
# When updating headers, lower entries take precedence over higher
# entries. For each header, include/exclude statements can be used
# to define files to apply them to.
#
# When adding code from an external repo, make sure to cover the
# added code files with the correct license header.
# Main repository license
- header: |
(c) All rights reserved. ECOLE POLYTECHNIQUE FÉDÉRALE DE LAUSANNE,
Switzerland, Laboratory of Prof. Mackenzie W. Mathis (UPMWMATHIS) and
original authors: Steffen Schneider, Jin H Lee, Mackenzie W Mathis. 2023.
Source code:
https://github.com/AdaptiveMotorControlLab/CEBRA
Please see LICENSE.md for the full license document:
https://github.com/AdaptiveMotorControlLab/CEBRA/LICENSE.md
include:
- 'cebra/**/*.py'
- 'tests/**/*.py'
- 'docs/**/*.py'
- 'conda/**/*.yml'