From 35bb7166109774108cfe6b8112f34500d5881775 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 3 Jan 2018 21:07:52 +0100 Subject: Add comments with short module description on top of each file Change-Id: Id934d7a763b619d52cbec7de439b3708225b81f3 --- library/MGCP_Templates.ttcn | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'library/MGCP_Templates.ttcn') diff --git a/library/MGCP_Templates.ttcn b/library/MGCP_Templates.ttcn index 3fa7bd12..f4c6e0fd 100644 --- a/library/MGCP_Templates.ttcn +++ b/library/MGCP_Templates.ttcn @@ -1,5 +1,15 @@ module MGCP_Templates { +/* MGCP Templates, building on top of MGCP_Types (Osmocom) and SDP_Types from Ericsson. + * + * (C) 2017 by Harald Welte + * All rights reserved. + * + * Released under the terms of GNU General Public License, Version 2 or + * (at your option) any later version. + */ + + import from MGCP_Types all; import from SDP_Types all; -- cgit v1.2.3