From b8cdb3031847185660b0c1ee4ecaa755fdee81cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sat, 14 Apr 2018 10:44:54 +0200 Subject: [PATCH] Add missing legal boilerplate to terminal_commands.py --- lib/tfw/components/terminal_commands.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tfw/components/terminal_commands.py b/lib/tfw/components/terminal_commands.py index 8b252f3..7663868 100644 --- a/lib/tfw/components/terminal_commands.py +++ b/lib/tfw/components/terminal_commands.py @@ -1,3 +1,6 @@ +# Copyright (C) 2018 Avatao.com Innovative Learning Kft. +# All Rights Reserved. See LICENSE file for details. + from abc import ABC from re import match