From 7b5e34e59ef0362678709c3d7dde0345ee7f44b9 Mon Sep 17 00:00:00 2001 From: Robert Parker Date: Tue, 19 Mar 2019 13:45:40 +0000 Subject: [PATCH] update copyright dates --- Makefile | 2 +- cmd/chkmqhealthy/main.go | 2 +- cmd/chkmqready/main.go | 2 +- cmd/runmqdevserver/mqsc.go | 2 +- cmd/runmqdevserver/tls.go | 2 +- cmd/runmqserver/license.go | 2 +- cmd/runmqserver/mirror.go | 2 +- cmd/runmqserver/process.go | 2 +- cmd/runmqserver/signals.go | 2 +- cmd/runmqserver/version.go | 2 +- .../Installation1/servers/mqweb/mqwebuser.xml | 25 +++++++++++++++++++ .../Installation1/servers/mqweb/tls-dev.xml | 25 +++++++++++++++++++ internal/command/command.go | 2 +- internal/keystore/keystore.go | 2 +- internal/metrics/metrics.go | 2 +- internal/metrics/update.go | 2 +- test/docker/Gopkg.toml | 2 +- test/messaging/pom.xml | 2 +- 18 files changed, 66 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 5afa075..7aeb76a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# © Copyright IBM Corporation 2018 +# © Copyright IBM Corporation 2018, 2019 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmd/chkmqhealthy/main.go b/cmd/chkmqhealthy/main.go index 1420805..02dbbfa 100644 --- a/cmd/chkmqhealthy/main.go +++ b/cmd/chkmqhealthy/main.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2017 +© Copyright IBM Corporation 2017, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/chkmqready/main.go b/cmd/chkmqready/main.go index 3f978d1..e75f1c5 100644 --- a/cmd/chkmqready/main.go +++ b/cmd/chkmqready/main.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2017, 2018 +© Copyright IBM Corporation 2017, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/runmqdevserver/mqsc.go b/cmd/runmqdevserver/mqsc.go index ef9cce2..f35512d 100644 --- a/cmd/runmqdevserver/mqsc.go +++ b/cmd/runmqdevserver/mqsc.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2018 +© Copyright IBM Corporation 2018, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/runmqdevserver/tls.go b/cmd/runmqdevserver/tls.go index 759ef0f..e664409 100644 --- a/cmd/runmqdevserver/tls.go +++ b/cmd/runmqdevserver/tls.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2018 +© Copyright IBM Corporation 2018, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/runmqserver/license.go b/cmd/runmqserver/license.go index 19f199e..aad7810 100644 --- a/cmd/runmqserver/license.go +++ b/cmd/runmqserver/license.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2017, 2018 +© Copyright IBM Corporation 2017, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/runmqserver/mirror.go b/cmd/runmqserver/mirror.go index 19b44e7..94c7dfd 100644 --- a/cmd/runmqserver/mirror.go +++ b/cmd/runmqserver/mirror.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2018 +© Copyright IBM Corporation 2018, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/runmqserver/process.go b/cmd/runmqserver/process.go index dafd9b6..3f38c25 100644 --- a/cmd/runmqserver/process.go +++ b/cmd/runmqserver/process.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2018 +© Copyright IBM Corporation 2018, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/runmqserver/signals.go b/cmd/runmqserver/signals.go index 003565d..f5460c8 100644 --- a/cmd/runmqserver/signals.go +++ b/cmd/runmqserver/signals.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2017, 2018 +© Copyright IBM Corporation 2017, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/runmqserver/version.go b/cmd/runmqserver/version.go index 0142364..ec21f37 100644 --- a/cmd/runmqserver/version.go +++ b/cmd/runmqserver/version.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2018 +© Copyright IBM Corporation 2018, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/mqwebuser.xml b/incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/mqwebuser.xml index d575484..d4c2945 100644 --- a/incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/mqwebuser.xml +++ b/incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/mqwebuser.xml @@ -1,5 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + appSecurity-2.0 basicAuthenticationMQ-1.0 diff --git a/incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/tls-dev.xml b/incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/tls-dev.xml index 903656c..37645dd 100644 --- a/incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/tls-dev.xml +++ b/incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/tls-dev.xml @@ -1,5 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/command/command.go b/internal/command/command.go index 7790c55..75322e8 100644 --- a/internal/command/command.go +++ b/internal/command/command.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2017, 2018 +© Copyright IBM Corporation 2017, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/keystore/keystore.go b/internal/keystore/keystore.go index 6743779..26b6eea 100644 --- a/internal/keystore/keystore.go +++ b/internal/keystore/keystore.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2018 +© Copyright IBM Corporation 2018, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/metrics/metrics.go b/internal/metrics/metrics.go index 0947465..3e3a099 100644 --- a/internal/metrics/metrics.go +++ b/internal/metrics/metrics.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2018 +© Copyright IBM Corporation 2018, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/metrics/update.go b/internal/metrics/update.go index f2f470a..eb390f2 100644 --- a/internal/metrics/update.go +++ b/internal/metrics/update.go @@ -1,5 +1,5 @@ /* -© Copyright IBM Corporation 2018 +© Copyright IBM Corporation 2018, 2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/test/docker/Gopkg.toml b/test/docker/Gopkg.toml index 9dbde48..056e2d2 100644 --- a/test/docker/Gopkg.toml +++ b/test/docker/Gopkg.toml @@ -1,4 +1,4 @@ -# © Copyright IBM Corporation 2017, 2018 +# © Copyright IBM Corporation 2017, 2019 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/messaging/pom.xml b/test/messaging/pom.xml index 90a3a99..9b32804 100644 --- a/test/messaging/pom.xml +++ b/test/messaging/pom.xml @@ -1,5 +1,5 @@