diff options
-rw-r--r-- | movement/watch_faces/complication/totp_face.c | 1 | ||||
-rw-r--r-- | movement/watch_faces/complication/totp_face.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/movement/watch_faces/complication/totp_face.c b/movement/watch_faces/complication/totp_face.c index b0a4f5c5..40b083dd 100644 --- a/movement/watch_faces/complication/totp_face.c +++ b/movement/watch_faces/complication/totp_face.c @@ -10,6 +10,7 @@ * Copyright © 2023 Emilien Court <emilien.court@telecomnancy.net> * Copyright © 2023 Jeremy O'Brien <neutral@fastmail.com> * Copyright © 2024 Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> (https://www.matheusmoreira.com/) + * Copyright © 2024 Max Zettlmeißl <max@zettlmeissl.de> * * 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/movement/watch_faces/complication/totp_face.h b/movement/watch_faces/complication/totp_face.h index 8bde4713..af269e92 100644 --- a/movement/watch_faces/complication/totp_face.h +++ b/movement/watch_faces/complication/totp_face.h @@ -9,6 +9,7 @@ * Copyright © 2022 Jack Bond-Preston <jackbondpreston@outlook.com> * Copyright © 2023 Alex Utter <ooterness@gmail.com> * Copyright © 2024 Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> (https://www.matheusmoreira.com/) + * Copyright © 2024 Max Zettlmeißl <max@zettlmeissl.de> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |