diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-15 23:16:42 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-15 23:16:42 -0700 |
commit | 97a0049505009c2042e6b20d168f9aa5412dbec3 (patch) | |
tree | 61dd195d6fcf378a6ec78137691dca1847f3d793 /docs/doxygen/other/python_blocks.dox | |
parent | 407788da7d7a352c682310ae641ea81a898c8f8a (diff) | |
parent | ac5109d25a9d94386429dd9e806268d29c8e2aac (diff) |
Merge branch 'master' into next
Diffstat (limited to 'docs/doxygen/other/python_blocks.dox')
-rw-r--r-- | docs/doxygen/other/python_blocks.dox | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/doxygen/other/python_blocks.dox b/docs/doxygen/other/python_blocks.dox index 49273cdcd8..2381b0cad0 100644 --- a/docs/doxygen/other/python_blocks.dox +++ b/docs/doxygen/other/python_blocks.dox @@ -1,3 +1,12 @@ +# Copyright (C) 2017 Free Software Foundation, Inc. +# +# Permission is granted to copy, distribute and/or modify this document +# under the terms of the GNU Free Documentation License, Version 1.3 +# or any later version published by the Free Software Foundation; +# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. +# A copy of the license is included in the section entitled "GNU +# Free Documentation License". + /*! \page page_python_blocks Python Blocks How to create blocks in Python @@ -151,4 +160,4 @@ class msg_block(gr.basic_block): pmt.intern('message received!')) \endcode -*/
\ No newline at end of file +*/ |