mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Roland Hieber <rhi@pengutronix.de>, ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2 04/13] hdparm: add license information
Date: Fri, 17 Dec 2021 09:26:30 +0100	[thread overview]
Message-ID: <YbxJtt+9V3FSxPk9@pengutronix.de> (raw)
In-Reply-To: <20211205004208.2306245-4-rhi@pengutronix.de>

On Sun, Dec 05, 2021 at 01:41:59AM +0100, Roland Hieber wrote:
> From: Felicitas Jung <f.jung@pengutronix.de>
> 
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: use "custom" instead of "unknown"]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
> PATCH v2:
>  - use "custom" instead of "unknown", review
> 
> PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
> ---
>  rules/hdparm.make | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/rules/hdparm.make b/rules/hdparm.make
> index 85c88bd73bd4..3c7daacfb432 100644
> --- a/rules/hdparm.make
> +++ b/rules/hdparm.make
> @@ -22,6 +22,8 @@ HDPARM_SUFFIX	:= tar.gz
>  HDPARM_URL	:= $(call ptx/mirror, SF, hdparm/$(HDPARM).$(HDPARM_SUFFIX))
>  HDPARM_SOURCE	:= $(SRCDIR)/$(HDPARM).$(HDPARM_SUFFIX)
>  HDPARM_DIR	:= $(BUILDDIR)/$(HDPARM)
> +HDPARM_LICENSE	:= custom
> +HDPARM_LICENSE_FILES	:= file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03

"
The apt.c file is  Copyright (c) 2009 Jan Friesse <jfriesse@gmail.com>.
You may use/distribute apt.c freely, under the terms of either
(your choice) the GNU General Public License version 2,
 or a BSD style license.
"

When I first saw the 'GNU General Public License version 2' I thought we
should add a 'AND GPL-2.0-only ...' but the "a BSD style license" is pretty
vague so I think 'custom' covers that part as well :-/
I'll take it as it is.

Michael

>  
>  
>  # ----------------------------------------------------------------------------
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  reply	other threads:[~2021-12-17  8:27 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: " Roland Hieber
2021-12-05  0:41 ` [ptxdist] [PATCH v2 02/13] calibrator: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:41 ` [ptxdist] [PATCH v2 03/13] frodo: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:41 ` [ptxdist] [PATCH v2 04/13] hdparm: " Roland Hieber
2021-12-17  8:26   ` Michael Olbrich [this message]
2021-12-19 18:50     ` Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 05/13] libgd: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 06/13] libmng: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 07/13] libnetpbm: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 08/13] lsof: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 09/13] openntpd: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 10/13] python-routing: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 11/13] python-rplicmp: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 12/13] simplerpl: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 13/13] binutils: " Roland Hieber
2021-12-17 10:45   ` Michael Olbrich
2021-12-17 13:27 ` [ptxdist] [APPLIED] argtable2: " Michael Olbrich

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

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

  git send-email \
    --in-reply-to=YbxJtt+9V3FSxPk9@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=rhi@pengutronix.de \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox