Skip to content

Commit 4b08272

Browse files
author
Ian Craggs
committed
Fix some copyright headers
1 parent 1f28a02 commit 4b08272

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

org.eclipse.paho.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client/IMqttAsyncClient.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2009, 2018 IBM Corp.
3+
*
4+
* All rights reserved. This program and the accompanying materials
5+
* are made available under the terms of the Eclipse Public License v1.0
6+
* and Eclipse Distribution License v1.0 which accompany this distribution.
7+
*
8+
* The Eclipse Public License is available at
9+
* http://www.eclipse.org/legal/epl-v10.html
10+
* and the Eclipse Distribution License is available at
11+
* http://www.eclipse.org/org/documents/edl-v10.php.
12+
*
13+
* Contributors:
14+
* James Sutton - MQTT V5 support
15+
*/
16+
117
package org.eclipse.paho.mqttv5.client;
218

319
import org.eclipse.paho.mqttv5.client.util.Debug;

org.eclipse.paho.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client/MqttCallback.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2009, 2014 IBM Corp.
2+
* Copyright (c) 2009, 2018 IBM Corp.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0
@@ -12,6 +12,7 @@
1212
*
1313
* Contributors:
1414
* Dave Locke - initial API and implementation and/or initial documentation
15+
* James Sutton - MQTT V5 implementation
1516
*/
1617
package org.eclipse.paho.mqttv5.client;
1718

0 commit comments

Comments
 (0)