git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Subject: Re: [RFC] clarify licensing terms for .git/hooks/*.sample files
Date: Mon, 07 Feb 2022 03:21:49 -0800	[thread overview]
Message-ID: <xmqqh79aj50y.fsf@gitster.g> (raw)
In-Reply-To: xmqqzgn3185p.fsf@gitster.g

Junio C Hamano <gitster@pobox.com> writes:

> +----
> +
> +NEEDSWORK:
> +
> +Below are draft entries that do show correct commit object names that
> +matter to, or contributors who write, the surviving contents of the
> +file, but these people haven't been asked to do anything yet (hence
> +they haven't responded yet, of course), so they do not show what the
> +licensing status of these files will be at the end of this exercise
> +yet.
> +
> +What I am hoping to achieve is to replace the text under each bullet
> +point to document who the authors/copyright holders are of the file,
> +and under what license the copy given to each end-user repository is
> +usable by the end-user.  It would be more useful if the license chosen
> +(which can be different per file) is more lenient than strict.
> +
> +----

In other words, what I had in the rest of this file was more like
working notes for us to keep track of what we learned about the
code, whom to contact, and later when we accumulate Acks, record
them.  The goal is to turn each of these entries into this form:

----

    * pre-frotz.sample

    The authors of this sample hook script have agreed to relicense
    this under the ABC license (https://opensource.org/licenses/ABC).

    Junio C Hamano <gitster@pobox.com>
    cf. https://lore.kernel.org/git/xmqqzgn3185p.fsf@gitster.g/

    A U Thor <au@thor.xz>
    cf. ...

----

where the references will show readers the relevant record.

Thanks.


> +* applypatch-msg.sample
> +
> +    This sample hook script was written in 2005 by Junio C Hamano, who
> +    hereby clarifies that the contents of these files, when used as a
> +    hook script installed by "git init", or manually copied by the
> +    user, is licensed under the MIT license [*2*].
> +
> +    The following contributors, who may have made copyrightable change
> +    that still remains in the current version, will be asked to
> +    endorse this clarification later.
> +
> +    Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
> +    b849b954d22ee069b0edec1a12c78782ae1e629d (adjust for newer Git)
> +
> +
> +* commit-msg.sample
> +
> +    This sample hook script was written in 2005 by Junio C Hamano, who
> +    hereby clarifies that the contents of these files, when used as a
> +    hook script installed by "git init", or manually copied by the
> +    user, is licensed under the MIT license [*2*].
> +
> +    The following contributors, who may have made copyrightable change
> +    that still remains in the current version will be asked to endorse
> +    this clarification later.
> +
> +    Ben Walton <bdwalton@gmail.com>
> +    100e762a60a691a4978434f1cd5532e19cad39fc (adjust for newer Git)
> +
> +    Paolo Bonzini <bonzini@gnu.org>
> +    8089c85bcba89464b9b2a32fa948ed85eb367e70 (advice against 59f3e254)
> +
> +    Luben Tuikov <ltuikov@yahoo.com>
> +    9a1ae9ab03abaffc977421f182997f3e735e7098 (make failure louder)
> +
> +    Andy Parkins <andyparkins@gmail.com>
> +    59f3e254801648322b2d5cd073ca0cc5009aa2de (hint to auto-add -s)
> +
> +    Junio C Hamano <gitster@pobox.com>
> +    89e2c5f17b901edf28a8bb778ece3f6c18bbb721 (initial version in 2005)
> +
> +
> +* fsmonitor-watchman.sample
> +
> +    Alex Vandiver <alexmv@dropbox.com>
> +    Ben Peart <benpeart@microsoft.com>
> +    Kevin Willford <Kevin.Willford@microsoft.com>
> +
> +
> +* post-update.sample
> +
> +    This sample hook script was written in 2005 by Junio C Hamano, who
> +    hereby clarifies that the contents of these files, when used as a
> +    hook script installed by "git init", or manually copied by the
> +    user, is licensed under the MIT license [*2*].
> +
> +    The following contributors, who may have made copyrightable change
> +    that still remains in the current version will be asked to endorse
> +    this clarification later.
> +
> +    Ben Walton <bdwalton@gmail.com>
> +    100e762a60a691a4978434f1cd5532e19cad39fc (adjust for newer Git)
> +
> +
> +* pre-applypatch.sample
> +
> +    This sample hook script was written in 2005 by Junio C Hamano, who
> +    hereby clarifies that the contents of these files, when used as a
> +    hook script installed by "git init", or manually copied by the
> +    user, is licensed under the MIT license [*2*].
> +
> +    The following contributors, who may have made copyrightable change
> +    that still remains in the current version will be asked to endorse
> +    this clarification later.
> +
> +    Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
> +    b849b954d22ee069b0edec1a12c78782ae1e629d (adjust for newer Git)
> +
> +
> +* pre-commit.sample
> +
> +    Even though the history of this file dates back to 2005, the
> +    current version contains no material from commits before 03e2b630
> +    (Update sample pre-commit hook to use "diff --check", 2008-06-26),
> +    which was written by Junio C Hamano, who hereby clarifies that the
> +    contents of these files, when used as a hook script installed by
> +    "git init", or manually copied by the user, is licensed under the
> +    MIT license [*2*].
> +
> +    The following contributors, who may have made copyrightable change
> +    that still remains in the current version will be asked to endorse
> +    this clarification later.
> +
> +    Jim Meyering <jim@meyering.net>
> +    c646217e1366b0397552fad8c32acb47fbe8977d
> +    f1e3156e627fa66714deea665c8f3585088b9695
> +    c14daa4845ff2ec0d27807fa50f9fac1ca4d6462
> +
> +    Heiko Voigt <hvoigt@hvoigt.net>
> +    d00e364de99d51bb76e437820e23cfa820417ec5 (non-ascii pathname check)
> +
> +    Björn Steinbrink <B.Steinbrink@gmx.de>
> +    c30eb852e281d55b04465b7814e00396893f74f3 (initial commit check)
> +
> +    Richard Hartmann <richih.mailinglist@gmail.com>
> +    27b6e17a6d84a18861f05fd7c684ab443bf15244
> +
> +    Johan Herland <johan@herland.net>
> +    af1748b31eb68643f1b8d9d918f43611cf96d257
> +
> +    brian m. carlson <sandals@crustytoothpaste.net>
> +    03a7f388dafaee0aa084144efe7a8f9c151e5221
> +
> +    Lucius Hu <orctarorga@gmail.com>
> +    81e3db42f3212a8e441e4ecee9a2928921cb9045
> +
> +
> +* pre-merge-commit.sample
> +
> +    Michael J Gruber <git@grubix.eu>
> +    6098817fd7f64209664c701df30096dc0f4fb876
> +
> +* prepare-commit-msg.sample
> +
> +    Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
> +    b22a3079466b72e8a8b76065d6c28efe7eea4b16 (clean-up)
> +
> +    Ben Walton <bdwalton@gmail.com>
> +    502be959531b34e2d9283213b7bca51842639240
> +    100e762a60a691a4978434f1cd5532e19cad39fc (adjust for newer Git)
> +
> +    Alex Riesen <raa.lkml@gmail.com>
> +    3015fa5846c19e79f99c1d6a49fd2510ed9291b8
> +
> +    Marcel Koeppen <git-dev@marzelpan.de>
> +    4be1fe1b944e568f47efcb9d1beb8639f50b723f
> +
> +    Paolo Bonzini <bonzini@gnu.org>
> +    8089c85bcba89464b9b2a32fa948ed85eb367e70 (initial version in 2008)
> +
> +* pre-push.sample
> +
> +    Denton Liu <liu.denton@gmail.com>
> +    6a117da6e523a82115733682f4d3f59755897d5a
> +    8c7e5059506c6840bfbd4dd8d1730784a5689719
> +
> +    W. Trevor King <wking@tremily.us>
> +    1a947ba3a3eebea80be6a6d1000614884807bc8b (adjust behaviour to BCP)
> +
> +    Aaron Schrab <aaron@schrab.com>
> +    87c86dd14abe8db7d00b0df5661ef8cf147a72a3 (initial version in 2013)
> +
> +
> +* pre-rebase.sample
> +
> +    This sample hook script was written in 2006 by Junio C Hamano, who
> +    hereby clarifies that the contents of these files, when used as a
> +    hook script installed by "git init", or manually copied by the
> +    user, is licensed under the MIT license [*2*].
> +
> +    The following contributors, who may have made copyrightable change
> +    that still remains in the current version will be asked to endorse
> +    this clarification later.
> +
> +    Ben Walton <bdwalton@gmail.com>
> +    502be959531b34e2d9283213b7bca51842639240 (adjust for newer Git)
> +    100e762a60a691a4978434f1cd5532e19cad39fc (adjust for newer Git)
> +
> +    Jonathan Nieder <jrnieder@gmail.com>
> +    8db1ae57409b10ba48596198b329adba7fcb6b1a
> +
> +    Martin Ågren <martin.agren@gmail.com>
> +    7560f547e614244fe1d4648598d4facf7ed33a56 (phraso)
> +
> +* pre-receive.sample
> +
> +    Stefan Beller <stefanbeller@gmail.com>
> +    77a9745d19b2b308c1ce97d18053322d1471bc4c (initial version)
> +
> +* push-to-checkout.sample
> +
> +    Adam Spiers <git@adamspiers.org>
> +    e632c464d5dbbda72ae370ff6e9cbe31c01b0bb0 (initial version)
> +
> +* update.sample
> +
> +    Even though the history of this file dates back to 2006, the
> +    current version contains no material from commits before a69aba6a
> +    (UNIX reference time of 1970-01-01 00:00 is UTC timezone, not
> +    local time zone, 2007-01-26), which was written by Andy Parkins.
> +
> +    Andy Parkins <andyparkins@gmail.com>
> +    a69aba6af3e96f8021c194691a851e78febd70bf (base version)
> +    829a686f1b50ba96cac2d88494fa339efe0c0862 (enhancement)
> +
> +    The following contributors, who may have made copyrightable change
> +    that still remains in the current version will be asked to endorse
> +    this clarification later.
> +
> +    Gerrit Pape <pape@smarden.org>
> +    Alexandre Julliard <julliard@winehq.org>
> +    Pavel Roskin <proski@gnu.org>
> +    John Tapsell <johnflux@gmail.com>
> +    Pierre Habouzit <madcoder@debian.org>
> +    Heiko Voigt <hvoigt@hvoigt.net>
> +    David Aguilar <davvid@gmail.com>
> +    Martin Amdisen <martin.amdisen@praqma.com>
> +    Lucius Hu <orctarorga@gmail.com>
> +    Denton Liu <liu.denton@gmail.com>
> +
> +
> +[References]
> +
> +*1* https://opensource.org/licenses/GPL-2.0
> +
> +*2* https://opensource.org/licenses/MIT

  reply	other threads:[~2022-02-07 12:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-07  6:51 [RFC] clarify licensing terms for .git/hooks/*.sample files Junio C Hamano
2022-02-07 11:21 ` Junio C Hamano [this message]
2022-02-12 18:50 ` Kaartic Sivaraam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xmqqh79aj50y.fsf@gitster.g \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).