diff --git a/build.gradle.kts b/build.gradle.kts index 5c9f183c..563593b7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ subprojects { append( licenseHeader.replace( "Copyright [yyyy] [name of copyright owner]", - "Source++, the open-source live coding platform.\n" + + "Source++, the continuous feedback platform for developers.\n" + " * Copyright (C) $copyrightYears CodeBrig, Inc." ).replace( "http://www.apache.org/licenses/LICENSE-2.0", diff --git a/control/src/main/kotlin/spp/probe/ClassLoader.kt b/control/src/main/kotlin/spp/probe/ClassLoader.kt index f9871d01..c4712bbc 100644 --- a/control/src/main/kotlin/spp/probe/ClassLoader.kt +++ b/control/src/main/kotlin/spp/probe/ClassLoader.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/control/src/main/kotlin/spp/probe/ProbeConfiguration.kt b/control/src/main/kotlin/spp/probe/ProbeConfiguration.kt index a4627387..7a3fc616 100644 --- a/control/src/main/kotlin/spp/probe/ProbeConfiguration.kt +++ b/control/src/main/kotlin/spp/probe/ProbeConfiguration.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/control/src/main/kotlin/spp/probe/SourceProbe.kt b/control/src/main/kotlin/spp/probe/SourceProbe.kt index fc1d94ff..37068da8 100644 --- a/control/src/main/kotlin/spp/probe/SourceProbe.kt +++ b/control/src/main/kotlin/spp/probe/SourceProbe.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/control/src/main/kotlin/spp/probe/SourceProbePluginDefine.kt b/control/src/main/kotlin/spp/probe/SourceProbePluginDefine.kt index 114d823c..944b82ce 100644 --- a/control/src/main/kotlin/spp/probe/SourceProbePluginDefine.kt +++ b/control/src/main/kotlin/spp/probe/SourceProbePluginDefine.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/control/src/main/kotlin/spp/probe/control/LiveInstrumentRemote.kt b/control/src/main/kotlin/spp/probe/control/LiveInstrumentRemote.kt index 9e3644eb..256e47fb 100644 --- a/control/src/main/kotlin/spp/probe/control/LiveInstrumentRemote.kt +++ b/control/src/main/kotlin/spp/probe/control/LiveInstrumentRemote.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/control/src/main/kotlin/spp/probe/util/NopInternalLogger.kt b/control/src/main/kotlin/spp/probe/util/NopInternalLogger.kt index 272879df..bd3910e4 100644 --- a/control/src/main/kotlin/spp/probe/util/NopInternalLogger.kt +++ b/control/src/main/kotlin/spp/probe/util/NopInternalLogger.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/control/src/main/kotlin/spp/probe/util/NopLogDelegateFactory.kt b/control/src/main/kotlin/spp/probe/util/NopLogDelegateFactory.kt index ce2a1a2a..caaae6d1 100644 --- a/control/src/main/kotlin/spp/probe/util/NopLogDelegateFactory.kt +++ b/control/src/main/kotlin/spp/probe/util/NopLogDelegateFactory.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/control/src/test/kotlin/integration/ProbeBreakpointTest.kt b/control/src/test/kotlin/integration/ProbeBreakpointTest.kt index 74615f73..506885ed 100644 --- a/control/src/test/kotlin/integration/ProbeBreakpointTest.kt +++ b/control/src/test/kotlin/integration/ProbeBreakpointTest.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/control/src/test/kotlin/integration/ProbeIntegrationTest.kt b/control/src/test/kotlin/integration/ProbeIntegrationTest.kt index 20f810b6..949333ca 100644 --- a/control/src/test/kotlin/integration/ProbeIntegrationTest.kt +++ b/control/src/test/kotlin/integration/ProbeIntegrationTest.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/control/src/test/kotlin/integration/ProbeLogTest.kt b/control/src/test/kotlin/integration/ProbeLogTest.kt index ae130eb7..3501514c 100644 --- a/control/src/test/kotlin/integration/ProbeLogTest.kt +++ b/control/src/test/kotlin/integration/ProbeLogTest.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/ContextMap.kt b/services/src/main/kotlin/spp/probe/services/common/ContextMap.kt index b1ea0fe5..934546af 100644 --- a/services/src/main/kotlin/spp/probe/services/common/ContextMap.kt +++ b/services/src/main/kotlin/spp/probe/services/common/ContextMap.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/ContextReceiver.kt b/services/src/main/kotlin/spp/probe/services/common/ContextReceiver.kt index 61fdfa7a..0fcb86bf 100644 --- a/services/src/main/kotlin/spp/probe/services/common/ContextReceiver.kt +++ b/services/src/main/kotlin/spp/probe/services/common/ContextReceiver.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/ModelSerializer.kt b/services/src/main/kotlin/spp/probe/services/common/ModelSerializer.kt index 2bfae5c9..22cf4912 100644 --- a/services/src/main/kotlin/spp/probe/services/common/ModelSerializer.kt +++ b/services/src/main/kotlin/spp/probe/services/common/ModelSerializer.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/ProbeMemory.kt b/services/src/main/kotlin/spp/probe/services/common/ProbeMemory.kt index b344621d..0ace3e9c 100644 --- a/services/src/main/kotlin/spp/probe/services/common/ProbeMemory.kt +++ b/services/src/main/kotlin/spp/probe/services/common/ProbeMemory.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/model/ActiveLiveInstrument.kt b/services/src/main/kotlin/spp/probe/services/common/model/ActiveLiveInstrument.kt index 9a330200..ac090245 100644 --- a/services/src/main/kotlin/spp/probe/services/common/model/ActiveLiveInstrument.kt +++ b/services/src/main/kotlin/spp/probe/services/common/model/ActiveLiveInstrument.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/model/ClassField.kt b/services/src/main/kotlin/spp/probe/services/common/model/ClassField.kt index 455a47ac..e9f7bc47 100644 --- a/services/src/main/kotlin/spp/probe/services/common/model/ClassField.kt +++ b/services/src/main/kotlin/spp/probe/services/common/model/ClassField.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/model/ClassMetadata.kt b/services/src/main/kotlin/spp/probe/services/common/model/ClassMetadata.kt index 924c5810..6796a7ac 100644 --- a/services/src/main/kotlin/spp/probe/services/common/model/ClassMetadata.kt +++ b/services/src/main/kotlin/spp/probe/services/common/model/ClassMetadata.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/model/HitThrottle.kt b/services/src/main/kotlin/spp/probe/services/common/model/HitThrottle.kt index 1a07157a..07aced32 100644 --- a/services/src/main/kotlin/spp/probe/services/common/model/HitThrottle.kt +++ b/services/src/main/kotlin/spp/probe/services/common/model/HitThrottle.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/model/LocalVariable.kt b/services/src/main/kotlin/spp/probe/services/common/model/LocalVariable.kt index d2e179ea..99e7e36d 100644 --- a/services/src/main/kotlin/spp/probe/services/common/model/LocalVariable.kt +++ b/services/src/main/kotlin/spp/probe/services/common/model/LocalVariable.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/serialize/CappedTypeAdapterFactory.kt b/services/src/main/kotlin/spp/probe/services/common/serialize/CappedTypeAdapterFactory.kt index 0fd59a48..8df9e904 100644 --- a/services/src/main/kotlin/spp/probe/services/common/serialize/CappedTypeAdapterFactory.kt +++ b/services/src/main/kotlin/spp/probe/services/common/serialize/CappedTypeAdapterFactory.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/serialize/RuntimeClassNameTypeAdapterFactory.kt b/services/src/main/kotlin/spp/probe/services/common/serialize/RuntimeClassNameTypeAdapterFactory.kt index 9afdb547..d6d0e170 100644 --- a/services/src/main/kotlin/spp/probe/services/common/serialize/RuntimeClassNameTypeAdapterFactory.kt +++ b/services/src/main/kotlin/spp/probe/services/common/serialize/RuntimeClassNameTypeAdapterFactory.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/transform/LiveClassVisitor.kt b/services/src/main/kotlin/spp/probe/services/common/transform/LiveClassVisitor.kt index 3f47d8ac..45685309 100644 --- a/services/src/main/kotlin/spp/probe/services/common/transform/LiveClassVisitor.kt +++ b/services/src/main/kotlin/spp/probe/services/common/transform/LiveClassVisitor.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/transform/LiveTransformer.kt b/services/src/main/kotlin/spp/probe/services/common/transform/LiveTransformer.kt index d3f5ce14..feb6d274 100644 --- a/services/src/main/kotlin/spp/probe/services/common/transform/LiveTransformer.kt +++ b/services/src/main/kotlin/spp/probe/services/common/transform/LiveTransformer.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/common/transform/MetadataCollector.kt b/services/src/main/kotlin/spp/probe/services/common/transform/MetadataCollector.kt index 7cb3509f..c1c62f3a 100644 --- a/services/src/main/kotlin/spp/probe/services/common/transform/MetadataCollector.kt +++ b/services/src/main/kotlin/spp/probe/services/common/transform/MetadataCollector.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/error/LiveInstrumentException.kt b/services/src/main/kotlin/spp/probe/services/error/LiveInstrumentException.kt index d03100dd..a53f33ab 100644 --- a/services/src/main/kotlin/spp/probe/services/error/LiveInstrumentException.kt +++ b/services/src/main/kotlin/spp/probe/services/error/LiveInstrumentException.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentApplier.kt b/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentApplier.kt index 5da53a14..2c6c6fee 100644 --- a/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentApplier.kt +++ b/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentApplier.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentService.kt b/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentService.kt index fa028579..529d711d 100644 --- a/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentService.kt +++ b/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentService.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentTransformer.kt b/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentTransformer.kt index 8f45581c..304492b5 100644 --- a/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentTransformer.kt +++ b/services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentTransformer.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/test/kotlin/spp/probe/services/common/model/HitThrottleTest.kt b/services/src/test/kotlin/spp/probe/services/common/model/HitThrottleTest.kt index 5b7c6bf9..2898e238 100644 --- a/services/src/test/kotlin/spp/probe/services/common/model/HitThrottleTest.kt +++ b/services/src/test/kotlin/spp/probe/services/common/model/HitThrottleTest.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/test/kotlin/spp/probe/services/common/serialize/JsogTest.kt b/services/src/test/kotlin/spp/probe/services/common/serialize/JsogTest.kt index 162bc90d..396797e1 100644 --- a/services/src/test/kotlin/spp/probe/services/common/serialize/JsogTest.kt +++ b/services/src/test/kotlin/spp/probe/services/common/serialize/JsogTest.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/services/src/test/kotlin/spp/probe/services/instrument/ProbeInstrumentTest.kt b/services/src/test/kotlin/spp/probe/services/instrument/ProbeInstrumentTest.kt index e5b6633d..46fb3ca3 100644 --- a/services/src/test/kotlin/spp/probe/services/instrument/ProbeInstrumentTest.kt +++ b/services/src/test/kotlin/spp/probe/services/instrument/ProbeInstrumentTest.kt @@ -1,5 +1,5 @@ /* - * Source++, the open-source live coding platform. + * Source++, the continuous feedback platform for developers. * Copyright (C) 2022 CodeBrig, Inc. * * Licensed under the Apache License, Version 2.0 (the "License");