Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 16 for licensing (0.23 seconds)

  1. code_of_conduct.md

    Project maintainers are responsible for clarifying the standards of acceptable
    behavior and are expected to take appropriate and fair corrective action in
    response to any instances of unacceptable behavior, in compliance with the
    licensing terms applying to the Project developments.
    
    Project maintainers have the right and responsibility to remove, edit, or
    reject comments, commits, code, wiki edits, issues, and other contributions
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Mon Jan 20 18:38:58 GMT 2020
    - 3.5K bytes
    - Click Count (0)
  2. COMPLIANCE.md

    with the AGPLv3 license requirements. You should instead rely on your own legal counsel or licensing specialists to audit and ensure your application is in compliance with the licenses of MinIO and all other open-source projects with which your application integrates or interacts. We understand that AGPLv3 licensing is complex and nuanced. It is for that reason we strongly encourage using experts in licensing to make any such determinations around compliance instead of relying on apocryphal or anecdotal...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sat Feb 12 00:51:25 GMT 2022
    - 1.1K bytes
    - Click Count (0)
  3. apache-maven/README.txt

      Installing Maven
      ----------------
    
      For complete documentation see https://maven.apache.org/download.html#Installation
    
      Licensing
      ---------
    
      Please see the file called LICENSE.
    
      Maven URLS
      ----------
    
      Home Page:          https://maven.apache.org
      Downloads:          https://maven.apache.org/download.html
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Aug 12 21:54:56 GMT 2024
    - 1.2K bytes
    - Click Count (0)
  4. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/LicensingPlugin.java

                    providerFactory.provider((Callable<Map<? extends String, ? extends String>>) () -> Map.of(
                            "Server Side Public License, v 1", "https://www.mongodb.com/licensing/server-side-public-license",
                            "Elastic License 2.0", projectLicenseURL.get())
                    )
            );
            // Default to the SSPL+Elastic dual license
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 2.8K bytes
    - Click Count (0)
  5. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/PublishPluginFuncTest.groovy

          <distribution>repo</distribution>
        </license>
        <license>
          <name>Server Side Public License, v 1</name>
          <url>https://www.mongodb.com/licensing/server-side-public-license</url>
          <distribution>repo</distribution>
        </license>
      </licenses>
      <developers>
        <developer>
          <name>Elastic</name>
          <url>https://www.elastic.co</url>
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 19K bytes
    - Click Count (0)
  6. build-conventions/build.gradle

            }
            publish {
                id = 'elasticsearch.publish'
                implementationClass = 'org.elasticsearch.gradle.internal.conventions.PublishPlugin'
            }
            licensing {
                id = 'elasticsearch.licensing'
                implementationClass = 'org.elasticsearch.gradle.internal.conventions.LicensingPlugin'
            }
            buildTools {
                id = 'elasticsearch.build-tools'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 09:43:51 GMT 2021
    - 2.7K bytes
    - Click Count (0)
  7. README.md

    MinIO [AIStor](https://www.min.io/product/aistor) includes enterprise-grade support and licensing for workloads which require commercial or proprietary usage and production-level SLA/SLO-backed support. For more information, [reach out for a quote](https://min.io/pricing).
    
    ## Source-Only Distribution
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Feb 12 20:18:48 GMT 2026
    - 8.8K bytes
    - Click Count (0)
  8. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/LicenseAnalyzer.java

            new LicenseMatcher("MPL-2.0", true, false, Pattern.compile("Mozilla\\s*Public\\s*License\\s*Version\\s*2\\.0", Pattern.DOTALL)),
            new LicenseMatcher("XZ", false, false, Pattern.compile("Licensing of XZ for Java", Pattern.DOTALL)),
            new LicenseMatcher("EPL-2.0", true, false, Pattern.compile("Eclipse Public License - v 2.0", Pattern.DOTALL)),
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jul 27 00:12:58 GMT 2021
    - 12.8K bytes
    - Click Count (0)
  9. LICENSES/vendor/cyphar.com/go-pathrs/LICENSE

    distributes such Contribution.
    
    2.3. Limitations on Grant Scope
    
    The licenses granted in this Section 2 are the only rights granted under
    this License. No additional rights or licenses will be implied from the
    distribution or licensing of Covered Software under this License.
    Notwithstanding Section 2.1(b) above, no patent license is granted by a
    Contributor:
    
    (a) for any code that a Contributor has removed from Covered Software;
        or
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Nov 12 14:46:31 GMT 2025
    - 16.5K bytes
    - Click Count (0)
  10. docs/LICENSE

              collect royalties from You for the exercise of the Licensed
              Rights, whether directly or through a collecting society
              under any voluntary or waivable statutory or compulsory
              licensing scheme. In all other cases the Licensor expressly
              reserves any right to collect such royalties.
    
    
    Section 3 -- License Conditions.
    
    Your exercise of the Licensed Rights is expressly made subject to the
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Mon May 10 16:50:06 GMT 2021
    - 18.2K bytes
    - Click Count (0)
Back to Top