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 2023/05/11 07:03:44 UTC

[plc4x] branch develop updated: docs(test-generator): Added a README for the test-generator

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


The following commit(s) were added to refs/heads/develop by this push:
     new 4ab57bda2e docs(test-generator): Added a README for the test-generator
4ab57bda2e is described below

commit 4ab57bda2ee9a6b2c1842286e6ee2e117a02f210
Author: christoferdutz <ch...@c-ware.de>
AuthorDate: Thu May 11 09:03:36 2023 +0200

    docs(test-generator): Added a README for the test-generator
---
 plc4j/utils/test-generator/README.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/plc4j/utils/test-generator/README.md b/plc4j/utils/test-generator/README.md
index ba8b5b9695..ff0ffe66d9 100644
--- a/plc4j/utils/test-generator/README.md
+++ b/plc4j/utils/test-generator/README.md
@@ -1,3 +1,21 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      https://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  -->
 # Test-Generator
 
 It is the purpose of the test-generator, to take a given pcap capture file and to produce a ParserSerializer testsuite document from it.