2025-01-18 18:33:14 -05:00
|
|
|
//============================================================================
|
|
|
|
// QP/C Real-Time Embedded Framework (RTEF)
|
|
|
|
// Version 8.0.2
|
2023-01-19 21:13:24 -05:00
|
|
|
//
|
2024-10-15 13:15:11 -04:00
|
|
|
// Copyright (C) 2005 Quantum Leaps, LLC. All rights reserved.
|
2023-01-19 21:13:24 -05:00
|
|
|
//
|
|
|
|
// Q u a n t u m L e a P s
|
|
|
|
// ------------------------
|
|
|
|
// Modern Embedded Software
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-QL-commercial
|
|
|
|
//
|
2025-01-18 18:33:14 -05:00
|
|
|
// This software is dual-licensed under the terms of the open-source GNU
|
2024-10-15 13:15:11 -04:00
|
|
|
// General Public License (GPL) or under the terms of one of the closed-
|
|
|
|
// source Quantum Leaps commercial licenses.
|
2023-01-19 21:13:24 -05:00
|
|
|
//
|
|
|
|
// Redistributions in source code must retain this top-level comment block.
|
|
|
|
// Plagiarizing this software to sidestep the license obligations is illegal.
|
|
|
|
//
|
2024-10-15 13:15:11 -04:00
|
|
|
// NOTE:
|
|
|
|
// The GPL does NOT permit the incorporation of this code into proprietary
|
|
|
|
// programs. Please contact Quantum Leaps for commercial licensing options,
|
|
|
|
// which expressly supersede the GPL and are designed explicitly for
|
|
|
|
// closed-source distribution.
|
|
|
|
//
|
|
|
|
// Quantum Leaps contact information:
|
2023-01-19 21:13:24 -05:00
|
|
|
// <www.state-machine.com/licensing>
|
|
|
|
// <info@state-machine.com>
|
2025-01-18 18:33:14 -05:00
|
|
|
//============================================================================
|
2023-01-19 21:13:24 -05:00
|
|
|
#ifndef QSTAMP_H_
|
|
|
|
#define QSTAMP_H_
|
2020-10-01 12:48:48 -04:00
|
|
|
|
|
|
|
extern char const Q_BUILD_DATE[12];
|
|
|
|
extern char const Q_BUILD_TIME[9];
|
|
|
|
|
2023-01-19 21:13:24 -05:00
|
|
|
#endif // QSTAMP_H_
|