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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)