mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Update copyright notices
This commit is contained in:
committed by
Alexey Tsvetkov
parent
7414ee54a4
commit
938f581a3d
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,3 +1,11 @@
|
|||||||
|
# Intellij files
|
||||||
|
|
||||||
|
.idea/*
|
||||||
|
!.idea/copyright
|
||||||
|
!.idea/scopes
|
||||||
|
|
||||||
|
# Mac OS files
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Compiled class file
|
# Compiled class file
|
||||||
@@ -6,12 +14,6 @@
|
|||||||
# Log file
|
# Log file
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# BlueJ files
|
|
||||||
*.ctxt
|
|
||||||
|
|
||||||
# Mobile Tools for Java (J2ME)
|
|
||||||
.mtj.tmp/
|
|
||||||
|
|
||||||
# Package Files #
|
# Package Files #
|
||||||
*.jar
|
*.jar
|
||||||
!gradle-wrapper.jar
|
!gradle-wrapper.jar
|
||||||
@@ -26,4 +28,3 @@
|
|||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
||||||
.idea
|
|
||||||
|
|||||||
6
.idea/copyright/compose_desktop.xml
generated
Normal file
6
.idea/copyright/compose_desktop.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<component name="CopyrightManager">
|
||||||
|
<copyright>
|
||||||
|
<option name="notice" value="Copyright 2020-&#36;today.year JetBrains s.r.o. and respective authors and developers. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file." />
|
||||||
|
<option name="myName" value="compose-desktop" />
|
||||||
|
</copyright>
|
||||||
|
</component>
|
||||||
7
.idea/copyright/profiles_settings.xml
generated
Normal file
7
.idea/copyright/profiles_settings.xml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<component name="CopyrightManager">
|
||||||
|
<settings>
|
||||||
|
<module2copyright>
|
||||||
|
<element module="Apply copyright" copyright="compose-desktop" />
|
||||||
|
</module2copyright>
|
||||||
|
</settings>
|
||||||
|
</component>
|
||||||
3
.idea/scopes/Apply_copyright.xml
generated
Normal file
3
.idea/scopes/Apply_copyright.xml
generated
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<component name="DependencyValidationManager">
|
||||||
|
<scope name="Apply copyright" pattern="(file[*]:*.kt||file[*]:*.java)&&!file[*]:*.gradle.kts&&!file[*]:*.gradle&&!file[gradle-plugins.compose.test]:test-projects/*" />
|
||||||
|
</component>
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright [yyyy] [name of copyright owner]
|
Copyright 2020-2021 JetBrains s.r.o. and and respective authors and developers.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
import org.gradle.api.Project
|
import org.gradle.api.Project
|
||||||
|
|
||||||
// "Global" properties
|
// "Global" properties
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
import org.gradle.api.Project
|
import org.gradle.api.Project
|
||||||
|
|
||||||
// Plugin-specific properties (also see gradle-plugins/build.gradle.kts)
|
// Plugin-specific properties (also see gradle-plugins/build.gradle.kts)
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
import org.gradle.api.Project
|
import org.gradle.api.Project
|
||||||
|
|
||||||
inline fun <reified T> Project.configureIfExists(fn: T.() -> Unit) {
|
inline fun <reified T> Project.configureIfExists(fn: T.() -> Unit) {
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
import io.ktor.client.*
|
import io.ktor.client.*
|
||||||
import io.ktor.client.request.*
|
import io.ktor.client.request.*
|
||||||
import kotlinx.coroutines.flow.Flow
|
import kotlinx.coroutines.flow.Flow
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose
|
package org.jetbrains.compose
|
||||||
|
|
||||||
import org.gradle.api.provider.Provider
|
import org.gradle.api.provider.Provider
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose
|
package org.jetbrains.compose
|
||||||
|
|
||||||
import org.gradle.api.plugins.ExtensionAware
|
import org.gradle.api.plugins.ExtensionAware
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
@file:Suppress("unused")
|
@file:Suppress("unused")
|
||||||
|
|
||||||
package org.jetbrains.compose
|
package org.jetbrains.compose
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop
|
package org.jetbrains.compose.desktop
|
||||||
|
|
||||||
import org.gradle.api.Action
|
import org.gradle.api.Action
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.dsl
|
package org.jetbrains.compose.desktop.application.dsl
|
||||||
|
|
||||||
import org.gradle.api.Action
|
import org.gradle.api.Action
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.dsl
|
package org.jetbrains.compose.desktop.application.dsl
|
||||||
|
|
||||||
import org.gradle.api.Project
|
import org.gradle.api.Project
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.dsl
|
package org.jetbrains.compose.desktop.application.dsl
|
||||||
|
|
||||||
import org.gradle.api.model.ObjectFactory
|
import org.gradle.api.model.ObjectFactory
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.dsl
|
package org.jetbrains.compose.desktop.application.dsl
|
||||||
|
|
||||||
import org.gradle.api.model.ObjectFactory
|
import org.gradle.api.model.ObjectFactory
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.dsl
|
package org.jetbrains.compose.desktop.application.dsl
|
||||||
|
|
||||||
import org.gradle.api.Action
|
import org.gradle.api.Action
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.dsl
|
package org.jetbrains.compose.desktop.application.dsl
|
||||||
|
|
||||||
import org.gradle.api.Action
|
import org.gradle.api.Action
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.dsl
|
package org.jetbrains.compose.desktop.application.dsl
|
||||||
|
|
||||||
internal enum class RuntimeCompressionLevel(internal val id: Int) {
|
internal enum class RuntimeCompressionLevel(internal val id: Int) {
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.dsl
|
package org.jetbrains.compose.desktop.application.dsl
|
||||||
|
|
||||||
import org.jetbrains.compose.desktop.application.internal.OS
|
import org.jetbrains.compose.desktop.application.internal.OS
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import org.gradle.api.provider.Provider
|
import org.gradle.api.provider.Provider
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import org.gradle.api.Project
|
import org.gradle.api.Project
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import java.io.FilterOutputStream
|
import java.io.FilterOutputStream
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import org.gradle.api.file.FileSystemLocation
|
import org.gradle.api.file.FileSystemLocation
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import org.gradle.api.*
|
import org.gradle.api.*
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import java.io.PrintWriter
|
import java.io.PrintWriter
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import org.gradle.api.Task
|
import org.gradle.api.Task
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal.files
|
package org.jetbrains.compose.desktop.application.internal.files
|
||||||
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal.files
|
package org.jetbrains.compose.desktop.application.internal.files
|
||||||
|
|
||||||
import org.gradle.process.ExecOperations
|
import org.gradle.process.ExecOperations
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal.files
|
package org.jetbrains.compose.desktop.application.internal.files
|
||||||
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal.files
|
package org.jetbrains.compose.desktop.application.internal.files
|
||||||
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import org.gradle.api.file.FileSystemLocation
|
import org.gradle.api.file.FileSystemLocation
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import org.gradle.api.provider.Provider
|
import org.gradle.api.provider.Provider
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import org.gradle.api.Project
|
import org.gradle.api.Project
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal.validation
|
package org.jetbrains.compose.desktop.application.internal.validation
|
||||||
|
|
||||||
import org.gradle.api.provider.Provider
|
import org.gradle.api.provider.Provider
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal.validation
|
package org.jetbrains.compose.desktop.application.internal.validation
|
||||||
|
|
||||||
import org.gradle.api.provider.Provider
|
import org.gradle.api.provider.Provider
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal.validation
|
package org.jetbrains.compose.desktop.application.internal.validation
|
||||||
|
|
||||||
import org.gradle.api.provider.Provider
|
import org.gradle.api.provider.Provider
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal.validation
|
package org.jetbrains.compose.desktop.application.internal.validation
|
||||||
|
|
||||||
import org.gradle.api.GradleException
|
import org.gradle.api.GradleException
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.internal
|
package org.jetbrains.compose.desktop.application.internal
|
||||||
|
|
||||||
import de.undercouch.gradle.tasks.download.Download
|
import de.undercouch.gradle.tasks.download.Download
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.file.Directory
|
import org.gradle.api.file.Directory
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.file.DirectoryProperty
|
import org.gradle.api.file.DirectoryProperty
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.DefaultTask
|
import org.gradle.api.DefaultTask
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.file.RegularFileProperty
|
import org.gradle.api.file.RegularFileProperty
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.file.*
|
import org.gradle.api.file.*
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.file.Directory
|
import org.gradle.api.file.Directory
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.provider.Property
|
import org.gradle.api.provider.Property
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.file.Directory
|
import org.gradle.api.file.Directory
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.file.ConfigurableFileCollection
|
import org.gradle.api.file.ConfigurableFileCollection
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.desktop.application.tasks
|
package org.jetbrains.compose.desktop.application.tasks
|
||||||
|
|
||||||
import org.gradle.api.file.DirectoryProperty
|
import org.gradle.api.file.DirectoryProperty
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose
|
package org.jetbrains.compose
|
||||||
|
|
||||||
import org.gradle.internal.impldep.org.testng.Assert
|
import org.gradle.internal.impldep.org.testng.Assert
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.gradle
|
package org.jetbrains.compose.gradle
|
||||||
|
|
||||||
import org.gradle.internal.impldep.org.testng.Assert
|
import org.gradle.internal.impldep.org.testng.Assert
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.gradle
|
package org.jetbrains.compose.gradle
|
||||||
|
|
||||||
import org.gradle.testkit.runner.TaskOutcome
|
import org.gradle.testkit.runner.TaskOutcome
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.test
|
package org.jetbrains.compose.test
|
||||||
|
|
||||||
import org.junit.jupiter.api.io.TempDir
|
import org.junit.jupiter.api.io.TempDir
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.test
|
package org.jetbrains.compose.test
|
||||||
|
|
||||||
import org.junit.jupiter.api.DisplayNameGenerator
|
import org.junit.jupiter.api.DisplayNameGenerator
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.test
|
package org.jetbrains.compose.test
|
||||||
|
|
||||||
@Suppress("EnumEntryName")
|
@Suppress("EnumEntryName")
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.test
|
package org.jetbrains.compose.test
|
||||||
|
|
||||||
import org.gradle.testkit.runner.GradleRunner
|
import org.gradle.testkit.runner.GradleRunner
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.test
|
package org.jetbrains.compose.test
|
||||||
|
|
||||||
object TestProjects {
|
object TestProjects {
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.test
|
package org.jetbrains.compose.test
|
||||||
|
|
||||||
object TestProperties {
|
object TestProperties {
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.test
|
package org.jetbrains.compose.test
|
||||||
|
|
||||||
import org.gradle.testkit.runner.BuildResult
|
import org.gradle.testkit.runner.BuildResult
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.
|
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.jetbrains.compose.test
|
package org.jetbrains.compose.test
|
||||||
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|||||||
Reference in New Issue
Block a user