From e80f68c5aa51f79045b1d177219fbf64ae7c06f7 Mon Sep 17 00:00:00 2001 From: Stefan Feuerhahn Date: Fri, 22 Mar 2019 11:54:01 +0100 Subject: [PATCH] updated user guide --- doc/openiec61850-user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/openiec61850-user-guide.md b/doc/openiec61850-user-guide.md index ffa6105..9162614 100644 --- a/doc/openiec61850-user-guide.md +++ b/doc/openiec61850-user-guide.md @@ -15,7 +15,7 @@ After extracting the distribution tar file, the OpenIEC61850 library can be foun Besides the OpenIEC61850 library the folder *build/libs-all/* contains the following external libraries: -* *jasn1* - a library from the jASN1 project doing BER encoding/decoding, Copyright 2011-17 Fraunhofer ISE, Author: Stefan Feuerhahn, License: LGPLv2.1 or later, http://www.openmuc.org +* *jasn1* - the ASN.1 BER encoding/decoding library by beanit, License: Apache 2.0, https://www.beanit.com * *slf4j-api* - a popular logging API. It is only needed if openiec61850 is used to implement a server. The client part does not log anything. License: MIT, http://www.slf4j.org