OpenCores
URL https://opencores.org/ocsvn/dblclockfft/dblclockfft/trunk

Subversion Repositories dblclockfft

[/] [dblclockfft/] [trunk/] [sw/] [legal.cpp] - Blame information for rev 36

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 36 dgisselq
////////////////////////////////////////////////////////////////////////////////
2
//
3
// Filename:    legal.cpp
4
//
5
// Project:     A General Purpose Pipelined FFT Implementation
6
//
7
// Purpose:     Contains the information and logic necessary to place a
8
//              copyright, name, author, and purpoose statement at the head of
9
//      every file.
10
//
11
// Creator:     Dan Gisselquist, Ph.D.
12
//              Gisselquist Technology, LLC
13
//
14
////////////////////////////////////////////////////////////////////////////////
15
//
16
// Copyright (C) 2015-2018, Gisselquist Technology, LLC
17
//
18
// This program is free software (firmware): you can redistribute it and/or
19
// modify it under the terms of  the GNU General Public License as published
20
// by the Free Software Foundation, either version 3 of the License, or (at
21
// your option) any later version.
22
//
23
// This program is distributed in the hope that it will be useful, but WITHOUT
24
// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
25
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
26
// for more details.
27
//
28
// You should have received a copy of the GNU General Public License along
29
// with this program.  (It's in the $(ROOT)/doc directory, run make with no
30
// target there if the PDF file isn't present.)  If not, see
31
// <http://www.gnu.org/licenses/> for a copy.
32
//
33
// License:     GPL, v3, as defined and found on www.gnu.org,
34
//              http://www.gnu.org/licenses/gpl.html
35
//
36
//
37
////////////////////////////////////////////////////////////////////////////////
38
//
39
//
40
#include "legal.h"
41
 
42
const char      cpyleft[] =
43
SLASHLINE
44
"//\n"
45
"// Copyright (C) 2015-2018, Gisselquist Technology, LLC\n"
46
"//\n"
47
"// This program is free software (firmware): you can redistribute it and/or\n"
48
"// modify it under the terms of  the GNU General Public License as published\n"
49
"// by the Free Software Foundation, either version 3 of the License, or (at\n"
50
"// your option) any later version.\n"
51
"//\n"
52
"// This program is distributed in the hope that it will be useful, but WITHOUT\n"
53
"// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or\n"
54
"// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n"
55
"// for more details.\n"
56
"//\n"
57
"// You should have received a copy of the GNU General Public License along\n"
58
"// with this program.  (It's in the $(ROOT)/doc directory, run make with no\n"
59
"// target there if the PDF file isn\'t present.)  If not, see\n"
60
"// <http://www.gnu.org/licenses/> for a copy.\n"
61
"//\n"
62
"// License:    GPL, v3, as defined and found on www.gnu.org,\n"
63
"//             http://www.gnu.org/licenses/gpl.html\n"
64
"//\n"
65
"//\n"
66
SLASHLINE;
67
const char      prjname[] = "A General Purpose Pipelined FFT Implementation";
68
const char      creator[] =     "// Creator:    Dan Gisselquist, Ph.D.\n"
69
                                "//             Gisselquist Technology, LLC\n";
70
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.