Skip to content

Commit 4c93988

Browse files
committed
docs: update license header
1 parent fe703b4 commit 4c93988

32 files changed

+32
-32
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
append(
5050
licenseHeader.replace(
5151
"Copyright [yyyy] [name of copyright owner]",
52-
"Source++, the open-source live coding platform.\n" +
52+
"Source++, the continuous feedback platform for developers.\n" +
5353
" * Copyright (C) $copyrightYears CodeBrig, Inc."
5454
).replace(
5555
"http://www.apache.org/licenses/LICENSE-2.0",

control/src/main/kotlin/spp/probe/ClassLoader.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

control/src/main/kotlin/spp/probe/ProbeConfiguration.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

control/src/main/kotlin/spp/probe/SourceProbe.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

control/src/main/kotlin/spp/probe/SourceProbePluginDefine.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

control/src/main/kotlin/spp/probe/control/LiveInstrumentRemote.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

control/src/main/kotlin/spp/probe/util/NopInternalLogger.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

control/src/main/kotlin/spp/probe/util/NopLogDelegateFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

control/src/test/kotlin/integration/ProbeBreakpointTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

control/src/test/kotlin/integration/ProbeIntegrationTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

control/src/test/kotlin/integration/ProbeLogTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/ContextMap.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/ContextReceiver.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/ModelSerializer.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/ProbeMemory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/model/ActiveLiveInstrument.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/model/ClassField.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/model/ClassMetadata.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/model/HitThrottle.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/model/LocalVariable.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/serialize/CappedTypeAdapterFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/serialize/RuntimeClassNameTypeAdapterFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/transform/LiveClassVisitor.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/transform/LiveTransformer.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/common/transform/MetadataCollector.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/error/LiveInstrumentException.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentApplier.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/main/kotlin/spp/probe/services/instrument/LiveInstrumentTransformer.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/test/kotlin/spp/probe/services/common/model/HitThrottleTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/test/kotlin/spp/probe/services/common/serialize/JsogTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

services/src/test/kotlin/spp/probe/services/instrument/ProbeInstrumentTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Source++, the open-source live coding platform.
2+
* Source++, the continuous feedback platform for developers.
33
* Copyright (C) 2022 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)