Skip to content

Commit b79eb2f

Browse files
author
Yoann Vernageau
committed
update copyrights
1 parent 427bad6 commit b79eb2f

27 files changed

Lines changed: 27 additions & 27 deletions

commons-core/src/main/java/org/atlanmod/commons/LazyBoolean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

commons-core/src/main/java/org/atlanmod/commons/LazyDouble.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

commons-core/src/main/java/org/atlanmod/commons/LazyInt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

commons-core/src/main/java/org/atlanmod/commons/LazyLong.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

commons-core/src/main/java/org/atlanmod/commons/Throwables.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

commons-core/src/main/java/org/atlanmod/commons/collect/CloseableListIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

commons-core/src/main/java/org/atlanmod/commons/collect/DelegatedListIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

commons-core/src/main/java/org/atlanmod/commons/collect/IntRange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

commons-core/src/main/java/org/atlanmod/commons/collect/SizedListIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

commons-core/src/main/java/org/atlanmod/commons/concurrent/DirectExecutorService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Atlanmod.
2+
* Copyright (c) 2017 Atlanmod.
33
*
44
* All rights reserved. This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License v2.0 which accompanies

0 commit comments

Comments
 (0)