Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BSDStyle (0.05 sec)

  1. 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)
  2. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

            joda to License.Apache2,
            jsch to License.BSDStyle,
            jsr305 to License.BSD3,
            julToSlf4j to License.MIT,
            junit to License.EPL,
            junit5Vintage to License.EPL,
            junit5JupiterApi to License.EPL,
            junitPlatform to License.EPL,
            junitPlatformEngine to License.EPL,
            jzlib to License.BSDStyle,
            kryo to License.BSD3,
            log4jToSlf4j to License.MIT,
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 29 08:06:17 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top