aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regc_color.c1
-rw-r--r--regc_cvec.c1
-rw-r--r--regc_lex.c1
-rw-r--r--regc_locale.c1
-rw-r--r--regcomp.c1
-rw-r--r--regcustom.h1
-rw-r--r--rege_dfa.c1
-rw-r--r--regex.h1
-rw-r--r--regexec.c1
-rw-r--r--regfree.c1
-rw-r--r--regguts.h1
-rwxr-xr-xregtest_terex.sh1
12 files changed, 12 insertions, 0 deletions
diff --git a/regc_color.c b/regc_color.c
index c1d4b21..9e0acea 100644
--- a/regc_color.c
+++ b/regc_color.c
@@ -3,6 +3,7 @@
* This file is #included by regcomp.c.
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/regc_cvec.c b/regc_cvec.c
index b9fba9d..09f1e9e 100644
--- a/regc_cvec.c
+++ b/regc_cvec.c
@@ -3,6 +3,7 @@
* This file is #included by regcomp.c.
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/regc_lex.c b/regc_lex.c
index 6186e10..b9a2c69 100644
--- a/regc_lex.c
+++ b/regc_lex.c
@@ -3,6 +3,7 @@
* This file is #included by regcomp.c.
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/regc_locale.c b/regc_locale.c
index e55d5d7..dcf8e59 100644
--- a/regc_locale.c
+++ b/regc_locale.c
@@ -5,6 +5,7 @@
* This file is #included by regcomp.c.
*
* Copyright (c) 1998 by Scriptics Corporation.
+ * Copyright (c) 2026 Robin Haberkorn
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/regcomp.c b/regcomp.c
index f082a8b..bd332dc 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -3,6 +3,7 @@
* This file #includes several others (see the bottom).
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/regcustom.h b/regcustom.h
index 6cc03ce..01a426a 100644
--- a/regcustom.h
+++ b/regcustom.h
@@ -1,5 +1,6 @@
/*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/rege_dfa.c b/rege_dfa.c
index a9686b1..a055921 100644
--- a/rege_dfa.c
+++ b/rege_dfa.c
@@ -3,6 +3,7 @@
* This file is #included by regexec.c.
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/regex.h b/regex.h
index 8b3f1bf..5568ed7 100644
--- a/regex.h
+++ b/regex.h
@@ -4,6 +4,7 @@
* regular expressions
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/regexec.c b/regexec.c
index d047929..aadb382 100644
--- a/regexec.c
+++ b/regexec.c
@@ -2,6 +2,7 @@
* re_*exec and friends - match REs
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/regfree.c b/regfree.c
index 0c3a0ab..9c0b10e 100644
--- a/regfree.c
+++ b/regfree.c
@@ -2,6 +2,7 @@
* regfree - free an RE
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/regguts.h b/regguts.h
index 93e01a6..0fd46c4 100644
--- a/regguts.h
+++ b/regguts.h
@@ -2,6 +2,7 @@
* Internal interface definitions, etc., for the reg package
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
+ * Copyright (c) 2026 Robin Haberkorn
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
diff --git a/regtest_terex.sh b/regtest_terex.sh
index 4ac9083..e3ed2e5 100755
--- a/regtest_terex.sh
+++ b/regtest_terex.sh
@@ -1,6 +1,7 @@
#!/usr/local/bin/bash
#
# Copyright (c) 2002, Stooges & Cueless CO., All rights reserved.
+# Copyright (c) 2026, Robin Haberkorn
#
# Module:
# @(#)regtest_terex.sh 1.0 (Stooges & Clueless) 04/xx/02