Browse Source

rebased on top of master

pull/32/head
Valerii Sosliuk 10 years ago
parent
commit
013ee64866
  1. 2
      common/data/src/main/java/org/thingsboard/server/common/data/security/DeviceX509Credentials.java
  2. 2
      dao/src/main/java/org/thingsboard/server/dao/EncryptionUtil.java
  3. 3
      tools/src/main/shell/onewaysslmqttclient.py
  4. 2
      tools/src/main/shell/securemqttclient.keygen.sh
  5. 2
      transport/mqtt/src/main/java/org/thingsboard/server/transport/mqtt/util/SslUtil.java

2
common/data/src/main/java/org/thingsboard/server/common/data/security/DeviceX509Credentials.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
dao/src/main/java/org/thingsboard/server/dao/EncryptionUtil.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

3
tools/src/main/shell/onewaysslmqttclient.py

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2016 The Thingsboard Authors
# Copyright © 2016-2017 The Thingsboard Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

2
tools/src/main/shell/securemqttclient.keygen.sh

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright © 2016 The Thingsboard Authors
# Copyright © 2016-2017 The Thingsboard Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

2
transport/mqtt/src/main/java/org/thingsboard/server/transport/mqtt/util/SslUtil.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016 The Thingsboard Authors
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Loading…
Cancel
Save