Skip to content

Commit 96b0c0f

Browse files
committed
style: update license header
1 parent 8164c08 commit 96b0c0f

Some content is hidden

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

59 files changed

+59
-59
lines changed

src/main/kotlin/spp/cli/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/kotlin/spp/cli/PlatformCLI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with 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,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with 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,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with 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,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with 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,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with 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,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with 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,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with 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,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/kotlin/spp/cli/commands/admin/access/GetDeveloperAccessPermissions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Source++, the continuous feedback platform for developers.
3-
* Copyright (C) 2022 CodeBrig, Inc.
3+
* Copyright (C) 2022-2023 CodeBrig, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)