Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit f1f5a49

Browse files
committed
updated copyright from 2016 to 2017
1 parent 219bfa1 commit f1f5a49

File tree

54 files changed

+54
-54
lines changed

Some content is hidden

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

54 files changed

+54
-54
lines changed

account/src/main/java/org/thethingsnetwork/account/async/AsyncApplication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/async/auth/grant/AsyncApplicationPassword.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/async/auth/grant/AsyncAuthorizationCode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/async/auth/token/AsyncJsonWebToken.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/async/auth/token/AsyncOAuth2Token.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/async/auth/token/AsyncRenewableJsonWebToken.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/common/AbstractApplication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/common/AccessKey.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/common/ApplicationRights.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/common/Collaborator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/common/GrantType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/sync/Application.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/sync/auth/grant/ApplicationPassword.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/sync/auth/grant/AuthorizationCode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/sync/auth/token/JsonWebToken.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/sync/auth/token/OAuth2Token.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/sync/auth/token/RenewableJsonWebToken.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/util/HttpException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

account/src/main/java/org/thethingsnetwork/account/util/HttpRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-amqp/src/main/java/org/thethingsnetwork/data/amqp/Client.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/AbstractClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/Connection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/Metadata.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/Subscribable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/TriConsumer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/events/AbstractEventHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/events/ActivationHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/events/ConnectHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/events/ErrorHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/events/EventHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/events/UplinkHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/messages/ActivationMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/messages/DataMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/messages/DownlinkMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/messages/RawMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-common/src/main/java/org/thethingsnetwork/data/common/messages/UplinkMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

data/data-mqtt/src/main/java/org/thethingsnetwork/data/mqtt/Client.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

management/src/main/java/org/thethingsnetwork/management/HandlerApplication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

management/src/main/java/org/thethingsnetwork/management/HandlerDevice.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

management/src/main/java/org/thethingsnetwork/management/LorawanDevice.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

management/src/main/java/org/thethingsnetwork/management/async/AsyncDiscovery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

management/src/main/java/org/thethingsnetwork/management/async/AsyncHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

management/src/main/java/org/thethingsnetwork/management/sync/Discovery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

management/src/main/java/org/thethingsnetwork/management/sync/Handler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2016 The Things Network
4+
* Copyright (c) 2017 The Things Network
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)