Added copyrigtht information to ScriptEngineDebugFlags.h

This commit is contained in:
Karol Suprynowicz 2024-11-21 20:08:25 +01:00
parent fe8290468d
commit 3485ab18d1

View file

@ -1,10 +1,18 @@
//
// Created by ksuprynowicz on 14.11.24.
// ScriptEngineDebugFlags.h
// libraries/script-engine/src/v8/ScriptEngineDebugFlags.h
//
// Created by dr Karol Suprynowicz on 2024/11/14.
// Copyright 2024 Overte e.V.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// SPDX-License-Identifier: Apache-2.0
//
#ifndef OVERTE_SCRIPTENGINEDEBUGFLAGS_H
#define OVERTE_SCRIPTENGINEDEBUGFLAGS_H
#ifndef overte_ScriptEngineDebugFlags_h
#define overte_ScriptEngineDebugFlags_h
#define OVERTE_SCRIPT_USE_AFTER_DELETE_GUARD
#endif //OVERTE_SCRIPTENGINEDEBUGFLAGS_H
#endif