public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] docs: update copyright years
@ 2024-09-27 15:58 Christoph Heiss
  2024-10-02  9:22 ` Shannon Sterz
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Heiss @ 2024-09-27 15:58 UTC (permalink / raw)
  To: pbs-devel

It's already 2024 for quite some time now.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index fba72629..d74c5db1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -71,7 +71,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'Proxmox Backup'
-copyright = '2019-2023, Proxmox Server Solutions GmbH'
+copyright = '2019-2024, Proxmox Server Solutions GmbH'
 author = 'Proxmox Support Team'
 
 # The version info for the project you're documenting acts as a replacement for
-- 
2.46.0



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [pbs-devel] [PATCH proxmox-backup] docs: update copyright years
  2024-09-27 15:58 [pbs-devel] [PATCH proxmox-backup] docs: update copyright years Christoph Heiss
@ 2024-10-02  9:22 ` Shannon Sterz
  2024-10-02  9:42   ` Dietmar Maurer
  0 siblings, 1 reply; 5+ messages in thread
From: Shannon Sterz @ 2024-10-02  9:22 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion

On Fri Sep 27, 2024 at 5:58 PM CEST, Christoph Heiss wrote:
> It's already 2024 for quite some time now.
>
> Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
> ---
>  docs/conf.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/conf.py b/docs/conf.py
> index fba72629..d74c5db1 100644
> --- a/docs/conf.py
> +++ b/docs/conf.py
> @@ -71,7 +71,7 @@ master_doc = 'index'
>
>  # General information about the project.
>  project = 'Proxmox Backup'
> -copyright = '2019-2023, Proxmox Server Solutions GmbH'
> +copyright = '2019-2024, Proxmox Server Solutions GmbH'
>  author = 'Proxmox Support Team'
>
>  # The version info for the project you're documenting acts as a replacement for

i wonder whether it's worth following curl's example on this and just
get rid of the years [1]. seems needlessly tedious to maintain…

[1]: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/


_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [pbs-devel] [PATCH proxmox-backup] docs: update copyright years
  2024-10-02  9:22 ` Shannon Sterz
@ 2024-10-02  9:42   ` Dietmar Maurer
  2024-10-02  9:55     ` Shannon Sterz
  0 siblings, 1 reply; 5+ messages in thread
From: Dietmar Maurer @ 2024-10-02  9:42 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Shannon Sterz

> i wonder whether it's worth following curl's example on this and just
> get rid of the years [1]. seems needlessly tedious to maintain…
> 
> [1]: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/

Quote form that text:

> We own the copyrights no matter if the years are stated or not.

It is easy to claim such things, but is there some reliable proof?


_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [pbs-devel] [PATCH proxmox-backup] docs: update copyright years
  2024-10-02  9:42   ` Dietmar Maurer
@ 2024-10-02  9:55     ` Shannon Sterz
  2024-10-02 10:27       ` Dietmar Maurer
  0 siblings, 1 reply; 5+ messages in thread
From: Shannon Sterz @ 2024-10-02  9:55 UTC (permalink / raw)
  To: Dietmar Maurer, Proxmox Backup Server development discussion

On Wed Oct 2, 2024 at 11:42 AM CEST, Dietmar Maurer wrote:
> > i wonder whether it's worth following curl's example on this and just
> > get rid of the years [1]. seems needlessly tedious to maintain…
> >
> > [1]: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
>
> Quote form that text:
>
> > We own the copyrights no matter if the years are stated or not.
>
> It is easy to claim such things, but is there some reliable proof?

i am not a lawyer, but as is mentioned in the linked article the berne
convention [1, 2], that seems to govern international copyright laws,
grants authors copyright without any formalities:

> The enjoyment and the exercise of these rights shall not be subject to
> any formality;
>
> -- Berne Convention for the Protection of Literary and Artistic Works
>    (Paris Text 1971)

[1]: https://en.wikipedia.org/wiki/Berne_Convention
[2]: https://zvon.org/law/r/bern.html#p~6


_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [pbs-devel] [PATCH proxmox-backup] docs: update copyright years
  2024-10-02  9:55     ` Shannon Sterz
@ 2024-10-02 10:27       ` Dietmar Maurer
  0 siblings, 0 replies; 5+ messages in thread
From: Dietmar Maurer @ 2024-10-02 10:27 UTC (permalink / raw)
  To: Shannon Sterz, Proxmox Backup Server development discussion

> > Quote form that text:
> >
> > > We own the copyrights no matter if the years are stated or not.
> >
> > It is easy to claim such things, but is there some reliable proof?
> 
> i am not a lawyer, but as is mentioned in the linked article the berne

That is the point. I am also not a lawyer, but I see that almost everyone else keeps the year in the copyright statement.

And all GPL licenses contain a section called: "How to Apply These Terms to Your New Programs". And that suggest to include the year (while not explaining what year that should be).


_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-02 10:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-27 15:58 [pbs-devel] [PATCH proxmox-backup] docs: update copyright years Christoph Heiss
2024-10-02  9:22 ` Shannon Sterz
2024-10-02  9:42   ` Dietmar Maurer
2024-10-02  9:55     ` Shannon Sterz
2024-10-02 10:27       ` Dietmar Maurer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal