Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BSD3 (0.12 sec)

  1. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

            ansiControlSequenceUtil to License.Apache2,
            ant to License.Apache2,
            antLauncher to License.Apache2,
            asm to License.BSD3,
            asmAnalysis to License.BSD3,
            asmCommons to License.BSD3,
            asmTree to License.BSD3,
            asmUtil to License.BSD3,
            assertj to License.Apache2,
            awsS3Core to License.Apache2,
            awsS3Kms to License.Apache2,
            awsS3S3 to License.Apache2,
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 29 08:06:17 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt

     * limitations under the License.
     */
    
    package gradlebuild.modules.model
    
    
    enum class License(val displayName: String) {
        Apache2("Apache 2.0"),
        BSD3("3-Clause BSD"),
        BSDStyle("BSD-style"),
        CDDL("CDDL"),
        EDL("Eclipse Distribution License 1.0"),
        EPL("Eclipse Public License 1.0"),
        LGPL21("LGPL 2.1"),
        MIT("MIT")
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Jan 08 10:41:04 UTC 2021
    - 922 bytes
    - Viewed (0)
Back to top