commit 9a5ea0acee535040934cef883d3fa4916eec6906 parent 643ad467c08674315b24d02add3fc7b8079cd20d Author: Remy Noulin <loader2x@gmail.com> Date: Sun, 1 Jan 2023 16:34:51 +0200 update copyright year Diffstat:
54 files changed, 54 insertions(+), 54 deletions(-)
diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Remy Noulin +Copyright (c) 2023 Remy Noulin 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/release/json/libsheepyCSmallArray.h b/release/json/libsheepyCSmallArray.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/libsheepyCSmallBool.h b/release/json/libsheepyCSmallBool.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/libsheepyCSmallBytes.h b/release/json/libsheepyCSmallBytes.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/libsheepyCSmallContainer.h b/release/json/libsheepyCSmallContainer.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/libsheepyCSmallDict.h b/release/json/libsheepyCSmallDict.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/libsheepyCSmallDouble.h b/release/json/libsheepyCSmallDouble.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/libsheepyCSmallInt.h b/release/json/libsheepyCSmallInt.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/libsheepyCSmallJson.h b/release/json/libsheepyCSmallJson.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/libsheepyCSmallString.h b/release/json/libsheepyCSmallString.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/libsheepyCUndefined.h b/release/json/libsheepyCUndefined.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/json/recycleContainers.h b/release/json/recycleContainers.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/libsheepy.c b/release/libsheepy.c @@ -2,7 +2,7 @@ // // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/libsheepy.h b/release/libsheepy.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/libsheepyObject.h b/release/libsheepyObject.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/libsheepySmall.c b/release/libsheepySmall.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/release/libsheepySmall.h b/release/libsheepySmall.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallArray.c b/src/json/libsheepyCSmallArray.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallArray.h b/src/json/libsheepyCSmallArray.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallArrayInternal.h b/src/json/libsheepyCSmallArrayInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallBool.c b/src/json/libsheepyCSmallBool.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallBool.h b/src/json/libsheepyCSmallBool.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallBoolInternal.h b/src/json/libsheepyCSmallBoolInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallBytes.c b/src/json/libsheepyCSmallBytes.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallBytes.h b/src/json/libsheepyCSmallBytes.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallBytesInternal.h b/src/json/libsheepyCSmallBytesInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallContainer.c b/src/json/libsheepyCSmallContainer.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallContainer.h b/src/json/libsheepyCSmallContainer.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallContainerInternal.h b/src/json/libsheepyCSmallContainerInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallDict.c b/src/json/libsheepyCSmallDict.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallDict.h b/src/json/libsheepyCSmallDict.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallDictInternal.h b/src/json/libsheepyCSmallDictInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallDouble.c b/src/json/libsheepyCSmallDouble.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallDouble.h b/src/json/libsheepyCSmallDouble.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallDoubleInternal.h b/src/json/libsheepyCSmallDoubleInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallInt.c b/src/json/libsheepyCSmallInt.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallInt.h b/src/json/libsheepyCSmallInt.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallIntInternal.h b/src/json/libsheepyCSmallIntInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallJson.c b/src/json/libsheepyCSmallJson.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallJson.h b/src/json/libsheepyCSmallJson.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallJsonInternal.h b/src/json/libsheepyCSmallJsonInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallString.c b/src/json/libsheepyCSmallString.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallString.h b/src/json/libsheepyCSmallString.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCSmallStringInternal.h b/src/json/libsheepyCSmallStringInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCUndefined.c b/src/json/libsheepyCUndefined.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCUndefined.h b/src/json/libsheepyCUndefined.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyCUndefinedInternal.h b/src/json/libsheepyCUndefinedInternal.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/libsheepyObject.c b/src/json/libsheepyObject.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/json/recycleContainers.h b/src/json/recycleContainers.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/libsheepy.c b/src/libsheepy.c @@ -2,7 +2,7 @@ // // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/libsheepy.h b/src/libsheepy.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/libsheepyObject.h b/src/libsheepyObject.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/libsheepySmall.c b/src/libsheepySmall.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // 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/libsheepySmall.h b/src/libsheepySmall.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Remy Noulin +// Copyright (c) 2023 Remy Noulin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal