Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2021 16:56:13 +0100
From:      Emmanuel Vadot <manu@bidouilliste.com>
To:        rgrimes@freebsd.org
Cc:        "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>, Vladimir Kondratyev <vladimir@kondratyev.su>, Hans Petter Selasky <hps@selasky.org>, Emmanuel Vadot <manu@freebsd.org>, src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: ec25b6fa5ffd - main - LinuxKPI: Reimplement irq_work queue on top of fast taskqueue
Message-ID:  <20210118165613.21f90f4dc5eacb388a4b2918@bidouilliste.com>
In-Reply-To: <202101181549.10IFnVjE062654@gndrsh.dnsmgr.net>
References:  <20210118163524.fe600e540cccecdd41b04300@bidouilliste.com> <202101181549.10IFnVjE062654@gndrsh.dnsmgr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 18 Jan 2021 07:49:31 -0800 (PST)
"Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> wrote:

> > On Mon, 18 Jan 2021 07:23:57 -0800 (PST)
> > "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> wrote:
> > 
> > > > On 18.01.2021 17:51, Emmanuel Vadot wrote:
> > > > > On Mon, 18 Jan 2021 15:45:43 +0100
> > > > > Hans Petter Selasky <hps@selasky.org> wrote:
> > > > > 
> > > > >> On 1/17/21 12:47 PM, Emmanuel Vadot wrote:
> > > > >>> diff --git a/sys/compat/linuxkpi/common/include/linux/llist.h b/sys/compat/linuxkpi/common/include/linux/llist.h
> > > > >>> new file mode 100644
> > > > >>> index 000000000000..b3c89516e710
> > > > >>> --- /dev/null
> > > > >>> +++ b/sys/compat/linuxkpi/common/include/linux/llist.h
> > > > >>> @@ -0,0 +1,101 @@
> > > > >>> +/* Public domain. */
> > > > >>
> > > > >> Hi,
> > > > >>
> > > > >> Could you put a proper license text here?
> > > > >>
> > > > >> --HPS
> > > > > 
> > > > >  I think that wulf@ adapted this one from the OpenBSD version.
> > > > > https://github.com/openbsd/src/blob/master/sys/dev/pci/drm/include/linux/llist.h
> > > > > 
> > > > 
> > > > Yes. The file and license header is taken from OpenBSD.
> > > 
> > > The above comes up a bit short on the recommended minimal text:
> > > "this work is dedicated to the public domain"
> > > 
> > > And more normative the author that wrote it should do something more like:
> > > 
> > > 	The person who associated a work with this deed has dedicated the
> > > 	work to the public domain by waiving all of his or her rights to
> > > 	the work worldwide under copyright law, including all related and
> > > 	neighboring rights, to the extent allowed by law. You can copy,
> > > 	modify, distribute and perform the work, even for commercial
> > > 	purposes, all without asking permission. 
> > > 
> > > 
> > > (above text taken from CC0)
> > > -- 
> > > Rod Grimes                                                 rgrimes@freebsd.org
> > 
> >  Tell that to OpenBSD and if they change it we will sync.
> 
> I am not the person who imported this code to FreeBSD, it is not my
> responsibilty to insure proper licence or copyright, that is the
> responsibility of the committer who commited it.
> 
> -- 
> Rod Grimes                                                 rgrimes@freebsd.org

 And both the author and commiter (in git terms) don't have a problem
with this code or the attribution in the public domain.

-- 
Emmanuel Vadot <manu@bidouilliste.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210118165613.21f90f4dc5eacb388a4b2918>