diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd.c | 2 | ||||
-rw-r--r-- | src/cmd.h | 2 | ||||
-rw-r--r-- | src/helpers.c | 2 | ||||
-rw-r--r-- | src/helpers.h | 2 | ||||
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/pwm.c | 2 | ||||
-rw-r--r-- | src/pwm.h | 2 | ||||
-rw-r--r-- | src/uart.c | 2 | ||||
-rw-r--r-- | src/uart.h | 2 |
9 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ /* * src/cmd.c * (c) 2021 Jonas Gunz <himself@jonasgunz.de> - * License: All rights reserved. + * License: MIT */ #include "cmd.h" @@ -1,7 +1,7 @@ /* * src/cmd.h * (c) 2021 Jonas Gunz <himself@jonasgunz.de> - * License: All rights reserved. + * License: MIT */ #ifndef _CMD_H_ diff --git a/src/helpers.c b/src/helpers.c index 61c4bc5..8c4a8c9 100644 --- a/src/helpers.c +++ b/src/helpers.c @@ -1,7 +1,7 @@ /* * src/helpers.c * (c) 2022 Jonas Gunz <himself@jonasgunz.de> - * License: All rights reserved. + * License: MIT */ #include "helpers.h" diff --git a/src/helpers.h b/src/helpers.h index 6395abc..4964113 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -1,7 +1,7 @@ /* * src/helpers.h * (c) 2022 Jonas Gunz <himself@jonasgunz.de> - * License: All rights reserved. + * License: MIT */ #ifndef _HELPERS_H_ @@ -1,7 +1,7 @@ /* * src/main.c * (c) 2021 Jonas Gunz <himself@jonasgunz.de> - * License: All rights reserved. + * License: MIT */ #include <avr/io.h> @@ -1,7 +1,7 @@ /* * src/pwm.c * (c) 2022 Jonas Gunz <himself@jonasgunz.de> - * License: All rights reserved. + * License: MIT */ #include "pwm.h" @@ -1,7 +1,7 @@ /* * src/pwm.h * (c) 2022 Jonas Gunz <himself@jonasgunz.de> - * License: All rights reserved. + * License: MIT */ #ifndef _PWM_H_ @@ -1,7 +1,7 @@ /* * src/uart.c * (c) 2021 Jonas Gunz <himself@jonasgunz.de> - * License: All rights reserved. + * License: MIT */ #include "uart.h" @@ -1,7 +1,7 @@ /* * src/uart.h * (c) 2021 Jonas Gunz <himself@jonasgunz.de> - * License: All rights reserved. + * License: MIT */ /* |