-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg: relicense pkg/debian/ as BSD-2-clause #638
Conversation
Hmm, I think |
(That's a separate issue from this change, I just noticed it when reviewing the diff and we should probably fix it while we're touching that file.) |
Hmm, there's a bunch of cperciva-only copyrights. For example,
My first instinct is to copy that line and replace your name with "Tarsnap Backup Inc.". But that might be legally murky since the company was incorporated in 2011. ... hmm, the top-level Anyway, that file received small updates in 2015 and 2016, and a trivial "new sentence, new line" update in 2020. I see a few options:
|
Just change them to Tarsnap Backup Inc. The company can hold copyrights which were created before the company existed -- a copyright statement is not an authorship statement. |
Ok. And the dates? |
Go ahead and update it to 2007 - YYYY for whatever the appropriate year is. (I think 2025?) |
It's rather a mess.
Unfortunately I can't find anything about updating years on https://docs.freebsd.org/en/articles/license-guide/ Based on my non-lawyer understanding, the safest thing is to add a single copyright year (rather than a range) for the last "non-trivial" change to each file. But if you want me to put a range to 2025, I'm quite content to do that. |
Just put in a range. The Berne convention makes copyright statements legally unnecessary anyway; the FSF thing is just their house style. |
FWIW a bunch of copyright statements get bumped in FreeBSD as soon as the new year arrives, often before any substantive commits. |
a1b334e
to
ef9d11d
Compare
Rebased and ready for review. |
@@ -0,0 +1,28 @@ | |||
The files in this directory and the "pkg/fedora" directory are distributed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This paragraph is technically unnecessary, since it's already covered by the top-level COPYING
file. But I figured that when it came to copyright and licensing, it was better to be overly-clear.
@@ -28,3 +28,27 @@ License: Commercial | |||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |||
SUCH DAMAGE. | |||
|
|||
Files: pkg/debian/* | |||
Copyright: 2009 - 2025 Tarsnap Backup Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tarsnap client code is, in general, copyright 2006 onwards. But pkg/debian/
was only added in 2009, so I figured that was a better start date.
No description provided.