ISLEC  Version 4.2
copyright.c
Go to the documentation of this file.
1 /* src/copyright.c
2  *
3  * Copyright (C) 2011-2018 Dongdong Li
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundataion; either version 3 of the License, or (at
8  * your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABLITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18  */
19 
37 void print_copyright_islec ();
38 
46 void print_copyright_islre ();
47 
49 {
50  printf ("\n");
51 
52  printf ("\t\t******* ****** * ******* ****\n");
53  printf ("\t\t * * * * *\n");
54  printf ("\t\t * * * * *\n");
55  printf ("\t\t * ***** * ******* *\n");
56  printf ("\t\t * * * * *\n");
57  printf ("\t\t * * * * *\n");
58  printf ("\t\t******* ****** ******* ******* ****\n");
59 
60  printf ("\n%s, VERSION %s \n" \
61  "Copyright (C) %s %s <%s>.\n"
62  "This is free software under GNU General Public License (GPLv3);\n"
63  "Please see the source code for copying conditions.\n"
64  "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY\n"
65  "or FITNESS FOR A PARTICULAR PURPOSE.\n"
66  "For more information visit %s\n"
67  "Send bug reports and suggestions to <%s>\n",
69 }
70 
72 {
73  printf ("\n");
74 
75  printf ("\t\t******* ****** * ****** ******\n");
76  printf ("\t\t * * * * * *\n");
77  printf ("\t\t * * * * * *\n");
78  printf ("\t\t * ***** * ****** ******\n");
79  printf ("\t\t * * * * * *\n");
80  printf ("\t\t * * * * * *\n");
81  printf ("\t\t******* ****** ******* * * ******\n");
82 
83  printf ("\n%s, VERSION %s \n" \
84  "Copyright (C) %s %s <%s>.\n"
85  "This is free software under GNU General Public License (GPLv3);\n"
86  "Please see the source code for copying conditions.\n"
87  "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY\n"
88  "or FITNESS FOR A PARTICULAR PURPOSE.\n"
89  "For more information visit %s\n"
90  "Send bug reports and suggestions to <%s>\n",
92 }
#define COPYRIGHT
Definition: islec.h:33
#define AUTHOR_EMAIL
Definition: islec.h:35
#define PROGRAM_NAME
Definition: islec.h:30
#define AUTHOR
Definition: islec.h:34
#define PROGRAM_SITE
Definition: islec.h:32