Skip to content

Commit 153c794

Browse files
committed
Fix license header: use 2023-present to match HEADER template
The licenseMain task requires Copyright 2023-present per the repo's HEADER file. The Houston discovery files had 2019-present.
1 parent d605ca3 commit 153c794

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/com/hivemq/adapter/sdk/api/discovery/BrowseException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-present HiveMQ GmbH
2+
* Copyright 2023-present HiveMQ GmbH
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.

src/main/java/com/hivemq/adapter/sdk/api/discovery/BrowsedNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-present HiveMQ GmbH
2+
* Copyright 2023-present HiveMQ GmbH
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.

src/main/java/com/hivemq/adapter/sdk/api/discovery/BulkTagBrowser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-present HiveMQ GmbH
2+
* Copyright 2023-present HiveMQ GmbH
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)