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