diff options
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | checkauto.ll | 2 | ||||
| -rw-r--r-- | include/stc/alt/clist.h | 2 | ||||
| -rw-r--r-- | include/stc/alt/csmap.h | 2 | ||||
| -rw-r--r-- | include/stc/alt/cstr.h | 2 | ||||
| -rw-r--r-- | include/stc/carc.h | 2 | ||||
| -rw-r--r-- | include/stc/carr2.h | 2 | ||||
| -rw-r--r-- | include/stc/carr3.h | 2 | ||||
| -rw-r--r-- | include/stc/cbits.h | 2 | ||||
| -rw-r--r-- | include/stc/cbox.h | 2 | ||||
| -rw-r--r-- | include/stc/ccommon.h | 2 | ||||
| -rw-r--r-- | include/stc/cdeq.h | 2 | ||||
| -rw-r--r-- | include/stc/clist.h | 2 | ||||
| -rw-r--r-- | include/stc/cmap.h | 2 | ||||
| -rw-r--r-- | include/stc/coption.h | 2 | ||||
| -rw-r--r-- | include/stc/cpque.h | 2 | ||||
| -rw-r--r-- | include/stc/cqueue.h | 2 | ||||
| -rw-r--r-- | include/stc/crandom.h | 2 | ||||
| -rw-r--r-- | include/stc/cset.h | 2 | ||||
| -rw-r--r-- | include/stc/csmap.h | 2 | ||||
| -rw-r--r-- | include/stc/csset.h | 2 | ||||
| -rw-r--r-- | include/stc/cstack.h | 2 | ||||
| -rw-r--r-- | include/stc/cstr.h | 2 | ||||
| -rw-r--r-- | include/stc/csview.h | 2 | ||||
| -rw-r--r-- | include/stc/cvec.h | 2 | ||||
| -rw-r--r-- | include/stc/forward.h | 2 | ||||
| -rw-r--r-- | include/stc/template.h | 2 |
27 files changed, 27 insertions, 27 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Tyge Løvset +Copyright (c) 2022 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/checkauto.ll b/checkauto.ll index 83e939bb..5aeb2d07 100644 --- a/checkauto.ll +++ b/checkauto.ll @@ -1,5 +1,5 @@ /* Check for illegal return/break/continue usage inside a STC-lib c_auto* block (RAII). - * Copyright Tyge Løvset, (c) 2021. + * Copyright Tyge Løvset, (c) 2022. */ %{ #include <stdbool.h> diff --git a/include/stc/alt/clist.h b/include/stc/alt/clist.h index 52f4ab5d..5c5144d5 100644 --- a/include/stc/alt/clist.h +++ b/include/stc/alt/clist.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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/alt/csmap.h b/include/stc/alt/csmap.h index 07117c56..2909d813 100644 --- a/include/stc/alt/csmap.h +++ b/include/stc/alt/csmap.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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/alt/cstr.h b/include/stc/alt/cstr.h index 1a2fbe8b..2271be7c 100644 --- a/include/stc/alt/cstr.h +++ b/include/stc/alt/cstr.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 4c92c72e..b33fef2f 100644 --- a/include/stc/carc.h +++ b/include/stc/carc.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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/carr2.h b/include/stc/carr2.h index 4864881b..757df11e 100644 --- a/include/stc/carr2.h +++ b/include/stc/carr2.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no * * 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/carr3.h b/include/stc/carr3.h index f34fb94f..ec5cc88d 100644 --- a/include/stc/carr3.h +++ b/include/stc/carr3.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no * * 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 18d8e70c..0df7d765 100644 --- a/include/stc/cbits.h +++ b/include/stc/cbits.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 c79839b6..0aa6a752 100644 --- a/include/stc/cbox.h +++ b/include/stc/cbox.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 cba1fc70..e21589ea 100644 --- a/include/stc/ccommon.h +++ b/include/stc/ccommon.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 5eae848b..74662043 100644 --- a/include/stc/cdeq.h +++ b/include/stc/cdeq.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 442e5a30..7d482956 100644 --- a/include/stc/clist.h +++ b/include/stc/clist.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 51f606a5..948613a4 100644 --- a/include/stc/cmap.h +++ b/include/stc/cmap.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 08e4fa79..d726fb0c 100644 --- a/include/stc/coption.h +++ b/include/stc/coption.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 91d2ef04..159cbf06 100644 --- a/include/stc/cpque.h +++ b/include/stc/cpque.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 aba07726..140e08e0 100644 --- a/include/stc/cqueue.h +++ b/include/stc/cqueue.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 5e4c4ad3..7543f7b9 100644 --- a/include/stc/crandom.h +++ b/include/stc/crandom.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 91e703da..335ce753 100644 --- a/include/stc/cset.h +++ b/include/stc/cset.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 316fd0db..10166b0e 100644 --- a/include/stc/csmap.h +++ b/include/stc/csmap.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 07cf4b17..6fb29845 100644 --- a/include/stc/csset.h +++ b/include/stc/csset.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 bdf6090b..2a6f0d4a 100644 --- a/include/stc/cstack.h +++ b/include/stc/cstack.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 594d3236..c0c78fd2 100644 --- a/include/stc/cstr.h +++ b/include/stc/cstr.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 c1f4c9ac..0995e698 100644 --- a/include/stc/csview.h +++ b/include/stc/csview.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 6a8c0d20..ec2db626 100644 --- a/include/stc/cvec.h +++ b/include/stc/cvec.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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 66301dfd..ec30b922 100644 --- a/include/stc/forward.h +++ b/include/stc/forward.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* 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/template.h b/include/stc/template.h index 77748fc1..16218ecb 100644 --- a/include/stc/template.h +++ b/include/stc/template.h @@ -1,6 +1,6 @@ /* MIT License
*
- * Copyright (c) 2021 Tyge Løvset, NORCE, www.norceresearch.no
+ * Copyright (c) 2022 Tyge Løvset, NORCE, www.norceresearch.no
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
|
