Skip to content

Commit 9a6d4de

Browse files
Update copyright to 2026
1 parent 3b7b7a6 commit 9a6d4de

File tree

263 files changed

+393
-384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+393
-384
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 TeamDev
3+
Copyright 2026, TeamDev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 TeamDev
2+
* Copyright 2026, TeamDev
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

buildSrc/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 TeamDev
2+
* Copyright 2026, TeamDev
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

buildSrc/src/main/kotlin/compose-app.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 TeamDev
2+
* Copyright 2026, TeamDev
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

buildSrc/src/main/kotlin/detekt-code-analysis.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 TeamDev
2+
* Copyright 2026, TeamDev
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

buildSrc/src/main/kotlin/gradle/ProjectExts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 TeamDev
2+
* Copyright 2026, TeamDev
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

buildSrc/src/main/kotlin/gradle/SilentExec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 TeamDev
2+
* Copyright 2026, TeamDev
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

buildSrc/src/main/kotlin/gradle/compose/InfoPlistSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 TeamDev
2+
* Copyright 2026, TeamDev
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

buildSrc/src/main/kotlin/gradle/web/BuildCustom.kt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 TeamDev
2+
* Copyright 2026, TeamDev
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal
@@ -25,9 +25,17 @@ package gradle.web
2525
import org.gradle.api.file.DirectoryProperty
2626
import org.gradle.api.file.FileTree
2727
import org.gradle.api.provider.Property
28-
import org.gradle.api.tasks.*
28+
import org.gradle.api.tasks.Input
29+
import org.gradle.api.tasks.InputFiles
30+
import org.gradle.api.tasks.OutputDirectory
31+
import org.gradle.api.tasks.TaskAction
32+
import org.gradle.api.tasks.TaskProvider
2933
import org.gradle.api.tasks.util.PatternSet
30-
import org.gradle.kotlin.dsl.*
34+
import org.gradle.kotlin.dsl.TaskContainerScope
35+
import org.gradle.kotlin.dsl.assign
36+
import org.gradle.kotlin.dsl.getValue
37+
import org.gradle.kotlin.dsl.getting
38+
import org.gradle.kotlin.dsl.register
3139
import java.io.File
3240

3341
/**

buildSrc/src/main/kotlin/gradle/web/BuildWeb.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 TeamDev
2+
* Copyright 2026, TeamDev
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)