Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / programs / dtdocbook / tcl / patchlevel.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: patchlevel.h /main/2 1996/08/08 14:42:32 cde-hp $ */
24 /*
25  * patchlevel.h --
26  *
27  * This file does nothing except define a "patch level" for Tcl.
28  * The patch level has the form "X.YpZ" where X.Y is the base
29  * release, and Z is a serial number that is used to sequence
30  * patches for a given release.  Thus 7.4p1 is the first patch
31  * to release 7.4, 7.4p2 is the patch that follows 7.4p1, and
32  * so on.  The "pZ" is omitted in an original new release, and
33  * it is replaced with "bZ" for beta releases or "aZ for alpha
34  * releases.  The patch level ensures that patches are applied
35  * in the correct order and only to appropriate sources.
36  *
37  * Copyright (c) 1993-1994 The Regents of the University of California.
38  * Copyright (c) 1994-1996 Sun Microsystems, Inc.
39  *
40  * See the file "license.terms" for information on usage and redistribution
41  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
42  *
43  * SCCS: @(#) patchlevel.h 1.17 96/04/08 14:15:07
44  */
45
46 #define TCL_PATCH_LEVEL "7.5"