From: Alessandro Genova Date: Sat, 22 Nov 2025 01:55:11 +0000 (-0500) Subject: add missing copyright headers X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=b3c8f0f87a5bbb6bfd0485ca43a870614bbb51a4;p=sensor-watch.git add missing copyright headers --- diff --git a/movement.h b/movement.h index 6e997d4..94f9b83 100644 --- a/movement.h +++ b/movement.h @@ -2,6 +2,7 @@ * MIT License * * Copyright (c) 2022 Joey Castillo + * Copyright (c) 2025 Alessandro Genova * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/watch-faces/demo/rtccount_face.c b/watch-faces/demo/rtccount_face.c index f08cde5..e9bd210 100644 --- a/watch-faces/demo/rtccount_face.c +++ b/watch-faces/demo/rtccount_face.c @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 Joey Castillo + * Copyright (c) 2025 Alessandro Genova * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/watch-faces/demo/rtccount_face.h b/watch-faces/demo/rtccount_face.h index 59f1192..a3478a2 100644 --- a/watch-faces/demo/rtccount_face.h +++ b/watch-faces/demo/rtccount_face.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 Joey Castillo + * Copyright (c) 2025 Alessandro Genova * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal