1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Subject: fix national encoding in header files
From: Ricardo Mones <mones@debian.org>
Forwarded: not-needed
Last-Update: 2021-01-10
--- a/src/data-types/carray.h
+++ b/src/data-types/carray.h
@@ -3,7 +3,7 @@
*
* carray - Implements simple dynamic pointer arrays
*
- * Copyright (c) 1999-2005, Gal Roualland <gael.roualland@iname.com>
+ * Copyright (c) 1999-2005, Gaël Roualland <gael.roualland@iname.com>
* interface changes - 2005 - DINH Viet Hoa
* All rights reserved.
*
--- a/src/data-types/chash.h
+++ b/src/data-types/chash.h
@@ -3,7 +3,7 @@
*
* chash - Implements generic hash tables.
*
- * Copyright (c) 1999-2005, Gal Roualland <gael.roualland@iname.com>
+ * Copyright (c) 1999-2005, Gaël Roualland <gael.roualland@iname.com>
* interface changes - 2005 - DINH Viet Hoa
* All rights reserved.
*
--- a/src/data-types/clist.h
+++ b/src/data-types/clist.h
@@ -3,7 +3,7 @@
*
* clist - Implements simple generic double-linked pointer lists
*
- * Copyright (c) 1999-2005, Gal Roualland <gael.roualland@iname.com>
+ * Copyright (c) 1999-2005, Gaël Roualland <gael.roualland@iname.com>
* interface changes - 2005 - DINH Viet Hoa
* All rights reserved.
*
|