Skip to content

Commit

Permalink
updated the copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelCons committed Feb 8, 2024
1 parent cedae60 commit 282fab4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) CERN 2012-2021
Copyright (C) CERN 2012-2024

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ License and Copyright

Apache License, Version 2.0

Copyright (C) CERN 2012-2021
Copyright (C) CERN 2012-2024
2 changes: 1 addition & 1 deletion src/main/java/ch/cern/dirq/FileUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @author Lionel Cons <lionel.cons@cern.ch>
* @author Massimo Paladin <massimo.paladin@gmail.com>
* Copyright (C) CERN 2012-2021
* Copyright (C) CERN 2012-2024
*/
public final class FileUtils {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/cern/dirq/Queue.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
*
* @author Lionel Cons <lionel.cons@cern.ch>
* @author Massimo Paladin <massimo.paladin@gmail.com>
* Copyright (C) CERN 2012-2021
* Copyright (C) CERN 2012-2024
*/

public interface Queue extends Iterable<String> {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/cern/dirq/QueueNull.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @author Lionel Cons &lt;lionel.cons@cern.ch&gt;
* @author Massimo Paladin &lt;massimo.paladin@gmail.com&gt;
* Copyright (C) CERN 2012-2021
* Copyright (C) CERN 2012-2024
*/

public class QueueNull implements Queue {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/cern/dirq/QueueSimple.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
*
* @author Lionel Cons &lt;lionel.cons@cern.ch&gt;
* @author Massimo Paladin &lt;massimo.paladin@gmail.com&gt;
* Copyright (C) CERN 2012-2021
* Copyright (C) CERN 2012-2024
*/

public class QueueSimple implements Queue {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/cern/dirq/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
*
* @author Lionel Cons &lt;lionel.cons@cern.ch&gt;
* @author Massimo Paladin &lt;massimo.paladin@gmail.com&gt;
* Copyright (C) CERN 2012-2021
* Copyright (C) CERN 2012-2024
*/
package ch.cern.dirq;
2 changes: 1 addition & 1 deletion src/test/java/ch/cern/dirq/FileUtilsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @author Lionel Cons &lt;lionel.cons@cern.ch&gt;
* @author Massimo Paladin &lt;massimo.paladin@gmail.com&gt;
* Copyright (C) CERN 2012-2021
* Copyright (C) CERN 2012-2024
*/
public class FileUtilsTest {

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/ch/cern/dirq/QueueNullTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @author Lionel Cons &lt;lionel.cons@cern.ch&gt;
* @author Massimo Paladin &lt;massimo.paladin@gmail.com&gt;
* Copyright (C) CERN 2012-2021
* Copyright (C) CERN 2012-2024
*/
public class QueueNullTest extends QueueTestBase {

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/ch/cern/dirq/QueueSimpleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @author Lionel Cons &lt;lionel.cons@cern.ch&gt;
* @author Massimo Paladin &lt;massimo.paladin@gmail.com&gt;
* Copyright (C) CERN 2012-2021
* Copyright (C) CERN 2012-2024
*/
public class QueueSimpleTest extends QueueTestBase {
private String qsPath;
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/ch/cern/dirq/QueueTestBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Lionel Cons &lt;lionel.cons@cern.ch&gt;
* @author Massimo Paladin &lt;massimo.paladin@gmail.com&gt;
* Copyright (C) CERN 2012-2021
* Copyright (C) CERN 2012-2024
*/
public abstract class QueueTestBase {
@Rule
Expand Down

0 comments on commit 282fab4

Please sign in to comment.