From ea1f7b1a949d0b768023041870637843ef28bb9b Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sun, 17 Jan 2021 10:01:50 +0100 Subject: Removed cset.h - alias of cmap.h. Updated year copyright. --- LICENSE | 2 +- stc/carray.h | 2 +- stc/cbitset.h | 2 +- stc/ccommon.h | 2 +- stc/cdeq.h | 2 +- stc/clist.h | 2 +- stc/cmap.h | 2 +- stc/copt.h | 2 +- stc/cpque.h | 2 +- stc/cptr.h | 2 +- stc/cqueue.h | 2 +- stc/crand.h | 2 +- stc/cset.h | 28 ---------------------------- stc/csmap.h | 2 +- stc/cstack.h | 2 +- stc/cstr.h | 2 +- stc/cvec.h | 2 +- 17 files changed, 16 insertions(+), 44 deletions(-) delete mode 100644 stc/cset.h diff --git a/LICENSE b/LICENSE index 371618bd..1074e86c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Tyge Løvset +Copyright (c) 2021 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/stc/carray.h b/stc/carray.h index 5e036b5b..f1833424 100644 --- a/stc/carray.h +++ b/stc/carray.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cbitset.h b/stc/cbitset.h index 2bb4cfec..4e6a7c41 100644 --- a/stc/cbitset.h +++ b/stc/cbitset.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/ccommon.h b/stc/ccommon.h index 55839eaf..0de4fb1e 100644 --- a/stc/ccommon.h +++ b/stc/ccommon.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cdeq.h b/stc/cdeq.h index 61f746c9..deae9419 100644 --- a/stc/cdeq.h +++ b/stc/cdeq.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/clist.h b/stc/clist.h index ebae89fc..89bbc75c 100644 --- a/stc/clist.h +++ b/stc/clist.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cmap.h b/stc/cmap.h index ea472e1d..6dfe7e92 100644 --- a/stc/cmap.h +++ b/stc/cmap.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/copt.h b/stc/copt.h index cc8ae826..5fc8fe4d 100644 --- a/stc/copt.h +++ b/stc/copt.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cpque.h b/stc/cpque.h index d2df1de5..fdee6b29 100644 --- a/stc/cpque.h +++ b/stc/cpque.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cptr.h b/stc/cptr.h index 41af8810..4a2a4b87 100644 --- a/stc/cptr.h +++ b/stc/cptr.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cqueue.h b/stc/cqueue.h index 368694c6..fe202698 100644 --- a/stc/cqueue.h +++ b/stc/cqueue.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/crand.h b/stc/crand.h index 929634ee..727c61ac 100644 --- a/stc/crand.h +++ b/stc/crand.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cset.h b/stc/cset.h deleted file mode 100644 index 630771c7..00000000 --- a/stc/cset.h +++ /dev/null @@ -1,28 +0,0 @@ -/* MIT License - * - * Copyright (c) 2020 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 - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - */ -#ifndef CSET__H__ -#define CSET__H__ - -#include "cmap.h" - -#endif diff --git a/stc/csmap.h b/stc/csmap.h index 20cd281a..cdd90ade 100644 --- a/stc/csmap.h +++ b/stc/csmap.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cstack.h b/stc/cstack.h index 276a577d..286a4eb7 100644 --- a/stc/cstack.h +++ b/stc/cstack.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cstr.h b/stc/cstr.h index 6c3e7049..069206d9 100644 --- a/stc/cstr.h +++ b/stc/cstr.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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/stc/cvec.h b/stc/cvec.h index c66372d1..64b5dcd9 100644 --- a/stc/cvec.h +++ b/stc/cvec.h @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2020 Tyge Løvset, NORCE, www.norceresearch.no + * Copyright (c) 2021 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 -- cgit v1.2.3