From: Matheus Afonso Martins Moreira Date: Tue, 5 Mar 2024 06:03:25 +0000 (-0300) Subject: faces/totp: update copyrights X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=92baa2200faa7e120c81f15dc97f8a451282e86b;p=sensor-watch.git faces/totp: update copyrights Update the copyrights to include full name attribution to Max Zettlmeißl whose code I've incorporated and who has explicitly licensed it as MIT. Max Zettlmeißl (@maxz) commented on 2024-01-20: > I provide all my changes under the MIT license GitHub-Comment: https://github.com/joeycastillo/Sensor-Watch/pull/356#issuecomment-1902114306 --- diff --git a/movement/watch_faces/complication/totp_face.c b/movement/watch_faces/complication/totp_face.c index b0a4f5c..40b083d 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 * Copyright © 2023 Jeremy O'Brien * Copyright © 2024 Matheus Afonso Martins Moreira (https://www.matheusmoreira.com/) + * Copyright © 2024 Max Zettlmeißl * * 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 8bde471..af269e9 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 * Copyright © 2023 Alex Utter * Copyright © 2024 Matheus Afonso Martins Moreira (https://www.matheusmoreira.com/) + * Copyright © 2024 Max Zettlmeißl * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal