- 19 Dec, 2019 1 commit
-
-
Andrew Cooper authored
This file hasn't been touched since it was introduced in 2005 (c/s 0c6f3662 ) and has a wildly obsolete shebang for Python 2.3. Most importantly for us is that it isn't Python 3 compatible. Drop the file entirely. Since the 2.3 days, automatic discovery of tests has been included in standard functionality. Rewrite the test rule to use "$(PYTHON) -m unittest discover" which is equivelent. Dropping test.py drops the only piece of ZPL-2.0 code in the tree. Drop the ancillary files, and adjust COPYING to match. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Wei Liu <wl@xen.org> Reviewed-by: Lars Kurth <lars.kurth@citrix.com>
-
- 06 Dec, 2019 1 commit
-
-
Andrew Cooper authored
Creative Commons is a more common license than GPL for documentation purposes. Switch to using CC-BY-4.0 to explicitly permit re-purposing and remixing of the content. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Lars Kurth <lars.kurth@citrix.com> Release-acked-by: Juergen Gross <jgross@suse.com>
-
- 09 Sep, 2016 1 commit
-
-
Lars Kurth authored
COPYING file: The motivation of this change is to make it easier for new contributors to conduct a license and patent review, WITHOUT changing any licenses. - Remove references to BSD-style licenses as we have more common license exceptions and replace with "other license stanzas" - List the most common situations under which code is licensed under licenses other than GPLv2 (section "Licensing Exceptions") - List the most common non-GPLv2 licenses that are in use in this repository based on a recent FOSSology scan (section "Licensing Exceptions") - List other license related conventions within the project to make it easier to conduct a license review. - Clarify the incoming license as its omission has confused past contributors (section "Contributions") CONTRIBUTION file: The motivation of this file is to make it easier for contributors to find contribution related resources. Add information on existing license related conventions to avoid unintentional future licensing issues. Provide templates for copyright headers for the most commonly used licenses in this repository. Signed-off-by: Lars Kurth <lars.kurth@citrix.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Wei Liu <wei.liu2@citrix.com>
-
- 29 Jul, 2015 1 commit
-
-
Ian Campbell authored
As recommended in http://www.gnu.org/licenses/gpl-howto.en.html. This is the result of: $ git grep -El Mass\|Temple\|Franklin | xargs ./fsf.pl Where fsf.pl is: #!/usr/bin/perl -w -pi.bak -0777 my $repl = 'If not, see <http://www.gnu.org/licenses/ >.'; my $br = qr/(?:\s*\n\s*(?:[\*\#]|\/\/|\.\\" )?\s*|\s+)/; my $inwt = qr/[Ii]f${br}not,${br}write${br}(?:to${br})?the${br}Free${br}Software${br}Foundation,(?:${br}Inc\.,)?/; my $mass = qr/675${br}Mass${br}Ave,?${br}Cambridge,?${br}MA${br}02139,?${br}USA,?\.?/; my $franklin = qr/51${br}Franklin${br}St(?:reet)?(?:,${br}| - )Fifth${br}Floor,?${br}Boston,?${br}MA,?${br}02110-1301,?${br}USA,?\.?/; my $temple = qr/59${br}Temple${br}Place(?:,${br}| - )Suite${br}330,?${br}Boston,?${br}MA,?${br}021110?-1307,?${br}USA,?\.?/; s|$inwt$br$mass|$repl|m; s|$inwt$br$franklin|$repl|m; s|$inwt$br$temple|$repl|m; The only remaining mentions of these addresses are in COPYING files which I haven't touched. Some of the changed files are imports from elsewhere, however filtering them out is tricky, I think it is tolerable to have these files be modified here and then perhaps reverted on the next sync, since it's only 1-2 lines and obvious what is going on. Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
-
- 24 Mar, 2011 1 commit
-
-
Keir Fraser authored
Signed-off-by: Keir Fraser <keir@xen.org>
-
- 16 Jun, 2009 1 commit
-
-
Keir Fraser authored
Signed-off-by: Keir Fraser <keir.fraser@eu.citrix.com>
-
- 04 Jun, 2009 1 commit
-
-
Keir Fraser authored
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
-
- 04 Jun, 2007 1 commit
-
-
Ian Campbell authored
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
-
- 31 Oct, 2004 1 commit
-
-
kaf24@freefall.cl.cam.ac.uk authored
Rename Xen public interfaces. 1. hypervisor-if.h is now xen.h 2. hypervisor-ifs/ directory is now: <include/public/...> in Xen <asm/xen-public/...> in Linux <xen/...> in user space
-
- 21 Oct, 2004 1 commit
-
-
kaf24@freefall.cl.cam.ac.uk authored
Change licensing terms of certain files in the Linux source tree, and clarify licensing terms with a new COPYING file at the root of the repository.
-
- 17 Jun, 2004 1 commit
-
-
kaf24@scramble.cl.cam.ac.uk authored
Licensing fix.
-
- 12 Jan, 2004 1 commit
-
-
kaf24@scramble.cl.cam.ac.uk authored
COPYING: Copyright notice updates. new file
-
- 25 Sep, 2003 1 commit
-
-
kaf24@scramble.cl.cam.ac.uk authored
page_alloc.c, memory.c, traps.c, mm.c: Add some licensing info to some key source files. COPYING: new file .del-README~ab22a147acf20a0b: Delete: xen/README
-