This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new b7925d843 Update copyright to include 2023
b7925d843 is described below
commit b7925d84372aef767ed58671c6642c3b7e912a46
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Feb 11 07:28:02 2023 +0100
Update copyright to include 2023
---
NOTICE | 2 +-
activemq-rar/src/main/rar/META-INF/NOTICE | 2 +-
activemq-web-console/src/main/webapp/403.html | 2 +-
activemq-web-console/src/main/webapp/404.html | 2 +-
activemq-web-console/src/main/webapp/500.html | 2 +-
activemq-web-console/src/main/webapp/decorators/footer.jsp | 2 +-
activemq-web-console/src/main/webapp/login.html | 2 +-
activemq-web-console/src/main/webapp/slave.jsp | 2 +-
activemq-web-demo/src/main/webapp/chat.html | 2 +-
activemq-web-demo/src/main/webapp/index.html | 2 +-
activemq-web-demo/src/main/webapp/mqtt/index.html | 2 +-
activemq-web-demo/src/main/webapp/websocket/index.html | 2 +-
assembly/src/release/NOTICE | 2 +-
assembly/src/release/webapps/index.html | 2 +-
doap.rdf | 2 +-
15 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/NOTICE b/NOTICE
index d6cabff90..f1496d40b 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache ActiveMQ Copyright 2005-2022 Apache Software Foundation
+Apache ActiveMQ Copyright 2005-2023 Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
diff --git a/activemq-rar/src/main/rar/META-INF/NOTICE
b/activemq-rar/src/main/rar/META-INF/NOTICE
index f22a146cd..704393a8d 100644
--- a/activemq-rar/src/main/rar/META-INF/NOTICE
+++ b/activemq-rar/src/main/rar/META-INF/NOTICE
@@ -1,5 +1,5 @@
Apache ActiveMQ
-Copyright 2005-2022 The Apache Software Foundation
+Copyright 2005-2023 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
diff --git a/activemq-web-console/src/main/webapp/403.html
b/activemq-web-console/src/main/webapp/403.html
index c4cd30283..93459fd62 100644
--- a/activemq-web-console/src/main/webapp/403.html
+++ b/activemq-web-console/src/main/webapp/403.html
@@ -120,7 +120,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
(<a href="?printable=true">printable version</a>)
</div>
diff --git a/activemq-web-console/src/main/webapp/404.html
b/activemq-web-console/src/main/webapp/404.html
index 09776a549..ba9323248 100644
--- a/activemq-web-console/src/main/webapp/404.html
+++ b/activemq-web-console/src/main/webapp/404.html
@@ -120,7 +120,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
(<a href="?printable=true">printable version</a>)
</div>
diff --git a/activemq-web-console/src/main/webapp/500.html
b/activemq-web-console/src/main/webapp/500.html
index ad5165458..c75ec06ff 100644
--- a/activemq-web-console/src/main/webapp/500.html
+++ b/activemq-web-console/src/main/webapp/500.html
@@ -121,7 +121,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
(<a href="?printable=true">printable version</a>)
</div>
diff --git a/activemq-web-console/src/main/webapp/decorators/footer.jsp
b/activemq-web-console/src/main/webapp/decorators/footer.jsp
index 1d7fdef6a..bc2ecbb11 100644
--- a/activemq-web-console/src/main/webapp/decorators/footer.jsp
+++ b/activemq-web-console/src/main/webapp/decorators/footer.jsp
@@ -61,7 +61,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
<!-- (<a href="?printable=true">printable
version</a>)-->
</div>
diff --git a/activemq-web-console/src/main/webapp/login.html
b/activemq-web-console/src/main/webapp/login.html
index 18da82490..408925851 100644
--- a/activemq-web-console/src/main/webapp/login.html
+++ b/activemq-web-console/src/main/webapp/login.html
@@ -105,7 +105,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
(<a href="?printable=true">printable version</a>)
</div>
diff --git a/activemq-web-console/src/main/webapp/slave.jsp
b/activemq-web-console/src/main/webapp/slave.jsp
index 4de57fbd8..b73987c7a 100644
--- a/activemq-web-console/src/main/webapp/slave.jsp
+++ b/activemq-web-console/src/main/webapp/slave.jsp
@@ -112,7 +112,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
(<a href="?printable=true">printable version</a>)
</div>
diff --git a/activemq-web-demo/src/main/webapp/chat.html
b/activemq-web-demo/src/main/webapp/chat.html
index 0168d1e89..5d666837c 100755
--- a/activemq-web-demo/src/main/webapp/chat.html
+++ b/activemq-web-demo/src/main/webapp/chat.html
@@ -197,7 +197,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
(<a href="?printable=true">printable version</a>)
</div>
diff --git a/activemq-web-demo/src/main/webapp/index.html
b/activemq-web-demo/src/main/webapp/index.html
index 6c2ace21c..f9c4d902c 100755
--- a/activemq-web-demo/src/main/webapp/index.html
+++ b/activemq-web-demo/src/main/webapp/index.html
@@ -163,7 +163,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
(<a href="?printable=true">printable version</a>)
</div>
diff --git a/activemq-web-demo/src/main/webapp/mqtt/index.html
b/activemq-web-demo/src/main/webapp/mqtt/index.html
index e319ab054..f94858dbd 100644
--- a/activemq-web-demo/src/main/webapp/mqtt/index.html
+++ b/activemq-web-demo/src/main/webapp/mqtt/index.html
@@ -159,7 +159,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
(<a href="?printable=true">printable version</a>)
</div>
diff --git a/activemq-web-demo/src/main/webapp/websocket/index.html
b/activemq-web-demo/src/main/webapp/websocket/index.html
index 6acfd32f1..692c43a87 100644
--- a/activemq-web-demo/src/main/webapp/websocket/index.html
+++ b/activemq-web-demo/src/main/webapp/websocket/index.html
@@ -159,7 +159,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
(<a href="?printable=true">printable version</a>)
</div>
diff --git a/assembly/src/release/NOTICE b/assembly/src/release/NOTICE
index 251783e27..5da169770 100644
--- a/assembly/src/release/NOTICE
+++ b/assembly/src/release/NOTICE
@@ -1,5 +1,5 @@
Apache ActiveMQ
-Copyright 2005-2022 The Apache Software Foundation
+Copyright 2005-2023 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
diff --git a/assembly/src/release/webapps/index.html
b/assembly/src/release/webapps/index.html
index f2c2d27de..083326096 100644
--- a/assembly/src/release/webapps/index.html
+++ b/assembly/src/release/webapps/index.html
@@ -121,7 +121,7 @@
<div class="footer_l">
<div class="footer_r">
<div>
- Copyright 2005-2022 The Apache Software Foundation.
+ Copyright 2005-2023 The Apache Software Foundation.
</div>
</div>
</div>
diff --git a/doap.rdf b/doap.rdf
index 0c4f5ff59..3f4bef214 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -25,7 +25,7 @@
<!--
=======================================================================
- Copyright (c) 2006-2022 The Apache Software Foundation.
+ Copyright (c) 2006-2023 The Apache Software Foundation.
All rights reserved.
=======================================================================