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 2019/10/21 14:58:32 UTC

[plc4x] 02/02: - Fixed the information in the LICENSE files as some classes were moved

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/plc4x.git

commit 71930eb0017c9e896e8ca0ae1369dfdf7b44c94b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Oct 21 16:57:59 2019 +0200

    - Fixed the information in the LICENSE files as some classes were moved
---
 LICENSE                                                       | 7 +++----
 plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE | 6 ++++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE
index 843cb14..7f53f08 100644
--- a/LICENSE
+++ b/LICENSE
@@ -204,10 +204,9 @@
 ===============================================================
 
 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
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawEthernetSocket.java
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawIpSocket.java
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawSocketListener.java
 Are copyrighted by the The Netty Project which is distributed under the Apache 2.0 license.
 
 The Files:
diff --git a/plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE b/plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE
index 12e360a..ec7b65c 100644
--- a/plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE
+++ b/plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE
@@ -2,5 +2,7 @@
 ----------------------------------------------
 
 The Files:
-src/main/java/org/apache/plc4x/java/utils/rawsockets/atic/RawIpSocket.java
-Are copyrighted by the The Netty Project which is distributed under the Apache 2.0 license.
\ No newline at end of file
+src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawEthernetSocket.java
+src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawIpSocket.java
+src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawSocketListener.java
+Are copyrighted by the The Netty Project which is distributed under the Apache 2.0 license.