diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2017-03-10 16:28:26 -0500 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2017-03-10 16:28:26 -0500 |
commit | 331ae5d59b4615a89f0f9e2b3b56dba9f531d9d0 (patch) | |
tree | 8b4b6c93f3a37948e93421d5980463731bb76f45 /docs/doxygen/other/volk_guide.dox | |
parent | 8c5c345f1dd23bac18b31ccc1a804a674c250e89 (diff) |
Doxygen: Adding GNU FDL header to Doxygen source files
Diffstat (limited to 'docs/doxygen/other/volk_guide.dox')
-rw-r--r-- | docs/doxygen/other/volk_guide.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/doxygen/other/volk_guide.dox b/docs/doxygen/other/volk_guide.dox index a6a24457a6..e5a55c1719 100644 --- a/docs/doxygen/other/volk_guide.dox +++ b/docs/doxygen/other/volk_guide.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 volk_guide Instructions for using VOLK in GNU Radio Note: Many blocks have already been converted to use VOLK in their calls, so |