From ea34c017b5623c2d1d378746d1e8ed5b07382a06 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sun, 2 Oct 2016 18:53:43 +0200 Subject: Added license statements where it was missing --- python/misc_utils/hier_block.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'python/misc_utils/hier_block.py') diff --git a/python/misc_utils/hier_block.py b/python/misc_utils/hier_block.py index a3ca1e6..189165d 100644 --- a/python/misc_utils/hier_block.py +++ b/python/misc_utils/hier_block.py @@ -1,3 +1,25 @@ +#!/usr/bin/env python2 +# -*- coding: utf-8 -*- +# @file +# @author Piotr Krysik +# @section LICENSE +# +# Gr-gsm is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# Gr-gsm is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with gr-gsm; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. +# + from gnuradio import gr from distutils.version import LooseVersion as version -- cgit v1.2.3