Skip to content

Commit

Permalink
faces/pulsometer: update copyrights and credits
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matheusmoreira committed Feb 22, 2024
1 parent d0cb18b commit 705f577
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion movement/watch_faces/complication/pulsometer_face.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
/* SPDX-License-Identifier: MIT */

/*
* MIT License
*
* Copyright (c) 2022 Joey Castillo
* Copyright © 2021-2022 Joey Castillo <joeycastillo@utexas.edu> <jose.castillo@gmail.com>
* Copyright © 2023 Jeremy O'Brien <neutral@fastmail.com>
* Copyright © 2024 Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> (https://www.matheusmoreira.com/)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion movement/watch_faces/complication/pulsometer_face.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
/* SPDX-License-Identifier: MIT */

/*
* MIT License
*
* Copyright (c) 2022 Joey Castillo
* Copyright © 2021-2022 Joey Castillo <joeycastillo@utexas.edu> <jose.castillo@gmail.com>
* Copyright © 2022 Alexsander Akers <me@a2.io>
* Copyright © 2023 Alex Utter <ooterness@gmail.com>
* Copyright © 2024 Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> (https://www.matheusmoreira.com/)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 705f577

Please sign in to comment.