version.h
Go to the documentation of this file.
1 /*
2  * Copyright 2015-2022 Carnegie Mellon University
3  * See license information in LICENSE.txt.
4  */
10 #ifndef __FB_VERSION_H__
11 #define __FB_VERSION_H__
12 
14 #define FIXBUF_VERSION_MAJOR 3
15 
16 #define FIXBUF_VERSION_MINOR 0
17 
18 #define FIXBUF_VERSION_RELEASE 0
19 
20 #define FIXBUF_VERSION_BUILD 0
21 
22 #endif /* __FB_VERSION_H__ */
23 
24 /*
25  * @DISTRIBUTION_STATEMENT_BEGIN@
26  * libfixbuf 3.0.0
27  *
28  * Copyright 2022 Carnegie Mellon University.
29  *
30  * NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING
31  * INSTITUTE MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON
32  * UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
33  * AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR
34  * PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF
35  * THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT MAKE ANY WARRANTY OF
36  * ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT
37  * INFRINGEMENT.
38  *
39  * Released under a GNU GPL 2.0-style license, please see LICENSE.txt or
40  * contact permission@sei.cmu.edu for full terms.
41  *
42  * [DISTRIBUTION STATEMENT A] This material has been approved for public
43  * release and unlimited distribution. Please see Copyright notice for
44  * non-US Government use and distribution.
45  *
46  * Carnegie Mellon(R) and CERT(R) are registered in the U.S. Patent and
47  * Trademark Office by Carnegie Mellon University.
48  *
49  * This Software includes and/or makes use of the following Third-Party
50  * Software subject to its own license:
51  *
52  * 1. GLib-2.0 (https://gitlab.gnome.org/GNOME/glib/-/blob/main/COPYING)
53  * Copyright 1995 GLib-2.0 Team.
54  *
55  * 2. Doxygen (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
56  * Copyright 2021 Dimitri van Heesch.
57  *
58  * DM22-0006
59  * @DISTRIBUTION_STATEMENT_END@
60  */