Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for COPYLEFT (0.26 sec)

  1. src/cmd/go/testdata/vendormod.txt

    generated by: go run savedir.go vendormod
    
    -- a/foo/AUTHORS.txt --
    -- a/foo/CONTRIBUTORS --
    -- a/foo/LICENSE --
    -- a/foo/PATENTS --
    -- a/foo/COPYING --
    -- a/foo/COPYLEFT --
    -- a/foo/licensed-to-kill --
    -- w/LICENSE --
    -- x/NOTICE! --
    -- x/x2/LICENSE --
    -- mypkg/LICENSE.txt --
    -- a/foo/bar/b/main.go --
    package b
    -- a/foo/bar/b/main_test.go --
    package b
    
    import (
    	"os"
    	"testing"
    )
    
    func TestDir(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.3K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_vendor.txt

    # if any package within their module is copied.
    exists vendor/a/foo/AUTHORS.txt
    exists vendor/a/foo/CONTRIBUTORS
    exists vendor/a/foo/LICENSE
    exists vendor/a/foo/PATENTS
    exists vendor/a/foo/COPYING
    exists vendor/a/foo/COPYLEFT
    exists vendor/x/NOTICE!
    exists vendor/mysite/myname/mypkg/LICENSE.txt
    
    ! exists vendor/a/foo/licensed-to-kill
    ! exists vendor/w
    ! exists vendor/w/LICENSE
    ! exists vendor/x/x2
    ! exists vendor/x/x2/LICENSE
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 15 16:24:01 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  3. common/config/license-lint.yml

      - W3C
      - Xnet
      - Zlib
    
    reciprocal_licenses:
      - CC0-1.0
      - APSL-2.0
      - CDDL-1.0
      - CDDL-1.1
      - CPL-1.0
      - EPL-1.0
      - IPL-1.0
      - MPL-1.0
      - MPL-1.1
      - MPL-2.0
      - MPL-2.0-no-copyleft-exception
      - Ruby
    
    restricted_licenses:
      - GPL-1.0-only
      - GPL-1.0-or-later
      - GPL-2.0-only
      - GPL-2.0-or-later
      - GPL-3.0-only
      - GPL-3.0-or-later
      - LGPL-2.0-only
      - LGPL-2.0-or-later
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 25 19:26:20 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modcmd/vendor.go

    // to nudge people toward more agreement on the naming
    // and also trying to avoid false positives.
    var metaPrefixes = []string{
    	"AUTHORS",
    	"CONTRIBUTORS",
    	"COPYLEFT",
    	"COPYING",
    	"COPYRIGHT",
    	"LEGAL",
    	"LICENSE",
    	"NOTICE",
    	"PATENTS",
    }
    
    // matchMetadata reports whether info is a metadata file.
    func matchMetadata(dir string, info fs.DirEntry) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 14:19:59 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  5. LICENSE

     Everyone is permitted to copy and distribute verbatim copies
     of this license document, but changing it is not allowed.
    
                                Preamble
    
      The GNU Affero General Public License is a free, copyleft license for
    software and other kinds of works, specifically designed to ensure
    cooperation with the community in the case of network server software.
    
      The licenses for most software and other practical works are designed
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 33.7K bytes
    - Viewed (0)
  6. CREDITS

     Everyone is permitted to copy and distribute verbatim copies
     of this license document, but changing it is not allowed.
    
                                Preamble
    
      The GNU Affero General Public License is a free, copyleft license for
    software and other kinds of works, specifically designed to ensure
    cooperation with the community in the case of network server software.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F12D         ; mapped                 ; 0063 0064     # 5.2  CIRCLED CD
    1F12E         ; mapped                 ; 0077 007A     # 5.2  CIRCLED WZ
    1F12F         ; valid                  ;      ; NV8    # 11.0 COPYLEFT SYMBOL
    1F130         ; mapped                 ; 0061          # 6.0  SQUARED LATIN CAPITAL LETTER A
    1F131         ; mapped                 ; 0062          # 5.2  SQUARED LATIN CAPITAL LETTER B
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  8. test-site/activator-launch-1.3.2.jar

    $plus$plus(scala.collection.GenTraversableOnce, scala.collection.generic.CanBuildFrom); private void gotoPosWritable(int, int, int); private static void zeroLeft(Object[], int); private static void zeroRight(Object[], int); private static Object[] copyLeft(Object[], int); private static Object[] copyRight(Object[], int); private void preClean(int); private static int requiredDepth(int); public void Vector(int, int, int); } scala/collection/immutable/Vector$VectorReusableCBF.class package scala.collection.immutable;...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top