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

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

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/cli/PlatformCLI.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/cli/commands/Admin.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/cli/commands/Developer.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/cli/commands/Version.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/cli/commands/admin/Reset.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/cli/commands/admin/access/AddAccessPermission.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/cli/commands/admin/access/AddRoleAccessPermission.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/cli/commands/admin/access/GetAccessPermissions.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)