From: Matheus Afonso Martins Moreira Date: Sat, 24 Feb 2024 21:27:40 +0000 (-0300) Subject: faces/clock: update copyrights and credits X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=4cca3a0fac642897bdec06307522f171aa7d9f3b;p=sensor-watch.git faces/clock: update copyrights and credits Update the copyrights to include full name attribution to all who contributed to the clock watch face, including myself. Also add an SPDX license identifier header comment to the files. --- diff --git a/movement/watch_faces/clock/clock_face.c b/movement/watch_faces/clock/clock_face.c index 27d9acc..6d40fe1 100644 --- a/movement/watch_faces/clock/clock_face.c +++ b/movement/watch_faces/clock/clock_face.c @@ -1,7 +1,15 @@ +/* SPDX-License-Identifier: MIT */ + /* * MIT License * - * Copyright (c) 2022 Joey Castillo + * Copyright © 2021-2023 Joey Castillo + * Copyright © 2022 David Keck + * Copyright © 2022 TheOnePerson + * Copyright © 2023 Jeremy O'Brien + * Copyright © 2023 Mikhail Svarichevsky <3@14.by> + * Copyright © 2023 Wesley Aptekar-Cassels + * Copyright © 2024 Matheus Afonso Martins Moreira * * 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/clock/clock_face.h b/movement/watch_faces/clock/clock_face.h index f973f27..c4209e3 100644 --- a/movement/watch_faces/clock/clock_face.h +++ b/movement/watch_faces/clock/clock_face.h @@ -1,7 +1,13 @@ +/* SPDX-License-Identifier: MIT */ + /* * MIT License * - * Copyright (c) 2022 Joey Castillo + * Copyright © 2021-2022 Joey Castillo + * Copyright © 2022 Alexsander Akers + * Copyright © 2022 TheOnePerson + * Copyright © 2023 Alex Utter + * Copyright © 2024 Matheus Afonso Martins Moreira * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal