summaryrefslogtreecommitdiff
path: root/shared-module/_pew
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2019-03-01 16:05:15 +0100
committerRadomir Dopieralski <openstack@sheep.art.pl>2019-03-01 16:05:15 +0100
commit89b2788d119c811327b366e061481fbcc96cbc65 (patch)
treee425563cebc847049805c76d0989fa2941b17655 /shared-module/_pew
parent8e50aeb06f24a264b474d62b52c7f59220db7195 (diff)
Apply review fixes:
* fix formatting * fix copyrights * fix CIRCUITPYTHON_GAMEPAD guards * add CIRCUITPYTHON_PEW guards to reset * fix module list order
Diffstat (limited to 'shared-module/_pew')
-rw-r--r--shared-module/_pew/PewPew.c2
-rw-r--r--shared-module/_pew/PewPew.h2
-rw-r--r--shared-module/_pew/__init__.c2
-rw-r--r--shared-module/_pew/__init__.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/shared-module/_pew/PewPew.c b/shared-module/_pew/PewPew.c
index 2900f2ac7..3fea689a3 100644
--- a/shared-module/_pew/PewPew.c
+++ b/shared-module/_pew/PewPew.c
@@ -3,7 +3,7 @@
*
* The MIT License (MIT)
*
- * Copyright (c) 2016 Radomir Dopieralski for Adafruit Industries
+ * Copyright (c) 2019 Radomir Dopieralski
*
* 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/shared-module/_pew/PewPew.h b/shared-module/_pew/PewPew.h
index 57b25c3a0..da1cae0a2 100644
--- a/shared-module/_pew/PewPew.h
+++ b/shared-module/_pew/PewPew.h
@@ -3,7 +3,7 @@
*
* The MIT License (MIT)
*
- * Copyright (c) 2016 Radomir Dopieralski for Adafruit Industries
+ * Copyright (c) 2019 Radomir Dopieralski
*
* 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/shared-module/_pew/__init__.c b/shared-module/_pew/__init__.c
index e44a4c0e3..90fba3990 100644
--- a/shared-module/_pew/__init__.c
+++ b/shared-module/_pew/__init__.c
@@ -3,7 +3,7 @@
*
* The MIT License (MIT)
*
- * Copyright (c) 2016 Radomir Dopieralski for Adafruit Industries
+ * Copyright (c) 2019 Radomir Dopieralski
*
* 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/shared-module/_pew/__init__.h b/shared-module/_pew/__init__.h
index f85dec749..4f953c610 100644
--- a/shared-module/_pew/__init__.h
+++ b/shared-module/_pew/__init__.h
@@ -3,7 +3,7 @@
*
* The MIT License (MIT)
*
- * Copyright (c) 2016 Scott Shawcroft for Adafruit Industries
+ * Copyright (c) 2019 Radomir Dopieralski
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal