Skip to content

Commit 00a36b7

Browse files
author
Marco Maggi
committed
updated maintainer's email address
1 parent 7a5adf7 commit 00a36b7

16 files changed

+18
-18
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
AC_PREREQ([2.68])
55
MMUX_PKG_VERSIONS([0],[4],[0],[devel.2])
6-
AC_INIT([CRE2],[MMUX_PACKAGE_VERSION],[[email protected]],
6+
AC_INIT([CRE2],[MMUX_PACKAGE_VERSION],[[email protected]],
77
[cre2],[http://github.com/marcomaggi/cre2/])
88
MMUX_INIT
99
MMUX_LIBTOOL_LIBRARY_VERSIONS([cre2],0,0,0)
1010
AC_REVISION([1.0])
1111
AC_COPYRIGHT([This license is meant to be the "BSD-3-Clause".
1212
13-
Copyright (c) 2012, 2013, 2015, 2016, 2017, 2019, 2020 Marco Maggi <[email protected]>
13+
Copyright (c) 2012, 2013, 2015, 2016, 2017, 2019, 2020 Marco Maggi <[email protected]>
1414
Copyright (c) 2011 Keegan McAllister
1515
All rights reserved.
1616

doc/cre2.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
@c To be used as @value{AUTHOR_EMAIL} whenever we need to include the
3131
@c email of the *single* author of this document.
32-
@set AUTHOR_EMAIL @email{marco.maggi-ipsu@@poste.it}
32+
@set AUTHOR_EMAIL @email{mrc.mgg@@gmail.com}
3333

3434
@set AUTHOR_URL @url{http://github.com/marcomaggi}
3535

3636
@c To be used as @value{COPYRIGHT_YEARS} whenever we need to include the
3737
@c list of copyright years.
38-
@set COPYRIGHT_YEARS 2012, 2013, 2015, 2016, 2017
38+
@set COPYRIGHT_YEARS 2012, 2013, 2015, 2016, 2017, 2020
3939

4040
@c ------------------------------------------------------------
4141

src/cre2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Source file for CRE2, a C language wrapper for RE2: a regular
33
expressions library by Google.
44
5-
Copyright (c) 2012, 2016, 2019 Marco Maggi <[email protected]>
5+
Copyright (c) 2012, 2016, 2019 Marco Maggi <[email protected]>
66
Copyright (c) 2011 Keegan McAllister
77
All rights reserved.
88

src/cre2.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Header file for CRE2, a C language wrapper for RE2: a regular
33
expressions library by Google.
44
5-
Copyright (c) 2012, 2015 Marco Maggi <[email protected]>
5+
Copyright (c) 2012, 2015 Marco Maggi <[email protected]>
66
Copyright (c) 2011 Keegan McAllister
77
All rights reserved.
88

tests/cre2-test.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Helpers for test files.
99
10-
Copyright (C) 2016 Marco Maggi <[email protected]>
10+
Copyright (C) 2016 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-consume-match.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for consume match function.
99
10-
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-easy-matching.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for regular expressions matching.
99
10-
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-find-and-consume-match.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for find and consume match function.
99
10-
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-full-match.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for full match function.
99
10-
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-matching.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for regular expressions matching.
99
10-
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for miscellaneous functions.
99
10-
Copyright (C) 2012, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-options.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for options objects.
99
10-
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-partial-match.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for partial match function.
99
10-
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-replace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for replacing.
99
10-
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-rex-alloc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for regular expressions allocation.
99
10-
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2016, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

tests/test-version.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Test file for version functions.
99
10-
Copyright (C) 2012, 2017 Marco Maggi <[email protected]>
10+
Copyright (C) 2012, 2017 Marco Maggi <[email protected]>
1111
1212
See the COPYING file.
1313
*/

0 commit comments

Comments
 (0)