[master] 977430732 Drop a Copyright notice

Dridi Boukelmoune dridi at varni.sh
Tue Sep 12 17:49:36 UTC 2023


On Tue, Sep 12, 2023 at 4:05 PM Nils Goroll <nils.goroll at uplex.de> wrote:
>
>
> commit 9774307323db1a64a17020a9e9a8fdca21d47853
> Author: Nils Goroll <nils.goroll at uplex.de>
> Date:   Tue Sep 12 17:53:11 2023 +0200
>
>     Drop a Copyright notice
>
>     before some lawyer comes along to tell us that we better have had this
>     to not forfeit any claims or lose entitlements.
>
>     (phk, I know your opinion about this and I hope you are right)
>
> diff --git a/configure.ac b/configure.ac
> index 5627b7aa9..bc38381a5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,6 +1,7 @@
>  AC_PREREQ(2.69)
>  AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
> -Copyright (c) 2006-2023 Varnish Software])
> +Copyright (c) 2006-2023 Varnish Software
> +Copyright 2010-2023 UPLEX - Nils Goroll Systemoptimierung])
>  AC_REVISION([$Id$])
>  AC_INIT([Varnish], [trunk], [varnish-dev at varnish-cache.org])
>  AC_CONFIG_SRCDIR(include/miniobj.h)
> diff --git a/lib/libvarnish/version.c b/lib/libvarnish/version.c
> index 02c6fb90b..0d09ab748 100644
> --- a/lib/libvarnish/version.c
> +++ b/lib/libvarnish/version.c
> @@ -77,6 +77,7 @@ VCS_String(const char *which)
>                     "\n"
>                     "Copyright (c) 2006 Verdens Gang AS\n"
>                     "Copyright (c) 2006-2023 Varnish Software\n"
> +                   "Copyright 2010-2023 UPLEX - Nils Goroll Systemoptimierung\n"

Can we keep the format consistent with the lines above?

>                 );
>         default:
>                 WRONG("Wrong argument to VCS_String");
> _______________________________________________
> varnish-commit mailing list
> varnish-commit at varnish-cache.org
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit


More information about the varnish-commit mailing list