Skip to content

Commit 8ed84a9

Browse files
authored
[BACKPORT] Update copyright years (#958) (#1000)
* [BACKPORT] Update copyright years (#958) * Remove duplicated license notices, Add missing license notice for logger.cpp and metrics.cpp, Fix spacing * Update copyright year from 2021 to 2022
1 parent 61c2f92 commit 8ed84a9

File tree

478 files changed

+513
-698
lines changed

Some content is hidden

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

478 files changed

+513
-698
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2+
# Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

Reference_Manual.md

Lines changed: 1 addition & 1 deletion

cmake/Modules/FindThrift.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
1+
# Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

cmake/utils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2+
# Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2+
# Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

examples/Org.Website.Samples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2+
# Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

examples/Org.Website.Samples/CustomSerializerSample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2+
* Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

examples/Org.Website.Samples/EntryProcessorSample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2+
* Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

examples/Org.Website.Samples/ExecutorSample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2+
* Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

examples/Org.Website.Samples/GlobalSerializerSample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2+
* Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)