aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/custom_ops.S2
-rw-r--r--firmware/firmware.h2
-rw-r--r--firmware/irq.c2
-rw-r--r--firmware/makehex.py2
-rw-r--r--firmware/multest.c2
-rw-r--r--firmware/print.c2
-rw-r--r--firmware/sieve.c2
-rw-r--r--firmware/start.S2
-rw-r--r--firmware/stats.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/firmware/custom_ops.S b/firmware/custom_ops.S
index b5ea7ba..d8512f6 100644
--- a/firmware/custom_ops.S
+++ b/firmware/custom_ops.S
@@ -1,5 +1,5 @@
// This is free and unencumbered software released into the public domain.
-//
+//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
diff --git a/firmware/firmware.h b/firmware/firmware.h
index ca797e9..f243f31 100644
--- a/firmware/firmware.h
+++ b/firmware/firmware.h
@@ -1,5 +1,5 @@
// This is free and unencumbered software released into the public domain.
-//
+//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
diff --git a/firmware/irq.c b/firmware/irq.c
index af80764..2d76b1a 100644
--- a/firmware/irq.c
+++ b/firmware/irq.c
@@ -1,5 +1,5 @@
// This is free and unencumbered software released into the public domain.
-//
+//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
diff --git a/firmware/makehex.py b/firmware/makehex.py
index e1acdeb..1735d86 100644
--- a/firmware/makehex.py
+++ b/firmware/makehex.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
#
# This is free and unencumbered software released into the public domain.
-#
+#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
diff --git a/firmware/multest.c b/firmware/multest.c
index 6acf1e3..508ed36 100644
--- a/firmware/multest.c
+++ b/firmware/multest.c
@@ -1,5 +1,5 @@
// This is free and unencumbered software released into the public domain.
-//
+//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
diff --git a/firmware/print.c b/firmware/print.c
index b12f5a0..da0dd63 100644
--- a/firmware/print.c
+++ b/firmware/print.c
@@ -1,5 +1,5 @@
// This is free and unencumbered software released into the public domain.
-//
+//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
diff --git a/firmware/sieve.c b/firmware/sieve.c
index 9f7f7a3..73550c8 100644
--- a/firmware/sieve.c
+++ b/firmware/sieve.c
@@ -1,5 +1,5 @@
// This is free and unencumbered software released into the public domain.
-//
+//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
diff --git a/firmware/start.S b/firmware/start.S
index 9e9ad75..34058aa 100644
--- a/firmware/start.S
+++ b/firmware/start.S
@@ -1,5 +1,5 @@
// This is free and unencumbered software released into the public domain.
-//
+//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
diff --git a/firmware/stats.c b/firmware/stats.c
index bb38de5..e0b6f6a 100644
--- a/firmware/stats.c
+++ b/firmware/stats.c
@@ -1,5 +1,5 @@
// This is free and unencumbered software released into the public domain.
-//
+//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any