From 43ec750b407a38dec029bce4c238719a5080bb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Thu, 22 Feb 2018 10:03:37 +0100 Subject: [PATCH] Update copyrights --- COPYING | 2 +- fuzz/fuzzer.h | 2 +- fuzz/libpsl_fuzzer.c | 2 +- fuzz/libpsl_load_dafsa_fuzzer.c | 2 +- fuzz/libpsl_load_fuzzer.c | 2 +- fuzz/main.c | 2 +- fuzz/run-afl.sh | 2 +- fuzz/run-clang.sh | 2 +- include/libpsl.h.in | 2 +- src/psl.c | 2 +- tests/test-is-cookie-domain-acceptable.c | 2 +- tests/test-is-public-all.c | 2 +- tests/test-is-public-builtin.c | 2 +- tests/test-is-public.c | 2 +- tests/test-registrable-domain.c | 2 +- tools/psl.c | 4 ++-- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/COPYING b/COPYING index 2047187..7dcd626 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2014-2015 Tim Rühsen +Copyright (C) 2014-2018 Tim Rühsen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/fuzz/fuzzer.h b/fuzz/fuzzer.h index 908cda1..54be634 100644 --- a/fuzz/fuzzer.h +++ b/fuzz/fuzzer.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Tim Ruehsen + * Copyright(c) 2017-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/fuzz/libpsl_fuzzer.c b/fuzz/libpsl_fuzzer.c index 0bbf20b..f0fef11 100644 --- a/fuzz/libpsl_fuzzer.c +++ b/fuzz/libpsl_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Tim Ruehsen + * Copyright(c) 2017-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/fuzz/libpsl_load_dafsa_fuzzer.c b/fuzz/libpsl_load_dafsa_fuzzer.c index 41d7757..14044ba 100644 --- a/fuzz/libpsl_load_dafsa_fuzzer.c +++ b/fuzz/libpsl_load_dafsa_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Tim Ruehsen + * Copyright(c) 2017-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/fuzz/libpsl_load_fuzzer.c b/fuzz/libpsl_load_fuzzer.c index 4bce23a..7bcafe0 100644 --- a/fuzz/libpsl_load_fuzzer.c +++ b/fuzz/libpsl_load_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Tim Ruehsen + * Copyright(c) 2017-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/fuzz/main.c b/fuzz/main.c index 5125bbc..3a07bca 100644 --- a/fuzz/main.c +++ b/fuzz/main.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Tim Ruehsen + * Copyright(c) 2017-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/fuzz/run-afl.sh b/fuzz/run-afl.sh index 41d9aea..76d4df2 100755 --- a/fuzz/run-afl.sh +++ b/fuzz/run-afl.sh @@ -1,6 +1,6 @@ #!/bin/sh -eu # -# Copyright(c) 2017 Tim Ruehsen +# Copyright(c) 2017-2018 Tim Ruehsen # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/fuzz/run-clang.sh b/fuzz/run-clang.sh index ced2524..c8a09a5 100755 --- a/fuzz/run-clang.sh +++ b/fuzz/run-clang.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # -# Copyright(c) 2017 Tim Ruehsen +# Copyright(c) 2017-2018 Tim Ruehsen # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/include/libpsl.h.in b/include/libpsl.h.in index 8ddcfe3..a98e70f 100644 --- a/include/libpsl.h.in +++ b/include/libpsl.h.in @@ -1,5 +1,5 @@ /* - * Copyright(c) 2014-2016 Tim Ruehsen + * Copyright(c) 2014-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/psl.c b/src/psl.c index aae6644..6ff7271 100644 --- a/src/psl.c +++ b/src/psl.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2014-2016 Tim Ruehsen + * Copyright(c) 2014-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/test-is-cookie-domain-acceptable.c b/tests/test-is-cookie-domain-acceptable.c index 6bac1a4..6097659 100644 --- a/tests/test-is-cookie-domain-acceptable.c +++ b/tests/test-is-cookie-domain-acceptable.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2014-2015 Tim Ruehsen + * Copyright(c) 2014-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/test-is-public-all.c b/tests/test-is-public-all.c index 317299f..982775b 100644 --- a/tests/test-is-public-all.c +++ b/tests/test-is-public-all.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2014-2016 Tim Ruehsen + * Copyright(c) 2014-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/test-is-public-builtin.c b/tests/test-is-public-builtin.c index 4d3c8ec..a631dbe 100644 --- a/tests/test-is-public-builtin.c +++ b/tests/test-is-public-builtin.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2014-2016 Tim Ruehsen + * Copyright(c) 2014-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/test-is-public.c b/tests/test-is-public.c index dc0bd69..6c6c5a1 100644 --- a/tests/test-is-public.c +++ b/tests/test-is-public.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2014-2015 Tim Ruehsen + * Copyright(c) 2014-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/test-registrable-domain.c b/tests/test-registrable-domain.c index b88c9bb..a4f755c 100644 --- a/tests/test-registrable-domain.c +++ b/tests/test-registrable-domain.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2014-2015 Tim Ruehsen + * Copyright(c) 2014-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tools/psl.c b/tools/psl.c index 3375016..2d45a3f 100644 --- a/tools/psl.c +++ b/tools/psl.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2014-2016 Tim Ruehsen + * Copyright(c) 2014-2018 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -130,7 +130,7 @@ int main(int argc, const char *const *argv) printf("psl %s (0x%06x)\n", PACKAGE_VERSION, psl_check_version_number(0)); printf("libpsl %s\n", psl_get_version()); printf("\n"); - printf("Copyright (C) 2014-2016 Tim Ruehsen\n"); + printf("Copyright (C) 2014-2018 Tim Ruehsen\n"); printf("License: MIT\n"); exit(0); }