* [Devel] [PATCH] explicit licensing file?
@ 2013-08-20 23:48 Al Stone
0 siblings, 0 replies; 3+ messages in thread
From: Al Stone @ 2013-08-20 23:48 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 4163 bytes --]
Greetings.
Would it be possible to use the following patch? Or, a file
very similar to it -- I do not know if the wording of the first
paragraph would be acceptable or not, so it may need changing.
The reason I ask is that this makes life much simpler for the
various Linux distributions. In the Unix(tm) versions provided
at acpica.org, _most_ files have a nicely done header that lays
out the licensing. In fact, in the patch below, everything from
"Copyright..." to the end is from that header.
However, not all files have the header (e.g., the AAPITS tests,
and some of the .sh or Makefiles used) which makes both Debian
and Fedora a little nervous. The FAQ clearly states the GPL
can be used, but the source code does not always repeat it.
I am currently the primary uploader for Debian of a package called
'acpica-tools' that provides all of the user space commands from
the ACPICA source trees. Further, when the package is built, the
ASLTS and AAPITS tests are run against the commands to help with
QA. I am doing the same work for Fedora, and trying to keep both
distributions (and in turn, their derivatives) as up-to-date as
possible.
Having this one file in the ACPICA provided source trees for
Unix(tm) would help make things much clearer for both of these
Linux distributions.
Thanks in advance for your consideration.
---
LICENSE | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 LICENSE
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..7a39325
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,44 @@
+Licensing for Linux Systems:
+============================
+Whether explicitly stated in the source code for this software or not,
+this software is distributed under the terms of the GNU General Public
+License ("GPL") version 2 as published by the Free Software Foundation.
+This is in accordance with the following license from Intel Corporation
+that should be a part of all source code files:
+
+
+ Copyright (C) 2000 - 2013, Intel Corp.
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions, and the following disclaimer,
+ without modification.
+ 2. Redistributions in binary form must reproduce at minimum a disclaimer
+ substantially similar to the "NO WARRANTY" disclaimer below
+ ("Disclaimer") and any redistribution must be conditioned upon
+ including a substantially similar Disclaimer requirement for further
+ binary redistribution.
+ 3. Neither the names of the above-listed copyright holders nor the names
+ of any contributors may be used to endorse or promote products
derived
+ from this software without specific prior written permission.
+
+ Alternatively, this software may be distributed under the terms of the
+ GNU General Public License ("GPL") version 2 as published by the Free
+ Software Foundation.
+
+ NO WARRANTY
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT 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 DAMAGES.
+
--
1.8.3.1
--
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3(a)redhat.com
-----------------------------------
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Devel] [PATCH] explicit licensing file?
@ 2013-08-21 14:53 Moore, Robert
0 siblings, 0 replies; 3+ messages in thread
From: Moore, Robert @ 2013-08-21 14:53 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 4998 bytes --]
ACPICA project would have to check with the intel legal department on this.
It probably would be easiest for us to ensure that the header exists in every released source file (i.e., scripts, makefiles, and tests)
Bob
> -----Original Message-----
> From: devel-bounces(a)acpica.org [mailto:devel-bounces(a)acpica.org] On Behalf
> Of Al Stone
> Sent: Tuesday, August 20, 2013 4:49 PM
> To: devel(a)acpica.org
> Subject: [Devel] [PATCH] explicit licensing file?
>
> Greetings.
>
> Would it be possible to use the following patch? Or, a file very similar
> to it -- I do not know if the wording of the first paragraph would be
> acceptable or not, so it may need changing.
>
> The reason I ask is that this makes life much simpler for the various
> Linux distributions. In the Unix(tm) versions provided at acpica.org,
> _most_ files have a nicely done header that lays out the licensing. In
> fact, in the patch below, everything from "Copyright..." to the end is
> from that header.
>
> However, not all files have the header (e.g., the AAPITS tests, and some
> of the .sh or Makefiles used) which makes both Debian and Fedora a little
> nervous. The FAQ clearly states the GPL can be used, but the source code
> does not always repeat it.
>
> I am currently the primary uploader for Debian of a package called
> 'acpica-tools' that provides all of the user space commands from the
> ACPICA source trees. Further, when the package is built, the ASLTS and
> AAPITS tests are run against the commands to help with QA. I am doing the
> same work for Fedora, and trying to keep both distributions (and in turn,
> their derivatives) as up-to-date as possible.
>
> Having this one file in the ACPICA provided source trees for
> Unix(tm) would help make things much clearer for both of these Linux
> distributions.
>
> Thanks in advance for your consideration.
>
> ---
> LICENSE | 44 ++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 44 insertions(+)
> create mode 100644 LICENSE
>
> diff --git a/LICENSE b/LICENSE
> new file mode 100644
> index 0000000..7a39325
> --- /dev/null
> +++ b/LICENSE
> @@ -0,0 +1,44 @@
> +Licensing for Linux Systems:
> +============================
> +Whether explicitly stated in the source code for this software or not,
> +this software is distributed under the terms of the GNU General Public
> +License ("GPL") version 2 as published by the Free Software Foundation.
> +This is in accordance with the following license from Intel Corporation
> +that should be a part of all source code files:
> +
> +
> + Copyright (C) 2000 - 2013, Intel Corp.
> + All rights reserved.
> +
> + Redistribution and use in source and binary forms, with or without
> + modification, are permitted provided that the following conditions
> + are met:
> + 1. Redistributions of source code must retain the above copyright
> + notice, this list of conditions, and the following disclaimer,
> + without modification.
> + 2. Redistributions in binary form must reproduce at minimum a
> disclaimer
> + substantially similar to the "NO WARRANTY" disclaimer below
> + ("Disclaimer") and any redistribution must be conditioned upon
> + including a substantially similar Disclaimer requirement for
> further
> + binary redistribution.
> + 3. Neither the names of the above-listed copyright holders nor the
> names
> + of any contributors may be used to endorse or promote products
> derived
> + from this software without specific prior written permission.
> +
> + Alternatively, this software may be distributed under the terms of the
> + GNU General Public License ("GPL") version 2 as published by the Free
> + Software Foundation.
> +
> + NO WARRANTY
> + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
> + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
> + HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR
> CONSEQUENTIAL
> + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
> GOODS
> + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
> + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
> + STRICT 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 DAMAGES.
> +
> --
> 1.8.3.1
>
>
>
> --
> ciao,
> al
> -----------------------------------
> Al Stone
> Software Engineer
> Red Hat, Inc.
> ahs3(a)redhat.com
> -----------------------------------
> _______________________________________________
> Devel mailing list
> Devel(a)acpica.org
> https://lists.acpica.org/mailman/listinfo/devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Devel] [PATCH] explicit licensing file?
@ 2013-08-21 16:10 Al Stone
0 siblings, 0 replies; 3+ messages in thread
From: Al Stone @ 2013-08-21 16:10 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
On 08/21/2013 08:53 AM, Moore, Robert wrote:
> ACPICA project would have to check with the intel legal department on this.
>
> It probably would be easiest for us to ensure that the header exists in every released source file (i.e., scripts, makefiles, and tests)
>
> Bob
>
Right, that seems like a reasonable option, also. I'll take a look
at the scripts that create the Unix(tm) tarballs and see if I can
patch those to fix up the headers instead.
--
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3(a)redhat.com
-----------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-21 16:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 23:48 [Devel] [PATCH] explicit licensing file? Al Stone
-- strict thread matches above, loose matches on Subject: below --
2013-08-21 14:53 Moore, Robert
2013-08-21 16:10 Al Stone
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.