Skip to content

Commit 9fa505b

Browse files
committed
style: update license header
1 parent d9f6246 commit 9fa505b

File tree

55 files changed

+55
-55
lines changed

Some content is hidden

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

55 files changed

+55
-55
lines changed

boot/src/main/kotlin/spp/probe/SourceProbe.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.

boot/src/main/kotlin/spp/probe/SourceProbePluginDefine.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.

boot/src/test/kotlin/integration/ProbeBreakpointTest.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.

boot/src/test/kotlin/integration/ProbeIntegrationTest.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.

boot/src/test/kotlin/integration/ProbeLogTest.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.

boot/src/test/kotlin/integration/breakpoint/BreakpointReturnValueTest.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.

boot/src/test/kotlin/integration/breakpoint/CollectionsTest.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.

boot/src/test/kotlin/integration/breakpoint/MaxCollectionLengthControlTest.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.

boot/src/test/kotlin/integration/breakpoint/MaxObjectDepthControlTest.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.

boot/src/test/kotlin/integration/breakpoint/MaxObjectSizeControlTest.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)