diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-01 16:56:13 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-01 16:56:13 +0200 |
commit | 127072715b7855ff70e3460d64424839e291298c (patch) | |
tree | 5df478f6b4e19843a9fea648a08fd70a0ffab371 /dpd/src/Measure.py | |
parent | 273821a2e97efef2bd38107914638d195ac71c3b (diff) | |
download | dabmod-127072715b7855ff70e3460d64424839e291298c.tar.gz dabmod-127072715b7855ff70e3460d64424839e291298c.tar.bz2 dabmod-127072715b7855ff70e3460d64424839e291298c.zip |
DPD CE: Add MIT licence header
Diffstat (limited to 'dpd/src/Measure.py')
-rw-r--r-- | dpd/src/Measure.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dpd/src/Measure.py b/dpd/src/Measure.py index e4fa8a2..f48d28f 100644 --- a/dpd/src/Measure.py +++ b/dpd/src/Measure.py @@ -1,4 +1,10 @@ # -*- coding: utf-8 -*- +# +# DPD Calculation Engine, Measure signal using ODR-DabMod's +# DPD Server. +# +# http://www.opendigitalradio.org +# Licence: The MIT License, see notice at the end of this file import sys import socket |