/[dtapublic]/projs/ets/trunk/src/c_tclxtens_7_5/credits.h
ViewVC logotype

Diff of /projs/ets/trunk/src/c_tclxtens_7_5/credits.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

projs/trunk/shared_source/c_tclxtens_7_5/credits.h revision 68 by dashley, Mon Oct 31 16:18:20 2016 UTC projs/dtats/trunk/shared_source/c_tclxtens_7_5/credits.h revision 98 by dashley, Sun Dec 18 00:57:31 2016 UTC
# Line 1  Line 1 
1  //$Header$  //$Header$
2  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
3  //This file is part of "David T. Ashley's Shared Source Code", a set of shared components  //This file is part of "David T. Ashley's Shared Source Code", a set of shared components
4  //integrated into many of David T. Ashley's projects.  //integrated into many of David T. Ashley's projects.
5  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
6  //This source code and any program in which it is compiled/used is provided under the MIT License,  //This source code and any program in which it is compiled/used is provided under the MIT License,
7  //reproduced below.  //reproduced below.
8  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
9  //Permission is hereby granted, free of charge, to any person obtaining a copy of  //Permission is hereby granted, free of charge, to any person obtaining a copy of
10  //this software and associated documentation files(the "Software"), to deal in the  //this software and associated documentation files(the "Software"), to deal in the
11  //Software without restriction, including without limitation the rights to use,  //Software without restriction, including without limitation the rights to use,
12  //copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the  //copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the
13  //Software, and to permit persons to whom the Software is furnished to do so,  //Software, and to permit persons to whom the Software is furnished to do so,
14  //subject to the following conditions :  //subject to the following conditions :
15  //  //
16  //The above copyright notice and this permission notice shall be included in all  //The above copyright notice and this permission notice shall be included in all
17  //copies or substantial portions of the Software.  //copies or substantial portions of the Software.
18  //  //
19  //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR  //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20  //IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,  //IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21  //FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE  //FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
22  //AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER  //AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23  //LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,  //LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24  //OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE  //OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25  //SOFTWARE.  //SOFTWARE.
26  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
27  #ifndef CREDITS_H_INCLUDED  #ifndef CREDITS_H_INCLUDED
28     #define CREDITS_H_INCLUDED     #define CREDITS_H_INCLUDED
29    
30     #ifdef MODULE_CREDITS     #ifdef MODULE_CREDITS
31        #define DECMOD_CREDITS        #define DECMOD_CREDITS
32     #else     #else
33        #define DECMOD_CREDITS extern        #define DECMOD_CREDITS extern
34     #endif     #endif
35    
36     DECMOD_CREDITS int CreditsCmd(ClientData dummy,     DECMOD_CREDITS int CreditsCmd(ClientData dummy,
37                                   Tcl_Interp *interp,                                   Tcl_Interp *interp,
38                                       int objc,                                       int objc,
39                                       Tcl_Obj *objv[]);                                       Tcl_Obj *objv[]);
40     DECMOD_CREDITS void CreditsInit(Tcl_Interp *interp);     DECMOD_CREDITS void CreditsInit(Tcl_Interp *interp);
41     DECMOD_CREDITS const char *CreditsCversion(void);     DECMOD_CREDITS const char *CreditsCversion(void);
42     DECMOD_CREDITS const char *CreditsHversion(void);     DECMOD_CREDITS const char *CreditsHversion(void);
43    
44     #define CREDITS_H_VERSION ("$Header$")     #define CREDITS_H_VERSION ("$Header$")
45    
46  #endif  #endif
47    
48  /* End of credits.h */  /* End of credits.h */

Legend:
Removed from v.68  
changed lines
  Added in v.98

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25