<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Exceptions</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>326ea986ac150acdc7656d57fca647db80b50158 - Merge git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/Licenses/Exceptions#326ea986ac150acdc7656d57fca647db80b50158</link>
        <description>Merge git://git.denx.de/u-boot-armConflicts:	board/freescale/mx6qsabrelite/Makefile	board/freescale/mx6qsabrelite/mx6qsabrelite.c	include/configs/mx6qsabrelite.hSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/Licenses/Exceptions</description>
        <pubDate>Wed, 31 Jul 2013 09:30:38 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>8b485ba12b0defa0c4ed3559789250238f8331a8 - Merge branch &apos;u-boot/master&apos; into u-boot-arm/master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/Licenses/Exceptions#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/Licenses/Exceptions</description>
        <pubDate>Thu, 25 Jul 2013 15:57:46 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>eca3aeb352c964bdb28b8e191d6326370245e03f - Licenses: introduce SPDX Unique Lincense Identifiers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/Licenses/Exceptions#eca3aeb352c964bdb28b8e191d6326370245e03f</link>
        <description>Licenses: introduce SPDX Unique Lincense IdentifiersLike many other projects, U-Boot has a tradition of including bigblocks of License headers in all files.  This not only blows up thesource code with mostly redundant information, but also makes it verydifficult to generate License Clearing Reports.  An additional problemis that even the same lincenses are referred to by a number ofslightly varying text blocks (full, abbreviated, differentindentation, line wrapping and/or white space, with obsolete addressinformation, ...) which makes automatic processing a nightmare.To make this easier, such license headers in the source files will bereplaced with a single line reference to Unique Lincense Identifiersas defined by the Linux Foundation&apos;s SPDX project [1].  For example,in a source file the full &quot;GPL v2.0 or later&quot; header text will bereplaced by a single line:        SPDX-License-Identifier:        GPL-2.0+We use the SPDX Unique Lincense Identifiers here; these are availableat [2].Note: From the legal point of view, this patch is supposed to be onlya change to the textual representation of the license information,but in no way any change to the actual license terms. With this patchapplied, all files will still be licensed under the same terms theywere before.Note 2: The apparent difference between the old &quot;COPYING&quot; and the new&quot;Licenses/gpl-2.0.txt&quot; only results from switching to the upstreamversion of the license which is differently formatted; there are notany actual changes to the content.Note 3: There are some recurring questions about linense issues, suchas:    - Is a &quot;All Rights Reserved&quot; clause a problem in GPL code?    - Are files without any license header a problem?    - Do we need license headers at all?The following excerpt from an e-mail by Daniel B. Ravicher should helpwith these:| Message-ID: &lt;4ADF8CAA.5030808@softwarefreedom.org&gt;| Date: Wed, 21 Oct 2009 18:35:22 -0400| From: &quot;Daniel B. Ravicher&quot; &lt;ravicher@softwarefreedom.org&gt;| To: Wolfgang Denk &lt;wd@denx.de&gt;| Subject: Re: GPL and license cleanup questions|| Mr. Denk,|| Wolfgang Denk wrote:| &gt; - There are a number of files which do not include any specific| &gt; license information at all. Is it correct to assume that these files| &gt; are automatically covered by the &quot;GPL v2 or later&quot; clause as| &gt; specified by the COPYING file in the top level directory of the| &gt; U-Boot source tree?|| That is a very fact specific analysis and could be different across the| various files.  However, if the contributor could reasonably be expected| to have known that the project was licensed GPLv2 or later at the time| she made her contribution, then a reasonably implication is that she| consented to her contributions being distributed under those terms.|| &gt; - Do such files need any clean up, for example should we add GPL| &gt; headers to them, or is this not needed?|| If the project as a whole is licensed under clear terms, you need not| identify those same terms in each file, although there is no harm in| doing so.|| &gt; - There are other files, which include both a GPL license header| &gt; _plus_ some copyright note with an &quot;All Rights Reserved&quot; clause. It| &gt; has been my understanding that this is a conflict, and me must ask| &gt; the copyright holders to remove such &quot;All Rights Reserved&quot; clauses.| &gt; But then, some people claim that &quot;All Rights Reserved&quot; is a no-op| &gt; nowadays. License checking tools (like OSLC) seem to indicate this is| &gt; a problem, but then we see quite a lot of &quot;All rights reserved&quot; in| &gt; BSD-licensed files in gcc and glibc. So what is the correct way to| &gt; deal with such files?|| It is not a conflict to grant a license and also reserve all rights, as| implicit in that language is that you are reserving all &quot;other&quot; rights| not granted in the license.  Thus, a file with &quot;Licensed under GPL, All| Rights Reserved&quot; would mean that it is licensed under the GPL, but no| other rights are given to copy, modify or redistribute it.|| Warm regards,| --Dan|| Daniel B. Ravicher, Legal Director| Software Freedom Law Center (SFLC) and Moglen Ravicher LLC| 1995 Broadway, 17th Fl., New York, NY 10023| (212) 461-1902 direct  (212) 580-0800 main  (212) 580-0898 fax| ravicher@softwarefreedom.org   www.softwarefreedom.org[1] http://spdx.org/[2] http://spdx.org/licenses/Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/Licenses/Exceptions</description>
        <pubDate>Fri, 21 Jun 2013 08:22:36 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
