Browse code

Update Copyright years.

Andrew Alderwick authored on 02/01/2023 14:40:23
Showing 11 changed files
... ...
@@ -2,8 +2,7 @@
2 2
 #include "audio.h"
3 3
 
4 4
 /*
5
-Copyright (c) 2021 Devine Lu Linvega
6
-Copyright (c) 2021 Andrew Alderwick
5
+Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick
7 6
 
8 7
 Permission to use, copy, modify, and distribute this software for any
9 8
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -2,7 +2,7 @@
2 2
 #include "controller.h"
3 3
 
4 4
 /*
5
-Copyright (c) 2021 Devine Lu Linvega, Andrew Alderwick
5
+Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick
6 6
 
7 7
 Permission to use, copy, modify, and distribute this software for any
8 8
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -4,7 +4,7 @@
4 4
 #include "datetime.h"
5 5
 
6 6
 /*
7
-Copyright (c) 2021 Devine Lu Linvega, Andrew Alderwick
7
+Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick
8 8
 
9 9
 Permission to use, copy, modify, and distribute this software for any
10 10
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -16,7 +16,7 @@
16 16
 #include "file.h"
17 17
 
18 18
 /*
19
-Copyright (c) 2021 Devine Lu Linvega, Andrew Alderwick
19
+Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick
20 20
 
21 21
 Permission to use, copy, modify, and distribute this software for any
22 22
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -2,7 +2,7 @@
2 2
 #include "mouse.h"
3 3
 
4 4
 /*
5
-Copyright (c) 2021 Devine Lu Linvega, Andrew Alderwick
5
+Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick
6 6
 
7 7
 Permission to use, copy, modify, and distribute this software for any
8 8
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -4,8 +4,7 @@
4 4
 #include "screen.h"
5 5
 
6 6
 /*
7
-Copyright (c) 2021 Devine Lu Linvega
8
-Copyright (c) 2021 Andrew Alderwick
7
+Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick
9 8
 
10 9
 Permission to use, copy, modify, and distribute this software for any
11 10
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -4,7 +4,7 @@
4 4
 #include "system.h"
5 5
 
6 6
 /*
7
-Copyright (c) 2022 Devine Lu Linvega, Andrew Alderwick
7
+Copyright (c) 2022-2023 Devine Lu Linvega, Andrew Alderwick
8 8
 
9 9
 Permission to use, copy, modify, and distribute this software for any
10 10
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -1,7 +1,7 @@
1 1
 #include "uxn.h"
2 2
 
3 3
 /*
4
-Copyright (u) 2022 Devine Lu Linvega, Andrew Alderwick, Andrew Richards
4
+Copyright (u) 2022-2023 Devine Lu Linvega, Andrew Alderwick, Andrew Richards
5 5
 
6 6
 Permission to use, copy, modify, and distribute this software for any
7 7
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -1,7 +1,7 @@
1 1
 #include <stdio.h>
2 2
 
3 3
 /*
4
-Copyright (c) 2021 Devine Lu Linvega
4
+Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick
5 5
 
6 6
 Permission to use, copy, modify, and distribute this software for any
7 7
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -7,7 +7,7 @@
7 7
 #include "devices/datetime.h"
8 8
 
9 9
 /*
10
-Copyright (c) 2021 Devine Lu Linvega
10
+Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick
11 11
 
12 12
 Permission to use, copy, modify, and distribute this software for any
13 13
 purpose with or without fee is hereby granted, provided that the above
... ...
@@ -23,7 +23,7 @@
23 23
 #pragma clang diagnostic pop
24 24
 
25 25
 /*
26
-Copyright (c) 2021 Devine Lu Linvega
26
+Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick
27 27
 
28 28
 Permission to use, copy, modify, and distribute this software for any
29 29
 purpose with or without fee is hereby granted, provided that the above