Skip to content

Commit

Permalink
Update product.copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Jan 1, 2025
1 parent 72c4648 commit c23af74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
* Copyright (c) 2021, 2025 Contributors to the Eclipse Foundation
* Copyright (c) 2020 Payara Services Ltd.
*
* This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -83,23 +83,23 @@ public class Version {
*/
private String miniCopyright = """
Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2024 Contributors to Eclipse Foundation.\
Copyright (c) 2018, 2025 Contributors to Eclipse Foundation.\
""";

/**
* String representing the shortCopyright of the product
*/
private String shortCopyright = """
Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2024 Contributors to Eclipse Foundation.\
Copyright (c) 2018, 2025 Contributors to Eclipse Foundation.\
""";

/**
* String representing the long copyright value of the product
*/
private String longCopyright = """
Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2024 Contributors to Eclipse Foundation.\
Copyright (c) 2018, 2025 Contributors to Eclipse Foundation.\
""";

/**
Expand Down
4 changes: 2 additions & 2 deletions mq/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2020 Payara Services Ltd.
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2025 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -74,7 +74,7 @@
<product.name>Message Queue</product.name>
<product.abbrevname>MQ</product.abbrevname>
<product.copyright>Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2024 Contributors to Eclipse Foundation.</product.copyright>
Copyright (c) 2018, 2025 Contributors to Eclipse Foundation.</product.copyright>

<!-- Versions of dependencies -->
<hk2.version>3.1.1</hk2.version>
Expand Down

0 comments on commit c23af74

Please sign in to comment.