Skip to content

Commit 18e7ed3

Browse files
faces/pulsometer: update copyrights and credits
Update the copyrights to include full name attribution to all who contributed to the pulsometer watch face, including myself. Also add an SPDX license identifier header comment to the files.
1 parent 8752d13 commit 18e7ed3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

movement/watch_faces/complication/pulsometer_face.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
/* SPDX-License-Identifier: MIT */
2+
13
/*
24
* MIT License
35
*
4-
* Copyright (c) 2022 Joey Castillo
6+
* Copyright © 2021-2022 Joey Castillo <joeycastillo@utexas.edu> <jose.castillo@gmail.com>
7+
* Copyright © 2023 Jeremy O'Brien <neutral@fastmail.com>
8+
* Copyright © 2024 Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> (https://www.matheusmoreira.com/)
59
*
610
* Permission is hereby granted, free of charge, to any person obtaining a copy
711
* of this software and associated documentation files (the "Software"), to deal

movement/watch_faces/complication/pulsometer_face.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
/* SPDX-License-Identifier: MIT */
2+
13
/*
24
* MIT License
35
*
4-
* Copyright (c) 2022 Joey Castillo
6+
* Copyright © 2021-2022 Joey Castillo <joeycastillo@utexas.edu> <jose.castillo@gmail.com>
7+
* Copyright © 2022 Alexsander Akers <me@a2.io>
8+
* Copyright © 2023 Alex Utter <ooterness@gmail.com>
9+
* Copyright © 2024 Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> (https://www.matheusmoreira.com/)
510
*
611
* Permission is hereby granted, free of charge, to any person obtaining a copy
712
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)