1. 19 Dec, 2019 1 commit
    • Andrew Cooper's avatar
      tools/python: Drop test.py · 0cd791c4
      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: default avatarAndrew Cooper <andrew.cooper3@citrix.com>
      Acked-by: default avatarWei Liu <wl@xen.org>
      Reviewed-by: default avatarLars Kurth <lars.kurth@citrix.com>
      0cd791c4
  2. 06 Dec, 2019 1 commit
  3. 09 Sep, 2016 1 commit
    • Lars Kurth's avatar
      Remove ambiguities in the COPYING file; add CONTRIBUTING file · 26ea2cce
      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: default avatarLars Kurth <lars.kurth@citrix.com>
      Acked-by: default avatarStefano Stabellini <sstabellini@kernel.org>
      Reviewed-by: default avatarAndrew Cooper <andrew.cooper3@citrix.com>
      Acked-by: default avatarWei Liu <wei.liu2@citrix.com>
      26ea2cce
  4. 29 Jul, 2015 1 commit
    • Ian Campbell's avatar
      Replace FSF street address with canonical URL · 443701ef
      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: default avatarIan Campbell <ian.campbell@citrix.com>
      443701ef
  5. 24 Mar, 2011 1 commit
  6. 16 Jun, 2009 1 commit
  7. 04 Jun, 2009 1 commit
  8. 04 Jun, 2007 1 commit
  9. 31 Oct, 2004 1 commit
  10. 21 Oct, 2004 1 commit
  11. 17 Jun, 2004 1 commit
  12. 12 Jan, 2004 1 commit
  13. 25 Sep, 2003 1 commit