1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-31 00:03:08 +03:00

copyright: remove years from copyright headers

Also:
- uppercase `(C)`.
- add missing 'All rights reserved.' lines.
- drop duplicate 'Author' lines.
- add copyright headers where missing.
- enable copyright header check in checksrc.

Reasons for deleting years (copied as-is from curl):
- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- saves us from pointless churn
- git keeps history for us
- the year range is kept in COPYING

Closes #1082
This commit is contained in:
Viktor Szakats
2023-06-04 02:09:41 +00:00
parent 43df6a46b1
commit 187d89bb07
159 changed files with 280 additions and 207 deletions

View File

@ -1,5 +1,5 @@
# Copyright (c) 2014 Alexander Lamaison <alexander.lamaison@gmail.com>
# Copyright (c) 2023 Viktor Szakats
# Copyright (C) Alexander Lamaison <alexander.lamaison@gmail.com>
# Copyright (C) Viktor Szakats
#
# Redistribution and use in source and binary forms,
# with or without modification, are permitted provided

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daiki Ueno
.\" Copyright (C) Daiki Ueno
.\"
.TH libssh2_agent_connect 3 "23 Dec 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daiki Ueno
.\" Copyright (C) Daiki Ueno
.\"
.TH libssh2_agent_disconnect 3 "23 Dec 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daiki Ueno
.\" Copyright (C) Daiki Ueno
.\"
.TH libssh2_agent_free 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daiki Ueno
.\" Copyright (C) Daiki Ueno
.\"
.TH libssh2_agent_get_identity 3 "23 Dec 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2019 by Will Cosgrove
.\" Copyright (C) Will Cosgrove
.\"
.TH libssh2_agent_get_identity_path 3 "6 Mar 2019" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daiki Ueno
.\" Copyright (C) Daiki Ueno
.\"
.TH libssh2_agent_init 3 "23 Dec 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daiki Ueno
.\" Copyright (C) Daiki Ueno
.\"
.TH libssh2_agent_list_identities 3 "23 Dec 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2019 by Will Cosgrove
.\" Copyright (C) Will Cosgrove
.\"
.TH libssh2_agent_set_identity_path 3 "6 Mar 2019" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daiki Ueno
.\" Copyright (C) Daiki Ueno
.\"
.TH libssh2_agent_userauth 3 "23 Dec 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009, 2010 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_add 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009, 2010 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_addc 3 "28 May 2009" "libssh2 1.2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_check 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009-2010 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_checkp 3 "1 May 2010" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_del 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_free 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_get 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_init 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009-2011 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_readfile 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_readline 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_writefile 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009 by Daniel Stenberg
.\" Copyright (C) Daniel Stenberg
.\"
.TH libssh2_knownhost_writeline 3 "28 May 2009" "libssh2" "libssh2"
.SH NAME