summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-01-04 18:20:29 +0100
committerTyge Løvset <[email protected]>2023-01-04 18:20:29 +0100
commit3812789b283f59d2cc4ca0bd32c4edbd7742ef99 (patch)
tree6597867f6ebce8df30c269a8cee8905f071e9986
parent41c8dfe25d9ef785c3b8a9f00f042a61669af7e6 (diff)
downloadSTC-modified-3812789b283f59d2cc4ca0bd32c4edbd7742ef99.tar.gz
STC-modified-3812789b283f59d2cc4ca0bd32c4edbd7742ef99.zip
Bump to 2023
-rw-r--r--LICENSE2
-rw-r--r--include/stc/algo/crange.h2
-rw-r--r--include/stc/algo/csort.h2
-rw-r--r--include/stc/algo/cspan.h2
-rw-r--r--include/stc/algo/filter.h2
-rw-r--r--include/stc/carc.h2
-rw-r--r--include/stc/cbits.h2
-rw-r--r--include/stc/cbox.h2
-rw-r--r--include/stc/ccommon.h2
-rw-r--r--include/stc/cdeq.h2
-rw-r--r--include/stc/clist.h2
-rw-r--r--include/stc/cmap.h2
-rw-r--r--include/stc/coption.h2
-rw-r--r--include/stc/cpque.h2
-rw-r--r--include/stc/cqueue.h2
-rw-r--r--include/stc/crandom.h2
-rw-r--r--include/stc/cset.h2
-rw-r--r--include/stc/csmap.h2
-rw-r--r--include/stc/csset.h2
-rw-r--r--include/stc/cstack.h2
-rw-r--r--include/stc/cstr.h2
-rw-r--r--include/stc/csview.h2
-rw-r--r--include/stc/cvec.h2
-rw-r--r--include/stc/forward.h2
-rw-r--r--include/stc/priv/lowcase.h2
-rw-r--r--include/stc/priv/template.h2
-rw-r--r--misc/archived/carr2.h2
-rw-r--r--misc/archived/carr3.h2
-rw-r--r--misc/archived/csmap.h2
-rw-r--r--misc/archived/cstr.h2
-rw-r--r--src/checkauto.l2
-rw-r--r--src/cregex.c2
32 files changed, 32 insertions, 32 deletions
diff --git a/LICENSE b/LICENSE
index b90869d6..938f05d7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2022 Tyge Løvset
+Copyright (c) 2023 Tyge Løvset
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/algo/crange.h b/include/stc/algo/crange.h
index 933d97b2..0c4d8465 100644
--- a/include/stc/algo/crange.h
+++ b/include/stc/algo/crange.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/algo/csort.h b/include/stc/algo/csort.h
index 9c6a1e80..3d407c55 100644
--- a/include/stc/algo/csort.h
+++ b/include/stc/algo/csort.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/algo/cspan.h b/include/stc/algo/cspan.h
index e348d860..8378bfe3 100644
--- a/include/stc/algo/cspan.h
+++ b/include/stc/algo/cspan.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/algo/filter.h b/include/stc/algo/filter.h
index 74db5e04..e941be2e 100644
--- a/include/stc/algo/filter.h
+++ b/include/stc/algo/filter.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/carc.h b/include/stc/carc.h
index 130b90ef..a569a028 100644
--- a/include/stc/carc.h
+++ b/include/stc/carc.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cbits.h b/include/stc/cbits.h
index fde1d05f..6a71487f 100644
--- a/include/stc/cbits.h
+++ b/include/stc/cbits.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cbox.h b/include/stc/cbox.h
index 7be3dc36..3c239caa 100644
--- a/include/stc/cbox.h
+++ b/include/stc/cbox.h
@@ -1,7 +1,7 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/ccommon.h b/include/stc/ccommon.h
index 9ff83be5..191709fb 100644
--- a/include/stc/ccommon.h
+++ b/include/stc/ccommon.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cdeq.h b/include/stc/cdeq.h
index d9205e61..47d336f1 100644
--- a/include/stc/cdeq.h
+++ b/include/stc/cdeq.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/clist.h b/include/stc/clist.h
index 89f3533e..6f5c44f3 100644
--- a/include/stc/clist.h
+++ b/include/stc/clist.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cmap.h b/include/stc/cmap.h
index 86f551aa..20375051 100644
--- a/include/stc/cmap.h
+++ b/include/stc/cmap.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/coption.h b/include/stc/coption.h
index 6b01c5a3..69d0796f 100644
--- a/include/stc/coption.h
+++ b/include/stc/coption.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cpque.h b/include/stc/cpque.h
index 7f4bb588..74e0a5b7 100644
--- a/include/stc/cpque.h
+++ b/include/stc/cpque.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cqueue.h b/include/stc/cqueue.h
index 319b5b47..1f90e00e 100644
--- a/include/stc/cqueue.h
+++ b/include/stc/cqueue.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/crandom.h b/include/stc/crandom.h
index 6f65c84c..733c3ec5 100644
--- a/include/stc/crandom.h
+++ b/include/stc/crandom.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cset.h b/include/stc/cset.h
index cc3aa1e4..c7ade49a 100644
--- a/include/stc/cset.h
+++ b/include/stc/cset.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/csmap.h b/include/stc/csmap.h
index efaca91a..0af55b2b 100644
--- a/include/stc/csmap.h
+++ b/include/stc/csmap.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/csset.h b/include/stc/csset.h
index 1ae8c3f2..392d258c 100644
--- a/include/stc/csset.h
+++ b/include/stc/csset.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cstack.h b/include/stc/cstack.h
index 9fb96e3c..f4a86156 100644
--- a/include/stc/cstack.h
+++ b/include/stc/cstack.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cstr.h b/include/stc/cstr.h
index d1a1e765..35da62c9 100644
--- a/include/stc/cstr.h
+++ b/include/stc/cstr.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/csview.h b/include/stc/csview.h
index 638d9920..1ab34d9a 100644
--- a/include/stc/csview.h
+++ b/include/stc/csview.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/cvec.h b/include/stc/cvec.h
index 40e9ad4f..64876b9b 100644
--- a/include/stc/cvec.h
+++ b/include/stc/cvec.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/forward.h b/include/stc/forward.h
index cc690064..60c18c37 100644
--- a/include/stc/forward.h
+++ b/include/stc/forward.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/priv/lowcase.h b/include/stc/priv/lowcase.h
index d9ad0f93..94de4578 100644
--- a/include/stc/priv/lowcase.h
+++ b/include/stc/priv/lowcase.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/include/stc/priv/template.h b/include/stc/priv/template.h
index b7583e82..4667f885 100644
--- a/include/stc/priv/template.h
+++ b/include/stc/priv/template.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/misc/archived/carr2.h b/misc/archived/carr2.h
index bff8a3b0..c400b6d3 100644
--- a/misc/archived/carr2.h
+++ b/misc/archived/carr2.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/misc/archived/carr3.h b/misc/archived/carr3.h
index e7e4c01f..31ed2d9a 100644
--- a/misc/archived/carr3.h
+++ b/misc/archived/carr3.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/misc/archived/csmap.h b/misc/archived/csmap.h
index f035ff11..8b182e70 100644
--- a/misc/archived/csmap.h
+++ b/misc/archived/csmap.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/misc/archived/cstr.h b/misc/archived/cstr.h
index 45b11d78..9c94966b 100644
--- a/misc/archived/cstr.h
+++ b/misc/archived/cstr.h
@@ -1,6 +1,6 @@
/* MIT License
*
- * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2023 Tyge Løvset
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/checkauto.l b/src/checkauto.l
index b61c7cb3..e4c796d0 100644
--- a/src/checkauto.l
+++ b/src/checkauto.l
@@ -1,5 +1,5 @@
/* Check for illegal return/break/continue usage inside a STC-lib c_AUTO* block (RAII).
- * Copyright Tyge Løvset, (c) 2022.
+ * Copyright Tyge Løvset, (c) 2023.
*/
%{
#include <stdbool.h>
diff --git a/src/cregex.c b/src/cregex.c
index 658d7929..5483b243 100644
--- a/src/cregex.c
+++ b/src/cregex.c
@@ -3,7 +3,7 @@ This is a Unix port of the Plan 9 regular expression library, by Rob Pike.
Please send comments about the packaging to Russ Cox <[email protected]>.
Copyright © 2021 Plan 9 Foundation
-Copyright © 2022 Tyge Løvset, for additions made in 2022.
+Copyright © 2023 Tyge Løvset, for additions.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal