libsheepy

C lib for handling text files, strings and json like data structure with an object oriented system
git clone https://spartatek.se/git/libsheepy.git
Log | Files | Refs | README | LICENSE

commit caa6f5162cad2baf35517efd97f68bc3eedf1b35
parent dc5dc69ca66dae12b8a0c7ed670a41264f49d739
Author: Remy Noulin <loader2x@gmail.com>
Date:   Fri,  1 Jan 2021 20:35:01 +0100

update copyright year

Diffstat:
MLICENSE | 2+-
Mrelease/json/libsheepyCSmallArray.h | 2+-
Mrelease/json/libsheepyCSmallBool.h | 2+-
Mrelease/json/libsheepyCSmallBytes.h | 2+-
Mrelease/json/libsheepyCSmallContainer.h | 2+-
Mrelease/json/libsheepyCSmallDict.h | 2+-
Mrelease/json/libsheepyCSmallDouble.h | 2+-
Mrelease/json/libsheepyCSmallInt.h | 2+-
Mrelease/json/libsheepyCSmallJson.h | 2+-
Mrelease/json/libsheepyCSmallString.h | 2+-
Mrelease/json/libsheepyCUndefined.h | 2+-
Mrelease/json/recycleContainers.h | 2+-
Mrelease/libsheepy.c | 2+-
Mrelease/libsheepy.h | 2+-
Mrelease/libsheepyObject.h | 2+-
Mrelease/libsheepySmall.c | 2+-
Mrelease/libsheepySmall.h | 2+-
Msrc/json/libsheepyCSmallArray.c | 2+-
Msrc/json/libsheepyCSmallArray.h | 2+-
Msrc/json/libsheepyCSmallArrayInternal.h | 2+-
Msrc/json/libsheepyCSmallBool.c | 2+-
Msrc/json/libsheepyCSmallBool.h | 2+-
Msrc/json/libsheepyCSmallBoolInternal.h | 2+-
Msrc/json/libsheepyCSmallBytes.c | 2+-
Msrc/json/libsheepyCSmallBytes.h | 2+-
Msrc/json/libsheepyCSmallBytesInternal.h | 2+-
Msrc/json/libsheepyCSmallContainer.c | 2+-
Msrc/json/libsheepyCSmallContainer.h | 2+-
Msrc/json/libsheepyCSmallContainerInternal.h | 2+-
Msrc/json/libsheepyCSmallDict.c | 2+-
Msrc/json/libsheepyCSmallDict.h | 2+-
Msrc/json/libsheepyCSmallDictInternal.h | 2+-
Msrc/json/libsheepyCSmallDouble.c | 2+-
Msrc/json/libsheepyCSmallDouble.h | 2+-
Msrc/json/libsheepyCSmallDoubleInternal.h | 2+-
Msrc/json/libsheepyCSmallInt.c | 2+-
Msrc/json/libsheepyCSmallInt.h | 2+-
Msrc/json/libsheepyCSmallIntInternal.h | 2+-
Msrc/json/libsheepyCSmallJson.c | 2+-
Msrc/json/libsheepyCSmallJson.h | 2+-
Msrc/json/libsheepyCSmallJsonInternal.h | 2+-
Msrc/json/libsheepyCSmallString.c | 2+-
Msrc/json/libsheepyCSmallString.h | 2+-
Msrc/json/libsheepyCSmallStringInternal.h | 2+-
Msrc/json/libsheepyCUndefined.c | 2+-
Msrc/json/libsheepyCUndefined.h | 2+-
Msrc/json/libsheepyCUndefinedInternal.h | 2+-
Msrc/json/libsheepyObject.c | 2+-
Msrc/json/recycleContainers.h | 2+-
Msrc/libsheepy.c | 2+-
Msrc/libsheepy.h | 2+-
Msrc/libsheepyObject.h | 2+-
Msrc/libsheepySmall.c | 2+-
Msrc/libsheepySmall.h | 2+-
54 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Remy Noulin +Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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) 2020 Remy Noulin +// Copyright (c) 2021 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