Browse code

Update author email

Dario Rodriguez authored on 07/01/2022 17:57:32
Showing 13 changed files
... ...
@@ -5,7 +5,7 @@
5 5
  *
6 6
  * Structures to hold the current file contents.
7 7
  *
8
- * Author: Dario Rodriguez dario@softhome.net
8
+ * Author: Dario Rodriguez antartica@whereismybit.com
9 9
  * This program is licensed under the terms of GNU GPL v2.1+
10 10
  */
11 11
 
... ...
@@ -7,7 +7,7 @@
7 7
  *
8 8
  * HEADER FILE
9 9
  *
10
- * Author: Dario Rodriguez dario@softhome.net
10
+ * Author: Dario Rodriguez antartica@whereismybit.com
11 11
  * This program is licensed under the terms of GNU GPL v2.1+
12 12
  */
13 13
 
... ...
@@ -5,7 +5,7 @@
5 5
  *
6 6
  * re_data plugin to support the syntax highlighter.
7 7
  *
8
- * Author: Dario Rodriguez dario@softhome.net
8
+ * Author: Dario Rodriguez antartica@whereismybit.com
9 9
  * This program is licensed under the terms of GNU GPL v2.1+
10 10
  */
11 11
 
... ...
@@ -7,7 +7,7 @@
7 7
  *
8 8
  * HEADER FILE
9 9
  *
10
- * Author: Dario Rodriguez dario@softhome.net
10
+ * Author: Dario Rodriguez antartica@whereismybit.com
11 11
  * This program is licensed under the terms of GNU GPL v2.1+
12 12
  */
13 13
 
... ...
@@ -5,7 +5,7 @@
5 5
  *
6 6
  * re_data plugin to support showing common prototypes hints.
7 7
  *
8
- * Author: Dario Rodriguez dario@softhome.net
8
+ * Author: Dario Rodriguez antartica@whereismybit.com
9 9
  * This program is licensed under the terms of GNU GPL v2.1+
10 10
  */
11 11
 
... ...
@@ -7,7 +7,7 @@
7 7
  *
8 8
  * HEADER FILE
9 9
  *
10
- * Author: Dario Rodriguez dario@softhome.net
10
+ * Author: Dario Rodriguez antartica@whereismybit.com
11 11
  * This program is licensed under the terms of GNU GPL v2.1+
12 12
  */
13 13
 
... ...
@@ -6,7 +6,7 @@
6 6
  * re_data plugin to support the unsaved changes file.
7 7
  * (for recovery when the program closes unexpectedly)
8 8
  *
9
- * Author: Dario Rodriguez dario@softhome.net
9
+ * Author: Dario Rodriguez antartica@whereismybit.com
10 10
  * This program is licensed under the terms of GNU GPL v2.1+
11 11
  */
12 12
 
... ...
@@ -8,7 +8,7 @@
8 8
  *
9 9
  * HEADER FILE
10 10
  *
11
- * Author: Dario Rodriguez dario@softhome.net
11
+ * Author: Dario Rodriguez antartica@whereismybit.com
12 12
  * This program is licensed under the terms of GNU GPL v2.1+
13 13
  */
14 14
 
... ...
@@ -5,7 +5,7 @@
5 5
  *
6 6
  * Tests (ensure correct functionality of modules)
7 7
  *
8
- * Author: Dario Rodriguez dario@softhome.net
8
+ * Author: Dario Rodriguez antartica@whereismybit.com
9 9
  * This program is licensed under the terms of GNU GPL v2.1+
10 10
  */
11 11
 
... ...
@@ -5,7 +5,7 @@
5 5
  *
6 6
  * Tests (ensure correct functionality of modules)
7 7
  *
8
- * Author: Dario Rodriguez dario@softhome.net
8
+ * Author: Dario Rodriguez antartica@whereismybit.com
9 9
  * This program is licensed under the terms of GNU GPL v2.1+
10 10
  */
11 11
 
... ...
@@ -5,7 +5,7 @@
5 5
  *
6 6
  * Simple UI in SDL2
7 7
  *
8
- * Author: Dario Rodriguez dario@softhome.net
8
+ * Author: Dario Rodriguez antartica@whereismybit.com
9 9
  * This program is licensed under the terms of GNU GPL v2.1+
10 10
  */
11 11
 
... ...
@@ -7,7 +7,7 @@
7 7
  *
8 8
  * HEADER FILE
9 9
  *
10
- * Author: Dario Rodriguez dario@softhome.net
10
+ * Author: Dario Rodriguez antartica@whereismybit.com
11 11
  * This program is licensed under the terms of GNU GPL v2.1+
12 12
  */
13 13
 
... ...
@@ -3,9 +3,10 @@
3 3
  *
4 4
  * A programmers editor
5 5
  *
6
- * Author: Dario Rodriguez dario@softhome.net
6
+ * Author: Dario Rodriguez antartica@whereismybit.com
7 7
  * This program is licensed under the terms of GNU GPL v2.1+
8 8
  */
9
+
9 10
 #include <stdio.h>
10 11
 #include <stdlib.h>
11 12
 #include <unistd.h>