Skip to content

Commit a78637e

Browse files
committed
New years patch on copyright.
1 parent 9c94e62 commit a78637e

File tree

218 files changed

+282
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+282
-250
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Thomas Volden
3+
Copyright (C) 2016-2018 Thomas Volden
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/AsyncPromiseFulfilerDecorator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
MIT License
66
7-
Copyright (C) 2016 Thomas Volden <[email protected]>
7+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/CallErrorException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/Client.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
MIT License
1616
17-
Copyright (c) 2016 Thomas Volden
17+
Copyright (C) 2016-2018 Thomas Volden
1818
1919
Permission is hereby granted, free of charge, to any person obtaining a copy
2020
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/Communicator.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
package eu.chargetime.ocpp;
22

33
import eu.chargetime.ocpp.model.*;
4-
5-
import java.util.ArrayDeque;
6-
74
import org.slf4j.Logger;
85
import org.slf4j.LoggerFactory;
96

7+
import java.util.ArrayDeque;
8+
109
/*
1110
ChargeTime.eu - Java-OCA-OCPP
1211
Copyright (C) 2015-2016 Thomas Volden <[email protected]>
1312
1413
MIT License
1514
16-
Copyright (c) 2016 Thomas Volden
15+
Copyright (C) 2016-2018 Thomas Volden
1716
1817
Permission is hereby granted, free of charge, to any person obtaining a copy
1918
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/CommunicatorEvents.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/ConfirmatinHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/FeatureHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/Listener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
MIT License
66
7-
Copyright (C) 2016 Thomas Volden <[email protected]>
7+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/ListenerEvents.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/NotConnectedException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/OccurenceConstraintException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/PromiseFulfiller.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
MIT License
66
7-
Copyright (C) 2016 Thomas Volden <[email protected]>
7+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/PropertyConstraintException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/Queue.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
package eu.chargetime.ocpp;
22

33
import eu.chargetime.ocpp.model.Request;
4+
import org.slf4j.Logger;
5+
import org.slf4j.LoggerFactory;
46

57
import java.util.HashMap;
68
import java.util.UUID;
79

8-
import org.slf4j.Logger;
9-
import org.slf4j.LoggerFactory;
10-
1110
/*
1211
ChargeTime.eu - Java-OCA-OCPP
1312
Copyright (C) 2015-2016 Thomas Volden <[email protected]>
1413
1514
MIT License
1615
17-
Copyright (c) 2016 Thomas Volden
16+
Copyright (C) 2016-2018 Thomas Volden
1817
1918
Permission is hereby granted, free of charge, to any person obtaining a copy
2019
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/Radio.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/RadioEvents.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/Receiver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/RequestDispatcher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
MIT License
66
7-
Copyright (C) 2016 Thomas Volden <[email protected]>
7+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/Server.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
MIT License
1515
16-
Copyright (C) 2016 Thomas Volden <[email protected]>
16+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
1717
1818
Permission is hereby granted, free of charge, to any person obtaining a copy
1919
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/ServerEvents.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/Session.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
MIT License
1616
17-
Copyright (c) 2016 Thomas Volden
17+
Copyright (C) 2016-2018 Thomas Volden
1818
1919
Permission is hereby granted, free of charge, to any person obtaining a copy
2020
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/SessionEvents.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
MIT License
1212
13-
Copyright (c) 2016 Thomas Volden
13+
Copyright (C) 2016-2018 Thomas Volden
1414
1515
Permission is hereby granted, free of charge, to any person obtaining a copy
1616
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/SimplePromiseFulfiller.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
MIT License
66
7-
Copyright (C) 2016 Thomas Volden <[email protected]>
7+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/Transmitter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/UnsupportedFeatureException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* <p>
66
* MIT License
77
* <p>
8-
* Copyright (C) 2016 Thomas Volden <[email protected]>
8+
* Copyright (C) 2016-2018 Thomas Volden <[email protected]>
99
* <p>
1010
* Permission is hereby granted, free of charge, to any person obtaining a copy
1111
* of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/feature/Feature.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
MIT License
1414
15-
Copyright (c) 2016 Thomas Volden
15+
Copyright (C) 2016-2018 Thomas Volden
1616
1717
Permission is hereby granted, free of charge, to any person obtaining a copy
1818
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/feature/profile/Profile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
MIT License
1414
15-
Copyright (c) 2016 Thomas Volden
15+
Copyright (C) 2016-2018 Thomas Volden
1616
1717
Permission is hereby granted, free of charge, to any person obtaining a copy
1818
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/CallErrorMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/CallMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/CallResultMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/Confirmation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/Message.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/Request.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/SessionInformation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
MIT License
55
6-
Copyright (C) 2016 Thomas Volden <[email protected]>
6+
Copyright (C) 2016-2018 Thomas Volden <[email protected]>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/TestConfirmation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/TestModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
MIT License
1212
13-
Copyright (c) 2016 Thomas Volden
13+
Copyright (C) 2016-2018 Thomas Volden
1414
1515
Permission is hereby granted, free of charge, to any person obtaining a copy
1616
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/TestRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* MIT License
77
*
8-
* Copyright (C) 2016 Thomas Volden <[email protected]>
8+
* Copyright (C) 2016-2018 Thomas Volden <[email protected]>
99
*
1010
* Permission is hereby granted, free of charge, to any person obtaining a copy
1111
* of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/model/Validatable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/utilities/ModelUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
MIT License
88
9-
Copyright (c) 2016 Thomas Volden
9+
Copyright (C) 2016-2018 Thomas Volden
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

ocpp-common/src/main/java/eu/chargetime/ocpp/utilities/TestUtilities.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* MIT License
77
*
8-
* Copyright (C) 2016 Thomas Volden <[email protected]>
8+
* Copyright (C) 2016-2018 Thomas Volden <[email protected]>
99
*
1010
* Permission is hereby granted, free of charge, to any person obtaining a copy
1111
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)