From eb3891b21f375081d2553e3a8f11e6bf7856d6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20K=2EF=2E=20H=C3=B6lzenspies?= Date: Wed, 23 Oct 2024 16:02:42 +0100 Subject: [PATCH] Change license header from doc- to block-comment (#730) * Change license header from doc to block comment * Apply fixed license header throughout --- bench/bench.gradle.kts | 2 +- bench/src/jmh/java/org/pkl/core/Fibonacci.java | 2 +- bench/src/jmh/java/org/pkl/core/ListSort.java | 2 +- bench/src/jmh/java/org/pkl/core/parser/ParserBenchmark.java | 2 +- build.gradle.kts | 2 +- buildSrc/build.gradle.kts | 2 +- buildSrc/settings.gradle.kts | 2 +- buildSrc/src/main/kotlin/BuildInfo.kt | 2 +- buildSrc/src/main/kotlin/ExecutableJar.kt | 2 +- buildSrc/src/main/kotlin/GradlePluginTests.kt | 2 +- buildSrc/src/main/kotlin/GradleVersionInfo.kt | 2 +- buildSrc/src/main/kotlin/HtmlValidator.kt | 2 +- buildSrc/src/main/kotlin/MergeSourcesJars.kt | 2 +- buildSrc/src/main/kotlin/ResolveSourcesJars.kt | 2 +- buildSrc/src/main/kotlin/pklAllProjects.gradle.kts | 2 +- buildSrc/src/main/kotlin/pklFatJar.gradle.kts | 2 +- buildSrc/src/main/kotlin/pklGraalVm.gradle.kts | 2 +- buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts | 2 +- buildSrc/src/main/kotlin/pklHtmlValidator.gradle.kts | 2 +- buildSrc/src/main/kotlin/pklJavaLibrary.gradle.kts | 2 +- buildSrc/src/main/kotlin/pklKotlinLibrary.gradle.kts | 2 +- buildSrc/src/main/kotlin/pklKotlinTest.gradle.kts | 2 +- buildSrc/src/main/kotlin/pklNativeBuild.gradle.kts | 2 +- buildSrc/src/main/kotlin/pklPublishLibrary.gradle.kts | 2 +- buildSrc/src/main/resources/license-header.star-block.txt | 2 +- docs/docs.gradle.kts | 2 +- pkl-cli/pkl-cli.gradle.kts | 2 +- pkl-cli/src/main/java/org/pkl/cli/svm/InitFeature.java | 2 +- .../main/java/org/pkl/cli/svm/MessagePackRecomputations.java | 2 +- .../main/java/org/pkl/cli/svm/PolyglotContextImplTarget.java | 2 +- .../src/main/java/org/pkl/cli/svm/PolyglotThreadInfoTarget.java | 2 +- .../main/java/org/pkl/cli/svm/ThreadLocalHandshakeTarget.java | 2 +- .../src/main/java/org/pkl/cli/svm/WeakAssumedValueTarget.java | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluator.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluatorOptions.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/CliPackageDownloader.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectCommand.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectPackager.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectResolver.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/CliRepl.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/CliServer.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/CliTestRunner.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/Main.kt | 2 +- .../main/kotlin/org/pkl/cli/commands/DownloadPackageCommand.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/commands/EvalCommand.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/commands/ProjectCommand.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/commands/ReplCommand.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/commands/ServerCommand.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/commands/TestCommand.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/repl/Repl.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCommands.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCompleters.kt | 2 +- pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplMessages.kt | 2 +- pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt | 2 +- pkl-cli/src/test/kotlin/org/pkl/cli/CliMainTest.kt | 2 +- pkl-cli/src/test/kotlin/org/pkl/cli/CliPackageDownloaderTest.kt | 2 +- pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectPackagerTest.kt | 2 +- pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectResolverTest.kt | 2 +- pkl-cli/src/test/kotlin/org/pkl/cli/CliTestRunnerTest.kt | 2 +- pkl-cli/src/test/kotlin/org/pkl/cli/repl/ReplMessagesTest.kt | 2 +- pkl-cli/src/test/kotlin/org/pkl/cli/testExtensions.kt | 2 +- pkl-codegen-java/pkl-codegen-java.gradle.kts | 2 +- .../main/kotlin/org/pkl/codegen/java/CliJavaCodeGenerator.kt | 2 +- .../kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorOptions.kt | 2 +- .../src/main/kotlin/org/pkl/codegen/java/JavaCodeGenerator.kt | 2 +- pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/Main.kt | 2 +- .../kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorTest.kt | 2 +- .../test/kotlin/org/pkl/codegen/java/InMemoryJavaCompiler.kt | 2 +- .../test/kotlin/org/pkl/codegen/java/JavaCodeGeneratorTest.kt | 2 +- .../src/test/kotlin/org/pkl/codegen/java/PklModule.kt | 2 +- pkl-codegen-kotlin/pkl-codegen-kotlin.gradle.kts | 2 +- .../kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGenerator.kt | 2 +- .../org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt | 2 +- .../main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt | 2 +- .../src/main/kotlin/org/pkl/codegen/kotlin/Main.kt | 2 +- .../kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorTest.kt | 2 +- .../kotlin/org/pkl/codegen/kotlin/InMemoryKotlinCompiler.kt | 2 +- .../kotlin/org/pkl/codegen/kotlin/KotlinCodeGeneratorTest.kt | 2 +- .../src/test/kotlin/org/pkl/codegen/kotlin/PklModule.kt | 2 +- pkl-commons-cli/pkl-commons-cli.gradle.kts | 2 +- .../src/main/kotlin/org/pkl/commons/cli/CliBaseOptions.kt | 2 +- .../src/main/kotlin/org/pkl/commons/cli/CliCommand.kt | 2 +- .../src/main/kotlin/org/pkl/commons/cli/CliException.kt | 2 +- pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliMain.kt | 2 +- .../src/main/kotlin/org/pkl/commons/cli/CliTestException.kt | 2 +- .../src/main/kotlin/org/pkl/commons/cli/CliTestOptions.kt | 2 +- .../src/main/kotlin/org/pkl/commons/cli/commands/BaseCommand.kt | 2 +- .../src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt | 2 +- .../main/kotlin/org/pkl/commons/cli/commands/ModulesCommand.kt | 2 +- .../kotlin/org/pkl/commons/cli/commands/OptionExtensions.kt | 2 +- .../main/kotlin/org/pkl/commons/cli/commands/ProjectOptions.kt | 2 +- .../src/main/kotlin/org/pkl/commons/cli/commands/TestOptions.kt | 2 +- .../src/test/kotlin/org/pkl/commons/cli/BaseCommandTest.kt | 2 +- pkl-commons-test/pkl-commons-test.gradle.kts | 2 +- .../src/main/kotlin/org/pkl/commons/test/FakeHttpResponse.kt | 2 +- .../src/main/kotlin/org/pkl/commons/test/FileTestUtils.kt | 2 +- .../main/kotlin/org/pkl/commons/test/FilteringClassLoader.kt | 2 +- .../main/kotlin/org/pkl/commons/test/InputOutputTestEngine.kt | 2 +- .../src/main/kotlin/org/pkl/commons/test/PackageServer.kt | 2 +- .../main/kotlin/org/pkl/commons/test/PklAssertionFailedError.kt | 2 +- .../src/main/kotlin/org/pkl/commons/test/PklExecutablePaths.kt | 2 +- pkl-commons/pkl-commons.gradle.kts | 2 +- pkl-commons/src/main/kotlin/org/pkl/commons/NameMapper.kt | 2 +- pkl-commons/src/main/kotlin/org/pkl/commons/Paths.kt | 2 +- pkl-commons/src/main/kotlin/org/pkl/commons/Strings.kt | 2 +- pkl-commons/src/main/kotlin/org/pkl/commons/Throwables.kt | 2 +- pkl-commons/src/main/kotlin/org/pkl/commons/Uris.kt | 2 +- pkl-commons/src/test/kotlin/org/pkl/commons/NameMapperTest.kt | 2 +- pkl-config-java/pkl-config-java.gradle.kts | 2 +- .../src/main/java/org/pkl/config/java/AbstractConfig.java | 2 +- .../src/main/java/org/pkl/config/java/CompositeConfig.java | 2 +- pkl-config-java/src/main/java/org/pkl/config/java/Config.java | 2 +- .../src/main/java/org/pkl/config/java/ConfigEvaluator.java | 2 +- .../main/java/org/pkl/config/java/ConfigEvaluatorBuilder.java | 2 +- .../src/main/java/org/pkl/config/java/ConfigEvaluatorImpl.java | 2 +- .../main/java/org/pkl/config/java/InvalidMappingException.java | 2 +- pkl-config-java/src/main/java/org/pkl/config/java/JavaType.java | 2 +- .../src/main/java/org/pkl/config/java/LeafConfig.java | 2 +- .../src/main/java/org/pkl/config/java/MapConfig.java | 2 +- .../src/main/java/org/pkl/config/java/NoSuchChildException.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/ClassRegistry.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/Conversion.java | 2 +- .../java/org/pkl/config/java/mapper/ConversionException.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/Conversions.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/Converter.java | 2 +- .../java/org/pkl/config/java/mapper/ConverterFactories.java | 2 +- .../main/java/org/pkl/config/java/mapper/ConverterFactory.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/Named.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/NonNull.java | 2 +- .../main/java/org/pkl/config/java/mapper/PAnyToOptional.java | 2 +- .../java/org/pkl/config/java/mapper/PCollectionToArray.java | 2 +- .../org/pkl/config/java/mapper/PCollectionToCollection.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/PMapToMap.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/PNullToAny.java | 2 +- .../java/org/pkl/config/java/mapper/PObjectToDataObject.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/PObjectToMap.java | 2 +- .../main/java/org/pkl/config/java/mapper/PObjectToPObject.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/PPairToPair.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/PStringToEnum.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/Reflection.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/Tuple2.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/TypeMapping.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/TypeMappings.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/Types.java | 2 +- .../src/main/java/org/pkl/config/java/mapper/ValueMapper.java | 2 +- .../java/org/pkl/config/java/mapper/ValueMapperBuilder.java | 2 +- .../main/java/org/pkl/config/java/mapper/ValueMapperImpl.java | 2 +- .../java/org/pkl/config/java/ConfigEvaluatorBuilderTest.java | 2 +- .../src/test/java/org/pkl/config/java/ConfigTest.java | 2 +- .../src/test/java/org/pkl/config/java/JavaTypeTest.java | 2 +- .../test/java/org/pkl/config/java/mapper/ConversionsTest.java | 2 +- .../java/org/pkl/config/java/mapper/PAnyToOptionalTest.java | 2 +- .../java/org/pkl/config/java/mapper/PCollectionToArrayTest.java | 2 +- .../org/pkl/config/java/mapper/PCollectionToCollectionTest.java | 2 +- .../src/test/java/org/pkl/config/java/mapper/PMapToMapTest.java | 2 +- .../org/pkl/config/java/mapper/PModuleToDataObjectTest.java | 2 +- .../test/java/org/pkl/config/java/mapper/PNullToAnyTest.java | 2 +- .../config/java/mapper/PObjectToDataObjectJavaxInjectTest.java | 2 +- .../java/mapper/PObjectToDataObjectOverriddenPropertyTest.java | 2 +- .../org/pkl/config/java/mapper/PObjectToDataObjectTest.java | 2 +- .../org/pkl/config/java/mapper/PObjectToInnerClassTest.java | 2 +- .../java/org/pkl/config/java/mapper/PObjectToPObjectTest.java | 2 +- .../test/java/org/pkl/config/java/mapper/PPairToPairTest.java | 2 +- .../test/java/org/pkl/config/java/mapper/PStringToEnumTest.java | 2 +- .../java/org/pkl/config/java/mapper/PStringToVersionTest.java | 2 +- .../java/org/pkl/config/java/mapper/PVersionToStringTest.java | 2 +- .../java/org/pkl/config/java/mapper/PVersionToVersionTest.java | 2 +- .../src/test/java/org/pkl/config/java/mapper/Person.java | 2 +- .../test/java/org/pkl/config/java/mapper/ReflectionTest.java | 2 +- .../src/test/java/org/pkl/config/java/mapper/TypesTest.java | 2 +- pkl-config-kotlin/pkl-config-kotlin.gradle.kts | 2 +- .../src/main/kotlin/org/pkl/config/kotlin/ConfigExtensions.kt | 2 +- .../kotlin/org/pkl/config/kotlin/mapper/KotlinConversions.kt | 2 +- .../org/pkl/config/kotlin/mapper/KotlinConverterFactories.kt | 2 +- .../kotlin/org/pkl/config/kotlin/mapper/PPairToKotlinPair.kt | 2 +- .../src/test/java/org/pkl/config/kotlin/JavaPerson.java | 2 +- .../test/kotlin/org/pkl/config/kotlin/ConfigExtensionsTest.kt | 2 +- .../kotlin/org/pkl/config/kotlin/KotlinObjectMappingTest.kt | 2 +- .../org/pkl/config/kotlin/mapper/KotlinConversionsTest.kt | 2 +- .../org/pkl/config/kotlin/mapper/OverriddenPropertyTest.kt | 2 +- .../org/pkl/config/kotlin/mapper/PPairToKotlinPairTest.kt | 2 +- .../test/kotlin/org/pkl/config/kotlin/mapper/PolymorphicTest.kt | 2 +- pkl-core/pkl-core.gradle.kts | 2 +- .../kotlin/org/pkl/core/generator/MemberRegistryGenerator.kt | 2 +- pkl-core/src/main/antlr/PklLexer.g4 | 2 +- pkl-core/src/main/antlr/PklParser.g4 | 2 +- pkl-core/src/main/java/org/pkl/core/BufferedLogger.java | 2 +- pkl-core/src/main/java/org/pkl/core/Composite.java | 2 +- pkl-core/src/main/java/org/pkl/core/DataSize.java | 2 +- pkl-core/src/main/java/org/pkl/core/DataSizeUnit.java | 2 +- pkl-core/src/main/java/org/pkl/core/Duration.java | 2 +- pkl-core/src/main/java/org/pkl/core/DurationUnit.java | 2 +- pkl-core/src/main/java/org/pkl/core/Evaluator.java | 2 +- pkl-core/src/main/java/org/pkl/core/EvaluatorBuilder.java | 2 +- pkl-core/src/main/java/org/pkl/core/EvaluatorImpl.java | 2 +- pkl-core/src/main/java/org/pkl/core/FileOutput.java | 2 +- pkl-core/src/main/java/org/pkl/core/FileOutputImpl.java | 2 +- pkl-core/src/main/java/org/pkl/core/JsonRenderer.java | 2 +- pkl-core/src/main/java/org/pkl/core/Logger.java | 2 +- pkl-core/src/main/java/org/pkl/core/Loggers.java | 2 +- pkl-core/src/main/java/org/pkl/core/Member.java | 2 +- pkl-core/src/main/java/org/pkl/core/Modifier.java | 2 +- pkl-core/src/main/java/org/pkl/core/ModuleSchema.java | 2 +- pkl-core/src/main/java/org/pkl/core/ModuleSource.java | 2 +- .../src/main/java/org/pkl/core/NoSuchPropertyException.java | 2 +- pkl-core/src/main/java/org/pkl/core/OutputFormat.java | 2 +- pkl-core/src/main/java/org/pkl/core/PClass.java | 2 +- pkl-core/src/main/java/org/pkl/core/PClassInfo.java | 2 +- pkl-core/src/main/java/org/pkl/core/PListRenderer.java | 2 +- pkl-core/src/main/java/org/pkl/core/PModule.java | 2 +- pkl-core/src/main/java/org/pkl/core/PNull.java | 2 +- pkl-core/src/main/java/org/pkl/core/PObject.java | 2 +- pkl-core/src/main/java/org/pkl/core/PType.java | 2 +- pkl-core/src/main/java/org/pkl/core/Pair.java | 2 +- pkl-core/src/main/java/org/pkl/core/PcfRenderer.java | 2 +- pkl-core/src/main/java/org/pkl/core/PklBugException.java | 2 +- pkl-core/src/main/java/org/pkl/core/PklException.java | 2 +- pkl-core/src/main/java/org/pkl/core/PklInfo.java | 2 +- pkl-core/src/main/java/org/pkl/core/Platform.java | 2 +- pkl-core/src/main/java/org/pkl/core/PropertiesRenderer.java | 2 +- pkl-core/src/main/java/org/pkl/core/Release.java | 2 +- pkl-core/src/main/java/org/pkl/core/RendererException.java | 2 +- pkl-core/src/main/java/org/pkl/core/SecurityManager.java | 2 +- pkl-core/src/main/java/org/pkl/core/SecurityManagerBuilder.java | 2 +- .../src/main/java/org/pkl/core/SecurityManagerException.java | 2 +- pkl-core/src/main/java/org/pkl/core/SecurityManagers.java | 2 +- pkl-core/src/main/java/org/pkl/core/StackFrame.java | 2 +- pkl-core/src/main/java/org/pkl/core/StackFrameTransformer.java | 2 +- pkl-core/src/main/java/org/pkl/core/StackFrameTransformers.java | 2 +- pkl-core/src/main/java/org/pkl/core/TypeAlias.java | 2 +- pkl-core/src/main/java/org/pkl/core/TypeParameter.java | 2 +- pkl-core/src/main/java/org/pkl/core/Value.java | 2 +- pkl-core/src/main/java/org/pkl/core/ValueConverter.java | 2 +- pkl-core/src/main/java/org/pkl/core/ValueFormatter.java | 2 +- pkl-core/src/main/java/org/pkl/core/ValueRenderer.java | 2 +- pkl-core/src/main/java/org/pkl/core/ValueRenderers.java | 2 +- pkl-core/src/main/java/org/pkl/core/ValueVisitor.java | 2 +- pkl-core/src/main/java/org/pkl/core/Version.java | 2 +- pkl-core/src/main/java/org/pkl/core/YamlRenderer.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/ConstantNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/ConstantValueNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/ExpressionNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/MemberLookupMode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/MemberNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/PklNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/PklRootNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/SimpleRootNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/VmModifier.java | 2 +- .../main/java/org/pkl/core/ast/builder/AbstractAstBuilder.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/builder/AstBuilder.java | 2 +- .../pkl/core/ast/builder/CannotInvokeAbstractFunctionNode.java | 2 +- .../pkl/core/ast/builder/CannotInvokeAbstractPropertyNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/builder/ConstLevel.java | 2 +- .../java/org/pkl/core/ast/builder/ImportsAndReadsParser.java | 2 +- .../src/main/java/org/pkl/core/ast/builder/SymbolTable.java | 2 +- .../java/org/pkl/core/ast/expression/binary/AdditionNode.java | 2 +- .../pkl/core/ast/expression/binary/BinaryExpressionNode.java | 2 +- .../java/org/pkl/core/ast/expression/binary/ComparatorNode.java | 2 +- .../java/org/pkl/core/ast/expression/binary/DivisionNode.java | 2 +- .../main/java/org/pkl/core/ast/expression/binary/EqualNode.java | 2 +- .../org/pkl/core/ast/expression/binary/ExponentiationNode.java | 2 +- .../org/pkl/core/ast/expression/binary/GreaterThanNode.java | 2 +- .../pkl/core/ast/expression/binary/GreaterThanOrEqualNode.java | 2 +- .../java/org/pkl/core/ast/expression/binary/LessThanNode.java | 2 +- .../org/pkl/core/ast/expression/binary/LessThanOrEqualNode.java | 2 +- .../java/org/pkl/core/ast/expression/binary/LetExprNode.java | 2 +- .../java/org/pkl/core/ast/expression/binary/LogicalAndNode.java | 2 +- .../java/org/pkl/core/ast/expression/binary/LogicalOrNode.java | 2 +- .../org/pkl/core/ast/expression/binary/MultiplicationNode.java | 2 +- .../java/org/pkl/core/ast/expression/binary/NotEqualNode.java | 2 +- .../org/pkl/core/ast/expression/binary/NullCoalescingNode.java | 2 +- .../main/java/org/pkl/core/ast/expression/binary/PipeNode.java | 2 +- .../java/org/pkl/core/ast/expression/binary/RemainderNode.java | 2 +- .../ast/expression/binary/ShortCircuitingExpressionNode.java | 2 +- .../java/org/pkl/core/ast/expression/binary/SubscriptNode.java | 2 +- .../org/pkl/core/ast/expression/binary/SubtractionNode.java | 2 +- .../pkl/core/ast/expression/binary/TruncatingDivisionNode.java | 2 +- .../pkl/core/ast/expression/generator/GeneratorElementNode.java | 2 +- .../pkl/core/ast/expression/generator/GeneratorEntryNode.java | 2 +- .../org/pkl/core/ast/expression/generator/GeneratorForNode.java | 2 +- .../pkl/core/ast/expression/generator/GeneratorMemberNode.java | 2 +- .../ast/expression/generator/GeneratorObjectLiteralNode.java | 2 +- .../ast/expression/generator/GeneratorPredicateMemberNode.java | 2 +- .../core/ast/expression/generator/GeneratorPropertyNode.java | 2 +- .../pkl/core/ast/expression/generator/GeneratorSpreadNode.java | 2 +- .../pkl/core/ast/expression/generator/GeneratorWhenNode.java | 2 +- .../core/ast/expression/generator/WriteForVariablesNode.java | 2 +- .../org/pkl/core/ast/expression/literal/AmendFunctionNode.java | 2 +- .../org/pkl/core/ast/expression/literal/AmendModuleNode.java | 2 +- .../core/ast/expression/literal/CheckIsAnnotationClassNode.java | 2 +- .../core/ast/expression/literal/ConstantEntriesLiteralNode.java | 2 +- .../core/ast/expression/literal/ElementsEntriesLiteralNode.java | 2 +- .../pkl/core/ast/expression/literal/ElementsLiteralNode.java | 2 +- .../pkl/core/ast/expression/literal/EmptyObjectLiteralNode.java | 2 +- .../org/pkl/core/ast/expression/literal/EntriesLiteralNode.java | 2 +- .../org/pkl/core/ast/expression/literal/FalseLiteralNode.java | 2 +- .../org/pkl/core/ast/expression/literal/FloatLiteralNode.java | 2 +- .../pkl/core/ast/expression/literal/FunctionLiteralNode.java | 2 +- .../org/pkl/core/ast/expression/literal/IntLiteralNode.java | 2 +- .../ast/expression/literal/InterpolatedStringLiteralNode.java | 2 +- .../org/pkl/core/ast/expression/literal/ListLiteralNode.java | 2 +- .../org/pkl/core/ast/expression/literal/MapLiteralNode.java | 2 +- .../org/pkl/core/ast/expression/literal/ObjectLiteralNode.java | 2 +- .../pkl/core/ast/expression/literal/PropertiesLiteralNode.java | 2 +- .../org/pkl/core/ast/expression/literal/SetLiteralNode.java | 2 +- .../ast/expression/literal/SpecializedObjectLiteralNode.java | 2 +- .../org/pkl/core/ast/expression/literal/TrueLiteralNode.java | 2 +- .../core/ast/expression/member/InferParentWithinMethodNode.java | 2 +- .../expression/member/InferParentWithinObjectMethodNode.java | 2 +- .../ast/expression/member/InferParentWithinPropertyNode.java | 2 +- .../pkl/core/ast/expression/member/InvokeMethodDirectNode.java | 2 +- .../pkl/core/ast/expression/member/InvokeMethodLexicalNode.java | 2 +- .../pkl/core/ast/expression/member/InvokeMethodVirtualNode.java | 2 +- .../pkl/core/ast/expression/member/InvokeSuperMethodNode.java | 2 +- .../pkl/core/ast/expression/member/ReadLocalPropertyNode.java | 2 +- .../org/pkl/core/ast/expression/member/ReadPropertyNode.java | 2 +- .../org/pkl/core/ast/expression/member/ReadSuperEntryNode.java | 2 +- .../pkl/core/ast/expression/member/ReadSuperPropertyNode.java | 2 +- .../org/pkl/core/ast/expression/member/ResolveMethodNode.java | 2 +- .../org/pkl/core/ast/expression/primary/CustomThisNode.java | 2 +- .../pkl/core/ast/expression/primary/GetEnclosingOwnerNode.java | 2 +- .../core/ast/expression/primary/GetEnclosingReceiverNode.java | 2 +- .../org/pkl/core/ast/expression/primary/GetMemberKeyNode.java | 2 +- .../java/org/pkl/core/ast/expression/primary/GetModuleNode.java | 2 +- .../java/org/pkl/core/ast/expression/primary/GetOwnerNode.java | 2 +- .../org/pkl/core/ast/expression/primary/GetReceiverNode.java | 2 +- .../java/org/pkl/core/ast/expression/primary/OuterNode.java | 2 +- .../pkl/core/ast/expression/primary/ResolveVariableNode.java | 2 +- .../main/java/org/pkl/core/ast/expression/primary/ThisNode.java | 2 +- .../java/org/pkl/core/ast/expression/ternary/IfElseNode.java | 2 +- .../org/pkl/core/ast/expression/unary/AbstractImportNode.java | 2 +- .../org/pkl/core/ast/expression/unary/AbstractReadNode.java | 2 +- .../pkl/core/ast/expression/unary/ImportGlobMemberBodyNode.java | 2 +- .../java/org/pkl/core/ast/expression/unary/ImportGlobNode.java | 2 +- .../main/java/org/pkl/core/ast/expression/unary/ImportNode.java | 2 +- .../java/org/pkl/core/ast/expression/unary/LogicalNotNode.java | 2 +- .../java/org/pkl/core/ast/expression/unary/NonNullNode.java | 2 +- .../core/ast/expression/unary/NullPropagatingOperationNode.java | 2 +- .../core/ast/expression/unary/PropagateNullReceiverNode.java | 2 +- .../pkl/core/ast/expression/unary/ReadGlobMemberBodyNode.java | 2 +- .../java/org/pkl/core/ast/expression/unary/ReadGlobNode.java | 2 +- .../main/java/org/pkl/core/ast/expression/unary/ReadNode.java | 2 +- .../java/org/pkl/core/ast/expression/unary/ReadOrNullNode.java | 2 +- .../org/pkl/core/ast/expression/unary/ReadOrNullStdLibNode.java | 2 +- .../main/java/org/pkl/core/ast/expression/unary/ThrowNode.java | 2 +- .../main/java/org/pkl/core/ast/expression/unary/TraceNode.java | 2 +- .../org/pkl/core/ast/expression/unary/UnaryExpressionNode.java | 2 +- .../java/org/pkl/core/ast/expression/unary/UnaryMinusNode.java | 2 +- .../main/java/org/pkl/core/ast/frame/ReadAuxiliarySlotNode.java | 2 +- .../org/pkl/core/ast/frame/ReadEnclosingAuxiliarySlotNode.java | 2 +- .../java/org/pkl/core/ast/frame/ReadEnclosingFrameSlotNode.java | 2 +- .../src/main/java/org/pkl/core/ast/frame/ReadFrameSlotNode.java | 2 +- .../main/java/org/pkl/core/ast/frame/WriteFrameSlotNode.java | 2 +- .../src/main/java/org/pkl/core/ast/internal/BlackholeNode.java | 2 +- .../java/org/pkl/core/ast/internal/GetBaseModuleClassNode.java | 2 +- .../src/main/java/org/pkl/core/ast/internal/GetClassNode.java | 2 +- .../main/java/org/pkl/core/ast/internal/IsInstanceOfNode.java | 2 +- .../src/main/java/org/pkl/core/ast/internal/ToStringNode.java | 2 +- .../main/java/org/pkl/core/ast/lambda/ApplyVmFunction0Node.java | 2 +- .../main/java/org/pkl/core/ast/lambda/ApplyVmFunction1Node.java | 2 +- .../main/java/org/pkl/core/ast/lambda/ApplyVmFunction2Node.java | 2 +- .../main/java/org/pkl/core/ast/lambda/ApplyVmFunction3Node.java | 2 +- .../main/java/org/pkl/core/ast/lambda/ApplyVmFunction4Node.java | 2 +- .../main/java/org/pkl/core/ast/lambda/ApplyVmFunction5Node.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/member/ClassMember.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/member/ClassMethod.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/member/ClassNode.java | 2 +- .../src/main/java/org/pkl/core/ast/member/ClassProperty.java | 2 +- .../java/org/pkl/core/ast/member/DefaultPropertyBodyNode.java | 2 +- .../core/ast/member/DelegateToExtraStorageMapOrParentNode.java | 2 +- .../org/pkl/core/ast/member/DelegateToExtraStorageObjNode.java | 2 +- .../core/ast/member/DelegateToExtraStorageObjOrParentNode.java | 2 +- .../src/main/java/org/pkl/core/ast/member/FunctionNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/member/Lambda.java | 2 +- .../org/pkl/core/ast/member/ListingOrMappingTypeCastNode.java | 2 +- .../java/org/pkl/core/ast/member/LocalTypedPropertyNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/member/Member.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/member/ModuleNode.java | 2 +- .../src/main/java/org/pkl/core/ast/member/ObjectMember.java | 2 +- .../src/main/java/org/pkl/core/ast/member/ObjectMethodNode.java | 2 +- .../src/main/java/org/pkl/core/ast/member/PropertyTypeNode.java | 2 +- .../main/java/org/pkl/core/ast/member/RegularMemberNode.java | 2 +- .../src/main/java/org/pkl/core/ast/member/SharedMemberNode.java | 2 +- .../src/main/java/org/pkl/core/ast/member/TypeAliasNode.java | 2 +- .../java/org/pkl/core/ast/member/TypeCheckedPropertyNode.java | 2 +- .../main/java/org/pkl/core/ast/member/TypedPropertyNode.java | 2 +- .../java/org/pkl/core/ast/member/UnresolvedClassMemberNode.java | 2 +- .../java/org/pkl/core/ast/member/UnresolvedFunctionNode.java | 2 +- .../main/java/org/pkl/core/ast/member/UnresolvedMethodNode.java | 2 +- .../java/org/pkl/core/ast/member/UnresolvedPropertyNode.java | 2 +- .../java/org/pkl/core/ast/member/UntypedObjectMemberNode.java | 2 +- .../main/java/org/pkl/core/ast/repl/ResolveClassMemberNode.java | 2 +- .../main/java/org/pkl/core/ast/type/GetParentForTypeNode.java | 2 +- .../src/main/java/org/pkl/core/ast/type/IdentityMixinNode.java | 2 +- .../java/org/pkl/core/ast/type/ResolveDeclaredTypeNode.java | 2 +- .../org/pkl/core/ast/type/ResolveQualifiedDeclaredTypeNode.java | 2 +- .../org/pkl/core/ast/type/ResolveSimpleDeclaredTypeNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/type/TypeCastNode.java | 2 +- .../src/main/java/org/pkl/core/ast/type/TypeConstraintNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java | 2 +- pkl-core/src/main/java/org/pkl/core/ast/type/TypeTestNode.java | 2 +- .../src/main/java/org/pkl/core/ast/type/UnresolvedTypeNode.java | 2 +- .../java/org/pkl/core/ast/type/VmTypeMismatchException.java | 2 +- .../org/pkl/core/evaluatorSettings/PklEvaluatorSettings.java | 2 +- pkl-core/src/main/java/org/pkl/core/http/DummyHttpClient.java | 2 +- pkl-core/src/main/java/org/pkl/core/http/HttpClient.java | 2 +- pkl-core/src/main/java/org/pkl/core/http/HttpClientBuilder.java | 2 +- .../main/java/org/pkl/core/http/HttpClientInitException.java | 2 +- pkl-core/src/main/java/org/pkl/core/http/JdkHttpClient.java | 2 +- pkl-core/src/main/java/org/pkl/core/http/LazyHttpClient.java | 2 +- pkl-core/src/main/java/org/pkl/core/http/NoProxyRule.java | 2 +- pkl-core/src/main/java/org/pkl/core/http/ProxySelector.java | 2 +- .../src/main/java/org/pkl/core/http/RequestRewritingClient.java | 2 +- pkl-core/src/main/java/org/pkl/core/module/FileResolver.java | 2 +- pkl-core/src/main/java/org/pkl/core/module/ModuleKey.java | 2 +- .../src/main/java/org/pkl/core/module/ModuleKeyFactories.java | 2 +- .../src/main/java/org/pkl/core/module/ModuleKeyFactory.java | 2 +- pkl-core/src/main/java/org/pkl/core/module/ModuleKeys.java | 2 +- .../src/main/java/org/pkl/core/module/ModulePathResolver.java | 2 +- pkl-core/src/main/java/org/pkl/core/module/PathElement.java | 2 +- .../java/org/pkl/core/module/ProjectDependenciesManager.java | 2 +- .../src/main/java/org/pkl/core/module/ResolvedModuleKey.java | 2 +- .../src/main/java/org/pkl/core/module/ResolvedModuleKeys.java | 2 +- pkl-core/src/main/java/org/pkl/core/packages/Checksums.java | 2 +- pkl-core/src/main/java/org/pkl/core/packages/Dependency.java | 2 +- .../src/main/java/org/pkl/core/packages/DependencyMetadata.java | 2 +- .../src/main/java/org/pkl/core/packages/PackageAssetUri.java | 2 +- .../src/main/java/org/pkl/core/packages/PackageLoadError.java | 2 +- .../src/main/java/org/pkl/core/packages/PackageResolver.java | 2 +- .../src/main/java/org/pkl/core/packages/PackageResolvers.java | 2 +- pkl-core/src/main/java/org/pkl/core/packages/PackageUri.java | 2 +- pkl-core/src/main/java/org/pkl/core/packages/PackageUtils.java | 2 +- pkl-core/src/main/java/org/pkl/core/parser/ErrorStrategy.java | 2 +- .../src/main/java/org/pkl/core/parser/LexParseException.java | 2 +- pkl-core/src/main/java/org/pkl/core/parser/Lexer.java | 2 +- pkl-core/src/main/java/org/pkl/core/parser/Parser.java | 2 +- .../src/main/java/org/pkl/core/project/CanonicalPackageUri.java | 2 +- .../main/java/org/pkl/core/project/DeclaredDependencies.java | 2 +- pkl-core/src/main/java/org/pkl/core/project/Package.java | 2 +- pkl-core/src/main/java/org/pkl/core/project/Project.java | 2 +- .../java/org/pkl/core/project/ProjectDependenciesResolver.java | 2 +- pkl-core/src/main/java/org/pkl/core/project/ProjectDeps.java | 2 +- .../src/main/java/org/pkl/core/project/ProjectPackager.java | 2 +- pkl-core/src/main/java/org/pkl/core/repl/ReplRequest.java | 2 +- pkl-core/src/main/java/org/pkl/core/repl/ReplResponse.java | 2 +- pkl-core/src/main/java/org/pkl/core/repl/ReplServer.java | 2 +- pkl-core/src/main/java/org/pkl/core/resource/Resource.java | 2 +- .../src/main/java/org/pkl/core/resource/ResourceReader.java | 2 +- .../src/main/java/org/pkl/core/resource/ResourceReaders.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/BaseModule.java | 2 +- .../src/main/java/org/pkl/core/runtime/BenchmarkModule.java | 2 +- .../src/main/java/org/pkl/core/runtime/FileSystemManager.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/Identifier.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/Iterators.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/JsonnetModule.java | 2 +- .../main/java/org/pkl/core/runtime/KeyLookupSuggestions.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/LoggerImpl.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/MathModule.java | 2 +- .../main/java/org/pkl/core/runtime/MemberLookupSuggestions.java | 2 +- .../main/java/org/pkl/core/runtime/MinPklVersionChecker.java | 2 +- .../src/main/java/org/pkl/core/runtime/MirrorFactories.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/ModuleCache.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/ModuleInfo.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/ModuleResolver.java | 2 +- .../main/java/org/pkl/core/runtime/NullReceiverException.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/PlatformModule.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/ProjectModule.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/ReaderBase.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/ReflectModule.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/ReleaseModule.java | 2 +- .../src/main/java/org/pkl/core/runtime/ResourceManager.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/SemVerModule.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/SettingsModule.java | 2 +- .../src/main/java/org/pkl/core/runtime/StackTraceGenerator.java | 2 +- .../src/main/java/org/pkl/core/runtime/StackTraceRenderer.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/StdLibModule.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/TestModule.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/TestResults.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/TestRunner.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmBugException.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmClass.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmCollection.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmContext.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmDataSize.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmDuration.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmDynamic.java | 2 +- .../src/main/java/org/pkl/core/runtime/VmEvalException.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmException.java | 2 +- .../src/main/java/org/pkl/core/runtime/VmExceptionBuilder.java | 2 +- .../src/main/java/org/pkl/core/runtime/VmExceptionRenderer.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmFileDetector.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmFunction.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmIntSeq.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmLanguage.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmList.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmListing.java | 2 +- .../src/main/java/org/pkl/core/runtime/VmListingOrMapping.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmMap.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmMapping.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmNull.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmObject.java | 2 +- .../src/main/java/org/pkl/core/runtime/VmObjectBuilder.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmObjectLike.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmPair.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmRegex.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmSafeMath.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmSet.java | 2 +- .../java/org/pkl/core/runtime/VmStackOverflowException.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmTypeAlias.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmTyped.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmTypes.java | 2 +- .../java/org/pkl/core/runtime/VmUndefinedValueException.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmUtils.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmValue.java | 2 +- .../src/main/java/org/pkl/core/runtime/VmValueConverter.java | 2 +- .../src/main/java/org/pkl/core/runtime/VmValueRenderer.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/VmValueVisitor.java | 2 +- pkl-core/src/main/java/org/pkl/core/runtime/XmlModule.java | 2 +- .../src/main/java/org/pkl/core/service/ExecutorSpiImpl.java | 2 +- pkl-core/src/main/java/org/pkl/core/settings/PklSettings.java | 2 +- .../src/main/java/org/pkl/core/stdlib/AbstractRenderer.java | 2 +- .../src/main/java/org/pkl/core/stdlib/ExternalMemberNode.java | 2 +- .../src/main/java/org/pkl/core/stdlib/ExternalMethod0Node.java | 2 +- .../src/main/java/org/pkl/core/stdlib/ExternalMethod1Node.java | 2 +- .../src/main/java/org/pkl/core/stdlib/ExternalMethod2Node.java | 2 +- .../src/main/java/org/pkl/core/stdlib/ExternalMethod3Node.java | 2 +- .../src/main/java/org/pkl/core/stdlib/ExternalMethod4Node.java | 2 +- .../src/main/java/org/pkl/core/stdlib/ExternalMethod5Node.java | 2 +- .../src/main/java/org/pkl/core/stdlib/ExternalMethodNode.java | 2 +- .../src/main/java/org/pkl/core/stdlib/ExternalPropertyNode.java | 2 +- .../src/main/java/org/pkl/core/stdlib/LanguageAwareNode.java | 2 +- .../src/main/java/org/pkl/core/stdlib/PathConverterSupport.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/PathSpecParser.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/PklConverter.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/PklName.java | 2 +- .../src/main/java/org/pkl/core/stdlib/VmObjectFactories.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/VmObjectFactory.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/AnyNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/BaseNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/BooleanNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/ClassNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/CollectionNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/DataSizeNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/DurationNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/DynamicNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/FloatNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/Function0Nodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/Function1Nodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/Function2Nodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/Function3Nodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/Function4Nodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/Function5Nodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/FunctionNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/IntNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/IntSeqNodes.java | 2 +- .../main/java/org/pkl/core/stdlib/base/JsonRendererNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/ListNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/ListingNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/MapNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/MappingNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/MergeSort.java | 2 +- .../main/java/org/pkl/core/stdlib/base/ModuleClassNodes.java | 2 +- .../main/java/org/pkl/core/stdlib/base/PListRendererNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/PairNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/PcfRenderer.java | 2 +- .../main/java/org/pkl/core/stdlib/base/PcfRendererNodes.java | 2 +- .../java/org/pkl/core/stdlib/base/PropertiesRendererNodes.java | 2 +- .../main/java/org/pkl/core/stdlib/base/RegexMatchFactory.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/RegexNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/ResourceNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/SetNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/base/StringNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/base/TypedNodes.java | 2 +- .../main/java/org/pkl/core/stdlib/base/YamlRendererNodes.java | 2 +- .../main/java/org/pkl/core/stdlib/benchmark/BenchmarkUtils.java | 2 +- .../java/org/pkl/core/stdlib/benchmark/MicrobenchmarkNodes.java | 2 +- .../org/pkl/core/stdlib/benchmark/OutputBenchmarkNodes.java | 2 +- .../org/pkl/core/stdlib/benchmark/ParserBenchmarkNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/json/ParserNodes.java | 2 +- .../main/java/org/pkl/core/stdlib/jsonnet/RendererNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/math/MathNodes.java | 2 +- .../main/java/org/pkl/core/stdlib/platform/PlatformNodes.java | 2 +- .../main/java/org/pkl/core/stdlib/protobuf/RendererNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/reflect/ClassNodes.java | 2 +- .../java/org/pkl/core/stdlib/reflect/DeclaredTypeNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/reflect/ReflectNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/reflect/TypeNodes.java | 2 +- .../java/org/pkl/core/stdlib/registry/EmptyMemberRegistry.java | 2 +- .../org/pkl/core/stdlib/registry/ExternalMemberRegistry.java | 2 +- .../src/main/java/org/pkl/core/stdlib/release/ReleaseNodes.java | 2 +- pkl-core/src/main/java/org/pkl/core/stdlib/test/TestNodes.java | 2 +- .../main/java/org/pkl/core/stdlib/test/report/JUnitReport.java | 2 +- .../main/java/org/pkl/core/stdlib/test/report/SimpleReport.java | 2 +- .../main/java/org/pkl/core/stdlib/test/report/TestReport.java | 2 +- .../src/main/java/org/pkl/core/stdlib/xml/RendererNodes.java | 2 +- .../src/main/java/org/pkl/core/stdlib/yaml/ParserNodes.java | 2 +- .../src/main/java/org/pkl/core/util/AbstractCharEscaper.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/ArrayCharEscaper.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/ByteArrayUtils.java | 2 +- .../src/main/java/org/pkl/core/util/CodeGeneratorUtils.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/CollectionUtils.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/DurationUtils.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/EconomicMaps.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/EconomicSets.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/ErrorMessages.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/Exceptions.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/GlobResolver.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/HttpUtils.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/IoUtils.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/LateInit.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/MathUtils.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/MutableBoolean.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/MutableLong.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/MutableReference.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/Nonnull.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/NonnullByDefault.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/Nullable.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/Pair.java | 2 +- .../src/main/java/org/pkl/core/util/StringBuilderWriter.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/StringSimilarity.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/StringUtils.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/json/Json.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/json/JsonEscaper.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/json/JsonHandler.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/json/JsonParser.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/json/JsonWriter.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/json/Location.java | 2 +- .../src/main/java/org/pkl/core/util/json/ParseException.java | 2 +- .../main/java/org/pkl/core/util/properties/PropertiesUtils.java | 2 +- .../src/main/java/org/pkl/core/util/xml/Xml10Validator.java | 2 +- .../src/main/java/org/pkl/core/util/xml/Xml11Validator.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/xml/XmlValidator.java | 2 +- .../src/main/java/org/pkl/core/util/yaml/Yaml11Emitter.java | 2 +- .../src/main/java/org/pkl/core/util/yaml/Yaml12Emitter.java | 2 +- .../src/main/java/org/pkl/core/util/yaml/YamlCompatEmitter.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEmitter.java | 2 +- pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEscaper.java | 2 +- .../main/java/org/pkl/core/util/yaml/snake/Yaml11Resolver.java | 2 +- .../main/java/org/pkl/core/util/yaml/snake/Yaml12Resolver.java | 2 +- .../org/pkl/core/util/yaml/snake/YamlCompatEmitterResolver.java | 2 +- .../org/pkl/core/util/yaml/snake/YamlCompatParserResolver.java | 2 +- .../main/java/org/pkl/core/util/yaml/snake/YamlResolver.java | 2 +- .../src/main/java/org/pkl/core/util/yaml/snake/YamlUtils.java | 2 +- pkl-core/src/test/kotlin/org/pkl/core/ClassInheritanceTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/DataSizeTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/DataSizeUnitTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/DurationTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/DurationUnitTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/DynamicTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/EvaluateExpressionTest.kt | 2 +- .../test/kotlin/org/pkl/core/EvaluateMultipleFileOutputTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/EvaluateOutputTextTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/EvaluateSchemaTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/EvaluateTestsTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/EvaluatorBuilderTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/EvaluatorTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/JsonRendererTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTests.kt | 2 +- .../src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PClassInfoTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PListRendererTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PModuleTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PNullTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PObjectTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PairTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PcfRendererTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PklInfoTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PlatformTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/PropertiesRendererTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/ReleaseTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/ReplServerTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/RepositoryHygiene.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/SecurityManagersTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/StackFrameTransformersTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/VersionTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/YamlRendererTest.kt | 2 +- .../org/pkl/core/ast/builder/ImportsAndReadsParserTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/http/DummyHttpClientTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/http/LazyHttpClientTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/http/NoProxyRuleTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/http/RequestCapturingClient.kt | 2 +- .../test/kotlin/org/pkl/core/http/RequestRewritingClientTest.kt | 2 +- .../test/kotlin/org/pkl/core/module/ModuleKeyFactoriesTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/module/ModuleKeysTest.kt | 2 +- .../test/kotlin/org/pkl/core/module/ModulePathResolverTest.kt | 2 +- .../test/kotlin/org/pkl/core/module/ResolvedModuleKeysTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/module/ServiceProviderTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/module/TestModuleKeyFactory.kt | 2 +- .../test/kotlin/org/pkl/core/packages/DependencyMetadataTest.kt | 2 +- .../test/kotlin/org/pkl/core/packages/PackageResolversTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/parser/LexerTest.kt | 2 +- .../kotlin/org/pkl/core/parser/MultiLineStringLiteralTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/parser/ShebangTest.kt | 2 +- .../org/pkl/core/project/ProjectDependenciesResolverTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/project/ProjectDepsTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/project/ProjectTest.kt | 2 +- .../org/pkl/core/resource/ResourceReadersEvaluatorTest.kt | 2 +- .../test/kotlin/org/pkl/core/resource/ResourceReadersTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/resource/TestResourceReader.kt | 2 +- .../kotlin/org/pkl/core/runtime/DefaultModuleResolverTest.kt | 2 +- .../test/kotlin/org/pkl/core/runtime/FileSystemManagerTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/runtime/IteratorsTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/runtime/ModuleKeyTest.kt | 2 +- .../test/kotlin/org/pkl/core/runtime/StackTraceRendererTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/runtime/VmClassTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDataSizeTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDurationTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/runtime/VmSafeMathTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/runtime/VmUtilsTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/runtime/VmValueRendererTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/settings/PklSettingsTest.kt | 2 +- .../test/kotlin/org/pkl/core/stdlib/PathConverterSupportTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/stdlib/PathSpecParserTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/stdlib/ReflectModuleTest.kt | 2 +- .../org/pkl/core/truffle/LongVsDoubleSpecializationTest.kt | 2 +- .../src/test/kotlin/org/pkl/core/util/ArrayCharEscaperTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/util/ExceptionsTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/util/GlobResolverTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/util/HttpUtilsTest.kt | 2 +- pkl-core/src/test/kotlin/org/pkl/core/util/IoUtilsTest.kt | 2 +- pkl-doc/pkl-doc.gradle.kts | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/ClassPageGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGeneratorOptions.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/Constants.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/DocGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/DocGeneratorException.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/HtmlGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/Main.kt | 2 +- .../src/main/kotlin/org/pkl/doc/MainOrPackagePageGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/MainPageGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/Markdown.kt | 2 +- .../src/main/kotlin/org/pkl/doc/ModuleOrClassPageGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/ModulePageGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/PackageDataGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/PackagePageGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/RuntimeDataGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/SearchIndexGenerator.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/Serializers.kt | 2 +- pkl-doc/src/main/kotlin/org/pkl/doc/Util.kt | 2 +- pkl-doc/src/test/kotlin/org/pkl/doc/CliDocGeneratorTest.kt | 2 +- pkl-doc/src/test/kotlin/org/pkl/doc/CliMainTest.kt | 2 +- pkl-doc/src/test/kotlin/org/pkl/doc/DocScopeTest.kt | 2 +- pkl-doc/src/test/kotlin/org/pkl/doc/SearchTest.kt | 2 +- pkl-executor/pkl-executor.gradle.kts | 2 +- .../src/main/java/org/pkl/executor/EmbeddedExecutor.java | 2 +- pkl-executor/src/main/java/org/pkl/executor/Executor.java | 2 +- .../src/main/java/org/pkl/executor/ExecutorException.java | 2 +- .../src/main/java/org/pkl/executor/ExecutorOptions.java | 2 +- pkl-executor/src/main/java/org/pkl/executor/Executors.java | 2 +- pkl-executor/src/main/java/org/pkl/executor/Version.java | 2 +- .../src/main/java/org/pkl/executor/spi/v1/ExecutorSpi.java | 2 +- .../main/java/org/pkl/executor/spi/v1/ExecutorSpiException.java | 2 +- .../main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions.java | 2 +- .../main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions2.java | 2 +- .../src/test/kotlin/org/pkl/executor/EmbeddedExecutorTest.kt | 2 +- pkl-executor/src/test/kotlin/org/pkl/executor/VersionTest.kt | 2 +- pkl-gradle/pkl-gradle.gradle.kts | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/PklExtension.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/PklPlugin.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/PklProjectCommands.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/spec/BasePklSpec.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/spec/CodeGenSpec.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/spec/EvalSpec.java | 2 +- .../src/main/java/org/pkl/gradle/spec/JavaCodeGenSpec.java | 2 +- .../src/main/java/org/pkl/gradle/spec/KotlinCodeGenSpec.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/spec/ModulesSpec.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/spec/PkldocSpec.java | 2 +- .../src/main/java/org/pkl/gradle/spec/ProjectPackageSpec.java | 2 +- .../src/main/java/org/pkl/gradle/spec/ProjectResolveSpec.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/spec/TestSpec.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/task/BasePklTask.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/task/CodeGenTask.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/task/EvalTask.java | 2 +- .../src/main/java/org/pkl/gradle/task/JavaCodeGenTask.java | 2 +- .../src/main/java/org/pkl/gradle/task/KotlinCodeGenTask.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/task/ModulesTask.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/task/PkldocTask.java | 2 +- .../src/main/java/org/pkl/gradle/task/ProjectPackageTask.java | 2 +- .../src/main/java/org/pkl/gradle/task/ProjectResolveTask.java | 2 +- pkl-gradle/src/main/java/org/pkl/gradle/task/TestTask.java | 2 +- pkl-gradle/src/test/kotlin/org/pkl/gradle/AbstractTest.kt | 2 +- pkl-gradle/src/test/kotlin/org/pkl/gradle/EvaluatorsTest.kt | 2 +- .../src/test/kotlin/org/pkl/gradle/JavaCodeGeneratorsTest.kt | 2 +- .../src/test/kotlin/org/pkl/gradle/KotlinCodeGeneratorsTest.kt | 2 +- .../src/test/kotlin/org/pkl/gradle/PkldocGeneratorsTest.kt | 2 +- pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectPackageTest.kt | 2 +- pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectResolveTest.kt | 2 +- pkl-gradle/src/test/kotlin/org/pkl/gradle/TestsTest.kt | 2 +- pkl-server/pkl-server.gradle.kts | 2 +- pkl-server/src/main/kotlin/org/pkl/server/BinaryEvaluator.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/ClientLogger.kt | 2 +- .../src/main/kotlin/org/pkl/server/ClientModuleKeyFactory.kt | 2 +- .../src/main/kotlin/org/pkl/server/ClientResourceReader.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/Message.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/MessageDecoder.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/MessageDecoders.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/MessageEncoder.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/MessageEncoders.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/MessagePackDecoder.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/MessagePackEncoder.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/MessageTransport.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/MessageTransports.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/Server.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/ServerException.kt | 2 +- pkl-server/src/main/kotlin/org/pkl/server/Utils.kt | 2 +- pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt | 2 +- .../test/kotlin/org/pkl/server/BinaryEvaluatorSnippetTests.kt | 2 +- .../src/test/kotlin/org/pkl/server/BinaryEvaluatorTest.kt | 2 +- pkl-server/src/test/kotlin/org/pkl/server/JvmServerTest.kt | 2 +- .../src/test/kotlin/org/pkl/server/MessagePackCodecTest.kt | 2 +- .../src/test/kotlin/org/pkl/server/MessagePackDebugRenderer.kt | 2 +- pkl-server/src/test/kotlin/org/pkl/server/NativeServerTest.kt | 2 +- pkl-server/src/test/kotlin/org/pkl/server/TestTransport.kt | 2 +- pkl-server/src/test/kotlin/org/pkl/server/TestUtils.kt | 2 +- pkl-tools/pkl-tools.gradle.kts | 2 +- settings.gradle.kts | 2 +- stdlib/stdlib.gradle.kts | 2 +- 824 files changed, 824 insertions(+), 824 deletions(-) diff --git a/bench/bench.gradle.kts b/bench/bench.gradle.kts index 5b088da72..699e80a2f 100644 --- a/bench/bench.gradle.kts +++ b/bench/bench.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bench/src/jmh/java/org/pkl/core/Fibonacci.java b/bench/src/jmh/java/org/pkl/core/Fibonacci.java index 1e8d25e50..abdaa2bf9 100644 --- a/bench/src/jmh/java/org/pkl/core/Fibonacci.java +++ b/bench/src/jmh/java/org/pkl/core/Fibonacci.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bench/src/jmh/java/org/pkl/core/ListSort.java b/bench/src/jmh/java/org/pkl/core/ListSort.java index 6bc2badd8..2a4fc0224 100644 --- a/bench/src/jmh/java/org/pkl/core/ListSort.java +++ b/bench/src/jmh/java/org/pkl/core/ListSort.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bench/src/jmh/java/org/pkl/core/parser/ParserBenchmark.java b/bench/src/jmh/java/org/pkl/core/parser/ParserBenchmark.java index a05075d44..f1a6a3af6 100644 --- a/bench/src/jmh/java/org/pkl/core/parser/ParserBenchmark.java +++ b/bench/src/jmh/java/org/pkl/core/parser/ParserBenchmark.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build.gradle.kts b/build.gradle.kts index 61452df67..586f41c96 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index f964fc40b..709448c3c 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts index 11ebbed08..fce70fef5 100644 --- a/buildSrc/settings.gradle.kts +++ b/buildSrc/settings.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/BuildInfo.kt b/buildSrc/src/main/kotlin/BuildInfo.kt index 1e4877a09..6801e9336 100644 --- a/buildSrc/src/main/kotlin/BuildInfo.kt +++ b/buildSrc/src/main/kotlin/BuildInfo.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/ExecutableJar.kt b/buildSrc/src/main/kotlin/ExecutableJar.kt index c763ef8d0..bb455de27 100644 --- a/buildSrc/src/main/kotlin/ExecutableJar.kt +++ b/buildSrc/src/main/kotlin/ExecutableJar.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/GradlePluginTests.kt b/buildSrc/src/main/kotlin/GradlePluginTests.kt index fce2d7772..1a39ac667 100644 --- a/buildSrc/src/main/kotlin/GradlePluginTests.kt +++ b/buildSrc/src/main/kotlin/GradlePluginTests.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/GradleVersionInfo.kt b/buildSrc/src/main/kotlin/GradleVersionInfo.kt index d94e5c80f..15d94b61b 100644 --- a/buildSrc/src/main/kotlin/GradleVersionInfo.kt +++ b/buildSrc/src/main/kotlin/GradleVersionInfo.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/HtmlValidator.kt b/buildSrc/src/main/kotlin/HtmlValidator.kt index 582abad93..2e22b4d87 100644 --- a/buildSrc/src/main/kotlin/HtmlValidator.kt +++ b/buildSrc/src/main/kotlin/HtmlValidator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/MergeSourcesJars.kt b/buildSrc/src/main/kotlin/MergeSourcesJars.kt index 159346f08..9305732c8 100644 --- a/buildSrc/src/main/kotlin/MergeSourcesJars.kt +++ b/buildSrc/src/main/kotlin/MergeSourcesJars.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/ResolveSourcesJars.kt b/buildSrc/src/main/kotlin/ResolveSourcesJars.kt index 7a7e5f8ab..7caedce38 100644 --- a/buildSrc/src/main/kotlin/ResolveSourcesJars.kt +++ b/buildSrc/src/main/kotlin/ResolveSourcesJars.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklAllProjects.gradle.kts b/buildSrc/src/main/kotlin/pklAllProjects.gradle.kts index 0ad644232..5d4e16875 100644 --- a/buildSrc/src/main/kotlin/pklAllProjects.gradle.kts +++ b/buildSrc/src/main/kotlin/pklAllProjects.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklFatJar.gradle.kts b/buildSrc/src/main/kotlin/pklFatJar.gradle.kts index 2afc632da..93acff04c 100644 --- a/buildSrc/src/main/kotlin/pklFatJar.gradle.kts +++ b/buildSrc/src/main/kotlin/pklFatJar.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklGraalVm.gradle.kts b/buildSrc/src/main/kotlin/pklGraalVm.gradle.kts index d58d4ea56..3dbf35456 100644 --- a/buildSrc/src/main/kotlin/pklGraalVm.gradle.kts +++ b/buildSrc/src/main/kotlin/pklGraalVm.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts b/buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts index 3a572df1e..e939de853 100644 --- a/buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts +++ b/buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklHtmlValidator.gradle.kts b/buildSrc/src/main/kotlin/pklHtmlValidator.gradle.kts index 3f7d2d2c2..88213f90c 100644 --- a/buildSrc/src/main/kotlin/pklHtmlValidator.gradle.kts +++ b/buildSrc/src/main/kotlin/pklHtmlValidator.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklJavaLibrary.gradle.kts b/buildSrc/src/main/kotlin/pklJavaLibrary.gradle.kts index af75ef070..7579a8521 100644 --- a/buildSrc/src/main/kotlin/pklJavaLibrary.gradle.kts +++ b/buildSrc/src/main/kotlin/pklJavaLibrary.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklKotlinLibrary.gradle.kts b/buildSrc/src/main/kotlin/pklKotlinLibrary.gradle.kts index a84a6b375..c66ec1ac9 100644 --- a/buildSrc/src/main/kotlin/pklKotlinLibrary.gradle.kts +++ b/buildSrc/src/main/kotlin/pklKotlinLibrary.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklKotlinTest.gradle.kts b/buildSrc/src/main/kotlin/pklKotlinTest.gradle.kts index ab51973e9..1f9161eb1 100644 --- a/buildSrc/src/main/kotlin/pklKotlinTest.gradle.kts +++ b/buildSrc/src/main/kotlin/pklKotlinTest.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklNativeBuild.gradle.kts b/buildSrc/src/main/kotlin/pklNativeBuild.gradle.kts index 5dcb26fab..ce9471c24 100644 --- a/buildSrc/src/main/kotlin/pklNativeBuild.gradle.kts +++ b/buildSrc/src/main/kotlin/pklNativeBuild.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/kotlin/pklPublishLibrary.gradle.kts b/buildSrc/src/main/kotlin/pklPublishLibrary.gradle.kts index f32663052..c7759381d 100644 --- a/buildSrc/src/main/kotlin/pklPublishLibrary.gradle.kts +++ b/buildSrc/src/main/kotlin/pklPublishLibrary.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/buildSrc/src/main/resources/license-header.star-block.txt b/buildSrc/src/main/resources/license-header.star-block.txt index f83fa8dcb..33c2c1dfc 100644 --- a/buildSrc/src/main/resources/license-header.star-block.txt +++ b/buildSrc/src/main/resources/license-header.star-block.txt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/docs/docs.gradle.kts b/docs/docs.gradle.kts index e6d2abb39..d73ab0472 100644 --- a/docs/docs.gradle.kts +++ b/docs/docs.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/pkl-cli.gradle.kts b/pkl-cli/pkl-cli.gradle.kts index cf3f4ed3e..d82e9d332 100644 --- a/pkl-cli/pkl-cli.gradle.kts +++ b/pkl-cli/pkl-cli.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/java/org/pkl/cli/svm/InitFeature.java b/pkl-cli/src/main/java/org/pkl/cli/svm/InitFeature.java index b1880a825..fa6421c41 100644 --- a/pkl-cli/src/main/java/org/pkl/cli/svm/InitFeature.java +++ b/pkl-cli/src/main/java/org/pkl/cli/svm/InitFeature.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/java/org/pkl/cli/svm/MessagePackRecomputations.java b/pkl-cli/src/main/java/org/pkl/cli/svm/MessagePackRecomputations.java index aae64b170..938ad84ff 100644 --- a/pkl-cli/src/main/java/org/pkl/cli/svm/MessagePackRecomputations.java +++ b/pkl-cli/src/main/java/org/pkl/cli/svm/MessagePackRecomputations.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/java/org/pkl/cli/svm/PolyglotContextImplTarget.java b/pkl-cli/src/main/java/org/pkl/cli/svm/PolyglotContextImplTarget.java index 026c24bed..f4483a14c 100644 --- a/pkl-cli/src/main/java/org/pkl/cli/svm/PolyglotContextImplTarget.java +++ b/pkl-cli/src/main/java/org/pkl/cli/svm/PolyglotContextImplTarget.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/java/org/pkl/cli/svm/PolyglotThreadInfoTarget.java b/pkl-cli/src/main/java/org/pkl/cli/svm/PolyglotThreadInfoTarget.java index 708bed211..49fd7334b 100644 --- a/pkl-cli/src/main/java/org/pkl/cli/svm/PolyglotThreadInfoTarget.java +++ b/pkl-cli/src/main/java/org/pkl/cli/svm/PolyglotThreadInfoTarget.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/java/org/pkl/cli/svm/ThreadLocalHandshakeTarget.java b/pkl-cli/src/main/java/org/pkl/cli/svm/ThreadLocalHandshakeTarget.java index 21d4a9db9..1a0bc64a8 100644 --- a/pkl-cli/src/main/java/org/pkl/cli/svm/ThreadLocalHandshakeTarget.java +++ b/pkl-cli/src/main/java/org/pkl/cli/svm/ThreadLocalHandshakeTarget.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/java/org/pkl/cli/svm/WeakAssumedValueTarget.java b/pkl-cli/src/main/java/org/pkl/cli/svm/WeakAssumedValueTarget.java index 6b97e3459..fef62fe69 100644 --- a/pkl-cli/src/main/java/org/pkl/cli/svm/WeakAssumedValueTarget.java +++ b/pkl-cli/src/main/java/org/pkl/cli/svm/WeakAssumedValueTarget.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluator.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluator.kt index d9a0de73a..6b71e6852 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluator.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluatorOptions.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluatorOptions.kt index 1c624f93f..f06c16441 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluatorOptions.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluatorOptions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/CliPackageDownloader.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/CliPackageDownloader.kt index ac77234d9..872fdd445 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/CliPackageDownloader.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/CliPackageDownloader.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectCommand.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectCommand.kt index a8461cd09..606f8fd49 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectCommand.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectPackager.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectPackager.kt index 8f6bfb485..1b9369ca9 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectPackager.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectPackager.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectResolver.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectResolver.kt index 85a722314..1d3596c74 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectResolver.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectResolver.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/CliRepl.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/CliRepl.kt index 523389300..b2fd176bf 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/CliRepl.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/CliRepl.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/CliServer.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/CliServer.kt index 3035802bd..c501011a5 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/CliServer.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/CliServer.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/CliTestRunner.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/CliTestRunner.kt index bd08a77c1..b4415dd83 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/CliTestRunner.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/CliTestRunner.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/Main.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/Main.kt index caf2053e2..dd099c73c 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/Main.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/Main.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/DownloadPackageCommand.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/DownloadPackageCommand.kt index f997c6620..26fdaafe1 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/DownloadPackageCommand.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/DownloadPackageCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/EvalCommand.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/EvalCommand.kt index 3fcb64aec..73cdebe0b 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/EvalCommand.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/EvalCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ProjectCommand.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ProjectCommand.kt index 033abcd41..1738cf2dd 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ProjectCommand.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ProjectCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ReplCommand.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ReplCommand.kt index eedb05630..2723c9869 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ReplCommand.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ReplCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt index 286a3c5af..578a98751 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ServerCommand.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ServerCommand.kt index 01d7cb230..cd777b5fb 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ServerCommand.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/ServerCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/TestCommand.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/TestCommand.kt index 0e5f66d56..ea273b1e8 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/commands/TestCommand.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/commands/TestCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/repl/Repl.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/repl/Repl.kt index 6a16aaedd..d16855dfb 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/repl/Repl.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/repl/Repl.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCommands.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCommands.kt index 927147cf0..bb5af9b0b 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCommands.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCommands.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCompleters.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCompleters.kt index f0fd2396c..f585899c9 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCompleters.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplCompleters.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplMessages.kt b/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplMessages.kt index 4bf1461ad..75c4dbc00 100644 --- a/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplMessages.kt +++ b/pkl-cli/src/main/kotlin/org/pkl/cli/repl/ReplMessages.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt b/pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt index 51bf01e77..5066fb91a 100644 --- a/pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt +++ b/pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/test/kotlin/org/pkl/cli/CliMainTest.kt b/pkl-cli/src/test/kotlin/org/pkl/cli/CliMainTest.kt index bb5677242..00a0f562d 100644 --- a/pkl-cli/src/test/kotlin/org/pkl/cli/CliMainTest.kt +++ b/pkl-cli/src/test/kotlin/org/pkl/cli/CliMainTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/test/kotlin/org/pkl/cli/CliPackageDownloaderTest.kt b/pkl-cli/src/test/kotlin/org/pkl/cli/CliPackageDownloaderTest.kt index faf8522eb..968017aa0 100644 --- a/pkl-cli/src/test/kotlin/org/pkl/cli/CliPackageDownloaderTest.kt +++ b/pkl-cli/src/test/kotlin/org/pkl/cli/CliPackageDownloaderTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectPackagerTest.kt b/pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectPackagerTest.kt index 38fea7788..cdcd4e337 100644 --- a/pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectPackagerTest.kt +++ b/pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectPackagerTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectResolverTest.kt b/pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectResolverTest.kt index 4b4f654a3..cda4d46d8 100644 --- a/pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectResolverTest.kt +++ b/pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectResolverTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/test/kotlin/org/pkl/cli/CliTestRunnerTest.kt b/pkl-cli/src/test/kotlin/org/pkl/cli/CliTestRunnerTest.kt index bac968d2a..3f7286048 100644 --- a/pkl-cli/src/test/kotlin/org/pkl/cli/CliTestRunnerTest.kt +++ b/pkl-cli/src/test/kotlin/org/pkl/cli/CliTestRunnerTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/test/kotlin/org/pkl/cli/repl/ReplMessagesTest.kt b/pkl-cli/src/test/kotlin/org/pkl/cli/repl/ReplMessagesTest.kt index b85cc43f7..3c32389fe 100644 --- a/pkl-cli/src/test/kotlin/org/pkl/cli/repl/ReplMessagesTest.kt +++ b/pkl-cli/src/test/kotlin/org/pkl/cli/repl/ReplMessagesTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-cli/src/test/kotlin/org/pkl/cli/testExtensions.kt b/pkl-cli/src/test/kotlin/org/pkl/cli/testExtensions.kt index 100a1f3a7..6b2927654 100644 --- a/pkl-cli/src/test/kotlin/org/pkl/cli/testExtensions.kt +++ b/pkl-cli/src/test/kotlin/org/pkl/cli/testExtensions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-java/pkl-codegen-java.gradle.kts b/pkl-codegen-java/pkl-codegen-java.gradle.kts index 92dba819c..cb1b748cf 100644 --- a/pkl-codegen-java/pkl-codegen-java.gradle.kts +++ b/pkl-codegen-java/pkl-codegen-java.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/CliJavaCodeGenerator.kt b/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/CliJavaCodeGenerator.kt index 1e0ef2f63..f8a88c5dd 100644 --- a/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/CliJavaCodeGenerator.kt +++ b/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/CliJavaCodeGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorOptions.kt b/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorOptions.kt index e36b7c180..e9a10700f 100644 --- a/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorOptions.kt +++ b/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorOptions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/JavaCodeGenerator.kt b/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/JavaCodeGenerator.kt index b1164fca7..63e504781 100644 --- a/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/JavaCodeGenerator.kt +++ b/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/JavaCodeGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/Main.kt b/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/Main.kt index ced7d1082..a132f1782 100644 --- a/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/Main.kt +++ b/pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/Main.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorTest.kt b/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorTest.kt index 105fa6b8a..4d5febda4 100644 --- a/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorTest.kt +++ b/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/InMemoryJavaCompiler.kt b/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/InMemoryJavaCompiler.kt index 03d590122..e80d07e63 100644 --- a/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/InMemoryJavaCompiler.kt +++ b/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/InMemoryJavaCompiler.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/JavaCodeGeneratorTest.kt b/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/JavaCodeGeneratorTest.kt index 6f5ad3c9e..3628d0341 100644 --- a/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/JavaCodeGeneratorTest.kt +++ b/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/JavaCodeGeneratorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/PklModule.kt b/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/PklModule.kt index d19afe940..07f886056 100644 --- a/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/PklModule.kt +++ b/pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/PklModule.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-kotlin/pkl-codegen-kotlin.gradle.kts b/pkl-codegen-kotlin/pkl-codegen-kotlin.gradle.kts index 519c4c3be..b8e0916c3 100644 --- a/pkl-codegen-kotlin/pkl-codegen-kotlin.gradle.kts +++ b/pkl-codegen-kotlin/pkl-codegen-kotlin.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGenerator.kt b/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGenerator.kt index 57abbe201..e6da1bfb5 100644 --- a/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGenerator.kt +++ b/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt b/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt index 8aae46992..5024d4c33 100644 --- a/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt +++ b/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt b/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt index e259f9d84..842dbba59 100644 --- a/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt +++ b/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/Main.kt b/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/Main.kt index df751f167..2a664b3cc 100644 --- a/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/Main.kt +++ b/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/Main.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorTest.kt b/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorTest.kt index 68ed79727..f2a593e74 100644 --- a/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorTest.kt +++ b/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/InMemoryKotlinCompiler.kt b/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/InMemoryKotlinCompiler.kt index 04032dd77..5fbd9f51f 100644 --- a/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/InMemoryKotlinCompiler.kt +++ b/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/InMemoryKotlinCompiler.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/KotlinCodeGeneratorTest.kt b/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/KotlinCodeGeneratorTest.kt index b53a19710..75cd3529f 100644 --- a/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/KotlinCodeGeneratorTest.kt +++ b/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/KotlinCodeGeneratorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/PklModule.kt b/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/PklModule.kt index 1d3409ec1..ae6dd2d24 100644 --- a/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/PklModule.kt +++ b/pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/PklModule.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/pkl-commons-cli.gradle.kts b/pkl-commons-cli/pkl-commons-cli.gradle.kts index 808529ed3..477422fc7 100644 --- a/pkl-commons-cli/pkl-commons-cli.gradle.kts +++ b/pkl-commons-cli/pkl-commons-cli.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliBaseOptions.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliBaseOptions.kt index 0b427b65b..7eb9b1eb4 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliBaseOptions.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliBaseOptions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliCommand.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliCommand.kt index 77b7d55c6..5020ee031 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliCommand.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliException.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliException.kt index 59c65f393..6d41d662f 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliException.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliException.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliMain.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliMain.kt index eb83d17c9..421dcbd07 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliMain.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliMain.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliTestException.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliTestException.kt index fa81df3ba..b1c1123f7 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliTestException.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliTestException.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliTestOptions.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliTestOptions.kt index ddcb714e9..404eac664 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliTestOptions.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliTestOptions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseCommand.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseCommand.kt index 715275525..0de248906 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseCommand.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt index b5854db7c..1f84451f2 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ModulesCommand.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ModulesCommand.kt index b2c45c050..2e4edf537 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ModulesCommand.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ModulesCommand.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/OptionExtensions.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/OptionExtensions.kt index 781488fd0..da88671da 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/OptionExtensions.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/OptionExtensions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ProjectOptions.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ProjectOptions.kt index fd76af843..4c39eee0c 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ProjectOptions.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ProjectOptions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/TestOptions.kt b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/TestOptions.kt index a438151b9..da735fac9 100644 --- a/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/TestOptions.kt +++ b/pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/TestOptions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-cli/src/test/kotlin/org/pkl/commons/cli/BaseCommandTest.kt b/pkl-commons-cli/src/test/kotlin/org/pkl/commons/cli/BaseCommandTest.kt index c538dce6a..a464fc2e3 100644 --- a/pkl-commons-cli/src/test/kotlin/org/pkl/commons/cli/BaseCommandTest.kt +++ b/pkl-commons-cli/src/test/kotlin/org/pkl/commons/cli/BaseCommandTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-test/pkl-commons-test.gradle.kts b/pkl-commons-test/pkl-commons-test.gradle.kts index cae5ef102..8e6c7e4bb 100644 --- a/pkl-commons-test/pkl-commons-test.gradle.kts +++ b/pkl-commons-test/pkl-commons-test.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FakeHttpResponse.kt b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FakeHttpResponse.kt index 98998f802..5717c1454 100644 --- a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FakeHttpResponse.kt +++ b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FakeHttpResponse.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FileTestUtils.kt b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FileTestUtils.kt index 2bc367234..dcd1abbf5 100644 --- a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FileTestUtils.kt +++ b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FileTestUtils.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FilteringClassLoader.kt b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FilteringClassLoader.kt index 51a604712..bfb5cc08a 100644 --- a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FilteringClassLoader.kt +++ b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/FilteringClassLoader.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/InputOutputTestEngine.kt b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/InputOutputTestEngine.kt index 4c7a864d2..d9ff0ef12 100644 --- a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/InputOutputTestEngine.kt +++ b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/InputOutputTestEngine.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PackageServer.kt b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PackageServer.kt index e5c26a048..6d588fb73 100644 --- a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PackageServer.kt +++ b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PackageServer.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklAssertionFailedError.kt b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklAssertionFailedError.kt index e5778de44..700362a73 100644 --- a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklAssertionFailedError.kt +++ b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklAssertionFailedError.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklExecutablePaths.kt b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklExecutablePaths.kt index c6dc29864..3e86d36b7 100644 --- a/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklExecutablePaths.kt +++ b/pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklExecutablePaths.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons/pkl-commons.gradle.kts b/pkl-commons/pkl-commons.gradle.kts index 276aebc01..8f824cdbb 100644 --- a/pkl-commons/pkl-commons.gradle.kts +++ b/pkl-commons/pkl-commons.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons/src/main/kotlin/org/pkl/commons/NameMapper.kt b/pkl-commons/src/main/kotlin/org/pkl/commons/NameMapper.kt index 9377148c8..8f44c7a8e 100644 --- a/pkl-commons/src/main/kotlin/org/pkl/commons/NameMapper.kt +++ b/pkl-commons/src/main/kotlin/org/pkl/commons/NameMapper.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons/src/main/kotlin/org/pkl/commons/Paths.kt b/pkl-commons/src/main/kotlin/org/pkl/commons/Paths.kt index 8f95c9228..dfb40c7c9 100644 --- a/pkl-commons/src/main/kotlin/org/pkl/commons/Paths.kt +++ b/pkl-commons/src/main/kotlin/org/pkl/commons/Paths.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons/src/main/kotlin/org/pkl/commons/Strings.kt b/pkl-commons/src/main/kotlin/org/pkl/commons/Strings.kt index 9adc4b0cc..c37d7efe9 100644 --- a/pkl-commons/src/main/kotlin/org/pkl/commons/Strings.kt +++ b/pkl-commons/src/main/kotlin/org/pkl/commons/Strings.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons/src/main/kotlin/org/pkl/commons/Throwables.kt b/pkl-commons/src/main/kotlin/org/pkl/commons/Throwables.kt index 5df937760..96d3f922a 100644 --- a/pkl-commons/src/main/kotlin/org/pkl/commons/Throwables.kt +++ b/pkl-commons/src/main/kotlin/org/pkl/commons/Throwables.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons/src/main/kotlin/org/pkl/commons/Uris.kt b/pkl-commons/src/main/kotlin/org/pkl/commons/Uris.kt index c5aec330b..253659034 100644 --- a/pkl-commons/src/main/kotlin/org/pkl/commons/Uris.kt +++ b/pkl-commons/src/main/kotlin/org/pkl/commons/Uris.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-commons/src/test/kotlin/org/pkl/commons/NameMapperTest.kt b/pkl-commons/src/test/kotlin/org/pkl/commons/NameMapperTest.kt index 6b2ff918c..6cd92bf46 100644 --- a/pkl-commons/src/test/kotlin/org/pkl/commons/NameMapperTest.kt +++ b/pkl-commons/src/test/kotlin/org/pkl/commons/NameMapperTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/pkl-config-java.gradle.kts b/pkl-config-java/pkl-config-java.gradle.kts index d0573317e..fc381c18a 100644 --- a/pkl-config-java/pkl-config-java.gradle.kts +++ b/pkl-config-java/pkl-config-java.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/AbstractConfig.java b/pkl-config-java/src/main/java/org/pkl/config/java/AbstractConfig.java index 1a73bdf76..e7165119c 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/AbstractConfig.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/AbstractConfig.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/CompositeConfig.java b/pkl-config-java/src/main/java/org/pkl/config/java/CompositeConfig.java index ff33bbd46..ec943f146 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/CompositeConfig.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/CompositeConfig.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/Config.java b/pkl-config-java/src/main/java/org/pkl/config/java/Config.java index fd814c713..55cade2f2 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/Config.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/Config.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluator.java b/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluator.java index 2378d739d..12f8a1c0a 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluator.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorBuilder.java b/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorBuilder.java index c546a5f19..f73e9e414 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorBuilder.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorImpl.java b/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorImpl.java index 481c2d8e0..6ade32123 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorImpl.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorImpl.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/InvalidMappingException.java b/pkl-config-java/src/main/java/org/pkl/config/java/InvalidMappingException.java index 826b364e8..0e578940f 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/InvalidMappingException.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/InvalidMappingException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/JavaType.java b/pkl-config-java/src/main/java/org/pkl/config/java/JavaType.java index 45e198102..d17935571 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/JavaType.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/JavaType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/LeafConfig.java b/pkl-config-java/src/main/java/org/pkl/config/java/LeafConfig.java index 9e974fab9..d5c65b155 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/LeafConfig.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/LeafConfig.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/MapConfig.java b/pkl-config-java/src/main/java/org/pkl/config/java/MapConfig.java index 6e19a1a0c..880866105 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/MapConfig.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/MapConfig.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/NoSuchChildException.java b/pkl-config-java/src/main/java/org/pkl/config/java/NoSuchChildException.java index af42dab41..f93452096 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/NoSuchChildException.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/NoSuchChildException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ClassRegistry.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ClassRegistry.java index 259728427..204a3b453 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ClassRegistry.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ClassRegistry.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Conversion.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Conversion.java index 4fad2316e..ed2debe78 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Conversion.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Conversion.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConversionException.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConversionException.java index 33298685a..f913752f1 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConversionException.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConversionException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Conversions.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Conversions.java index cb8f0f090..027c5c459 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Conversions.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Conversions.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Converter.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Converter.java index 80c714ecc..8593d02c2 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Converter.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Converter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConverterFactories.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConverterFactories.java index 0f0cd317d..258d5f285 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConverterFactories.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConverterFactories.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConverterFactory.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConverterFactory.java index d0bac8d11..3ce06a186 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConverterFactory.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ConverterFactory.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Named.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Named.java index 2482636d7..33bc2ed94 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Named.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Named.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/NonNull.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/NonNull.java index a5001f3bf..a0703be46 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/NonNull.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/NonNull.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PAnyToOptional.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PAnyToOptional.java index 08dddec84..df527634a 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PAnyToOptional.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PAnyToOptional.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PCollectionToArray.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PCollectionToArray.java index 4f5ef476f..9fa9bb18b 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PCollectionToArray.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PCollectionToArray.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PCollectionToCollection.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PCollectionToCollection.java index 7291a7982..9d75fd8de 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PCollectionToCollection.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PCollectionToCollection.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PMapToMap.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PMapToMap.java index 34b2bd1a3..a40fdfe9a 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PMapToMap.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PMapToMap.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PNullToAny.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PNullToAny.java index e90ad2980..0e1df9946 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PNullToAny.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PNullToAny.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToDataObject.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToDataObject.java index 6ed722b5d..a9a19d749 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToDataObject.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToDataObject.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToMap.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToMap.java index f5fe1694c..b3af338cc 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToMap.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToMap.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToPObject.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToPObject.java index 828ae59fd..c6ee41246 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToPObject.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PObjectToPObject.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PPairToPair.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PPairToPair.java index 106b102a2..746395696 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PPairToPair.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PPairToPair.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PStringToEnum.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PStringToEnum.java index 267d60c05..c86fe2953 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PStringToEnum.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/PStringToEnum.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Reflection.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Reflection.java index f421a8dd6..7782b880e 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Reflection.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Reflection.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Tuple2.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Tuple2.java index faf8399ea..3230ae421 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Tuple2.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Tuple2.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/TypeMapping.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/TypeMapping.java index b145f0048..9a7fb33c1 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/TypeMapping.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/TypeMapping.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/TypeMappings.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/TypeMappings.java index 58f6f3a47..53cc78da3 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/TypeMappings.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/TypeMappings.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Types.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Types.java index f16437867..9e3053d56 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Types.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/Types.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapper.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapper.java index d26a57771..60bfc352d 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapper.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapperBuilder.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapperBuilder.java index d05d5e321..e054b1d66 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapperBuilder.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapperBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapperImpl.java b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapperImpl.java index d2ba1dcfe..3578c6cd3 100644 --- a/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapperImpl.java +++ b/pkl-config-java/src/main/java/org/pkl/config/java/mapper/ValueMapperImpl.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/ConfigEvaluatorBuilderTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/ConfigEvaluatorBuilderTest.java index 1749f31a6..94e9a503b 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/ConfigEvaluatorBuilderTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/ConfigEvaluatorBuilderTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/ConfigTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/ConfigTest.java index 420e538c3..15f079ce9 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/ConfigTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/ConfigTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/JavaTypeTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/JavaTypeTest.java index b17b46fcd..7b9c5f4b8 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/JavaTypeTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/JavaTypeTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/ConversionsTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/ConversionsTest.java index 9bb771624..ee6b44194 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/ConversionsTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/ConversionsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PAnyToOptionalTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PAnyToOptionalTest.java index 9825c030d..ece16a3e3 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PAnyToOptionalTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PAnyToOptionalTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PCollectionToArrayTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PCollectionToArrayTest.java index 27d658686..3345476f5 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PCollectionToArrayTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PCollectionToArrayTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PCollectionToCollectionTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PCollectionToCollectionTest.java index eead0eda9..0426d7f49 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PCollectionToCollectionTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PCollectionToCollectionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PMapToMapTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PMapToMapTest.java index 289a7c459..db89d53e4 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PMapToMapTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PMapToMapTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PModuleToDataObjectTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PModuleToDataObjectTest.java index 1de953bf1..660d71a12 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PModuleToDataObjectTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PModuleToDataObjectTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PNullToAnyTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PNullToAnyTest.java index 865f579a3..59160b25b 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PNullToAnyTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PNullToAnyTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectJavaxInjectTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectJavaxInjectTest.java index bd2aa870a..89a6f8b18 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectJavaxInjectTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectJavaxInjectTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectOverriddenPropertyTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectOverriddenPropertyTest.java index 6e60bd467..6ea1f78e7 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectOverriddenPropertyTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectOverriddenPropertyTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectTest.java index 25b451dd5..20ab35b23 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToInnerClassTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToInnerClassTest.java index b0040b740..3eafc55a3 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToInnerClassTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToInnerClassTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToPObjectTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToPObjectTest.java index 122e2b319..ccea795d3 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToPObjectTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToPObjectTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PPairToPairTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PPairToPairTest.java index 30020fecb..43d395a77 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PPairToPairTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PPairToPairTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PStringToEnumTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PStringToEnumTest.java index cc3c34de0..b44e1ac9b 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PStringToEnumTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PStringToEnumTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PStringToVersionTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PStringToVersionTest.java index c693e4cae..8918a9234 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PStringToVersionTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PStringToVersionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PVersionToStringTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PVersionToStringTest.java index b4ee89c2b..a2415d2b8 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PVersionToStringTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PVersionToStringTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PVersionToVersionTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PVersionToVersionTest.java index c3b7dca4f..521e0acdb 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PVersionToVersionTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/PVersionToVersionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/Person.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/Person.java index 7e1f7f88b..f8875e470 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/Person.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/Person.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/ReflectionTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/ReflectionTest.java index 49fb2f075..4d47e3137 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/ReflectionTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/ReflectionTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/TypesTest.java b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/TypesTest.java index 39d78ed5b..406085137 100644 --- a/pkl-config-java/src/test/java/org/pkl/config/java/mapper/TypesTest.java +++ b/pkl-config-java/src/test/java/org/pkl/config/java/mapper/TypesTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/pkl-config-kotlin.gradle.kts b/pkl-config-kotlin/pkl-config-kotlin.gradle.kts index 797f8000c..0dbd03f7a 100644 --- a/pkl-config-kotlin/pkl-config-kotlin.gradle.kts +++ b/pkl-config-kotlin/pkl-config-kotlin.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/ConfigExtensions.kt b/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/ConfigExtensions.kt index 1a2c14ca4..cd92f10ff 100644 --- a/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/ConfigExtensions.kt +++ b/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/ConfigExtensions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/KotlinConversions.kt b/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/KotlinConversions.kt index 20d09e9d8..a8225dcae 100644 --- a/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/KotlinConversions.kt +++ b/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/KotlinConversions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/KotlinConverterFactories.kt b/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/KotlinConverterFactories.kt index d99864c3b..a8b7c40bd 100644 --- a/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/KotlinConverterFactories.kt +++ b/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/KotlinConverterFactories.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/PPairToKotlinPair.kt b/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/PPairToKotlinPair.kt index 2f224788a..5b043bee0 100644 --- a/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/PPairToKotlinPair.kt +++ b/pkl-config-kotlin/src/main/kotlin/org/pkl/config/kotlin/mapper/PPairToKotlinPair.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/test/java/org/pkl/config/kotlin/JavaPerson.java b/pkl-config-kotlin/src/test/java/org/pkl/config/kotlin/JavaPerson.java index f24a453fd..483ac8773 100644 --- a/pkl-config-kotlin/src/test/java/org/pkl/config/kotlin/JavaPerson.java +++ b/pkl-config-kotlin/src/test/java/org/pkl/config/kotlin/JavaPerson.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/ConfigExtensionsTest.kt b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/ConfigExtensionsTest.kt index 403b9e79a..61a5c10a9 100644 --- a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/ConfigExtensionsTest.kt +++ b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/ConfigExtensionsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/KotlinObjectMappingTest.kt b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/KotlinObjectMappingTest.kt index f066d40e8..76a99e006 100644 --- a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/KotlinObjectMappingTest.kt +++ b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/KotlinObjectMappingTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/KotlinConversionsTest.kt b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/KotlinConversionsTest.kt index 17c6b05da..35e94fb99 100644 --- a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/KotlinConversionsTest.kt +++ b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/KotlinConversionsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/OverriddenPropertyTest.kt b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/OverriddenPropertyTest.kt index c45ec8bd0..a7a0496dd 100644 --- a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/OverriddenPropertyTest.kt +++ b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/OverriddenPropertyTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/PPairToKotlinPairTest.kt b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/PPairToKotlinPairTest.kt index 58474dba9..00d64dfd7 100644 --- a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/PPairToKotlinPairTest.kt +++ b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/PPairToKotlinPairTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/PolymorphicTest.kt b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/PolymorphicTest.kt index b0c8cfb72..ddc32cf71 100644 --- a/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/PolymorphicTest.kt +++ b/pkl-config-kotlin/src/test/kotlin/org/pkl/config/kotlin/mapper/PolymorphicTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/pkl-core.gradle.kts b/pkl-core/pkl-core.gradle.kts index 8e73814b7..275a396b5 100644 --- a/pkl-core/pkl-core.gradle.kts +++ b/pkl-core/pkl-core.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/generator/kotlin/org/pkl/core/generator/MemberRegistryGenerator.kt b/pkl-core/src/generator/kotlin/org/pkl/core/generator/MemberRegistryGenerator.kt index f3e2e37a3..d4a1e14da 100644 --- a/pkl-core/src/generator/kotlin/org/pkl/core/generator/MemberRegistryGenerator.kt +++ b/pkl-core/src/generator/kotlin/org/pkl/core/generator/MemberRegistryGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/antlr/PklLexer.g4 b/pkl-core/src/main/antlr/PklLexer.g4 index 389a2bcf2..8b084c80a 100644 --- a/pkl-core/src/main/antlr/PklLexer.g4 +++ b/pkl-core/src/main/antlr/PklLexer.g4 @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/antlr/PklParser.g4 b/pkl-core/src/main/antlr/PklParser.g4 index a784a0852..b77917981 100644 --- a/pkl-core/src/main/antlr/PklParser.g4 +++ b/pkl-core/src/main/antlr/PklParser.g4 @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/BufferedLogger.java b/pkl-core/src/main/java/org/pkl/core/BufferedLogger.java index 119716346..e96d6e4f6 100644 --- a/pkl-core/src/main/java/org/pkl/core/BufferedLogger.java +++ b/pkl-core/src/main/java/org/pkl/core/BufferedLogger.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Composite.java b/pkl-core/src/main/java/org/pkl/core/Composite.java index dcb5fb072..3bd63dbd4 100644 --- a/pkl-core/src/main/java/org/pkl/core/Composite.java +++ b/pkl-core/src/main/java/org/pkl/core/Composite.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/DataSize.java b/pkl-core/src/main/java/org/pkl/core/DataSize.java index 3480f2f59..2ef2e426c 100644 --- a/pkl-core/src/main/java/org/pkl/core/DataSize.java +++ b/pkl-core/src/main/java/org/pkl/core/DataSize.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/DataSizeUnit.java b/pkl-core/src/main/java/org/pkl/core/DataSizeUnit.java index d7a348a45..877f485af 100644 --- a/pkl-core/src/main/java/org/pkl/core/DataSizeUnit.java +++ b/pkl-core/src/main/java/org/pkl/core/DataSizeUnit.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Duration.java b/pkl-core/src/main/java/org/pkl/core/Duration.java index cc25b007a..e16f880a6 100644 --- a/pkl-core/src/main/java/org/pkl/core/Duration.java +++ b/pkl-core/src/main/java/org/pkl/core/Duration.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/DurationUnit.java b/pkl-core/src/main/java/org/pkl/core/DurationUnit.java index e0d75c2b5..f94f8f069 100644 --- a/pkl-core/src/main/java/org/pkl/core/DurationUnit.java +++ b/pkl-core/src/main/java/org/pkl/core/DurationUnit.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Evaluator.java b/pkl-core/src/main/java/org/pkl/core/Evaluator.java index 93290df44..253ce6c5a 100644 --- a/pkl-core/src/main/java/org/pkl/core/Evaluator.java +++ b/pkl-core/src/main/java/org/pkl/core/Evaluator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/EvaluatorBuilder.java b/pkl-core/src/main/java/org/pkl/core/EvaluatorBuilder.java index 52c4511ad..af0789d38 100644 --- a/pkl-core/src/main/java/org/pkl/core/EvaluatorBuilder.java +++ b/pkl-core/src/main/java/org/pkl/core/EvaluatorBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/EvaluatorImpl.java b/pkl-core/src/main/java/org/pkl/core/EvaluatorImpl.java index 3bf4b9be9..635413b53 100644 --- a/pkl-core/src/main/java/org/pkl/core/EvaluatorImpl.java +++ b/pkl-core/src/main/java/org/pkl/core/EvaluatorImpl.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/FileOutput.java b/pkl-core/src/main/java/org/pkl/core/FileOutput.java index 3daca6cfd..4373002f3 100644 --- a/pkl-core/src/main/java/org/pkl/core/FileOutput.java +++ b/pkl-core/src/main/java/org/pkl/core/FileOutput.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/FileOutputImpl.java b/pkl-core/src/main/java/org/pkl/core/FileOutputImpl.java index 32db1520c..1b4a97059 100644 --- a/pkl-core/src/main/java/org/pkl/core/FileOutputImpl.java +++ b/pkl-core/src/main/java/org/pkl/core/FileOutputImpl.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/JsonRenderer.java b/pkl-core/src/main/java/org/pkl/core/JsonRenderer.java index 0b29f4c12..338bc2fe2 100644 --- a/pkl-core/src/main/java/org/pkl/core/JsonRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/JsonRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Logger.java b/pkl-core/src/main/java/org/pkl/core/Logger.java index 46367b1cc..e65eb53a4 100644 --- a/pkl-core/src/main/java/org/pkl/core/Logger.java +++ b/pkl-core/src/main/java/org/pkl/core/Logger.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Loggers.java b/pkl-core/src/main/java/org/pkl/core/Loggers.java index 62c5d9414..bdee83ff9 100644 --- a/pkl-core/src/main/java/org/pkl/core/Loggers.java +++ b/pkl-core/src/main/java/org/pkl/core/Loggers.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Member.java b/pkl-core/src/main/java/org/pkl/core/Member.java index b9d8cf9d3..fb2cf120c 100644 --- a/pkl-core/src/main/java/org/pkl/core/Member.java +++ b/pkl-core/src/main/java/org/pkl/core/Member.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Modifier.java b/pkl-core/src/main/java/org/pkl/core/Modifier.java index 70a06f726..9c6ba3087 100644 --- a/pkl-core/src/main/java/org/pkl/core/Modifier.java +++ b/pkl-core/src/main/java/org/pkl/core/Modifier.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ModuleSchema.java b/pkl-core/src/main/java/org/pkl/core/ModuleSchema.java index 45471e660..9072e3e0d 100644 --- a/pkl-core/src/main/java/org/pkl/core/ModuleSchema.java +++ b/pkl-core/src/main/java/org/pkl/core/ModuleSchema.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ModuleSource.java b/pkl-core/src/main/java/org/pkl/core/ModuleSource.java index f008dcaa8..4024f8c6b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ModuleSource.java +++ b/pkl-core/src/main/java/org/pkl/core/ModuleSource.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/NoSuchPropertyException.java b/pkl-core/src/main/java/org/pkl/core/NoSuchPropertyException.java index bbff99d11..19d9e9292 100644 --- a/pkl-core/src/main/java/org/pkl/core/NoSuchPropertyException.java +++ b/pkl-core/src/main/java/org/pkl/core/NoSuchPropertyException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/OutputFormat.java b/pkl-core/src/main/java/org/pkl/core/OutputFormat.java index 8ed1e1109..1ecadf9f9 100644 --- a/pkl-core/src/main/java/org/pkl/core/OutputFormat.java +++ b/pkl-core/src/main/java/org/pkl/core/OutputFormat.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PClass.java b/pkl-core/src/main/java/org/pkl/core/PClass.java index c4482052e..02a6beac2 100644 --- a/pkl-core/src/main/java/org/pkl/core/PClass.java +++ b/pkl-core/src/main/java/org/pkl/core/PClass.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PClassInfo.java b/pkl-core/src/main/java/org/pkl/core/PClassInfo.java index b28ccd6c8..1ae5970f6 100644 --- a/pkl-core/src/main/java/org/pkl/core/PClassInfo.java +++ b/pkl-core/src/main/java/org/pkl/core/PClassInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PListRenderer.java b/pkl-core/src/main/java/org/pkl/core/PListRenderer.java index a7ff8625b..7bdc884be 100644 --- a/pkl-core/src/main/java/org/pkl/core/PListRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/PListRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PModule.java b/pkl-core/src/main/java/org/pkl/core/PModule.java index b72f1e4b2..529a9e909 100644 --- a/pkl-core/src/main/java/org/pkl/core/PModule.java +++ b/pkl-core/src/main/java/org/pkl/core/PModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PNull.java b/pkl-core/src/main/java/org/pkl/core/PNull.java index 1746d4e57..bc1079e66 100644 --- a/pkl-core/src/main/java/org/pkl/core/PNull.java +++ b/pkl-core/src/main/java/org/pkl/core/PNull.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PObject.java b/pkl-core/src/main/java/org/pkl/core/PObject.java index fb9426111..cceb2f6c1 100644 --- a/pkl-core/src/main/java/org/pkl/core/PObject.java +++ b/pkl-core/src/main/java/org/pkl/core/PObject.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PType.java b/pkl-core/src/main/java/org/pkl/core/PType.java index 987fac224..a69dc3321 100644 --- a/pkl-core/src/main/java/org/pkl/core/PType.java +++ b/pkl-core/src/main/java/org/pkl/core/PType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Pair.java b/pkl-core/src/main/java/org/pkl/core/Pair.java index 2dbd54054..ef2c93940 100644 --- a/pkl-core/src/main/java/org/pkl/core/Pair.java +++ b/pkl-core/src/main/java/org/pkl/core/Pair.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PcfRenderer.java b/pkl-core/src/main/java/org/pkl/core/PcfRenderer.java index 6c3b74498..9a5c32ac6 100644 --- a/pkl-core/src/main/java/org/pkl/core/PcfRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/PcfRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PklBugException.java b/pkl-core/src/main/java/org/pkl/core/PklBugException.java index 028aea7b0..9baf1409c 100644 --- a/pkl-core/src/main/java/org/pkl/core/PklBugException.java +++ b/pkl-core/src/main/java/org/pkl/core/PklBugException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PklException.java b/pkl-core/src/main/java/org/pkl/core/PklException.java index c9f1af442..c3918c191 100644 --- a/pkl-core/src/main/java/org/pkl/core/PklException.java +++ b/pkl-core/src/main/java/org/pkl/core/PklException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PklInfo.java b/pkl-core/src/main/java/org/pkl/core/PklInfo.java index e299f78b7..0f27ea118 100644 --- a/pkl-core/src/main/java/org/pkl/core/PklInfo.java +++ b/pkl-core/src/main/java/org/pkl/core/PklInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Platform.java b/pkl-core/src/main/java/org/pkl/core/Platform.java index 30eb33091..2aeb9266d 100644 --- a/pkl-core/src/main/java/org/pkl/core/Platform.java +++ b/pkl-core/src/main/java/org/pkl/core/Platform.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/PropertiesRenderer.java b/pkl-core/src/main/java/org/pkl/core/PropertiesRenderer.java index 6d8fa186f..95ed5d5a6 100644 --- a/pkl-core/src/main/java/org/pkl/core/PropertiesRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/PropertiesRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Release.java b/pkl-core/src/main/java/org/pkl/core/Release.java index 4a479ac1a..8ddfd6f33 100644 --- a/pkl-core/src/main/java/org/pkl/core/Release.java +++ b/pkl-core/src/main/java/org/pkl/core/Release.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/RendererException.java b/pkl-core/src/main/java/org/pkl/core/RendererException.java index 43f56c814..00474d4db 100644 --- a/pkl-core/src/main/java/org/pkl/core/RendererException.java +++ b/pkl-core/src/main/java/org/pkl/core/RendererException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/SecurityManager.java b/pkl-core/src/main/java/org/pkl/core/SecurityManager.java index 42e7bed9f..4fa6ab97a 100644 --- a/pkl-core/src/main/java/org/pkl/core/SecurityManager.java +++ b/pkl-core/src/main/java/org/pkl/core/SecurityManager.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/SecurityManagerBuilder.java b/pkl-core/src/main/java/org/pkl/core/SecurityManagerBuilder.java index d774bdb30..9eb81f521 100644 --- a/pkl-core/src/main/java/org/pkl/core/SecurityManagerBuilder.java +++ b/pkl-core/src/main/java/org/pkl/core/SecurityManagerBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/SecurityManagerException.java b/pkl-core/src/main/java/org/pkl/core/SecurityManagerException.java index 063cd282b..65529c511 100644 --- a/pkl-core/src/main/java/org/pkl/core/SecurityManagerException.java +++ b/pkl-core/src/main/java/org/pkl/core/SecurityManagerException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/SecurityManagers.java b/pkl-core/src/main/java/org/pkl/core/SecurityManagers.java index 332cc02d8..9600bc994 100644 --- a/pkl-core/src/main/java/org/pkl/core/SecurityManagers.java +++ b/pkl-core/src/main/java/org/pkl/core/SecurityManagers.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/StackFrame.java b/pkl-core/src/main/java/org/pkl/core/StackFrame.java index 8b02e26e6..ac36b7b80 100644 --- a/pkl-core/src/main/java/org/pkl/core/StackFrame.java +++ b/pkl-core/src/main/java/org/pkl/core/StackFrame.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/StackFrameTransformer.java b/pkl-core/src/main/java/org/pkl/core/StackFrameTransformer.java index efd421db9..bacc093fd 100644 --- a/pkl-core/src/main/java/org/pkl/core/StackFrameTransformer.java +++ b/pkl-core/src/main/java/org/pkl/core/StackFrameTransformer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/StackFrameTransformers.java b/pkl-core/src/main/java/org/pkl/core/StackFrameTransformers.java index 2122cfa19..4e220c75a 100644 --- a/pkl-core/src/main/java/org/pkl/core/StackFrameTransformers.java +++ b/pkl-core/src/main/java/org/pkl/core/StackFrameTransformers.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/TypeAlias.java b/pkl-core/src/main/java/org/pkl/core/TypeAlias.java index 0b939c9f1..1fc501104 100644 --- a/pkl-core/src/main/java/org/pkl/core/TypeAlias.java +++ b/pkl-core/src/main/java/org/pkl/core/TypeAlias.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/TypeParameter.java b/pkl-core/src/main/java/org/pkl/core/TypeParameter.java index 60ac53511..7fac7c118 100644 --- a/pkl-core/src/main/java/org/pkl/core/TypeParameter.java +++ b/pkl-core/src/main/java/org/pkl/core/TypeParameter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Value.java b/pkl-core/src/main/java/org/pkl/core/Value.java index a5c11f5d2..4c9c776e2 100644 --- a/pkl-core/src/main/java/org/pkl/core/Value.java +++ b/pkl-core/src/main/java/org/pkl/core/Value.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ValueConverter.java b/pkl-core/src/main/java/org/pkl/core/ValueConverter.java index fe22be978..3bcca011a 100644 --- a/pkl-core/src/main/java/org/pkl/core/ValueConverter.java +++ b/pkl-core/src/main/java/org/pkl/core/ValueConverter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ValueFormatter.java b/pkl-core/src/main/java/org/pkl/core/ValueFormatter.java index 37a203a47..40297e231 100644 --- a/pkl-core/src/main/java/org/pkl/core/ValueFormatter.java +++ b/pkl-core/src/main/java/org/pkl/core/ValueFormatter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ValueRenderer.java b/pkl-core/src/main/java/org/pkl/core/ValueRenderer.java index 5bdab0988..598782d96 100644 --- a/pkl-core/src/main/java/org/pkl/core/ValueRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/ValueRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ValueRenderers.java b/pkl-core/src/main/java/org/pkl/core/ValueRenderers.java index 6c99a791e..c4057e25e 100644 --- a/pkl-core/src/main/java/org/pkl/core/ValueRenderers.java +++ b/pkl-core/src/main/java/org/pkl/core/ValueRenderers.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ValueVisitor.java b/pkl-core/src/main/java/org/pkl/core/ValueVisitor.java index 42cf926ba..7f159f9ab 100644 --- a/pkl-core/src/main/java/org/pkl/core/ValueVisitor.java +++ b/pkl-core/src/main/java/org/pkl/core/ValueVisitor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/Version.java b/pkl-core/src/main/java/org/pkl/core/Version.java index 622e38be7..39c4d7d42 100644 --- a/pkl-core/src/main/java/org/pkl/core/Version.java +++ b/pkl-core/src/main/java/org/pkl/core/Version.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/YamlRenderer.java b/pkl-core/src/main/java/org/pkl/core/YamlRenderer.java index 96e004670..33b1892b4 100644 --- a/pkl-core/src/main/java/org/pkl/core/YamlRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/YamlRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/ConstantNode.java b/pkl-core/src/main/java/org/pkl/core/ast/ConstantNode.java index 29fc8374d..b8873cd47 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/ConstantNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/ConstantNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/ConstantValueNode.java b/pkl-core/src/main/java/org/pkl/core/ast/ConstantValueNode.java index d2c592b0e..ee62fcf69 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/ConstantValueNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/ConstantValueNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/ExpressionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/ExpressionNode.java index a2ed8b1da..3df66c54c 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/ExpressionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/ExpressionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/MemberLookupMode.java b/pkl-core/src/main/java/org/pkl/core/ast/MemberLookupMode.java index aaf46156a..5d9e25743 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/MemberLookupMode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/MemberLookupMode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/MemberNode.java b/pkl-core/src/main/java/org/pkl/core/ast/MemberNode.java index fb7c659a8..6d9d738db 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/MemberNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/MemberNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/PklNode.java b/pkl-core/src/main/java/org/pkl/core/ast/PklNode.java index 136b8fc20..1eead6358 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/PklNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/PklNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/PklRootNode.java b/pkl-core/src/main/java/org/pkl/core/ast/PklRootNode.java index cb6de163d..089f6c779 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/PklRootNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/PklRootNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/SimpleRootNode.java b/pkl-core/src/main/java/org/pkl/core/ast/SimpleRootNode.java index ac7ee1ee5..d5a2388de 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/SimpleRootNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/SimpleRootNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/VmModifier.java b/pkl-core/src/main/java/org/pkl/core/ast/VmModifier.java index a03d1476b..d13995828 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/VmModifier.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/VmModifier.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/builder/AbstractAstBuilder.java b/pkl-core/src/main/java/org/pkl/core/ast/builder/AbstractAstBuilder.java index 7706b0548..5e25bc8ad 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/builder/AbstractAstBuilder.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/builder/AbstractAstBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/builder/AstBuilder.java b/pkl-core/src/main/java/org/pkl/core/ast/builder/AstBuilder.java index 7c28b55b2..e4e86926f 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/builder/AstBuilder.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/builder/AstBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/builder/CannotInvokeAbstractFunctionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/builder/CannotInvokeAbstractFunctionNode.java index b0cb08d0f..afe0cf2a9 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/builder/CannotInvokeAbstractFunctionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/builder/CannotInvokeAbstractFunctionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/builder/CannotInvokeAbstractPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/builder/CannotInvokeAbstractPropertyNode.java index a7cc08b4c..732e8efb4 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/builder/CannotInvokeAbstractPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/builder/CannotInvokeAbstractPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/builder/ConstLevel.java b/pkl-core/src/main/java/org/pkl/core/ast/builder/ConstLevel.java index 3c6a89bbc..67a9678d7 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/builder/ConstLevel.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/builder/ConstLevel.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/builder/ImportsAndReadsParser.java b/pkl-core/src/main/java/org/pkl/core/ast/builder/ImportsAndReadsParser.java index a8ec2eda2..fd59eb1c4 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/builder/ImportsAndReadsParser.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/builder/ImportsAndReadsParser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/builder/SymbolTable.java b/pkl-core/src/main/java/org/pkl/core/ast/builder/SymbolTable.java index e83954219..c1aa3d6a0 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/builder/SymbolTable.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/builder/SymbolTable.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/AdditionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/AdditionNode.java index a281a772d..e62fe0b9f 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/AdditionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/AdditionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/BinaryExpressionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/BinaryExpressionNode.java index 4e34366d3..8f1c34493 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/BinaryExpressionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/BinaryExpressionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ComparatorNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ComparatorNode.java index 8c3ad09a7..d288c601b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ComparatorNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ComparatorNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/DivisionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/DivisionNode.java index 196f7ccd8..342db9658 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/DivisionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/DivisionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/EqualNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/EqualNode.java index 532eef390..0de0b12f7 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/EqualNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/EqualNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ExponentiationNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ExponentiationNode.java index 719d76924..b6d2bf05e 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ExponentiationNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ExponentiationNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/GreaterThanNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/GreaterThanNode.java index 8fd26f43b..6846511d0 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/GreaterThanNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/GreaterThanNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/GreaterThanOrEqualNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/GreaterThanOrEqualNode.java index adf1162ce..8951ce49f 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/GreaterThanOrEqualNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/GreaterThanOrEqualNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LessThanNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LessThanNode.java index fa25c6f75..2d6517d54 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LessThanNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LessThanNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LessThanOrEqualNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LessThanOrEqualNode.java index 7b2cef9cb..2ea145fd2 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LessThanOrEqualNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LessThanOrEqualNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LetExprNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LetExprNode.java index 8b6dccce6..02cfbe75f 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LetExprNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LetExprNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LogicalAndNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LogicalAndNode.java index 4b732da45..1e2fe6eb7 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LogicalAndNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LogicalAndNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LogicalOrNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LogicalOrNode.java index b97280fb8..b0b42bb31 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LogicalOrNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/LogicalOrNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/MultiplicationNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/MultiplicationNode.java index 4b0da9e9d..892b699ac 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/MultiplicationNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/MultiplicationNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/NotEqualNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/NotEqualNode.java index 0af7fbe67..4f5e26bf2 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/NotEqualNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/NotEqualNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/NullCoalescingNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/NullCoalescingNode.java index 1c9c13dda..c8eb73543 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/NullCoalescingNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/NullCoalescingNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/PipeNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/PipeNode.java index 15b282c5c..ded96c7dc 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/PipeNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/PipeNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/RemainderNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/RemainderNode.java index c9b8f1cb1..1ddc25b17 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/RemainderNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/RemainderNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ShortCircuitingExpressionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ShortCircuitingExpressionNode.java index 41912184a..62c952454 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ShortCircuitingExpressionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/ShortCircuitingExpressionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/SubscriptNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/SubscriptNode.java index 6cb13aea9..66579d173 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/SubscriptNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/SubscriptNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/SubtractionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/SubtractionNode.java index e18b869bb..fa2d23253 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/SubtractionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/SubtractionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/TruncatingDivisionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/TruncatingDivisionNode.java index 08ce96de9..400e935a9 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/TruncatingDivisionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/binary/TruncatingDivisionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorElementNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorElementNode.java index ee6fcae7c..82c41ab4c 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorElementNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorElementNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorEntryNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorEntryNode.java index 3e0155459..4aba77d18 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorEntryNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorEntryNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorForNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorForNode.java index 2887a7dbd..edc3f2e7f 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorForNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorForNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorMemberNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorMemberNode.java index 5cdfbaa80..a8e495ed9 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorMemberNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorMemberNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorObjectLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorObjectLiteralNode.java index 1d43fd95c..33c43a103 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorObjectLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorObjectLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorPredicateMemberNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorPredicateMemberNode.java index 71bb230ad..a6446a53e 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorPredicateMemberNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorPredicateMemberNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorPropertyNode.java index 7e2e32647..bb24b82b6 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorSpreadNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorSpreadNode.java index b0d3e9271..fb8945b40 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorSpreadNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorSpreadNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorWhenNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorWhenNode.java index 8d4aa29e2..e35e1beb5 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorWhenNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/GeneratorWhenNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/WriteForVariablesNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/WriteForVariablesNode.java index 6d1174db7..23659a424 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/WriteForVariablesNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/generator/WriteForVariablesNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/AmendFunctionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/AmendFunctionNode.java index 5ec20ab62..df4b155e0 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/AmendFunctionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/AmendFunctionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/AmendModuleNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/AmendModuleNode.java index 8d3aed7fe..33da5e19e 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/AmendModuleNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/AmendModuleNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/CheckIsAnnotationClassNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/CheckIsAnnotationClassNode.java index 5a8e27e6e..227089a71 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/CheckIsAnnotationClassNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/CheckIsAnnotationClassNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ConstantEntriesLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ConstantEntriesLiteralNode.java index dc8af03c7..af481fba7 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ConstantEntriesLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ConstantEntriesLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ElementsEntriesLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ElementsEntriesLiteralNode.java index 474b6ba3c..2209b1536 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ElementsEntriesLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ElementsEntriesLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ElementsLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ElementsLiteralNode.java index 07b1d6379..ffaaa0800 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ElementsLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ElementsLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/EmptyObjectLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/EmptyObjectLiteralNode.java index 0fed02017..58fe3bee2 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/EmptyObjectLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/EmptyObjectLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/EntriesLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/EntriesLiteralNode.java index 800d95bc2..ff73b49bf 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/EntriesLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/EntriesLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FalseLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FalseLiteralNode.java index 0d38077f2..a6348e05c 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FalseLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FalseLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FloatLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FloatLiteralNode.java index 2f420a4d6..d64fc3e51 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FloatLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FloatLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FunctionLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FunctionLiteralNode.java index 451a48781..2941fbc25 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FunctionLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/FunctionLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/IntLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/IntLiteralNode.java index 9a598d227..2c5f96666 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/IntLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/IntLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/InterpolatedStringLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/InterpolatedStringLiteralNode.java index 0e102f4be..c1e098fcf 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/InterpolatedStringLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/InterpolatedStringLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ListLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ListLiteralNode.java index 1cf21f27b..69234eb1b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ListLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ListLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/MapLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/MapLiteralNode.java index 6566a5f0c..245258a83 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/MapLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/MapLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ObjectLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ObjectLiteralNode.java index 010e65a25..6822650d5 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ObjectLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/ObjectLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/PropertiesLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/PropertiesLiteralNode.java index bdf76d297..8a51b46a8 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/PropertiesLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/PropertiesLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/SetLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/SetLiteralNode.java index cf4cfc561..153e1ec7a 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/SetLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/SetLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/SpecializedObjectLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/SpecializedObjectLiteralNode.java index b843ec011..c825435a4 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/SpecializedObjectLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/SpecializedObjectLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/TrueLiteralNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/TrueLiteralNode.java index 574c86b38..c71bd3e11 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/TrueLiteralNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/literal/TrueLiteralNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinMethodNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinMethodNode.java index 98618d141..5d381bd97 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinMethodNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinMethodNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinObjectMethodNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinObjectMethodNode.java index c789a66b6..f3a5a68ae 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinObjectMethodNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinObjectMethodNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinPropertyNode.java index 5c38c26ec..18e7b0c1b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InferParentWithinPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodDirectNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodDirectNode.java index 951195b35..517c98e4a 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodDirectNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodDirectNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodLexicalNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodLexicalNode.java index e549bea71..37c5fc29f 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodLexicalNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodLexicalNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodVirtualNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodVirtualNode.java index 9768c61af..bb8c0400e 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodVirtualNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodVirtualNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeSuperMethodNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeSuperMethodNode.java index d6f438cb6..e70e2fb87 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeSuperMethodNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeSuperMethodNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadLocalPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadLocalPropertyNode.java index 09e424975..7cf039ddf 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadLocalPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadLocalPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadPropertyNode.java index 37c61e704..9e2a1dffc 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperEntryNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperEntryNode.java index 96b2b0a6f..0a213873a 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperEntryNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperEntryNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperPropertyNode.java index 3dc7667d7..59872ecaf 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ResolveMethodNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ResolveMethodNode.java index 8993d78d6..d2d0b5516 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ResolveMethodNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/member/ResolveMethodNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/CustomThisNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/CustomThisNode.java index 508b90d7b..395841929 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/CustomThisNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/CustomThisNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetEnclosingOwnerNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetEnclosingOwnerNode.java index 33062dfa5..2b553bd0d 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetEnclosingOwnerNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetEnclosingOwnerNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetEnclosingReceiverNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetEnclosingReceiverNode.java index be440a403..9382d0dfc 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetEnclosingReceiverNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetEnclosingReceiverNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetMemberKeyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetMemberKeyNode.java index 1f0bcc970..37994f524 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetMemberKeyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetMemberKeyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetModuleNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetModuleNode.java index 1d6335ce4..e3a287115 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetModuleNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetModuleNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetOwnerNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetOwnerNode.java index 26fdd72da..8ee01e001 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetOwnerNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetOwnerNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetReceiverNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetReceiverNode.java index b0341c02b..a5efb1051 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetReceiverNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/GetReceiverNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/OuterNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/OuterNode.java index 40f4806dc..37ec3f463 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/OuterNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/OuterNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/ResolveVariableNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/ResolveVariableNode.java index 021d2d8ed..bebfd7234 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/ResolveVariableNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/ResolveVariableNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/ThisNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/ThisNode.java index 2c9520c15..d5c98d4da 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/ThisNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/primary/ThisNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/ternary/IfElseNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/ternary/IfElseNode.java index 597fd1cbf..e2767be7c 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/ternary/IfElseNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/ternary/IfElseNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/AbstractImportNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/AbstractImportNode.java index ae3fc06f2..5313ca53d 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/AbstractImportNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/AbstractImportNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/AbstractReadNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/AbstractReadNode.java index 9d6a1ce49..45596793f 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/AbstractReadNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/AbstractReadNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportGlobMemberBodyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportGlobMemberBodyNode.java index 7796b8786..1fd89a80c 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportGlobMemberBodyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportGlobMemberBodyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportGlobNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportGlobNode.java index b22b32aa9..2404c754b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportGlobNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportGlobNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportNode.java index 94ce45b0a..72298b7d9 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ImportNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/LogicalNotNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/LogicalNotNode.java index cc4c5fbfb..98e95e463 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/LogicalNotNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/LogicalNotNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/NonNullNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/NonNullNode.java index a2cf0c332..a8d0107d7 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/NonNullNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/NonNullNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/NullPropagatingOperationNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/NullPropagatingOperationNode.java index f78917b91..be5232f49 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/NullPropagatingOperationNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/NullPropagatingOperationNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/PropagateNullReceiverNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/PropagateNullReceiverNode.java index 6f4d6cd09..cfc29085c 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/PropagateNullReceiverNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/PropagateNullReceiverNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadGlobMemberBodyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadGlobMemberBodyNode.java index 9cb86b069..b4e6edeae 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadGlobMemberBodyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadGlobMemberBodyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadGlobNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadGlobNode.java index 225ba4919..64e369722 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadGlobNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadGlobNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadNode.java index 1112ccbe3..0066d4ec0 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadOrNullNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadOrNullNode.java index 128869672..d083b11f8 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadOrNullNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadOrNullNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadOrNullStdLibNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadOrNullStdLibNode.java index 3ac4ef07b..9fc984c05 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadOrNullStdLibNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ReadOrNullStdLibNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ThrowNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ThrowNode.java index d2ccd1771..7a61baa8e 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ThrowNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/ThrowNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/TraceNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/TraceNode.java index 168d1480f..649920ae4 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/TraceNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/TraceNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/UnaryExpressionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/UnaryExpressionNode.java index c0aebe601..959ae52ec 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/UnaryExpressionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/UnaryExpressionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/UnaryMinusNode.java b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/UnaryMinusNode.java index 46928c17a..4baaa53b2 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/UnaryMinusNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/expression/unary/UnaryMinusNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadAuxiliarySlotNode.java b/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadAuxiliarySlotNode.java index 2beb34964..9ed63c76b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadAuxiliarySlotNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadAuxiliarySlotNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadEnclosingAuxiliarySlotNode.java b/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadEnclosingAuxiliarySlotNode.java index 9ad284986..245d90c79 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadEnclosingAuxiliarySlotNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadEnclosingAuxiliarySlotNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadEnclosingFrameSlotNode.java b/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadEnclosingFrameSlotNode.java index b52074956..d2cce0bd6 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadEnclosingFrameSlotNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadEnclosingFrameSlotNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadFrameSlotNode.java b/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadFrameSlotNode.java index 70b1426ac..192fe82c0 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadFrameSlotNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/frame/ReadFrameSlotNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/frame/WriteFrameSlotNode.java b/pkl-core/src/main/java/org/pkl/core/ast/frame/WriteFrameSlotNode.java index 304d58287..9beaf0e7b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/frame/WriteFrameSlotNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/frame/WriteFrameSlotNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/internal/BlackholeNode.java b/pkl-core/src/main/java/org/pkl/core/ast/internal/BlackholeNode.java index 7b0b4878f..ffdd9f1e9 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/internal/BlackholeNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/internal/BlackholeNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/internal/GetBaseModuleClassNode.java b/pkl-core/src/main/java/org/pkl/core/ast/internal/GetBaseModuleClassNode.java index b4df60d17..b8e7459ce 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/internal/GetBaseModuleClassNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/internal/GetBaseModuleClassNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/internal/GetClassNode.java b/pkl-core/src/main/java/org/pkl/core/ast/internal/GetClassNode.java index d57e67738..d7a1e34a9 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/internal/GetClassNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/internal/GetClassNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/internal/IsInstanceOfNode.java b/pkl-core/src/main/java/org/pkl/core/ast/internal/IsInstanceOfNode.java index 2046c11f0..1ff0531e3 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/internal/IsInstanceOfNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/internal/IsInstanceOfNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/internal/ToStringNode.java b/pkl-core/src/main/java/org/pkl/core/ast/internal/ToStringNode.java index a984c4840..77303bc33 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/internal/ToStringNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/internal/ToStringNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction0Node.java b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction0Node.java index d37a0e3de..d10f6752e 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction0Node.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction0Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction1Node.java b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction1Node.java index a416a13c3..063b71331 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction1Node.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction1Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction2Node.java b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction2Node.java index ab414264b..1f3acb22b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction2Node.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction2Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction3Node.java b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction3Node.java index 55ebe9105..2e41ed1ff 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction3Node.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction3Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction4Node.java b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction4Node.java index 81ea2d85a..6012558b3 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction4Node.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction4Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction5Node.java b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction5Node.java index cfa3fb7e4..affa9b476 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction5Node.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/lambda/ApplyVmFunction5Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/ClassMember.java b/pkl-core/src/main/java/org/pkl/core/ast/member/ClassMember.java index 9a17ee0ed..a79566c90 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/ClassMember.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/ClassMember.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/ClassMethod.java b/pkl-core/src/main/java/org/pkl/core/ast/member/ClassMethod.java index d492e9882..2f4bf1818 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/ClassMethod.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/ClassMethod.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/ClassNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/ClassNode.java index 817cb48ab..255642dcc 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/ClassNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/ClassNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/ClassProperty.java b/pkl-core/src/main/java/org/pkl/core/ast/member/ClassProperty.java index 8ec25befb..010ffcd1d 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/ClassProperty.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/ClassProperty.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/DefaultPropertyBodyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/DefaultPropertyBodyNode.java index 24e9a49ea..7e4a8da7a 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/DefaultPropertyBodyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/DefaultPropertyBodyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageMapOrParentNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageMapOrParentNode.java index 1fa70a55b..a5e3aecbd 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageMapOrParentNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageMapOrParentNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageObjNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageObjNode.java index 2a198df55..e1bea09d1 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageObjNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageObjNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageObjOrParentNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageObjOrParentNode.java index 58719e53a..f681af877 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageObjOrParentNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/DelegateToExtraStorageObjOrParentNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/FunctionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/FunctionNode.java index e8abcb890..284e8c075 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/FunctionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/FunctionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/Lambda.java b/pkl-core/src/main/java/org/pkl/core/ast/member/Lambda.java index 5461bd5a2..c72dceed1 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/Lambda.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/Lambda.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/ListingOrMappingTypeCastNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/ListingOrMappingTypeCastNode.java index 83b9c3ab6..b8cc60eac 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/ListingOrMappingTypeCastNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/ListingOrMappingTypeCastNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/LocalTypedPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/LocalTypedPropertyNode.java index 12fe09867..5cfe2443d 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/LocalTypedPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/LocalTypedPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/Member.java b/pkl-core/src/main/java/org/pkl/core/ast/member/Member.java index 8d6aff71c..70d2a4b2c 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/Member.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/Member.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/ModuleNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/ModuleNode.java index 0f01ff34b..48beb3760 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/ModuleNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/ModuleNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/ObjectMember.java b/pkl-core/src/main/java/org/pkl/core/ast/member/ObjectMember.java index 4cad0072f..42a7d46d1 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/ObjectMember.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/ObjectMember.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/ObjectMethodNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/ObjectMethodNode.java index 35a9740e4..416a86e61 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/ObjectMethodNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/ObjectMethodNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/PropertyTypeNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/PropertyTypeNode.java index f38f1a98d..bfadb6702 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/PropertyTypeNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/PropertyTypeNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/RegularMemberNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/RegularMemberNode.java index 6c3a122c8..4af4f348f 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/RegularMemberNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/RegularMemberNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/SharedMemberNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/SharedMemberNode.java index 827e9e049..5237def42 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/SharedMemberNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/SharedMemberNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/TypeAliasNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/TypeAliasNode.java index 6f0491609..540512c5d 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/TypeAliasNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/TypeAliasNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/TypeCheckedPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/TypeCheckedPropertyNode.java index 4498c7f94..320b3baff 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/TypeCheckedPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/TypeCheckedPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/TypedPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/TypedPropertyNode.java index d0330a825..3c092c36b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/TypedPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/TypedPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedClassMemberNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedClassMemberNode.java index 2bd9f318e..aafadc49a 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedClassMemberNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedClassMemberNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedFunctionNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedFunctionNode.java index bf1f8348e..14c362b4d 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedFunctionNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedFunctionNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedMethodNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedMethodNode.java index 2fed4b08a..72f166f18 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedMethodNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedMethodNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedPropertyNode.java index 050df2b15..8d67ef2ef 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/UnresolvedPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/member/UntypedObjectMemberNode.java b/pkl-core/src/main/java/org/pkl/core/ast/member/UntypedObjectMemberNode.java index ea599eab8..777fbdb18 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/member/UntypedObjectMemberNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/member/UntypedObjectMemberNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/repl/ResolveClassMemberNode.java b/pkl-core/src/main/java/org/pkl/core/ast/repl/ResolveClassMemberNode.java index dc05887d8..d8ced2d53 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/repl/ResolveClassMemberNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/repl/ResolveClassMemberNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/GetParentForTypeNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/GetParentForTypeNode.java index be5727ac9..48f71834f 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/GetParentForTypeNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/GetParentForTypeNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/IdentityMixinNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/IdentityMixinNode.java index d376c04d7..a0256e5a0 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/IdentityMixinNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/IdentityMixinNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveDeclaredTypeNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveDeclaredTypeNode.java index 501da72ee..846e53254 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveDeclaredTypeNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveDeclaredTypeNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveQualifiedDeclaredTypeNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveQualifiedDeclaredTypeNode.java index 1dce4ca06..b8a40943a 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveQualifiedDeclaredTypeNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveQualifiedDeclaredTypeNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveSimpleDeclaredTypeNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveSimpleDeclaredTypeNode.java index 7e4b783cb..3b6ab570a 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveSimpleDeclaredTypeNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/ResolveSimpleDeclaredTypeNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/TypeCastNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/TypeCastNode.java index ff2801393..968d2826b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/TypeCastNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/TypeCastNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/TypeConstraintNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/TypeConstraintNode.java index 6c5398bc4..fbb6dcc9b 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/TypeConstraintNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/TypeConstraintNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java index eaaac0af0..091940212 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/TypeTestNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/TypeTestNode.java index d321da3f0..4dc889d3c 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/TypeTestNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/TypeTestNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/UnresolvedTypeNode.java b/pkl-core/src/main/java/org/pkl/core/ast/type/UnresolvedTypeNode.java index 799d659f2..9b9b6c407 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/UnresolvedTypeNode.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/UnresolvedTypeNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/ast/type/VmTypeMismatchException.java b/pkl-core/src/main/java/org/pkl/core/ast/type/VmTypeMismatchException.java index c4eac112c..7422dd38a 100644 --- a/pkl-core/src/main/java/org/pkl/core/ast/type/VmTypeMismatchException.java +++ b/pkl-core/src/main/java/org/pkl/core/ast/type/VmTypeMismatchException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/evaluatorSettings/PklEvaluatorSettings.java b/pkl-core/src/main/java/org/pkl/core/evaluatorSettings/PklEvaluatorSettings.java index 20e15cd8e..385e53418 100644 --- a/pkl-core/src/main/java/org/pkl/core/evaluatorSettings/PklEvaluatorSettings.java +++ b/pkl-core/src/main/java/org/pkl/core/evaluatorSettings/PklEvaluatorSettings.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/http/DummyHttpClient.java b/pkl-core/src/main/java/org/pkl/core/http/DummyHttpClient.java index cdb27b916..145aef56c 100644 --- a/pkl-core/src/main/java/org/pkl/core/http/DummyHttpClient.java +++ b/pkl-core/src/main/java/org/pkl/core/http/DummyHttpClient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/http/HttpClient.java b/pkl-core/src/main/java/org/pkl/core/http/HttpClient.java index d0f3c5815..ef801884c 100644 --- a/pkl-core/src/main/java/org/pkl/core/http/HttpClient.java +++ b/pkl-core/src/main/java/org/pkl/core/http/HttpClient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/http/HttpClientBuilder.java b/pkl-core/src/main/java/org/pkl/core/http/HttpClientBuilder.java index 7cc96bf16..ae1e899a1 100644 --- a/pkl-core/src/main/java/org/pkl/core/http/HttpClientBuilder.java +++ b/pkl-core/src/main/java/org/pkl/core/http/HttpClientBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/http/HttpClientInitException.java b/pkl-core/src/main/java/org/pkl/core/http/HttpClientInitException.java index 3ef9409a2..75830f510 100644 --- a/pkl-core/src/main/java/org/pkl/core/http/HttpClientInitException.java +++ b/pkl-core/src/main/java/org/pkl/core/http/HttpClientInitException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/http/JdkHttpClient.java b/pkl-core/src/main/java/org/pkl/core/http/JdkHttpClient.java index caccd1647..0758830c2 100644 --- a/pkl-core/src/main/java/org/pkl/core/http/JdkHttpClient.java +++ b/pkl-core/src/main/java/org/pkl/core/http/JdkHttpClient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/http/LazyHttpClient.java b/pkl-core/src/main/java/org/pkl/core/http/LazyHttpClient.java index 6231c7eaf..32dd52fa6 100644 --- a/pkl-core/src/main/java/org/pkl/core/http/LazyHttpClient.java +++ b/pkl-core/src/main/java/org/pkl/core/http/LazyHttpClient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/http/NoProxyRule.java b/pkl-core/src/main/java/org/pkl/core/http/NoProxyRule.java index da12f6f81..539867932 100644 --- a/pkl-core/src/main/java/org/pkl/core/http/NoProxyRule.java +++ b/pkl-core/src/main/java/org/pkl/core/http/NoProxyRule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/http/ProxySelector.java b/pkl-core/src/main/java/org/pkl/core/http/ProxySelector.java index 891c6a111..e16827075 100644 --- a/pkl-core/src/main/java/org/pkl/core/http/ProxySelector.java +++ b/pkl-core/src/main/java/org/pkl/core/http/ProxySelector.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/http/RequestRewritingClient.java b/pkl-core/src/main/java/org/pkl/core/http/RequestRewritingClient.java index 39d82090b..38c9ffddd 100644 --- a/pkl-core/src/main/java/org/pkl/core/http/RequestRewritingClient.java +++ b/pkl-core/src/main/java/org/pkl/core/http/RequestRewritingClient.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/FileResolver.java b/pkl-core/src/main/java/org/pkl/core/module/FileResolver.java index 300724757..1bd2381f8 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/FileResolver.java +++ b/pkl-core/src/main/java/org/pkl/core/module/FileResolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/ModuleKey.java b/pkl-core/src/main/java/org/pkl/core/module/ModuleKey.java index 07d955729..29bd48b67 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/ModuleKey.java +++ b/pkl-core/src/main/java/org/pkl/core/module/ModuleKey.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/ModuleKeyFactories.java b/pkl-core/src/main/java/org/pkl/core/module/ModuleKeyFactories.java index 83a3715a9..e71c73859 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/ModuleKeyFactories.java +++ b/pkl-core/src/main/java/org/pkl/core/module/ModuleKeyFactories.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/ModuleKeyFactory.java b/pkl-core/src/main/java/org/pkl/core/module/ModuleKeyFactory.java index 6a0b83690..33552051a 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/ModuleKeyFactory.java +++ b/pkl-core/src/main/java/org/pkl/core/module/ModuleKeyFactory.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/ModuleKeys.java b/pkl-core/src/main/java/org/pkl/core/module/ModuleKeys.java index a1881751e..2a496c02a 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/ModuleKeys.java +++ b/pkl-core/src/main/java/org/pkl/core/module/ModuleKeys.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/ModulePathResolver.java b/pkl-core/src/main/java/org/pkl/core/module/ModulePathResolver.java index d2265c5d8..c45eeaf10 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/ModulePathResolver.java +++ b/pkl-core/src/main/java/org/pkl/core/module/ModulePathResolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/PathElement.java b/pkl-core/src/main/java/org/pkl/core/module/PathElement.java index bc7df11e0..bd8421ab2 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/PathElement.java +++ b/pkl-core/src/main/java/org/pkl/core/module/PathElement.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/ProjectDependenciesManager.java b/pkl-core/src/main/java/org/pkl/core/module/ProjectDependenciesManager.java index 679674772..4a44230c2 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/ProjectDependenciesManager.java +++ b/pkl-core/src/main/java/org/pkl/core/module/ProjectDependenciesManager.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/ResolvedModuleKey.java b/pkl-core/src/main/java/org/pkl/core/module/ResolvedModuleKey.java index ad8aec3ea..2228d6458 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/ResolvedModuleKey.java +++ b/pkl-core/src/main/java/org/pkl/core/module/ResolvedModuleKey.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/module/ResolvedModuleKeys.java b/pkl-core/src/main/java/org/pkl/core/module/ResolvedModuleKeys.java index c3fe4f864..75a54be80 100644 --- a/pkl-core/src/main/java/org/pkl/core/module/ResolvedModuleKeys.java +++ b/pkl-core/src/main/java/org/pkl/core/module/ResolvedModuleKeys.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/packages/Checksums.java b/pkl-core/src/main/java/org/pkl/core/packages/Checksums.java index a9ebd29aa..232c24d57 100644 --- a/pkl-core/src/main/java/org/pkl/core/packages/Checksums.java +++ b/pkl-core/src/main/java/org/pkl/core/packages/Checksums.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/packages/Dependency.java b/pkl-core/src/main/java/org/pkl/core/packages/Dependency.java index c9ba95e4c..5f75eed5d 100644 --- a/pkl-core/src/main/java/org/pkl/core/packages/Dependency.java +++ b/pkl-core/src/main/java/org/pkl/core/packages/Dependency.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/packages/DependencyMetadata.java b/pkl-core/src/main/java/org/pkl/core/packages/DependencyMetadata.java index 5f377bbbc..f5b0d5ff0 100644 --- a/pkl-core/src/main/java/org/pkl/core/packages/DependencyMetadata.java +++ b/pkl-core/src/main/java/org/pkl/core/packages/DependencyMetadata.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/packages/PackageAssetUri.java b/pkl-core/src/main/java/org/pkl/core/packages/PackageAssetUri.java index ed6ce589f..f3f0648a8 100644 --- a/pkl-core/src/main/java/org/pkl/core/packages/PackageAssetUri.java +++ b/pkl-core/src/main/java/org/pkl/core/packages/PackageAssetUri.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/packages/PackageLoadError.java b/pkl-core/src/main/java/org/pkl/core/packages/PackageLoadError.java index 089311f19..aa29aab8f 100644 --- a/pkl-core/src/main/java/org/pkl/core/packages/PackageLoadError.java +++ b/pkl-core/src/main/java/org/pkl/core/packages/PackageLoadError.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/packages/PackageResolver.java b/pkl-core/src/main/java/org/pkl/core/packages/PackageResolver.java index 098becc79..7c0f9521e 100644 --- a/pkl-core/src/main/java/org/pkl/core/packages/PackageResolver.java +++ b/pkl-core/src/main/java/org/pkl/core/packages/PackageResolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/packages/PackageResolvers.java b/pkl-core/src/main/java/org/pkl/core/packages/PackageResolvers.java index 4472b50ce..7da23f450 100644 --- a/pkl-core/src/main/java/org/pkl/core/packages/PackageResolvers.java +++ b/pkl-core/src/main/java/org/pkl/core/packages/PackageResolvers.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/packages/PackageUri.java b/pkl-core/src/main/java/org/pkl/core/packages/PackageUri.java index 89b22aed4..7f3bf849b 100644 --- a/pkl-core/src/main/java/org/pkl/core/packages/PackageUri.java +++ b/pkl-core/src/main/java/org/pkl/core/packages/PackageUri.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/packages/PackageUtils.java b/pkl-core/src/main/java/org/pkl/core/packages/PackageUtils.java index a049eb79e..b03a465a3 100644 --- a/pkl-core/src/main/java/org/pkl/core/packages/PackageUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/packages/PackageUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/parser/ErrorStrategy.java b/pkl-core/src/main/java/org/pkl/core/parser/ErrorStrategy.java index a26df67fc..b3ff0ac41 100644 --- a/pkl-core/src/main/java/org/pkl/core/parser/ErrorStrategy.java +++ b/pkl-core/src/main/java/org/pkl/core/parser/ErrorStrategy.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/parser/LexParseException.java b/pkl-core/src/main/java/org/pkl/core/parser/LexParseException.java index 25be17f28..055e0fe2d 100644 --- a/pkl-core/src/main/java/org/pkl/core/parser/LexParseException.java +++ b/pkl-core/src/main/java/org/pkl/core/parser/LexParseException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/parser/Lexer.java b/pkl-core/src/main/java/org/pkl/core/parser/Lexer.java index 6e5b35eaa..1a93dbc57 100644 --- a/pkl-core/src/main/java/org/pkl/core/parser/Lexer.java +++ b/pkl-core/src/main/java/org/pkl/core/parser/Lexer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/parser/Parser.java b/pkl-core/src/main/java/org/pkl/core/parser/Parser.java index 435bf01ec..37d549163 100644 --- a/pkl-core/src/main/java/org/pkl/core/parser/Parser.java +++ b/pkl-core/src/main/java/org/pkl/core/parser/Parser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/project/CanonicalPackageUri.java b/pkl-core/src/main/java/org/pkl/core/project/CanonicalPackageUri.java index 7cfcbf07b..8ec183b1d 100644 --- a/pkl-core/src/main/java/org/pkl/core/project/CanonicalPackageUri.java +++ b/pkl-core/src/main/java/org/pkl/core/project/CanonicalPackageUri.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/project/DeclaredDependencies.java b/pkl-core/src/main/java/org/pkl/core/project/DeclaredDependencies.java index 1f3c0a881..2bbb2a629 100644 --- a/pkl-core/src/main/java/org/pkl/core/project/DeclaredDependencies.java +++ b/pkl-core/src/main/java/org/pkl/core/project/DeclaredDependencies.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/project/Package.java b/pkl-core/src/main/java/org/pkl/core/project/Package.java index dfb5ad5dc..9c30e8665 100644 --- a/pkl-core/src/main/java/org/pkl/core/project/Package.java +++ b/pkl-core/src/main/java/org/pkl/core/project/Package.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/project/Project.java b/pkl-core/src/main/java/org/pkl/core/project/Project.java index 395e5d666..950385ae5 100644 --- a/pkl-core/src/main/java/org/pkl/core/project/Project.java +++ b/pkl-core/src/main/java/org/pkl/core/project/Project.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/project/ProjectDependenciesResolver.java b/pkl-core/src/main/java/org/pkl/core/project/ProjectDependenciesResolver.java index f528f84bf..93059c1e8 100644 --- a/pkl-core/src/main/java/org/pkl/core/project/ProjectDependenciesResolver.java +++ b/pkl-core/src/main/java/org/pkl/core/project/ProjectDependenciesResolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/project/ProjectDeps.java b/pkl-core/src/main/java/org/pkl/core/project/ProjectDeps.java index f4c9b911c..bf893efd2 100644 --- a/pkl-core/src/main/java/org/pkl/core/project/ProjectDeps.java +++ b/pkl-core/src/main/java/org/pkl/core/project/ProjectDeps.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/project/ProjectPackager.java b/pkl-core/src/main/java/org/pkl/core/project/ProjectPackager.java index 8491bf095..0e7c21a7f 100644 --- a/pkl-core/src/main/java/org/pkl/core/project/ProjectPackager.java +++ b/pkl-core/src/main/java/org/pkl/core/project/ProjectPackager.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/repl/ReplRequest.java b/pkl-core/src/main/java/org/pkl/core/repl/ReplRequest.java index a38ff141e..5a947d02c 100644 --- a/pkl-core/src/main/java/org/pkl/core/repl/ReplRequest.java +++ b/pkl-core/src/main/java/org/pkl/core/repl/ReplRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/repl/ReplResponse.java b/pkl-core/src/main/java/org/pkl/core/repl/ReplResponse.java index 4d7342d64..4139497c8 100644 --- a/pkl-core/src/main/java/org/pkl/core/repl/ReplResponse.java +++ b/pkl-core/src/main/java/org/pkl/core/repl/ReplResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/repl/ReplServer.java b/pkl-core/src/main/java/org/pkl/core/repl/ReplServer.java index a51220ac1..96162fe39 100644 --- a/pkl-core/src/main/java/org/pkl/core/repl/ReplServer.java +++ b/pkl-core/src/main/java/org/pkl/core/repl/ReplServer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/resource/Resource.java b/pkl-core/src/main/java/org/pkl/core/resource/Resource.java index 76feb31f1..da1f1c100 100644 --- a/pkl-core/src/main/java/org/pkl/core/resource/Resource.java +++ b/pkl-core/src/main/java/org/pkl/core/resource/Resource.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/resource/ResourceReader.java b/pkl-core/src/main/java/org/pkl/core/resource/ResourceReader.java index cb2024f38..dc8c0bc3e 100644 --- a/pkl-core/src/main/java/org/pkl/core/resource/ResourceReader.java +++ b/pkl-core/src/main/java/org/pkl/core/resource/ResourceReader.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/resource/ResourceReaders.java b/pkl-core/src/main/java/org/pkl/core/resource/ResourceReaders.java index abb7a7d50..7f08702fc 100644 --- a/pkl-core/src/main/java/org/pkl/core/resource/ResourceReaders.java +++ b/pkl-core/src/main/java/org/pkl/core/resource/ResourceReaders.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/BaseModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/BaseModule.java index 56afe6e2b..7b25a864b 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/BaseModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/BaseModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/BenchmarkModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/BenchmarkModule.java index 77d12c7b8..0df802b95 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/BenchmarkModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/BenchmarkModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/FileSystemManager.java b/pkl-core/src/main/java/org/pkl/core/runtime/FileSystemManager.java index 127b2a4cf..a824b5acf 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/FileSystemManager.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/FileSystemManager.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/Identifier.java b/pkl-core/src/main/java/org/pkl/core/runtime/Identifier.java index be88c3dd6..89f5696fe 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/Identifier.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/Identifier.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/Iterators.java b/pkl-core/src/main/java/org/pkl/core/runtime/Iterators.java index b4105c779..7a618f677 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/Iterators.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/Iterators.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/JsonnetModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/JsonnetModule.java index 9bf9821f8..4851f5889 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/JsonnetModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/JsonnetModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/KeyLookupSuggestions.java b/pkl-core/src/main/java/org/pkl/core/runtime/KeyLookupSuggestions.java index 7536798fe..9d860185f 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/KeyLookupSuggestions.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/KeyLookupSuggestions.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/LoggerImpl.java b/pkl-core/src/main/java/org/pkl/core/runtime/LoggerImpl.java index 412badc8c..c4bb28328 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/LoggerImpl.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/LoggerImpl.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/MathModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/MathModule.java index 20422d9f0..b6425c4d1 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/MathModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/MathModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/MemberLookupSuggestions.java b/pkl-core/src/main/java/org/pkl/core/runtime/MemberLookupSuggestions.java index c7248cd70..4a18200d9 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/MemberLookupSuggestions.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/MemberLookupSuggestions.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/MinPklVersionChecker.java b/pkl-core/src/main/java/org/pkl/core/runtime/MinPklVersionChecker.java index a15ec9fc4..cce6ec58a 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/MinPklVersionChecker.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/MinPklVersionChecker.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/MirrorFactories.java b/pkl-core/src/main/java/org/pkl/core/runtime/MirrorFactories.java index 677b822b9..52bc29056 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/MirrorFactories.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/MirrorFactories.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/ModuleCache.java b/pkl-core/src/main/java/org/pkl/core/runtime/ModuleCache.java index 9c201a2d1..930837792 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/ModuleCache.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/ModuleCache.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/ModuleInfo.java b/pkl-core/src/main/java/org/pkl/core/runtime/ModuleInfo.java index ce1c4be9d..efa7b9b78 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/ModuleInfo.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/ModuleInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/ModuleResolver.java b/pkl-core/src/main/java/org/pkl/core/runtime/ModuleResolver.java index d00291952..3fe7bc62f 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/ModuleResolver.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/ModuleResolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/NullReceiverException.java b/pkl-core/src/main/java/org/pkl/core/runtime/NullReceiverException.java index 8e0ae492e..1a184aa5c 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/NullReceiverException.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/NullReceiverException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/PlatformModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/PlatformModule.java index 9ccff8b13..2a90227b9 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/PlatformModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/PlatformModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/ProjectModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/ProjectModule.java index fa09d056a..85a9a4788 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/ProjectModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/ProjectModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/ReaderBase.java b/pkl-core/src/main/java/org/pkl/core/runtime/ReaderBase.java index d5b2e5dea..1fb5909bd 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/ReaderBase.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/ReaderBase.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/ReflectModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/ReflectModule.java index 6f09a582c..dc63aa845 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/ReflectModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/ReflectModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/ReleaseModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/ReleaseModule.java index 392648b4c..fa40bf435 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/ReleaseModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/ReleaseModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/ResourceManager.java b/pkl-core/src/main/java/org/pkl/core/runtime/ResourceManager.java index 016ebfb06..1992a6a26 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/ResourceManager.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/ResourceManager.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/SemVerModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/SemVerModule.java index dd229e361..6438a37c8 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/SemVerModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/SemVerModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/SettingsModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/SettingsModule.java index 169ba2cb7..048a9e588 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/SettingsModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/SettingsModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/StackTraceGenerator.java b/pkl-core/src/main/java/org/pkl/core/runtime/StackTraceGenerator.java index bc5e8a8c9..27a3c732d 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/StackTraceGenerator.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/StackTraceGenerator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/StackTraceRenderer.java b/pkl-core/src/main/java/org/pkl/core/runtime/StackTraceRenderer.java index 933dc19f2..202bcfcc5 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/StackTraceRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/StackTraceRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/StdLibModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/StdLibModule.java index 674e83e1e..28bfe592f 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/StdLibModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/StdLibModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/TestModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/TestModule.java index 047f5975e..81672fa59 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/TestModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/TestModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/TestResults.java b/pkl-core/src/main/java/org/pkl/core/runtime/TestResults.java index 9b4c149de..830116aa0 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/TestResults.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/TestResults.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/TestRunner.java b/pkl-core/src/main/java/org/pkl/core/runtime/TestRunner.java index 82957bcc7..2bc76c0c8 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/TestRunner.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/TestRunner.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmBugException.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmBugException.java index 1cd04615b..01c35884d 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmBugException.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmBugException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmClass.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmClass.java index b452e3616..36725ea85 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmClass.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmClass.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmCollection.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmCollection.java index 0dc660fb3..1cc5fce48 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmCollection.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmCollection.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmContext.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmContext.java index 3a711cfc0..b691de165 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmContext.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmContext.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmDataSize.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmDataSize.java index 8e6910a37..a23ae322d 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmDataSize.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmDataSize.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmDuration.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmDuration.java index d74197416..655910fa0 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmDuration.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmDuration.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmDynamic.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmDynamic.java index f4780bb61..2be815bbe 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmDynamic.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmDynamic.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmEvalException.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmEvalException.java index 0a2996c1c..1543ae1c1 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmEvalException.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmEvalException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmException.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmException.java index e291c4d49..d0ad42b2f 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmException.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmExceptionBuilder.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmExceptionBuilder.java index 141bd97b6..aa9e73781 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmExceptionBuilder.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmExceptionBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmExceptionRenderer.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmExceptionRenderer.java index b1a6d3ea0..ee90a9b09 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmExceptionRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmExceptionRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmFileDetector.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmFileDetector.java index ab996b89f..598b1e418 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmFileDetector.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmFileDetector.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmFunction.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmFunction.java index 621a9b511..cedfe9d8b 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmFunction.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmFunction.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmIntSeq.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmIntSeq.java index f02a95f4b..96ed547a4 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmIntSeq.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmIntSeq.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmLanguage.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmLanguage.java index a25f91029..dc01bff36 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmLanguage.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmLanguage.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmList.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmList.java index 9cfbe2c44..f1a1af9ef 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmList.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmList.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmListing.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmListing.java index 804c8c449..2fde97ebf 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmListing.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmListing.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmListingOrMapping.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmListingOrMapping.java index beaa2f1fd..7b45abc91 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmListingOrMapping.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmListingOrMapping.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmMap.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmMap.java index dfe3abfd6..7e8a52f50 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmMap.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmMap.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmMapping.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmMapping.java index cdf157f0e..e3009d209 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmMapping.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmMapping.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmNull.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmNull.java index 934269a7a..157047056 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmNull.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmNull.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmObject.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmObject.java index 3c00e1375..5d9952671 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmObject.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmObject.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmObjectBuilder.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmObjectBuilder.java index 867d33fdd..f95bbeeb6 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmObjectBuilder.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmObjectBuilder.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmObjectLike.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmObjectLike.java index f062600c0..d665162bf 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmObjectLike.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmObjectLike.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmPair.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmPair.java index 65184a5d7..480300e6a 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmPair.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmPair.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmRegex.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmRegex.java index 9478cf2f6..d00ad238a 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmRegex.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmRegex.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmSafeMath.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmSafeMath.java index 56a3ce11e..4892b08dd 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmSafeMath.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmSafeMath.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmSet.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmSet.java index 89d793730..ad2e44eaa 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmSet.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmSet.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmStackOverflowException.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmStackOverflowException.java index 85ad8ca12..018ee41de 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmStackOverflowException.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmStackOverflowException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmTypeAlias.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmTypeAlias.java index 57cd95341..d3a07ef30 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmTypeAlias.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmTypeAlias.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmTyped.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmTyped.java index 3f7d046ff..7bbc1987c 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmTyped.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmTyped.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmTypes.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmTypes.java index 782747e99..69e809018 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmTypes.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmTypes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmUndefinedValueException.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmUndefinedValueException.java index 2c5492d91..dea2eea92 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmUndefinedValueException.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmUndefinedValueException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmUtils.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmUtils.java index 80d57e0e5..9f5c4e553 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmValue.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmValue.java index 036529310..2b0dee4d8 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmValue.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmValue.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmValueConverter.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmValueConverter.java index 2f28ba353..def44c167 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmValueConverter.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmValueConverter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmValueRenderer.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmValueRenderer.java index 1497dad70..602141d11 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmValueRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmValueRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/VmValueVisitor.java b/pkl-core/src/main/java/org/pkl/core/runtime/VmValueVisitor.java index a4dc04c72..157b4eee9 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/VmValueVisitor.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/VmValueVisitor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/runtime/XmlModule.java b/pkl-core/src/main/java/org/pkl/core/runtime/XmlModule.java index d55272dac..da9be844e 100644 --- a/pkl-core/src/main/java/org/pkl/core/runtime/XmlModule.java +++ b/pkl-core/src/main/java/org/pkl/core/runtime/XmlModule.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/service/ExecutorSpiImpl.java b/pkl-core/src/main/java/org/pkl/core/service/ExecutorSpiImpl.java index 45dc508c3..0f2a86d31 100644 --- a/pkl-core/src/main/java/org/pkl/core/service/ExecutorSpiImpl.java +++ b/pkl-core/src/main/java/org/pkl/core/service/ExecutorSpiImpl.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/settings/PklSettings.java b/pkl-core/src/main/java/org/pkl/core/settings/PklSettings.java index 9e0b9a2b3..14226d82f 100644 --- a/pkl-core/src/main/java/org/pkl/core/settings/PklSettings.java +++ b/pkl-core/src/main/java/org/pkl/core/settings/PklSettings.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/AbstractRenderer.java b/pkl-core/src/main/java/org/pkl/core/stdlib/AbstractRenderer.java index 45801f2ad..10882c26b 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/AbstractRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/AbstractRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMemberNode.java b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMemberNode.java index 6cae8b315..ea08f9e83 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMemberNode.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMemberNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod0Node.java b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod0Node.java index da2670660..743d446b4 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod0Node.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod0Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod1Node.java b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod1Node.java index 2fc6ad381..6538dfc84 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod1Node.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod1Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod2Node.java b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod2Node.java index 00e8eb04a..c1ea1c720 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod2Node.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod2Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod3Node.java b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod3Node.java index bbf4b7ccf..9017df60c 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod3Node.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod3Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod4Node.java b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod4Node.java index 390ed5c59..4f328d1ae 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod4Node.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod4Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod5Node.java b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod5Node.java index 69f2ba357..a9f261b57 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod5Node.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethod5Node.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethodNode.java b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethodNode.java index 99a0139b4..c5e551dc2 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethodNode.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalMethodNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalPropertyNode.java b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalPropertyNode.java index a0c208a8b..fde7f0168 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalPropertyNode.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/ExternalPropertyNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/LanguageAwareNode.java b/pkl-core/src/main/java/org/pkl/core/stdlib/LanguageAwareNode.java index 4325e0696..6e5492ffa 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/LanguageAwareNode.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/LanguageAwareNode.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/PathConverterSupport.java b/pkl-core/src/main/java/org/pkl/core/stdlib/PathConverterSupport.java index 8b3932621..99c7fbd98 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/PathConverterSupport.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/PathConverterSupport.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/PathSpecParser.java b/pkl-core/src/main/java/org/pkl/core/stdlib/PathSpecParser.java index 7039ec9d5..9fc856af4 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/PathSpecParser.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/PathSpecParser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/PklConverter.java b/pkl-core/src/main/java/org/pkl/core/stdlib/PklConverter.java index ef5fbf61a..0495215df 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/PklConverter.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/PklConverter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/PklName.java b/pkl-core/src/main/java/org/pkl/core/stdlib/PklName.java index 86d48816c..ce4f02b2e 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/PklName.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/PklName.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/VmObjectFactories.java b/pkl-core/src/main/java/org/pkl/core/stdlib/VmObjectFactories.java index 256747c74..e32e142d1 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/VmObjectFactories.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/VmObjectFactories.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/VmObjectFactory.java b/pkl-core/src/main/java/org/pkl/core/stdlib/VmObjectFactory.java index e1d1f20be..0d89e5c54 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/VmObjectFactory.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/VmObjectFactory.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/AnyNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/AnyNodes.java index d4f9af39d..ae2d74f23 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/AnyNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/AnyNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/BaseNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/BaseNodes.java index 8d24a49aa..bdf9358f1 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/BaseNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/BaseNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/BooleanNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/BooleanNodes.java index b884c89af..cdd5025a9 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/BooleanNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/BooleanNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ClassNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ClassNodes.java index 5bb60543a..af02778e9 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ClassNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ClassNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/CollectionNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/CollectionNodes.java index 0d6c8236e..3da094c8b 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/CollectionNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/CollectionNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/DataSizeNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/DataSizeNodes.java index 37ae39e22..692f8aab5 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/DataSizeNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/DataSizeNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/DurationNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/DurationNodes.java index 57edcaa95..91ecd86f8 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/DurationNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/DurationNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/DynamicNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/DynamicNodes.java index 59f55458b..06ee12eea 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/DynamicNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/DynamicNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/FloatNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/FloatNodes.java index 7b396f276..1bf46d036 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/FloatNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/FloatNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function0Nodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function0Nodes.java index 1d8c75e6e..16b5c1b38 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function0Nodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function0Nodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function1Nodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function1Nodes.java index 5837a5d69..6591c3fb8 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function1Nodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function1Nodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function2Nodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function2Nodes.java index ae39ec333..691d2fc90 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function2Nodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function2Nodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function3Nodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function3Nodes.java index 7a6eeef31..44fe2a288 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function3Nodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function3Nodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function4Nodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function4Nodes.java index ca236203d..349c3582a 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function4Nodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function4Nodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function5Nodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function5Nodes.java index 60c437468..f4ab56611 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function5Nodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/Function5Nodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/FunctionNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/FunctionNodes.java index cfdf44d35..534269498 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/FunctionNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/FunctionNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/IntNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/IntNodes.java index 8b7b04f40..a7750e6ed 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/IntNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/IntNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/IntSeqNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/IntSeqNodes.java index a9b675985..8ff87e72d 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/IntSeqNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/IntSeqNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/JsonRendererNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/JsonRendererNodes.java index 73c5cf601..9e4202cc2 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/JsonRendererNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/JsonRendererNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ListNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ListNodes.java index 1eab8dddd..63d2d5006 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ListNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ListNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ListingNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ListingNodes.java index db15a4591..23ec04f5e 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ListingNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ListingNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/MapNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/MapNodes.java index f722a77b9..e58728f32 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/MapNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/MapNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/MappingNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/MappingNodes.java index 8ebcfa29f..99e8aa736 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/MappingNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/MappingNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/MergeSort.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/MergeSort.java index 4bbbb2608..3b9cdc22e 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/MergeSort.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/MergeSort.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ModuleClassNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ModuleClassNodes.java index 7b90b5913..e7be339f4 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ModuleClassNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ModuleClassNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PListRendererNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PListRendererNodes.java index 5e179884b..09837bffa 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PListRendererNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PListRendererNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PairNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PairNodes.java index 687c72454..68ef03217 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PairNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PairNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PcfRenderer.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PcfRenderer.java index 6c2c71911..cee2f76f2 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PcfRenderer.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PcfRenderer.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PcfRendererNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PcfRendererNodes.java index 8860048c4..c75516382 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PcfRendererNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PcfRendererNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PropertiesRendererNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PropertiesRendererNodes.java index c9c6b908b..9d9b52897 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/PropertiesRendererNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/PropertiesRendererNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/RegexMatchFactory.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/RegexMatchFactory.java index 6f3380071..a34097b22 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/RegexMatchFactory.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/RegexMatchFactory.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/RegexNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/RegexNodes.java index bfae7ce2e..1791fca85 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/RegexNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/RegexNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ResourceNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ResourceNodes.java index 9d788e638..25fea1ae0 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/ResourceNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/ResourceNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/SetNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/SetNodes.java index 0be7f1c19..c44837613 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/SetNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/SetNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java index 7ad4ef93d..5035a057e 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/TypedNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/TypedNodes.java index 481bb2628..99dd5edd3 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/TypedNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/TypedNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/base/YamlRendererNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/base/YamlRendererNodes.java index 4fae1f216..224874c7c 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/base/YamlRendererNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/base/YamlRendererNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/BenchmarkUtils.java b/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/BenchmarkUtils.java index 4d1720276..9b89449f1 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/BenchmarkUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/BenchmarkUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/MicrobenchmarkNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/MicrobenchmarkNodes.java index f49e6ec4d..c8272b1f4 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/MicrobenchmarkNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/MicrobenchmarkNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/OutputBenchmarkNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/OutputBenchmarkNodes.java index a15304434..5863e5f6b 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/OutputBenchmarkNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/OutputBenchmarkNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/ParserBenchmarkNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/ParserBenchmarkNodes.java index 6d9c0ee2f..bd403c3c3 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/ParserBenchmarkNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/benchmark/ParserBenchmarkNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/json/ParserNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/json/ParserNodes.java index 15557d344..1321674dc 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/json/ParserNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/json/ParserNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/jsonnet/RendererNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/jsonnet/RendererNodes.java index 2889103f6..0d4c24f96 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/jsonnet/RendererNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/jsonnet/RendererNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/math/MathNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/math/MathNodes.java index 4be65def7..a2160b785 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/math/MathNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/math/MathNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/platform/PlatformNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/platform/PlatformNodes.java index 9214311a7..199783a47 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/platform/PlatformNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/platform/PlatformNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/protobuf/RendererNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/protobuf/RendererNodes.java index 7cdde50ee..8b8292504 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/protobuf/RendererNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/protobuf/RendererNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/ClassNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/ClassNodes.java index e3b598802..9a9f5232d 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/ClassNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/ClassNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/DeclaredTypeNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/DeclaredTypeNodes.java index 7aeb9fa10..598d29f67 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/DeclaredTypeNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/DeclaredTypeNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/ReflectNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/ReflectNodes.java index 64b62c267..090692324 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/ReflectNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/ReflectNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/TypeNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/TypeNodes.java index 09846cb99..59b16c0a9 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/TypeNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/reflect/TypeNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/registry/EmptyMemberRegistry.java b/pkl-core/src/main/java/org/pkl/core/stdlib/registry/EmptyMemberRegistry.java index c8a833ccd..08c662faf 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/registry/EmptyMemberRegistry.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/registry/EmptyMemberRegistry.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/registry/ExternalMemberRegistry.java b/pkl-core/src/main/java/org/pkl/core/stdlib/registry/ExternalMemberRegistry.java index e58fda303..a0f7b3d59 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/registry/ExternalMemberRegistry.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/registry/ExternalMemberRegistry.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/release/ReleaseNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/release/ReleaseNodes.java index 62eea0796..1349ecd97 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/release/ReleaseNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/release/ReleaseNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/test/TestNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/test/TestNodes.java index b8e15b82c..52efe9e5d 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/test/TestNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/test/TestNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/JUnitReport.java b/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/JUnitReport.java index c5c10eeff..98106798a 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/JUnitReport.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/JUnitReport.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/SimpleReport.java b/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/SimpleReport.java index 82e788cef..7ea290fd2 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/SimpleReport.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/SimpleReport.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/TestReport.java b/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/TestReport.java index a891dacd0..70545f988 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/TestReport.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/test/report/TestReport.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/xml/RendererNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/xml/RendererNodes.java index f2a15c71c..e3f867fb6 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/xml/RendererNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/xml/RendererNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/stdlib/yaml/ParserNodes.java b/pkl-core/src/main/java/org/pkl/core/stdlib/yaml/ParserNodes.java index 2dfcdfe9d..fbe28890b 100644 --- a/pkl-core/src/main/java/org/pkl/core/stdlib/yaml/ParserNodes.java +++ b/pkl-core/src/main/java/org/pkl/core/stdlib/yaml/ParserNodes.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/AbstractCharEscaper.java b/pkl-core/src/main/java/org/pkl/core/util/AbstractCharEscaper.java index 6c69f4eb6..e5d55e35b 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/AbstractCharEscaper.java +++ b/pkl-core/src/main/java/org/pkl/core/util/AbstractCharEscaper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/ArrayCharEscaper.java b/pkl-core/src/main/java/org/pkl/core/util/ArrayCharEscaper.java index 5c06ad01c..960d6174a 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/ArrayCharEscaper.java +++ b/pkl-core/src/main/java/org/pkl/core/util/ArrayCharEscaper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/ByteArrayUtils.java b/pkl-core/src/main/java/org/pkl/core/util/ByteArrayUtils.java index e3974ba55..10f788d31 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/ByteArrayUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/ByteArrayUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/CodeGeneratorUtils.java b/pkl-core/src/main/java/org/pkl/core/util/CodeGeneratorUtils.java index b933bb683..1a5962e7f 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/CodeGeneratorUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/CodeGeneratorUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/CollectionUtils.java b/pkl-core/src/main/java/org/pkl/core/util/CollectionUtils.java index 25da01a3b..1d69e6be5 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/CollectionUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/CollectionUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/DurationUtils.java b/pkl-core/src/main/java/org/pkl/core/util/DurationUtils.java index e7c6e342d..88b86739e 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/DurationUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/DurationUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/EconomicMaps.java b/pkl-core/src/main/java/org/pkl/core/util/EconomicMaps.java index 65a3ca94f..ab462c2e4 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/EconomicMaps.java +++ b/pkl-core/src/main/java/org/pkl/core/util/EconomicMaps.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/EconomicSets.java b/pkl-core/src/main/java/org/pkl/core/util/EconomicSets.java index 5a25ff0ac..23d2ec0b6 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/EconomicSets.java +++ b/pkl-core/src/main/java/org/pkl/core/util/EconomicSets.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/ErrorMessages.java b/pkl-core/src/main/java/org/pkl/core/util/ErrorMessages.java index 76e20427c..7ce934bca 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/ErrorMessages.java +++ b/pkl-core/src/main/java/org/pkl/core/util/ErrorMessages.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/Exceptions.java b/pkl-core/src/main/java/org/pkl/core/util/Exceptions.java index 5dc515abb..77d093e4a 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/Exceptions.java +++ b/pkl-core/src/main/java/org/pkl/core/util/Exceptions.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/GlobResolver.java b/pkl-core/src/main/java/org/pkl/core/util/GlobResolver.java index 700586ae9..7df582f65 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/GlobResolver.java +++ b/pkl-core/src/main/java/org/pkl/core/util/GlobResolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/HttpUtils.java b/pkl-core/src/main/java/org/pkl/core/util/HttpUtils.java index 26548b384..2048b934e 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/HttpUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/HttpUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/IoUtils.java b/pkl-core/src/main/java/org/pkl/core/util/IoUtils.java index a0d790bb6..e32d245d1 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/IoUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/IoUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/LateInit.java b/pkl-core/src/main/java/org/pkl/core/util/LateInit.java index 9154d3392..704e51cde 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/LateInit.java +++ b/pkl-core/src/main/java/org/pkl/core/util/LateInit.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/MathUtils.java b/pkl-core/src/main/java/org/pkl/core/util/MathUtils.java index 88180e593..3cf65fb4a 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/MathUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/MathUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/MutableBoolean.java b/pkl-core/src/main/java/org/pkl/core/util/MutableBoolean.java index aa5317088..28d457db2 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/MutableBoolean.java +++ b/pkl-core/src/main/java/org/pkl/core/util/MutableBoolean.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/MutableLong.java b/pkl-core/src/main/java/org/pkl/core/util/MutableLong.java index 50d549ff1..b2210ab27 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/MutableLong.java +++ b/pkl-core/src/main/java/org/pkl/core/util/MutableLong.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/MutableReference.java b/pkl-core/src/main/java/org/pkl/core/util/MutableReference.java index c78df7ad7..42f6bdd39 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/MutableReference.java +++ b/pkl-core/src/main/java/org/pkl/core/util/MutableReference.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/Nonnull.java b/pkl-core/src/main/java/org/pkl/core/util/Nonnull.java index 9cebb7dcf..31ffc5e09 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/Nonnull.java +++ b/pkl-core/src/main/java/org/pkl/core/util/Nonnull.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/NonnullByDefault.java b/pkl-core/src/main/java/org/pkl/core/util/NonnullByDefault.java index b15834d26..bdb83de44 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/NonnullByDefault.java +++ b/pkl-core/src/main/java/org/pkl/core/util/NonnullByDefault.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/Nullable.java b/pkl-core/src/main/java/org/pkl/core/util/Nullable.java index f23df913a..2d35d31f1 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/Nullable.java +++ b/pkl-core/src/main/java/org/pkl/core/util/Nullable.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/Pair.java b/pkl-core/src/main/java/org/pkl/core/util/Pair.java index fd4e3216d..9bc946000 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/Pair.java +++ b/pkl-core/src/main/java/org/pkl/core/util/Pair.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/StringBuilderWriter.java b/pkl-core/src/main/java/org/pkl/core/util/StringBuilderWriter.java index 60d65dc41..6ffd5a986 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/StringBuilderWriter.java +++ b/pkl-core/src/main/java/org/pkl/core/util/StringBuilderWriter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/StringSimilarity.java b/pkl-core/src/main/java/org/pkl/core/util/StringSimilarity.java index 28602e227..4c19dec8a 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/StringSimilarity.java +++ b/pkl-core/src/main/java/org/pkl/core/util/StringSimilarity.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/StringUtils.java b/pkl-core/src/main/java/org/pkl/core/util/StringUtils.java index fa3c86d40..3fa445d3b 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/StringUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/StringUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/json/Json.java b/pkl-core/src/main/java/org/pkl/core/util/json/Json.java index 358853302..8837e249e 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/json/Json.java +++ b/pkl-core/src/main/java/org/pkl/core/util/json/Json.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/json/JsonEscaper.java b/pkl-core/src/main/java/org/pkl/core/util/json/JsonEscaper.java index 1f3678717..00606cc19 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/json/JsonEscaper.java +++ b/pkl-core/src/main/java/org/pkl/core/util/json/JsonEscaper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/json/JsonHandler.java b/pkl-core/src/main/java/org/pkl/core/util/json/JsonHandler.java index 88ae71545..8f6918bd4 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/json/JsonHandler.java +++ b/pkl-core/src/main/java/org/pkl/core/util/json/JsonHandler.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/json/JsonParser.java b/pkl-core/src/main/java/org/pkl/core/util/json/JsonParser.java index 40dc3e50f..67f35ca51 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/json/JsonParser.java +++ b/pkl-core/src/main/java/org/pkl/core/util/json/JsonParser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/json/JsonWriter.java b/pkl-core/src/main/java/org/pkl/core/util/json/JsonWriter.java index dfd7b62bc..3b56890e4 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/json/JsonWriter.java +++ b/pkl-core/src/main/java/org/pkl/core/util/json/JsonWriter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/json/Location.java b/pkl-core/src/main/java/org/pkl/core/util/json/Location.java index 169e034f1..cf9e9c39c 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/json/Location.java +++ b/pkl-core/src/main/java/org/pkl/core/util/json/Location.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/json/ParseException.java b/pkl-core/src/main/java/org/pkl/core/util/json/ParseException.java index fb2cf4e67..e740dbab8 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/json/ParseException.java +++ b/pkl-core/src/main/java/org/pkl/core/util/json/ParseException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/properties/PropertiesUtils.java b/pkl-core/src/main/java/org/pkl/core/util/properties/PropertiesUtils.java index f7f2125af..f22dbe64e 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/properties/PropertiesUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/properties/PropertiesUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/xml/Xml10Validator.java b/pkl-core/src/main/java/org/pkl/core/util/xml/Xml10Validator.java index c079355e6..b44044533 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/xml/Xml10Validator.java +++ b/pkl-core/src/main/java/org/pkl/core/util/xml/Xml10Validator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/xml/Xml11Validator.java b/pkl-core/src/main/java/org/pkl/core/util/xml/Xml11Validator.java index a8219d8d4..ecb2e1389 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/xml/Xml11Validator.java +++ b/pkl-core/src/main/java/org/pkl/core/util/xml/Xml11Validator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/xml/XmlValidator.java b/pkl-core/src/main/java/org/pkl/core/util/xml/XmlValidator.java index b3f6541a2..8f43a3c26 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/xml/XmlValidator.java +++ b/pkl-core/src/main/java/org/pkl/core/util/xml/XmlValidator.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/Yaml11Emitter.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/Yaml11Emitter.java index e9c8c5ed3..488d66bac 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/Yaml11Emitter.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/Yaml11Emitter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/Yaml12Emitter.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/Yaml12Emitter.java index f2bc3d787..e8f79e814 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/Yaml12Emitter.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/Yaml12Emitter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlCompatEmitter.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlCompatEmitter.java index 570887410..df75edeb2 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlCompatEmitter.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlCompatEmitter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEmitter.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEmitter.java index 4973977f2..2def7014c 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEmitter.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEmitter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEscaper.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEscaper.java index 00120d48a..29a21daec 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEscaper.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/YamlEscaper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/Yaml11Resolver.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/Yaml11Resolver.java index b95723e17..a177bb4f8 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/Yaml11Resolver.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/Yaml11Resolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/Yaml12Resolver.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/Yaml12Resolver.java index cda4c58d3..a729a3bd1 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/Yaml12Resolver.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/Yaml12Resolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlCompatEmitterResolver.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlCompatEmitterResolver.java index fadd344d7..be4a0c3c6 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlCompatEmitterResolver.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlCompatEmitterResolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlCompatParserResolver.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlCompatParserResolver.java index 3687e22d2..4a236501a 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlCompatParserResolver.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlCompatParserResolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlResolver.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlResolver.java index bc915fe40..e66ea5190 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlResolver.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlResolver.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlUtils.java b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlUtils.java index 227791f63..d481d5398 100644 --- a/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlUtils.java +++ b/pkl-core/src/main/java/org/pkl/core/util/yaml/snake/YamlUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/ClassInheritanceTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/ClassInheritanceTest.kt index 44b958a92..1926bed9f 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/ClassInheritanceTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/ClassInheritanceTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/DataSizeTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/DataSizeTest.kt index 081a7c150..f6fda6fd5 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/DataSizeTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/DataSizeTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/DataSizeUnitTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/DataSizeUnitTest.kt index 2827d1023..98ee37139 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/DataSizeUnitTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/DataSizeUnitTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/DurationTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/DurationTest.kt index ce7bd0bab..94bdf98c6 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/DurationTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/DurationTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/DurationUnitTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/DurationUnitTest.kt index b822e2ed6..d6c37d6e4 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/DurationUnitTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/DurationUnitTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/DynamicTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/DynamicTest.kt index 3de073e87..7f792dc08 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/DynamicTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/DynamicTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateExpressionTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateExpressionTest.kt index 0ad29f9f5..faaa6cddc 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateExpressionTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateExpressionTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateMultipleFileOutputTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateMultipleFileOutputTest.kt index 84afcbef7..d9e731561 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateMultipleFileOutputTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateMultipleFileOutputTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateOutputTextTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateOutputTextTest.kt index 967b5ec81..ffc2a53f3 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateOutputTextTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateOutputTextTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateSchemaTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateSchemaTest.kt index a12a14a18..42a4d989d 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateSchemaTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateSchemaTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateTestsTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateTestsTest.kt index a4a55f774..2f55df2eb 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/EvaluateTestsTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/EvaluateTestsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/EvaluatorBuilderTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/EvaluatorBuilderTest.kt index 77b3c9daa..3ae9624bf 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/EvaluatorBuilderTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/EvaluatorBuilderTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/EvaluatorTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/EvaluatorTest.kt index 2a5bef337..f3c2b4085 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/EvaluatorTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/EvaluatorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/JsonRendererTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/JsonRendererTest.kt index 549dd0879..b70cc2253 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/JsonRendererTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/JsonRendererTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTests.kt b/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTests.kt index 80552fc11..901d29a04 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTests.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTests.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt b/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt index 1aca859ab..dec902d74 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PClassInfoTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PClassInfoTest.kt index 2f4b21214..a4b8178e8 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PClassInfoTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PClassInfoTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PListRendererTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PListRendererTest.kt index fe44fe7c5..bef2efd39 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PListRendererTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PListRendererTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PModuleTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PModuleTest.kt index c36e08cf3..019b0bcf8 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PModuleTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PModuleTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PNullTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PNullTest.kt index 868eb1f00..fc1d86f3c 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PNullTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PNullTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PObjectTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PObjectTest.kt index 2f5030a44..9373d718d 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PObjectTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PObjectTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PairTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PairTest.kt index aa4b06866..485d4bb30 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PairTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PairTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PcfRendererTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PcfRendererTest.kt index 8445e9765..7d800c22c 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PcfRendererTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PcfRendererTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PklInfoTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PklInfoTest.kt index 3f4e72720..c226929c3 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PklInfoTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PklInfoTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PlatformTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PlatformTest.kt index 26aaf504c..0833ae070 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PlatformTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PlatformTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/PropertiesRendererTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/PropertiesRendererTest.kt index f01924245..589a83db9 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/PropertiesRendererTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/PropertiesRendererTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/ReleaseTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/ReleaseTest.kt index 4e4609e8a..90a639f5a 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/ReleaseTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/ReleaseTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/ReplServerTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/ReplServerTest.kt index f5b8316fa..9da6a9c4a 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/ReplServerTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/ReplServerTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/RepositoryHygiene.kt b/pkl-core/src/test/kotlin/org/pkl/core/RepositoryHygiene.kt index bf3fa6f46..a76c001cb 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/RepositoryHygiene.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/RepositoryHygiene.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/SecurityManagersTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/SecurityManagersTest.kt index 42a8f7f16..19a6d7450 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/SecurityManagersTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/SecurityManagersTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/StackFrameTransformersTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/StackFrameTransformersTest.kt index 6fe8997be..5773f1855 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/StackFrameTransformersTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/StackFrameTransformersTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/VersionTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/VersionTest.kt index 632e9073f..393623053 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/VersionTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/VersionTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/YamlRendererTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/YamlRendererTest.kt index b2c36ada1..964bf0443 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/YamlRendererTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/YamlRendererTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/ast/builder/ImportsAndReadsParserTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/ast/builder/ImportsAndReadsParserTest.kt index 6f5be5b1a..ef2b9737d 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/ast/builder/ImportsAndReadsParserTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/ast/builder/ImportsAndReadsParserTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/http/DummyHttpClientTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/http/DummyHttpClientTest.kt index e71ce1316..520fd9eb0 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/http/DummyHttpClientTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/http/DummyHttpClientTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt index 13b7ed97e..0a8b48e85 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/http/LazyHttpClientTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/http/LazyHttpClientTest.kt index 2a1f71281..e898dc265 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/http/LazyHttpClientTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/http/LazyHttpClientTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/http/NoProxyRuleTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/http/NoProxyRuleTest.kt index c372e6332..3efc19871 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/http/NoProxyRuleTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/http/NoProxyRuleTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/http/RequestCapturingClient.kt b/pkl-core/src/test/kotlin/org/pkl/core/http/RequestCapturingClient.kt index e9a7778e0..75b2c0449 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/http/RequestCapturingClient.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/http/RequestCapturingClient.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/http/RequestRewritingClientTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/http/RequestRewritingClientTest.kt index f5bcd7b8c..7005846f0 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/http/RequestRewritingClientTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/http/RequestRewritingClientTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/module/ModuleKeyFactoriesTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/module/ModuleKeyFactoriesTest.kt index 169bd6913..055e79868 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/module/ModuleKeyFactoriesTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/module/ModuleKeyFactoriesTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/module/ModuleKeysTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/module/ModuleKeysTest.kt index 3c7099734..e9901eabc 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/module/ModuleKeysTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/module/ModuleKeysTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/module/ModulePathResolverTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/module/ModulePathResolverTest.kt index 42cf1657e..5fdbac539 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/module/ModulePathResolverTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/module/ModulePathResolverTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/module/ResolvedModuleKeysTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/module/ResolvedModuleKeysTest.kt index cda166bb9..9b122036d 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/module/ResolvedModuleKeysTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/module/ResolvedModuleKeysTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/module/ServiceProviderTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/module/ServiceProviderTest.kt index 45e597546..77913538a 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/module/ServiceProviderTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/module/ServiceProviderTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/module/TestModuleKeyFactory.kt b/pkl-core/src/test/kotlin/org/pkl/core/module/TestModuleKeyFactory.kt index 97ea67f15..9a1d68f85 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/module/TestModuleKeyFactory.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/module/TestModuleKeyFactory.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/packages/DependencyMetadataTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/packages/DependencyMetadataTest.kt index a63ad24d0..b21d947ee 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/packages/DependencyMetadataTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/packages/DependencyMetadataTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/packages/PackageResolversTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/packages/PackageResolversTest.kt index 209359c58..34f5aab1a 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/packages/PackageResolversTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/packages/PackageResolversTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/parser/LexerTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/parser/LexerTest.kt index c8f0807cc..7a2811a68 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/parser/LexerTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/parser/LexerTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/parser/MultiLineStringLiteralTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/parser/MultiLineStringLiteralTest.kt index 796651e4b..e48826106 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/parser/MultiLineStringLiteralTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/parser/MultiLineStringLiteralTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/parser/ShebangTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/parser/ShebangTest.kt index 64b1a0244..88fa1078b 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/parser/ShebangTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/parser/ShebangTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDependenciesResolverTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDependenciesResolverTest.kt index 45c67f2db..41af4e8c2 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDependenciesResolverTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDependenciesResolverTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDepsTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDepsTest.kt index bd6812433..447077e5d 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDepsTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDepsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectTest.kt index c24419c2c..ba9cac044 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/project/ProjectTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/resource/ResourceReadersEvaluatorTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/resource/ResourceReadersEvaluatorTest.kt index 469998bce..708cd7ba8 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/resource/ResourceReadersEvaluatorTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/resource/ResourceReadersEvaluatorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/resource/ResourceReadersTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/resource/ResourceReadersTest.kt index 345864294..c5df4a41c 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/resource/ResourceReadersTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/resource/ResourceReadersTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/resource/TestResourceReader.kt b/pkl-core/src/test/kotlin/org/pkl/core/resource/TestResourceReader.kt index adbd45686..9de6544cd 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/resource/TestResourceReader.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/resource/TestResourceReader.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/DefaultModuleResolverTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/DefaultModuleResolverTest.kt index 776a22760..64a654cdc 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/DefaultModuleResolverTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/DefaultModuleResolverTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/FileSystemManagerTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/FileSystemManagerTest.kt index 3e0c860f1..d9371c6fe 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/FileSystemManagerTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/FileSystemManagerTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/IteratorsTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/IteratorsTest.kt index c46eb0139..35f978eb3 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/IteratorsTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/IteratorsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/ModuleKeyTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/ModuleKeyTest.kt index 20db83fdc..cfb7a5961 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/ModuleKeyTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/ModuleKeyTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/StackTraceRendererTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/StackTraceRendererTest.kt index a6c140e1d..bb757a18f 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/StackTraceRendererTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/StackTraceRendererTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmClassTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmClassTest.kt index d66a680b2..e280b7c31 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmClassTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmClassTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDataSizeTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDataSizeTest.kt index 4ce943e2d..29cf805f3 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDataSizeTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDataSizeTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDurationTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDurationTest.kt index 834e6a17d..aea57add5 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDurationTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmDurationTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmSafeMathTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmSafeMathTest.kt index 3bf95279d..418603d49 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmSafeMathTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmSafeMathTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmUtilsTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmUtilsTest.kt index eabd3378d..65e333174 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmUtilsTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmUtilsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmValueRendererTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmValueRendererTest.kt index 29be4d79e..27775a531 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmValueRendererTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/runtime/VmValueRendererTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/settings/PklSettingsTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/settings/PklSettingsTest.kt index 21b5cfa52..38a1a65e9 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/settings/PklSettingsTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/settings/PklSettingsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/stdlib/PathConverterSupportTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/stdlib/PathConverterSupportTest.kt index 4919ddfda..b2e721d52 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/stdlib/PathConverterSupportTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/stdlib/PathConverterSupportTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/stdlib/PathSpecParserTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/stdlib/PathSpecParserTest.kt index 5b0b0f838..0063a5f09 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/stdlib/PathSpecParserTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/stdlib/PathSpecParserTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/stdlib/ReflectModuleTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/stdlib/ReflectModuleTest.kt index 9e0eeeb4c..7b13740d3 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/stdlib/ReflectModuleTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/stdlib/ReflectModuleTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/truffle/LongVsDoubleSpecializationTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/truffle/LongVsDoubleSpecializationTest.kt index df506b096..a68ed9a5a 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/truffle/LongVsDoubleSpecializationTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/truffle/LongVsDoubleSpecializationTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/util/ArrayCharEscaperTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/util/ArrayCharEscaperTest.kt index 48104476a..f8c45c575 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/util/ArrayCharEscaperTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/util/ArrayCharEscaperTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/util/ExceptionsTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/util/ExceptionsTest.kt index feee9e08c..59805687f 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/util/ExceptionsTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/util/ExceptionsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/util/GlobResolverTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/util/GlobResolverTest.kt index 85da5cdee..bd7010f97 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/util/GlobResolverTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/util/GlobResolverTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/util/HttpUtilsTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/util/HttpUtilsTest.kt index 626963d73..0280836f1 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/util/HttpUtilsTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/util/HttpUtilsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-core/src/test/kotlin/org/pkl/core/util/IoUtilsTest.kt b/pkl-core/src/test/kotlin/org/pkl/core/util/IoUtilsTest.kt index 618afe58c..54a8f0134 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/util/IoUtilsTest.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/util/IoUtilsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/pkl-doc.gradle.kts b/pkl-doc/pkl-doc.gradle.kts index 051b659d0..467d505ea 100644 --- a/pkl-doc/pkl-doc.gradle.kts +++ b/pkl-doc/pkl-doc.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/ClassPageGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/ClassPageGenerator.kt index 5c9e0013c..2c448dd18 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/ClassPageGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/ClassPageGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt index e94215210..422faff42 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGeneratorOptions.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGeneratorOptions.kt index 0907656a2..a79af105d 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGeneratorOptions.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGeneratorOptions.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/Constants.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/Constants.kt index d93d92897..b354adad0 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/Constants.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/Constants.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/DocGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/DocGenerator.kt index ea6e16eae..6c80ee1ad 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/DocGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/DocGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/DocGeneratorException.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/DocGeneratorException.kt index a135194e1..7d49c2010 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/DocGeneratorException.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/DocGeneratorException.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt index a4d343c02..5dc616001 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt index 30ca4b7f9..c100fc09b 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt index 1376f5453..ee6d5b4de 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/HtmlGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/HtmlGenerator.kt index e49775dff..9204e12b5 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/HtmlGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/HtmlGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/Main.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/Main.kt index 1bc69150d..b3dd0d760 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/Main.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/Main.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/MainOrPackagePageGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/MainOrPackagePageGenerator.kt index 1ac40499b..49a5adbd3 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/MainOrPackagePageGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/MainOrPackagePageGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/MainPageGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/MainPageGenerator.kt index bd566a9f2..55d981247 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/MainPageGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/MainPageGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/Markdown.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/Markdown.kt index 85ba96877..47b125b78 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/Markdown.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/Markdown.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/ModuleOrClassPageGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/ModuleOrClassPageGenerator.kt index 2b8159d95..3e1ddf277 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/ModuleOrClassPageGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/ModuleOrClassPageGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/ModulePageGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/ModulePageGenerator.kt index caed649f7..4797ea111 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/ModulePageGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/ModulePageGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/PackageDataGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/PackageDataGenerator.kt index 7b7b7e430..e9742e07a 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/PackageDataGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/PackageDataGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/PackagePageGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/PackagePageGenerator.kt index 8969c26ba..fffef4b06 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/PackagePageGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/PackagePageGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt index 98f120622..6bd7d6196 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/RuntimeDataGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/RuntimeDataGenerator.kt index 54f588ecb..f441c6cd6 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/RuntimeDataGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/RuntimeDataGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/SearchIndexGenerator.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/SearchIndexGenerator.kt index d177315c6..c7ccf9266 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/SearchIndexGenerator.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/SearchIndexGenerator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/Serializers.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/Serializers.kt index 49464f69a..7e5fc2515 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/Serializers.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/Serializers.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/Util.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/Util.kt index 63f55ff59..4f04a7d2c 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/Util.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/Util.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/test/kotlin/org/pkl/doc/CliDocGeneratorTest.kt b/pkl-doc/src/test/kotlin/org/pkl/doc/CliDocGeneratorTest.kt index 290d7a0c1..d0d5195dd 100644 --- a/pkl-doc/src/test/kotlin/org/pkl/doc/CliDocGeneratorTest.kt +++ b/pkl-doc/src/test/kotlin/org/pkl/doc/CliDocGeneratorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/test/kotlin/org/pkl/doc/CliMainTest.kt b/pkl-doc/src/test/kotlin/org/pkl/doc/CliMainTest.kt index 75a9922e3..6c5eb9279 100644 --- a/pkl-doc/src/test/kotlin/org/pkl/doc/CliMainTest.kt +++ b/pkl-doc/src/test/kotlin/org/pkl/doc/CliMainTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/test/kotlin/org/pkl/doc/DocScopeTest.kt b/pkl-doc/src/test/kotlin/org/pkl/doc/DocScopeTest.kt index 6a26a564c..e8c605c40 100644 --- a/pkl-doc/src/test/kotlin/org/pkl/doc/DocScopeTest.kt +++ b/pkl-doc/src/test/kotlin/org/pkl/doc/DocScopeTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-doc/src/test/kotlin/org/pkl/doc/SearchTest.kt b/pkl-doc/src/test/kotlin/org/pkl/doc/SearchTest.kt index f79eef0fb..6f063ff6c 100644 --- a/pkl-doc/src/test/kotlin/org/pkl/doc/SearchTest.kt +++ b/pkl-doc/src/test/kotlin/org/pkl/doc/SearchTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/pkl-executor.gradle.kts b/pkl-executor/pkl-executor.gradle.kts index e6d10d22c..79c7dd34b 100644 --- a/pkl-executor/pkl-executor.gradle.kts +++ b/pkl-executor/pkl-executor.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/EmbeddedExecutor.java b/pkl-executor/src/main/java/org/pkl/executor/EmbeddedExecutor.java index 44df0bb46..c1296778f 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/EmbeddedExecutor.java +++ b/pkl-executor/src/main/java/org/pkl/executor/EmbeddedExecutor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/Executor.java b/pkl-executor/src/main/java/org/pkl/executor/Executor.java index 89e0c8cb3..2b25e4499 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/Executor.java +++ b/pkl-executor/src/main/java/org/pkl/executor/Executor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/ExecutorException.java b/pkl-executor/src/main/java/org/pkl/executor/ExecutorException.java index 076b2e8cb..5a50f0784 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/ExecutorException.java +++ b/pkl-executor/src/main/java/org/pkl/executor/ExecutorException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/ExecutorOptions.java b/pkl-executor/src/main/java/org/pkl/executor/ExecutorOptions.java index e04dcf392..e6e3d17f9 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/ExecutorOptions.java +++ b/pkl-executor/src/main/java/org/pkl/executor/ExecutorOptions.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/Executors.java b/pkl-executor/src/main/java/org/pkl/executor/Executors.java index 28caad3f0..e7803643a 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/Executors.java +++ b/pkl-executor/src/main/java/org/pkl/executor/Executors.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/Version.java b/pkl-executor/src/main/java/org/pkl/executor/Version.java index 748bd24bb..73aecc39a 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/Version.java +++ b/pkl-executor/src/main/java/org/pkl/executor/Version.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpi.java b/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpi.java index 202f14d85..00475e1e2 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpi.java +++ b/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpi.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiException.java b/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiException.java index 4ea3d186c..2f3c3a2e2 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiException.java +++ b/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions.java b/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions.java index d10713a47..d5cbf574c 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions.java +++ b/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions2.java b/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions2.java index c3fb53d8b..fd30aaea6 100644 --- a/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions2.java +++ b/pkl-executor/src/main/java/org/pkl/executor/spi/v1/ExecutorSpiOptions2.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/test/kotlin/org/pkl/executor/EmbeddedExecutorTest.kt b/pkl-executor/src/test/kotlin/org/pkl/executor/EmbeddedExecutorTest.kt index edb9680cc..11de05d36 100644 --- a/pkl-executor/src/test/kotlin/org/pkl/executor/EmbeddedExecutorTest.kt +++ b/pkl-executor/src/test/kotlin/org/pkl/executor/EmbeddedExecutorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-executor/src/test/kotlin/org/pkl/executor/VersionTest.kt b/pkl-executor/src/test/kotlin/org/pkl/executor/VersionTest.kt index 9f0b39411..7dce8d20b 100644 --- a/pkl-executor/src/test/kotlin/org/pkl/executor/VersionTest.kt +++ b/pkl-executor/src/test/kotlin/org/pkl/executor/VersionTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/pkl-gradle.gradle.kts b/pkl-gradle/pkl-gradle.gradle.kts index 872aeb9c4..199b36946 100644 --- a/pkl-gradle/pkl-gradle.gradle.kts +++ b/pkl-gradle/pkl-gradle.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/PklExtension.java b/pkl-gradle/src/main/java/org/pkl/gradle/PklExtension.java index a7b6beb45..3a3eef347 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/PklExtension.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/PklExtension.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/PklPlugin.java b/pkl-gradle/src/main/java/org/pkl/gradle/PklPlugin.java index 53c17ffac..663d38b8d 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/PklPlugin.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/PklPlugin.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/PklProjectCommands.java b/pkl-gradle/src/main/java/org/pkl/gradle/PklProjectCommands.java index 3e3a34f82..5fa2ff463 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/PklProjectCommands.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/PklProjectCommands.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/BasePklSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/BasePklSpec.java index 282c84a54..0fe0513c9 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/BasePklSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/BasePklSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/CodeGenSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/CodeGenSpec.java index 35dcb4935..da5a043c1 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/CodeGenSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/CodeGenSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/EvalSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/EvalSpec.java index d6218c77c..e95bd06dd 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/EvalSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/EvalSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/JavaCodeGenSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/JavaCodeGenSpec.java index 329230012..5801fb5ee 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/JavaCodeGenSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/JavaCodeGenSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/KotlinCodeGenSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/KotlinCodeGenSpec.java index 62b8faa9d..1a1e53b8c 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/KotlinCodeGenSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/KotlinCodeGenSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/ModulesSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/ModulesSpec.java index f5e17f9be..982ecb27e 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/ModulesSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/ModulesSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/PkldocSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/PkldocSpec.java index 396925570..6b5c5ac24 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/PkldocSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/PkldocSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/ProjectPackageSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/ProjectPackageSpec.java index ef7ed9734..0212b3f9b 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/ProjectPackageSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/ProjectPackageSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/ProjectResolveSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/ProjectResolveSpec.java index f83d4a028..38a75bdfb 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/ProjectResolveSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/ProjectResolveSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/spec/TestSpec.java b/pkl-gradle/src/main/java/org/pkl/gradle/spec/TestSpec.java index d00c23c38..53dfbf605 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/spec/TestSpec.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/spec/TestSpec.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/BasePklTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/BasePklTask.java index 5cbb0e9dd..1b9e17815 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/BasePklTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/BasePklTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/CodeGenTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/CodeGenTask.java index 8ab683dcd..ad62f169e 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/CodeGenTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/CodeGenTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/EvalTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/EvalTask.java index 30a8e5e41..34d3d206d 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/EvalTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/EvalTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/JavaCodeGenTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/JavaCodeGenTask.java index fb8d9548d..3f8abc1fc 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/JavaCodeGenTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/JavaCodeGenTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/KotlinCodeGenTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/KotlinCodeGenTask.java index 85399fe70..ec936b265 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/KotlinCodeGenTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/KotlinCodeGenTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/ModulesTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/ModulesTask.java index 2ac3ea9ed..254b44fb1 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/ModulesTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/ModulesTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/PkldocTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/PkldocTask.java index 4bc0ce0a4..78968d13d 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/PkldocTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/PkldocTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/ProjectPackageTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/ProjectPackageTask.java index fef0b43a7..960eef08b 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/ProjectPackageTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/ProjectPackageTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/ProjectResolveTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/ProjectResolveTask.java index 8b08762e2..4ea0d0a6e 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/ProjectResolveTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/ProjectResolveTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/main/java/org/pkl/gradle/task/TestTask.java b/pkl-gradle/src/main/java/org/pkl/gradle/task/TestTask.java index 726b983be..9120dd534 100644 --- a/pkl-gradle/src/main/java/org/pkl/gradle/task/TestTask.java +++ b/pkl-gradle/src/main/java/org/pkl/gradle/task/TestTask.java @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/test/kotlin/org/pkl/gradle/AbstractTest.kt b/pkl-gradle/src/test/kotlin/org/pkl/gradle/AbstractTest.kt index 6343f9acb..7bc47cbd1 100644 --- a/pkl-gradle/src/test/kotlin/org/pkl/gradle/AbstractTest.kt +++ b/pkl-gradle/src/test/kotlin/org/pkl/gradle/AbstractTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/test/kotlin/org/pkl/gradle/EvaluatorsTest.kt b/pkl-gradle/src/test/kotlin/org/pkl/gradle/EvaluatorsTest.kt index e0de821fb..c07aa6636 100644 --- a/pkl-gradle/src/test/kotlin/org/pkl/gradle/EvaluatorsTest.kt +++ b/pkl-gradle/src/test/kotlin/org/pkl/gradle/EvaluatorsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/test/kotlin/org/pkl/gradle/JavaCodeGeneratorsTest.kt b/pkl-gradle/src/test/kotlin/org/pkl/gradle/JavaCodeGeneratorsTest.kt index 1a6682724..0cf9fe7e7 100644 --- a/pkl-gradle/src/test/kotlin/org/pkl/gradle/JavaCodeGeneratorsTest.kt +++ b/pkl-gradle/src/test/kotlin/org/pkl/gradle/JavaCodeGeneratorsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/test/kotlin/org/pkl/gradle/KotlinCodeGeneratorsTest.kt b/pkl-gradle/src/test/kotlin/org/pkl/gradle/KotlinCodeGeneratorsTest.kt index 70488c1c8..d91874d00 100644 --- a/pkl-gradle/src/test/kotlin/org/pkl/gradle/KotlinCodeGeneratorsTest.kt +++ b/pkl-gradle/src/test/kotlin/org/pkl/gradle/KotlinCodeGeneratorsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/test/kotlin/org/pkl/gradle/PkldocGeneratorsTest.kt b/pkl-gradle/src/test/kotlin/org/pkl/gradle/PkldocGeneratorsTest.kt index f619a607c..7b6927037 100644 --- a/pkl-gradle/src/test/kotlin/org/pkl/gradle/PkldocGeneratorsTest.kt +++ b/pkl-gradle/src/test/kotlin/org/pkl/gradle/PkldocGeneratorsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectPackageTest.kt b/pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectPackageTest.kt index 7ee9ec1a5..c8fadc7de 100644 --- a/pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectPackageTest.kt +++ b/pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectPackageTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectResolveTest.kt b/pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectResolveTest.kt index 2dfb055b7..21b08279e 100644 --- a/pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectResolveTest.kt +++ b/pkl-gradle/src/test/kotlin/org/pkl/gradle/ProjectResolveTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-gradle/src/test/kotlin/org/pkl/gradle/TestsTest.kt b/pkl-gradle/src/test/kotlin/org/pkl/gradle/TestsTest.kt index 484b3d8ec..c39f93a08 100644 --- a/pkl-gradle/src/test/kotlin/org/pkl/gradle/TestsTest.kt +++ b/pkl-gradle/src/test/kotlin/org/pkl/gradle/TestsTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/pkl-server.gradle.kts b/pkl-server/pkl-server.gradle.kts index 5ae810e7a..147667e75 100644 --- a/pkl-server/pkl-server.gradle.kts +++ b/pkl-server/pkl-server.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/BinaryEvaluator.kt b/pkl-server/src/main/kotlin/org/pkl/server/BinaryEvaluator.kt index f2aa6dd56..af9161aca 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/BinaryEvaluator.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/BinaryEvaluator.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/ClientLogger.kt b/pkl-server/src/main/kotlin/org/pkl/server/ClientLogger.kt index 39a3457f5..babcad0d8 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/ClientLogger.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/ClientLogger.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/ClientModuleKeyFactory.kt b/pkl-server/src/main/kotlin/org/pkl/server/ClientModuleKeyFactory.kt index e1af85fac..b0b8ab77b 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/ClientModuleKeyFactory.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/ClientModuleKeyFactory.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/ClientResourceReader.kt b/pkl-server/src/main/kotlin/org/pkl/server/ClientResourceReader.kt index e9cbc1efc..339375492 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/ClientResourceReader.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/ClientResourceReader.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/Message.kt b/pkl-server/src/main/kotlin/org/pkl/server/Message.kt index 3e2ce1e7f..fe7fd3edf 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/Message.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/Message.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/MessageDecoder.kt b/pkl-server/src/main/kotlin/org/pkl/server/MessageDecoder.kt index 2bda9deea..7dc29a0e9 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/MessageDecoder.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/MessageDecoder.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/MessageDecoders.kt b/pkl-server/src/main/kotlin/org/pkl/server/MessageDecoders.kt index 335973290..416d709cc 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/MessageDecoders.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/MessageDecoders.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/MessageEncoder.kt b/pkl-server/src/main/kotlin/org/pkl/server/MessageEncoder.kt index 5eb5d5960..7adda9a9d 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/MessageEncoder.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/MessageEncoder.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/MessageEncoders.kt b/pkl-server/src/main/kotlin/org/pkl/server/MessageEncoders.kt index c49ca10cb..b902b56f8 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/MessageEncoders.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/MessageEncoders.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/MessagePackDecoder.kt b/pkl-server/src/main/kotlin/org/pkl/server/MessagePackDecoder.kt index e87c3506f..076cb6b27 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/MessagePackDecoder.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/MessagePackDecoder.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/MessagePackEncoder.kt b/pkl-server/src/main/kotlin/org/pkl/server/MessagePackEncoder.kt index 2bbd4ccc1..3b3a2b40d 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/MessagePackEncoder.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/MessagePackEncoder.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/MessageTransport.kt b/pkl-server/src/main/kotlin/org/pkl/server/MessageTransport.kt index b990bf759..a6bfee159 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/MessageTransport.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/MessageTransport.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/MessageTransports.kt b/pkl-server/src/main/kotlin/org/pkl/server/MessageTransports.kt index 6a6547c37..2b286ea69 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/MessageTransports.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/MessageTransports.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/Server.kt b/pkl-server/src/main/kotlin/org/pkl/server/Server.kt index a0a71a8b5..99df4ad9e 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/Server.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/Server.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/ServerException.kt b/pkl-server/src/main/kotlin/org/pkl/server/ServerException.kt index 9af2df051..8b829f81b 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/ServerException.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/ServerException.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/main/kotlin/org/pkl/server/Utils.kt b/pkl-server/src/main/kotlin/org/pkl/server/Utils.kt index c7b592479..72280160c 100644 --- a/pkl-server/src/main/kotlin/org/pkl/server/Utils.kt +++ b/pkl-server/src/main/kotlin/org/pkl/server/Utils.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt b/pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt index 31f04c6ab..699196fd1 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/test/kotlin/org/pkl/server/BinaryEvaluatorSnippetTests.kt b/pkl-server/src/test/kotlin/org/pkl/server/BinaryEvaluatorSnippetTests.kt index b530d888f..6c9772ac4 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/BinaryEvaluatorSnippetTests.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/BinaryEvaluatorSnippetTests.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/test/kotlin/org/pkl/server/BinaryEvaluatorTest.kt b/pkl-server/src/test/kotlin/org/pkl/server/BinaryEvaluatorTest.kt index 1eb229d9a..63c943df4 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/BinaryEvaluatorTest.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/BinaryEvaluatorTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/test/kotlin/org/pkl/server/JvmServerTest.kt b/pkl-server/src/test/kotlin/org/pkl/server/JvmServerTest.kt index cfdc8b322..189a9e87e 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/JvmServerTest.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/JvmServerTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/test/kotlin/org/pkl/server/MessagePackCodecTest.kt b/pkl-server/src/test/kotlin/org/pkl/server/MessagePackCodecTest.kt index e8c553a3a..77f9a98b0 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/MessagePackCodecTest.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/MessagePackCodecTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/test/kotlin/org/pkl/server/MessagePackDebugRenderer.kt b/pkl-server/src/test/kotlin/org/pkl/server/MessagePackDebugRenderer.kt index c3b90038c..fe489bdbc 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/MessagePackDebugRenderer.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/MessagePackDebugRenderer.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/test/kotlin/org/pkl/server/NativeServerTest.kt b/pkl-server/src/test/kotlin/org/pkl/server/NativeServerTest.kt index c78d10d97..303857c0c 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/NativeServerTest.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/NativeServerTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/test/kotlin/org/pkl/server/TestTransport.kt b/pkl-server/src/test/kotlin/org/pkl/server/TestTransport.kt index a916afaed..deed22747 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/TestTransport.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/TestTransport.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-server/src/test/kotlin/org/pkl/server/TestUtils.kt b/pkl-server/src/test/kotlin/org/pkl/server/TestUtils.kt index 64090fa4e..e9da3d652 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/TestUtils.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/TestUtils.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkl-tools/pkl-tools.gradle.kts b/pkl-tools/pkl-tools.gradle.kts index 8f6c7e798..df6fed1a0 100644 --- a/pkl-tools/pkl-tools.gradle.kts +++ b/pkl-tools/pkl-tools.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/settings.gradle.kts b/settings.gradle.kts index 9b9e91ff6..5f97fee35 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/stdlib/stdlib.gradle.kts b/stdlib/stdlib.gradle.kts index 0f660d93d..5914027a3 100644 --- a/stdlib/stdlib.gradle.kts +++ b/stdlib/stdlib.gradle.kts @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License");