diff --git a/.codecov.yml b/.codecov.yml index d883159..3888529 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.gdbinit b/.gdbinit index 68a5a84..a9ed07a 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.gitignore b/.gitignore index d950a33..c4da1a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.travis.sh b/.travis.sh index f886997..dad6129 100755 --- a/.travis.sh +++ b/.travis.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.travis.yml b/.travis.yml index fcd4d98..2f0b847 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/LICENSE b/LICENSE index 22de405..db9179c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2017 Martin Donath +Copyright (c) 2013-2020 Martin Donath Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/Makefile.am b/Makefile.am index 90829b3..2a18555 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/README.md b/README.md index 8c1fc54..7e21e0d 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ but some special types like maps and the `Any` type need to be implemented. ## License -Copyright (c) 2013-2016 Martin Donath +Copyright (c) 2013-2020 Martin Donath Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/autogen.sh b/autogen.sh index 91cfcf4..9d66b2b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/configure.ac b/configure.ac index 2a609fa..6919c71 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/examples/Makefile.am b/examples/Makefile.am index 820ac8e..3990bd2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/examples/decoding/Makefile.am b/examples/decoding/Makefile.am index d420f63..0121eaf 100644 --- a/examples/decoding/Makefile.am +++ b/examples/decoding/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/examples/decoding/example.c b/examples/decoding/example.c index 317c272..b53f2e1 100644 --- a/examples/decoding/example.c +++ b/examples/decoding/example.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/examples/decoding/person.proto b/examples/decoding/person.proto index c891bd9..66e5e8d 100644 --- a/examples/decoding/person.proto +++ b/examples/decoding/person.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2017 Martin Donath +// Copyright (c) 2013-2020 Martin Donath // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to diff --git a/examples/encoding/Makefile.am b/examples/encoding/Makefile.am index 57a71fd..78085cf 100644 --- a/examples/encoding/Makefile.am +++ b/examples/encoding/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/examples/encoding/example.c b/examples/encoding/example.c index e294c2b..56edfc8 100644 --- a/examples/encoding/example.c +++ b/examples/encoding/example.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/examples/encoding/person.proto b/examples/encoding/person.proto index ead5f58..4609f60 100644 --- a/examples/encoding/person.proto +++ b/examples/encoding/person.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2017 Martin Donath +// Copyright (c) 2013-2020 Martin Donath // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to diff --git a/examples/messages/Makefile.am b/examples/messages/Makefile.am index 6eaae98..bf7d786 100644 --- a/examples/messages/Makefile.am +++ b/examples/messages/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/examples/messages/example.c b/examples/messages/example.c index b475187..4cc350e 100644 --- a/examples/messages/example.c +++ b/examples/messages/example.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/examples/messages/person.proto b/examples/messages/person.proto index c891bd9..66e5e8d 100644 --- a/examples/messages/person.proto +++ b/examples/messages/person.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2017 Martin Donath +// Copyright (c) 2013-2020 Martin Donath // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to diff --git a/include/Makefile.am b/include/Makefile.am index 502aeeb..7755d20 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff.h b/include/protobluff.h index 0f1c076..34e1857 100644 --- a/include/protobluff.h +++ b/include/protobluff.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/core.h b/include/protobluff/core.h index 1449d6f..3ad466e 100644 --- a/include/protobluff/core.h +++ b/include/protobluff/core.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/core/allocator.h b/include/protobluff/core/allocator.h index 86b6690..189603f 100644 --- a/include/protobluff/core/allocator.h +++ b/include/protobluff/core/allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/core/buffer.h b/include/protobluff/core/buffer.h index 5ad8f43..32e2d9a 100644 --- a/include/protobluff/core/buffer.h +++ b/include/protobluff/core/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/core/common.h b/include/protobluff/core/common.h index f3420e8..b446d30 100644 --- a/include/protobluff/core/common.h +++ b/include/protobluff/core/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/core/decoder.h b/include/protobluff/core/decoder.h index 07d53d5..2bb63b1 100644 --- a/include/protobluff/core/decoder.h +++ b/include/protobluff/core/decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/core/descriptor.h b/include/protobluff/core/descriptor.h index 0cf0c62..1d35cf3 100644 --- a/include/protobluff/core/descriptor.h +++ b/include/protobluff/core/descriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/core/encoder.h b/include/protobluff/core/encoder.h index d5858d9..d6bbfb8 100644 --- a/include/protobluff/core/encoder.h +++ b/include/protobluff/core/encoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/core/string.h b/include/protobluff/core/string.h index a1a427a..ece1721 100644 --- a/include/protobluff/core/string.h +++ b/include/protobluff/core/string.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/descriptor.h b/include/protobluff/descriptor.h index 19326f1..ff53eef 100644 --- a/include/protobluff/descriptor.h +++ b/include/protobluff/descriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message.h b/include/protobluff/message.h index 3e15468..1313f78 100644 --- a/include/protobluff/message.h +++ b/include/protobluff/message.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message/buffer.h b/include/protobluff/message/buffer.h index 21368fb..a373938 100644 --- a/include/protobluff/message/buffer.h +++ b/include/protobluff/message/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message/common.h b/include/protobluff/message/common.h index da13d1c..4e7e63e 100644 --- a/include/protobluff/message/common.h +++ b/include/protobluff/message/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message/cursor.h b/include/protobluff/message/cursor.h index ae03e76..bf487a2 100644 --- a/include/protobluff/message/cursor.h +++ b/include/protobluff/message/cursor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message/field.h b/include/protobluff/message/field.h index 7b7516f..2edc963 100644 --- a/include/protobluff/message/field.h +++ b/include/protobluff/message/field.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message/journal.h b/include/protobluff/message/journal.h index 0ec82b4..14be4fc 100644 --- a/include/protobluff/message/journal.h +++ b/include/protobluff/message/journal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message/message.h b/include/protobluff/message/message.h index 2e505b9..0f64b16 100644 --- a/include/protobluff/message/message.h +++ b/include/protobluff/message/message.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message/nested.h b/include/protobluff/message/nested.h index 29184cb..ccc253c 100644 --- a/include/protobluff/message/nested.h +++ b/include/protobluff/message/nested.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message/oneof.h b/include/protobluff/message/oneof.h index 7dea613..1dc191a 100644 --- a/include/protobluff/message/oneof.h +++ b/include/protobluff/message/oneof.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/message/part.h b/include/protobluff/message/part.h index fe1ec70..f407c10 100644 --- a/include/protobluff/message/part.h +++ b/include/protobluff/message/part.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/util.h b/include/protobluff/util.h index a7d5aa4..e4ebeaf 100644 --- a/include/protobluff/util.h +++ b/include/protobluff/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/util/chunk_allocator.h b/include/protobluff/util/chunk_allocator.h index 4145d92..152fe28 100644 --- a/include/protobluff/util/chunk_allocator.h +++ b/include/protobluff/util/chunk_allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/util/descriptor.h b/include/protobluff/util/descriptor.h index 6f04f38..d6561ae 100644 --- a/include/protobluff/util/descriptor.h +++ b/include/protobluff/util/descriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/include/protobluff/util/validator.h b/include/protobluff/util/validator.h index 1f37236..0baaa66 100644 --- a/include/protobluff/util/validator.h +++ b/include/protobluff/util/validator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/mkdocs.yml b/mkdocs.yml index bb6cc56..620dd1b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/src/Makefile.am b/src/Makefile.am index 13d8bb0..0abe5e2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/src/core/Makefile.am b/src/core/Makefile.am index be0b49c..4d51762 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/src/core/allocator.c b/src/core/allocator.c index 3d7038b..76a6d37 100644 --- a/src/core/allocator.c +++ b/src/core/allocator.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/allocator.h b/src/core/allocator.h index 2cbefcb..9777714 100644 --- a/src/core/allocator.h +++ b/src/core/allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/buffer.c b/src/core/buffer.c index b6af84b..499142b 100644 --- a/src/core/buffer.c +++ b/src/core/buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/buffer.h b/src/core/buffer.h index 22da8ee..b8e24ae 100644 --- a/src/core/buffer.h +++ b/src/core/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/common.h b/src/core/common.h index 3a67ea7..00abc89 100644 --- a/src/core/common.h +++ b/src/core/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/decoder.c b/src/core/decoder.c index f0f85ed..8877ea5 100644 --- a/src/core/decoder.c +++ b/src/core/decoder.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/decoder.h b/src/core/decoder.h index 7586e0c..2093828 100644 --- a/src/core/decoder.h +++ b/src/core/decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/descriptor.c b/src/core/descriptor.c index 2bed945..03c7ee4 100644 --- a/src/core/descriptor.c +++ b/src/core/descriptor.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/descriptor.h b/src/core/descriptor.h index 8e35a7c..c50ab37 100644 --- a/src/core/descriptor.h +++ b/src/core/descriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/encoder.c b/src/core/encoder.c index f5fbff9..8c20e62 100644 --- a/src/core/encoder.c +++ b/src/core/encoder.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/encoder.h b/src/core/encoder.h index b67004c..a07598b 100644 --- a/src/core/encoder.h +++ b/src/core/encoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/stream.c b/src/core/stream.c index 15d1dc9..71c395d 100644 --- a/src/core/stream.c +++ b/src/core/stream.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/stream.h b/src/core/stream.h index 9930463..bdd40bd 100644 --- a/src/core/stream.h +++ b/src/core/stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/varint.c b/src/core/varint.c index 8111648..3e36101 100644 --- a/src/core/varint.c +++ b/src/core/varint.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/core/varint.h b/src/core/varint.h index 9b1fd99..68efa75 100644 --- a/src/core/varint.h +++ b/src/core/varint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/Makefile.am b/src/generator/Makefile.am index 28aa008..f25bbd1 100644 --- a/src/generator/Makefile.am +++ b/src/generator/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/src/generator/enum.cc b/src/generator/enum.cc index 237bcfd..bbde520 100644 --- a/src/generator/enum.cc +++ b/src/generator/enum.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/enum.hh b/src/generator/enum.hh index b0c9d2c..6007d34 100644 --- a/src/generator/enum.hh +++ b/src/generator/enum.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/enum_value.cc b/src/generator/enum_value.cc index 3c875ed..42da694 100644 --- a/src/generator/enum_value.cc +++ b/src/generator/enum_value.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/enum_value.hh b/src/generator/enum_value.hh index 6453966..9d869b7 100644 --- a/src/generator/enum_value.hh +++ b/src/generator/enum_value.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/extension.cc b/src/generator/extension.cc index 2b7fe94..d2dd144 100644 --- a/src/generator/extension.cc +++ b/src/generator/extension.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/extension.hh b/src/generator/extension.hh index a32ecd2..87dc67e 100644 --- a/src/generator/extension.hh +++ b/src/generator/extension.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/field.cc b/src/generator/field.cc index 47c504e..e86edfa 100644 --- a/src/generator/field.cc +++ b/src/generator/field.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/field.hh b/src/generator/field.hh index ec2b81d..b80d22c 100644 --- a/src/generator/field.hh +++ b/src/generator/field.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/file.cc b/src/generator/file.cc index 73447be..2fdf0f4 100644 --- a/src/generator/file.cc +++ b/src/generator/file.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/file.hh b/src/generator/file.hh index 2679bc6..9939674 100644 --- a/src/generator/file.hh +++ b/src/generator/file.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/generator.cc b/src/generator/generator.cc index 128aa5d..775ebdc 100644 --- a/src/generator/generator.cc +++ b/src/generator/generator.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/generator.hh b/src/generator/generator.hh index fd9b06b..a528edd 100644 --- a/src/generator/generator.hh +++ b/src/generator/generator.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/message.cc b/src/generator/message.cc index 766c989..275316e 100644 --- a/src/generator/message.cc +++ b/src/generator/message.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/message.hh b/src/generator/message.hh index 1d19ff4..f3dff7e 100644 --- a/src/generator/message.hh +++ b/src/generator/message.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/oneof.cc b/src/generator/oneof.cc index 204a885..82fcd5d 100644 --- a/src/generator/oneof.cc +++ b/src/generator/oneof.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/oneof.hh b/src/generator/oneof.hh index 6f8ae3c..1f4b99d 100644 --- a/src/generator/oneof.hh +++ b/src/generator/oneof.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/generator/protoc-gen-protobluff.cc b/src/generator/protoc-gen-protobluff.cc index c7fa594..ecd26e1 100644 --- a/src/generator/protoc-gen-protobluff.cc +++ b/src/generator/protoc-gen-protobluff.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/Makefile.am b/src/message/Makefile.am index 15ad8f3..fbc536a 100644 --- a/src/message/Makefile.am +++ b/src/message/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/src/message/buffer.c b/src/message/buffer.c index 50eb825..2fb3abb 100644 --- a/src/message/buffer.c +++ b/src/message/buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/buffer.h b/src/message/buffer.h index 897d34f..26fd4fe 100644 --- a/src/message/buffer.h +++ b/src/message/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/common.c b/src/message/common.c index 6702fd1..47e4347 100644 --- a/src/message/common.c +++ b/src/message/common.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/common.h b/src/message/common.h index b600786..c5d243d 100644 --- a/src/message/common.h +++ b/src/message/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/cursor.c b/src/message/cursor.c index 4a8a2c4..586ba5b 100644 --- a/src/message/cursor.c +++ b/src/message/cursor.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/cursor.h b/src/message/cursor.h index 7f47515..15e7034 100644 --- a/src/message/cursor.h +++ b/src/message/cursor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/field.c b/src/message/field.c index 43f9a09..488dfea 100644 --- a/src/message/field.c +++ b/src/message/field.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/field.h b/src/message/field.h index db302c5..415a5e7 100644 --- a/src/message/field.h +++ b/src/message/field.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/journal.c b/src/message/journal.c index a313155..f71a6ef 100644 --- a/src/message/journal.c +++ b/src/message/journal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/journal.h b/src/message/journal.h index 9b06ece..fc20d44 100644 --- a/src/message/journal.h +++ b/src/message/journal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/message.c b/src/message/message.c index ceb8031..fd3a7d5 100644 --- a/src/message/message.c +++ b/src/message/message.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/message.h b/src/message/message.h index b1cb5cd..849879b 100644 --- a/src/message/message.h +++ b/src/message/message.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/nested.c b/src/message/nested.c index ff531c4..48d23f7 100644 --- a/src/message/nested.c +++ b/src/message/nested.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/nested.h b/src/message/nested.h index d0be8de..daf5b5d 100644 --- a/src/message/nested.h +++ b/src/message/nested.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/oneof.c b/src/message/oneof.c index c0fc2a3..ed43417 100644 --- a/src/message/oneof.c +++ b/src/message/oneof.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/oneof.h b/src/message/oneof.h index 3be1424..4a78fc5 100644 --- a/src/message/oneof.h +++ b/src/message/oneof.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/part.c b/src/message/part.c index 606f8f3..b1c8b7b 100644 --- a/src/message/part.c +++ b/src/message/part.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/message/part.h b/src/message/part.h index ad57724..649efab 100644 --- a/src/message/part.h +++ b/src/message/part.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/util/Makefile.am b/src/util/Makefile.am index bbcc48b..24e8a7b 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/src/util/chunk_allocator.c b/src/util/chunk_allocator.c index 3aa34da..c078309 100644 --- a/src/util/chunk_allocator.c +++ b/src/util/chunk_allocator.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/util/chunk_allocator.h b/src/util/chunk_allocator.h index 13a10f8..e8bf941 100644 --- a/src/util/chunk_allocator.h +++ b/src/util/chunk_allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/util/descriptor.c b/src/util/descriptor.c index daaa95c..aa4b314 100644 --- a/src/util/descriptor.c +++ b/src/util/descriptor.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/util/descriptor.h b/src/util/descriptor.h index 7f0fef7..bbcdd2c 100644 --- a/src/util/descriptor.h +++ b/src/util/descriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/util/validator.c b/src/util/validator.c index 51ad832..ed66c93 100644 --- a/src/util/validator.c +++ b/src/util/validator.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/util/validator.h b/src/util/validator.h index e6257be..c182d87 100644 --- a/src/util/validator.h +++ b/src/util/validator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/Makefile.am b/tests/Makefile.am index d8c7e39..321887e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/core/Makefile.am b/tests/core/Makefile.am index c4f41e9..342d57c 100644 --- a/tests/core/Makefile.am +++ b/tests/core/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/core/buffer/Makefile.am b/tests/core/buffer/Makefile.am index 1480bd6..4b90c32 100644 --- a/tests/core/buffer/Makefile.am +++ b/tests/core/buffer/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/core/buffer/test.c b/tests/core/buffer/test.c index 35ed7b6..c9ec0f3 100644 --- a/tests/core/buffer/test.c +++ b/tests/core/buffer/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/core/decoder/Makefile.am b/tests/core/decoder/Makefile.am index 07cc122..0dd7a17 100644 --- a/tests/core/decoder/Makefile.am +++ b/tests/core/decoder/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/core/decoder/test.c b/tests/core/decoder/test.c index 525003e..21f05d6 100644 --- a/tests/core/decoder/test.c +++ b/tests/core/decoder/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/core/descriptor/Makefile.am b/tests/core/descriptor/Makefile.am index 729466c..386fd04 100644 --- a/tests/core/descriptor/Makefile.am +++ b/tests/core/descriptor/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/core/descriptor/test.c b/tests/core/descriptor/test.c index f963d74..ecd49fe 100644 --- a/tests/core/descriptor/test.c +++ b/tests/core/descriptor/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/core/encoder/Makefile.am b/tests/core/encoder/Makefile.am index f6cded6..8d6d621 100644 --- a/tests/core/encoder/Makefile.am +++ b/tests/core/encoder/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/core/encoder/test.c b/tests/core/encoder/test.c index 9c55a98..604b7ce 100644 --- a/tests/core/encoder/test.c +++ b/tests/core/encoder/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/core/stream/Makefile.am b/tests/core/stream/Makefile.am index 8a27cb7..c414476 100644 --- a/tests/core/stream/Makefile.am +++ b/tests/core/stream/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/core/stream/test.c b/tests/core/stream/test.c index d062366..5e748c4 100644 --- a/tests/core/stream/test.c +++ b/tests/core/stream/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/core/varint/Makefile.am b/tests/core/varint/Makefile.am index 907ca9f..90c1a89 100644 --- a/tests/core/varint/Makefile.am +++ b/tests/core/varint/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/core/varint/test.c b/tests/core/varint/test.c index f39d40c..16f3eee 100644 --- a/tests/core/varint/test.c +++ b/tests/core/varint/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/coverage.css b/tests/coverage.css index 250c801..f21c7c5 100644 --- a/tests/coverage.css +++ b/tests/coverage.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/message/Makefile.am b/tests/message/Makefile.am index 4471b49..9da8a79 100644 --- a/tests/message/Makefile.am +++ b/tests/message/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/message/buffer/Makefile.am b/tests/message/buffer/Makefile.am index de7b7e6..41a080f 100644 --- a/tests/message/buffer/Makefile.am +++ b/tests/message/buffer/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/message/buffer/test.c b/tests/message/buffer/test.c index 49c3b0b..c533c7b 100644 --- a/tests/message/buffer/test.c +++ b/tests/message/buffer/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/message/cursor/Makefile.am b/tests/message/cursor/Makefile.am index 9503184..c1a7669 100644 --- a/tests/message/cursor/Makefile.am +++ b/tests/message/cursor/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/message/cursor/test.c b/tests/message/cursor/test.c index 40b7c79..a663bdc 100644 --- a/tests/message/cursor/test.c +++ b/tests/message/cursor/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/message/field/Makefile.am b/tests/message/field/Makefile.am index 3605c61..9ef512e 100644 --- a/tests/message/field/Makefile.am +++ b/tests/message/field/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/message/field/test.c b/tests/message/field/test.c index f24460e..c2820ee 100644 --- a/tests/message/field/test.c +++ b/tests/message/field/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/message/journal/Makefile.am b/tests/message/journal/Makefile.am index 61be9ef..38bd47b 100644 --- a/tests/message/journal/Makefile.am +++ b/tests/message/journal/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/message/journal/test.c b/tests/message/journal/test.c index 570399f..143f007 100644 --- a/tests/message/journal/test.c +++ b/tests/message/journal/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/message/message/Makefile.am b/tests/message/message/Makefile.am index 5e45f87..784da68 100644 --- a/tests/message/message/Makefile.am +++ b/tests/message/message/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/message/message/test.c b/tests/message/message/test.c index 633dc6a..662e2af 100644 --- a/tests/message/message/test.c +++ b/tests/message/message/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/message/nested/Makefile.am b/tests/message/nested/Makefile.am index aa5cbe9..86eb396 100644 --- a/tests/message/nested/Makefile.am +++ b/tests/message/nested/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/message/nested/test.c b/tests/message/nested/test.c index c557923..394b292 100644 --- a/tests/message/nested/test.c +++ b/tests/message/nested/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/message/oneof/Makefile.am b/tests/message/oneof/Makefile.am index ab37dbb..2da7b97 100644 --- a/tests/message/oneof/Makefile.am +++ b/tests/message/oneof/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/message/oneof/test.c b/tests/message/oneof/test.c index 7814d5a..754ba26 100644 --- a/tests/message/oneof/test.c +++ b/tests/message/oneof/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/message/part/Makefile.am b/tests/message/part/Makefile.am index 4f197b9..4f8466b 100644 --- a/tests/message/part/Makefile.am +++ b/tests/message/part/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/message/part/test.c b/tests/message/part/test.c index 0543de7..14cd6c7 100644 --- a/tests/message/part/test.c +++ b/tests/message/part/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/util/Makefile.am b/tests/util/Makefile.am index ecc7f75..40f1123 100644 --- a/tests/util/Makefile.am +++ b/tests/util/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/util/chunk_allocator/Makefile.am b/tests/util/chunk_allocator/Makefile.am index 19eb394..62a5b6c 100644 --- a/tests/util/chunk_allocator/Makefile.am +++ b/tests/util/chunk_allocator/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/util/chunk_allocator/test.c b/tests/util/chunk_allocator/test.c index 90d3940..cdc35c6 100644 --- a/tests/util/chunk_allocator/test.c +++ b/tests/util/chunk_allocator/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/util/descriptor/Makefile.am b/tests/util/descriptor/Makefile.am index 948403a..c8e8abf 100644 --- a/tests/util/descriptor/Makefile.am +++ b/tests/util/descriptor/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/util/descriptor/test.c b/tests/util/descriptor/test.c index e64713a..adc7be3 100644 --- a/tests/util/descriptor/test.c +++ b/tests/util/descriptor/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/tests/util/validator/Makefile.am b/tests/util/validator/Makefile.am index 05f72c1..7a8751f 100644 --- a/tests/util/validator/Makefile.am +++ b/tests/util/validator/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/tests/util/validator/test.c b/tests/util/validator/test.c index 7107e09..3fc9905 100644 --- a/tests/util/validator/test.c +++ b/tests/util/validator/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Martin Donath + * Copyright (c) 2013-2020 Martin Donath * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/valgrind.supp b/valgrind.supp index 1d8e9f6..69e8035 100644 --- a/valgrind.supp +++ b/valgrind.supp @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2017 Martin Donath +# Copyright (c) 2013-2020 Martin Donath # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to