diff --git a/compat/compat-parameterize/src/commonMain/kotlin/Marker.kt b/compat/compat-parameterize/src/commonMain/kotlin/Marker.kt deleted file mode 100644 index a45c0d2..0000000 --- a/compat/compat-parameterize/src/commonMain/kotlin/Marker.kt +++ /dev/null @@ -1,4 +0,0 @@ -package opensavvy.prepared.compat.parameterize - -// Kotlin/Native doesn't like empty modules -private typealias Marker = Nothing diff --git a/compat/compat-parameterize/src/commonMain/kotlin/Parameterize.kt b/compat/compat-parameterize/src/commonMain/kotlin/Parameterize.kt index 8223c08..b999d53 100644 --- a/compat/compat-parameterize/src/commonMain/kotlin/Parameterize.kt +++ b/compat/compat-parameterize/src/commonMain/kotlin/Parameterize.kt @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024-2025, OpenSavvy and contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package opensavvy.prepared.compat.parameterize import com.benwoodworth.parameterize.ExperimentalParameterizeApi diff --git a/compat/compat-parameterize/src/commonTest/kotlin/ParamaterizeTests.kt b/compat/compat-parameterize/src/commonTest/kotlin/ParamaterizeTests.kt index 9a69358..4f43513 100644 --- a/compat/compat-parameterize/src/commonTest/kotlin/ParamaterizeTests.kt +++ b/compat/compat-parameterize/src/commonTest/kotlin/ParamaterizeTests.kt @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024-2025, OpenSavvy and contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package opensavvy.prepared.compat.parameterize import com.benwoodworth.parameterize.ExperimentalParameterizeApi diff --git a/compat/compat-parameterize/src/commonTest/kotlin/ParameterizeExamples.kt b/compat/compat-parameterize/src/commonTest/kotlin/ParameterizeExamples.kt index 312442a..6d53e78 100644 --- a/compat/compat-parameterize/src/commonTest/kotlin/ParameterizeExamples.kt +++ b/compat/compat-parameterize/src/commonTest/kotlin/ParameterizeExamples.kt @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024-2025, OpenSavvy and contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package opensavvy.prepared.compat.parameterize import com.benwoodworth.parameterize.parameterOf