File: 14_Fix_encoding_in_headers.patch

package info (click to toggle)
libetpan 1.9.4-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,448 kB
  • sloc: ansic: 106,954; sh: 4,179; makefile: 646; cpp: 46
file content (38 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download
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.
  *