Skip to content

Commit d3bcaef

Browse files
committed
docs: update license header
1 parent 05e7de9 commit d3bcaef

File tree

87 files changed

+87
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+87
-87
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spotless {
130130
append(
131131
licenseHeader.replace(
132132
"Copyright [yyyy] [name of copyright owner]",
133-
"Source++, the open-source live coding platform.\n" +
133+
"Source++, the continuous feedback platform for developers.\n" +
134134
" * Copyright (C) $copyrightYears CodeBrig, Inc."
135135
).replace(
136136
"http://www.apache.org/licenses/LICENSE-2.0",

codegen/src/main/kotlin/spp/protocol/codegen/ProtocolCodeGenProcessor.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");

src/main/kotlin/spp/protocol/artifact/ArtifactLanguage.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");

src/main/kotlin/spp/protocol/artifact/ArtifactNameUtils.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");

src/main/kotlin/spp/protocol/artifact/ArtifactQualifiedName.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");

src/main/kotlin/spp/protocol/artifact/ArtifactType.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");

src/main/kotlin/spp/protocol/artifact/OrderType.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");

src/main/kotlin/spp/protocol/artifact/exception/LiveStackTrace.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");

src/main/kotlin/spp/protocol/artifact/exception/LiveStackTraceElement.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");

src/main/kotlin/spp/protocol/artifact/log/Log.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");

src/main/kotlin/spp/protocol/artifact/log/LogOrderType.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");

src/main/kotlin/spp/protocol/artifact/log/LogResult.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");

src/main/kotlin/spp/protocol/artifact/metrics/ArtifactMetricResult.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");

src/main/kotlin/spp/protocol/artifact/metrics/ArtifactMetrics.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");

src/main/kotlin/spp/protocol/artifact/metrics/MetricType.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");

src/main/kotlin/spp/protocol/artifact/trace/Trace.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");

src/main/kotlin/spp/protocol/artifact/trace/TraceOrderType.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");

src/main/kotlin/spp/protocol/artifact/trace/TraceResult.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");

src/main/kotlin/spp/protocol/artifact/trace/TraceSpan.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");

src/main/kotlin/spp/protocol/artifact/trace/TraceSpanLogEntry.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");

src/main/kotlin/spp/protocol/artifact/trace/TraceSpanRef.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");

src/main/kotlin/spp/protocol/artifact/trace/TraceSpanStackQueryResult.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");

src/main/kotlin/spp/protocol/artifact/trace/TraceStack.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");

src/main/kotlin/spp/protocol/instrument/LiveBreakpoint.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");

src/main/kotlin/spp/protocol/instrument/LiveInstrument.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");

src/main/kotlin/spp/protocol/instrument/LiveInstrumentType.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");

src/main/kotlin/spp/protocol/instrument/LiveLog.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");

src/main/kotlin/spp/protocol/instrument/LiveMeter.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");

src/main/kotlin/spp/protocol/instrument/LiveSourceLocation.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");

src/main/kotlin/spp/protocol/instrument/LiveSpan.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");

src/main/kotlin/spp/protocol/instrument/command/CommandType.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");

src/main/kotlin/spp/protocol/instrument/command/LiveInstrumentCommand.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");

src/main/kotlin/spp/protocol/instrument/event/LiveBreakpointHit.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");

src/main/kotlin/spp/protocol/instrument/event/LiveInstrumentEvent.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");

src/main/kotlin/spp/protocol/instrument/event/LiveInstrumentEventType.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");

src/main/kotlin/spp/protocol/instrument/event/LiveInstrumentRemoved.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");

src/main/kotlin/spp/protocol/instrument/event/LiveLogHit.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");

src/main/kotlin/spp/protocol/instrument/event/TrackedLiveEvent.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");

src/main/kotlin/spp/protocol/instrument/meter/MeterType.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");

src/main/kotlin/spp/protocol/instrument/meter/MetricValue.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");

src/main/kotlin/spp/protocol/instrument/meter/MetricValueType.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");

src/main/kotlin/spp/protocol/instrument/throttle/InstrumentThrottle.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");

src/main/kotlin/spp/protocol/instrument/throttle/ThrottleStep.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");

src/main/kotlin/spp/protocol/instrument/variable/LiveVariable.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");

src/main/kotlin/spp/protocol/instrument/variable/LiveVariableScope.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");

src/main/kotlin/spp/protocol/marshall/LocalMessageCodec.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");

src/main/kotlin/spp/protocol/marshall/ProtocolMarshaller.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");

src/main/kotlin/spp/protocol/marshall/ServiceExceptionConverter.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");

src/main/kotlin/spp/protocol/platform/PlatformAddress.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");

src/main/kotlin/spp/protocol/platform/ProbeAddress.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");

src/main/kotlin/spp/protocol/platform/ProcessorAddress.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");

src/main/kotlin/spp/protocol/platform/auth/AccessChecker.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");

src/main/kotlin/spp/protocol/platform/auth/AccessPermission.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");

src/main/kotlin/spp/protocol/platform/auth/AccessType.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");

src/main/kotlin/spp/protocol/platform/auth/ClientAccess.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");

src/main/kotlin/spp/protocol/platform/auth/CommandType.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)