You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/11/23 10:29:21 UTC

[incubator-plc4x] branch develop updated: - Fixed some issues reported during our 0.2.0 release

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new d9e475e  - Fixed some issues reported during our 0.2.0 release
d9e475e is described below

commit d9e475e882c900958159f24fe5c37dffc7cab413
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Nov 23 11:29:17 2018 +0100

    - Fixed some issues reported during our 0.2.0 release
---
 LICENSE | 9 ++++++---
 NOTICE  | 7 ++++++-
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/LICENSE b/LICENSE
index a26d2c3..f0179de 100644
--- a/LICENSE
+++ b/LICENSE
@@ -203,6 +203,9 @@
 
 ===============================================================
 
-The File:
-examples/hello-cloud-google/src/main/java/org/apache/plc4x/java/examples/google/iotcore/MqttExampleOptions.java
-Is copyright by Google and is distributed under the Apache 2.0 License
\ No newline at end of file
+The Files:
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/RawSocketListener.java
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/RawIpSocket.java
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/RawSocketException.java
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/RawSocketListener.java
+Are copyrighted by the The Netty Project which is distributed under the Apache 2.0 license.
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
index c23015a..437a1df 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2,4 +2,9 @@ Apache PLC4X
 Copyright 2017-2018 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
+The Apache Software Foundation (http://www.apache.org/).
+
+----------------------------------------------
+
+This product includes software developed at
+The Netty project (https://netty.io/).