File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
packages/pkl.impl.circleci Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- Copyright © 2024 Apple Inc. and the Pkl project authors
1+ Copyright © 2024-2025 Apple Inc. and the Pkl project authors
22
33Portions of this software includes code from "Gradle" by Gradle, Inc.
44
Original file line number Diff line number Diff line change @@ -15,11 +15,15 @@ plugins {
1515 alias(libs.plugins.spotless)
1616}
1717
18+ val originalRemoteName = System .getenv(" PKL_ORIGINAL_REMOTE_NAME" ) ? : " origin"
19+
1820spotless {
21+ ratchetFrom = " $originalRemoteName /main"
22+
1923 kotlin {
2024 licenseHeader("""
2125 /**
22- * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved.
26+ * Copyright © ${ ' $ ' } YEAR Apple Inc. and the Pkl project authors. All rights reserved.
2327 *
2428 * Licensed under the Apache License, Version 2.0 (the "License");
2529 * you may not use this file except in compliance with the License.
@@ -38,7 +42,7 @@ spotless {
3842 format(" pkl" ) {
3943 licenseHeader("""
4044 //===----------------------------------------------------------------------===//
41- // Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved.
45+ // Copyright © ${ ' $ ' } YEAR Apple Inc. and the Pkl project authors. All rights reserved.
4246 //
4347 // Licensed under the Apache License, Version 2.0 (the "License");
4448 // you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 99 }
1010 }
1111 }
12- }
12+ }
You can’t perform that action at this time.
0 commit comments