| ... | ... | @@ -4,7 +4,7 @@ General things |
|
|
|
#### 1) Copyright
|
|
|
|
|
|
|
|
You will find different Licence policies along the code: while Miosix's code was released under the GPL license, Boardcore and every Skyward code is licensed under the MIT License. Include the following snipped at the beginning of every file: (remember to fill in your name and year)
|
|
|
|
```
|
|
|
|
```cpp
|
|
|
|
/*
|
|
|
|
* Copyright (c) {year} Skyward Experimental Rocketry
|
|
|
|
* Authors: {authors}
|
| ... | ... | |