summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2025-05-03 16:22:49 +0200
committerRichard Braun <rbraun@sceen.net>2025-05-03 16:22:49 +0200
commit6b5a78705a5a85458222fcf1d860d1a19de99ac0 (patch)
tree37f8ce0f69792e0f67ba21a29634b8e1c6ddf9e9
parent7fbe749f9aee6c8c0ac74a409fdfd152f554e6a6 (diff)
Replace UTF-8 encoded characters with ASCII versionsHEADmaster
-rw-r--r--src/eetg.c2
-rw-r--r--src/eetg.h2
-rw-r--r--src/ei.c2
-rw-r--r--src/ei.h2
-rw-r--r--src/macros.h2
-rw-r--r--src/main.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/eetg.c b/src/eetg.c
index ebfd394..3b670ed 100644
--- a/src/eetg.c
+++ b/src/eetg.c
@@ -4,7 +4,7 @@
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted.
*
- * THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
* FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
diff --git a/src/eetg.h b/src/eetg.h
index 411eb83..77808ed 100644
--- a/src/eetg.h
+++ b/src/eetg.h
@@ -4,7 +4,7 @@
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted.
*
- * THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
* FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
diff --git a/src/ei.c b/src/ei.c
index da2331e..466b6bf 100644
--- a/src/ei.c
+++ b/src/ei.c
@@ -4,7 +4,7 @@
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted.
*
- * THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
* FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
diff --git a/src/ei.h b/src/ei.h
index 4772db2..1d4faf0 100644
--- a/src/ei.h
+++ b/src/ei.h
@@ -4,7 +4,7 @@
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted.
*
- * THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
* FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
diff --git a/src/macros.h b/src/macros.h
index 6910ae7..58cdca2 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -4,7 +4,7 @@
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted.
*
- * THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
* FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
diff --git a/src/main.c b/src/main.c
index bdd0c3a..0507aae 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,7 @@
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted.
*
- * THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
* FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY