summaryrefslogtreecommitdiff
path: root/compat/regex/patches/0001-Add-notice-at-top-of-copied-files.patch
blob: cc9f60363226df766576622b3aa10f23c21934ab (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
diff --git a/compat/regex/intprops.h b/compat/regex/intprops.h
index 716741adc5..2aef98d290 100644
--- a/compat/regex/intprops.h
+++ b/compat/regex/intprops.h
@@ -1,3 +1,10 @@
+/*
+ * This is git.git's copy of gawk.git's regex engine. Please see that
+ * project for the latest version & to submit patches to this code,
+ * and git.git's compat/regex/README for information on how git's copy
+ * of this code is maintained.
+ */
+
 /* intprops.h -- properties of integer types

    Copyright (C) 2001-2016 Free Software Foundation, Inc.
diff --git a/compat/regex/regcomp.c b/compat/regex/regcomp.c
index 5ac5370142..a1fb2e400e 100644
--- a/compat/regex/regcomp.c
+++ b/compat/regex/regcomp.c
@@ -1,3 +1,10 @@
+/*
+ * This is git.git's copy of gawk.git's regex engine. Please see that
+ * project for the latest version & to submit patches to this code,
+ * and git.git's compat/regex/README for information on how git's copy
+ * of this code is maintained.
+ */
+
 /* Extended regular expression matching and search library.
    Copyright (C) 2002-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
diff --git a/compat/regex/regex.c b/compat/regex/regex.c
index 9f133fab84..d6e525e567 100644
--- a/compat/regex/regex.c
+++ b/compat/regex/regex.c
@@ -1,3 +1,10 @@
+/*
+ * This is git.git's copy of gawk.git's regex engine. Please see that
+ * project for the latest version & to submit patches to this code,
+ * and git.git's compat/regex/README for information on how git's copy
+ * of this code is maintained.
+ */
+
 /* Extended regular expression matching and search library.
    Copyright (C) 2002-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
diff --git a/compat/regex/regex.h b/compat/regex/regex.h
index 143b3afa89..b602b5567f 100644
--- a/compat/regex/regex.h
+++ b/compat/regex/regex.h
@@ -1,3 +1,10 @@
+/*
+ * This is git.git's copy of gawk.git's regex engine. Please see that
+ * project for the latest version & to submit patches to this code,
+ * and git.git's compat/regex/README for information on how git's copy
+ * of this code is maintained.
+ */
+
 /* Definitions for data structures and routines for the regular
    expression library.
    Copyright (C) 1985, 1989-2016 Free Software Foundation, Inc.
diff --git a/compat/regex/regex_internal.c b/compat/regex/regex_internal.c
index 18641ef1c0..6d766114a1 100644
--- a/compat/regex/regex_internal.c
+++ b/compat/regex/regex_internal.c
@@ -1,3 +1,10 @@
+/*
+ * This is git.git's copy of gawk.git's regex engine. Please see that
+ * project for the latest version & to submit patches to this code,
+ * and git.git's compat/regex/README for information on how git's copy
+ * of this code is maintained.
+ */
+
 /* Extended regular expression matching and search library.
    Copyright (C) 2002-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
diff --git a/compat/regex/regex_internal.h b/compat/regex/regex_internal.h
index 01465e7678..9c88a6a57b 100644
--- a/compat/regex/regex_internal.h
+++ b/compat/regex/regex_internal.h
@@ -1,3 +1,10 @@
+/*
+ * This is git.git's copy of gawk.git's regex engine. Please see that
+ * project for the latest version & to submit patches to this code,
+ * and git.git's compat/regex/README for information on how git's copy
+ * of this code is maintained.
+ */
+
 /* Extended regular expression matching and search library.
    Copyright (C) 2002-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
diff --git a/compat/regex/regexec.c b/compat/regex/regexec.c
index c8f11e52e7..c79ff38b1c 100644
--- a/compat/regex/regexec.c
+++ b/compat/regex/regexec.c
@@ -1,3 +1,10 @@
+/*
+ * This is git.git's copy of gawk.git's regex engine. Please see that
+ * project for the latest version & to submit patches to this code,
+ * and git.git's compat/regex/README for information on how git's copy
+ * of this code is maintained.
+ */
+
 /* Extended regular expression matching and search library.
    Copyright (C) 2002-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.