X11workbench Toolkit  1.0
gizzard.h
1 // //
3 // _ _ _ //
4 // __ _ (_) ____ ____ __ _ _ __ __| | | |__ //
5 // / _` || ||_ /|_ // _` || '__|/ _` | | '_ \ //
6 // | (_| || | / / / /| (_| || | | (_| | _ | | | | //
7 // \__, ||_|/___|/___|\__,_||_| \__,_|(_)|_| |_| //
8 // |___/ //
9 // //
10 // project creation and other 'gizzards' //
11 // //
12 // NOTE: 'gizzard' is a combination of 'wizard' and 'gizmo' //
13 // (this is done to prevent alleging tradmark/copyright infringement) //
14 // //
16 
17 /*****************************************************************************
18 
19  X11workbench - X11 programmer's 'work bench' application and toolkit
20  Copyright (c) 2010-2019 by Bob Frazier (aka 'Big Bad Bombastic Bob')
21  all rights reserved
22 
23  DISCLAIMER: The X11workbench application and toolkit software are supplied
24  'as-is', with no warranties, either implied or explicit.
25 
26  BSD-like license:
27 
28  There is no restriction as to what you can do with this software, so long
29  as you include the above copyright notice and DISCLAIMER for any distributed
30  work that is linked with, equivalent to, or derived from any portion of this
31  software, along with this paragraph that explains the terms of the license if
32  the source is also being made available. "Linked with" includes the use of a
33  portion of any of the source and/or header files, or their compiled binary
34  output, as a part of your application or library. A "derived work"
35  describes a work that uses a significant portion of the source files or the
36  algorithms that are included with this software.
37 
38  EXCLUSIONS
39 
40  Specifically excluded from this requirement are files that were generated by
41  the software, or anything that is included with the software that is part of
42  another package (such as files that were created or added during the
43  'configure' process).
44 
45  DISTRIBUTION
46 
47  The license also covers the use of part or all of any of the X11 workbench
48  toolkit source or header files in your distributed application, in source or
49  binary form. If you do not ship the source, the above copyright statement
50  and DISCLAIMER is still required to be placed in a reasonably prominent
51  place, such as documentation, splash screens, and/or 'about the application'
52  dialog boxes.
53 
54  Use and distribution are in accordance with GPL, LGPL, and/or the above
55  BSD-like license. See COPYING and README.md files for more information.
56 
57  Additionally, this software, in source or binary form, and in whole or in
58  part, may be used by explicit permission from the author, without the need
59  of a license.
60 
61  Additional information at http://sourceforge.net/projects/X11workbench
62  and http://bombasticbob.github.io/X11workbench/
63 
64 ******************************************************************************/
65 
66 #ifndef _GIZZARD_H_INCLUDED_
67 #define _GIZZARD_H_INCLUDED_
68 
69 
70 
71 
72 
73 #endif // _GIZZARD_H_INCLUDED_
74 
75 
76