From b3c8f0f87a5bbb6bfd0485ca43a870614bbb51a4 Mon Sep 17 00:00:00 2001 From: Alessandro Genova Date: Fri, 21 Nov 2025 20:55:11 -0500 Subject: [PATCH] add missing copyright headers --- movement.h | 1 + watch-faces/demo/rtccount_face.c | 2 +- watch-faces/demo/rtccount_face.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/movement.h b/movement.h index 6e997d4a..94f9b83e 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 f08cde5b..e9bd2104 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 59f11929..a3478a2d 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