Skip to content

Commit a7bca5c

Browse files
committed
docs: update license header
1 parent fc3585d commit a7bca5c

Some content is hidden

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

58 files changed

+58
-58
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ spotless {
209209
append(
210210
licenseHeader.replace(
211211
"Copyright [yyyy] [name of copyright owner]",
212-
"Source++, the open-source live coding platform.\n" +
212+
"Source++, the continuous feedback platform for developers.\n" +
213213
" * Copyright (C) $copyrightYears CodeBrig, Inc."
214214
).replace(
215215
"http://www.apache.org/licenses/LICENSE-2.0",

src/main/kotlin/spp/cli/Main.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");

src/main/kotlin/spp/cli/PlatformCLI.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");

src/main/kotlin/spp/cli/commands/Admin.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");

src/main/kotlin/spp/cli/commands/Developer.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");

src/main/kotlin/spp/cli/commands/Version.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");

src/main/kotlin/spp/cli/commands/admin/Reset.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");

src/main/kotlin/spp/cli/commands/admin/access/AddAccessPermission.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");

src/main/kotlin/spp/cli/commands/admin/access/AddRoleAccessPermission.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");

src/main/kotlin/spp/cli/commands/admin/access/GetAccessPermissions.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");

src/main/kotlin/spp/cli/commands/admin/access/GetDeveloperAccessPermissions.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");

src/main/kotlin/spp/cli/commands/admin/access/GetRoleAccessPermissions.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");

src/main/kotlin/spp/cli/commands/admin/access/RemoveAccessPermission.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");

src/main/kotlin/spp/cli/commands/admin/access/RemoveRoleAccessPermission.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");

src/main/kotlin/spp/cli/commands/admin/client/AddClientAccess.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");

src/main/kotlin/spp/cli/commands/admin/client/GetClientAccessors.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");

src/main/kotlin/spp/cli/commands/admin/client/RefreshClientAccess.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");

src/main/kotlin/spp/cli/commands/admin/client/RemoveClientAccess.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");

src/main/kotlin/spp/cli/commands/admin/developer/AddDeveloper.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");

src/main/kotlin/spp/cli/commands/admin/developer/GetDevelopers.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");

src/main/kotlin/spp/cli/commands/admin/developer/RefreshDeveloperToken.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");

src/main/kotlin/spp/cli/commands/admin/developer/RemoveDeveloper.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");

src/main/kotlin/spp/cli/commands/admin/permission/AddRolePermission.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");

src/main/kotlin/spp/cli/commands/admin/permission/GetDeveloperPermissions.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");

src/main/kotlin/spp/cli/commands/admin/permission/GetRolePermissions.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");

src/main/kotlin/spp/cli/commands/admin/permission/RemoveRolePermission.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");

src/main/kotlin/spp/cli/commands/admin/role/AddDeveloperRole.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");

src/main/kotlin/spp/cli/commands/admin/role/AddRole.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");

src/main/kotlin/spp/cli/commands/admin/role/GetDeveloperRoles.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");

src/main/kotlin/spp/cli/commands/admin/role/GetRoles.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");

src/main/kotlin/spp/cli/commands/admin/role/RemoveDeveloperRole.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");

src/main/kotlin/spp/cli/commands/admin/role/RemoveRole.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");

src/main/kotlin/spp/cli/commands/developer/Add.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");

src/main/kotlin/spp/cli/commands/developer/Get.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");

src/main/kotlin/spp/cli/commands/developer/GetSelf.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");

src/main/kotlin/spp/cli/commands/developer/Remove.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");

src/main/kotlin/spp/cli/commands/developer/Subscribe.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");

src/main/kotlin/spp/cli/commands/developer/instrument/AddBreakpoint.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");

src/main/kotlin/spp/cli/commands/developer/instrument/AddLog.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");

src/main/kotlin/spp/cli/commands/developer/instrument/AddMeter.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");

src/main/kotlin/spp/cli/commands/developer/instrument/AddSpan.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");

src/main/kotlin/spp/cli/commands/developer/instrument/GetBreakpoints.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");

src/main/kotlin/spp/cli/commands/developer/instrument/GetInstruments.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");

src/main/kotlin/spp/cli/commands/developer/instrument/GetLogs.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");

src/main/kotlin/spp/cli/commands/developer/instrument/GetMeters.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");

src/main/kotlin/spp/cli/commands/developer/instrument/GetSpans.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");

src/main/kotlin/spp/cli/commands/developer/instrument/RemoveAllInstruments.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");

src/main/kotlin/spp/cli/commands/developer/instrument/RemoveInstrument.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");

src/main/kotlin/spp/cli/commands/developer/instrument/RemoveInstruments.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");

src/main/kotlin/spp/cli/commands/developer/instrument/SubscribeInstrument.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");

src/main/kotlin/spp/cli/commands/developer/view/AddView.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");

src/main/kotlin/spp/cli/commands/developer/view/GetViews.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");

src/main/kotlin/spp/cli/commands/developer/view/RemoveAllViews.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");

src/main/kotlin/spp/cli/commands/developer/view/SubscribeView.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");

src/main/kotlin/spp/cli/util/JsonCleaner.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");

src/test/kotlin/integration/BatchLiveInstrumentCLI.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)