Add license note

This commit is contained in:
2024-02-21 23:07:23 -05:00
parent 7937c3ca66
commit c9df4cf7a7

View File

@@ -1,3 +1,10 @@
/// @file EventConnection.hpp
/// @description Callback handler for event connections
/// @author Josh O'Leary - Redacted Software
/// @revision 3
/// @lastedit 2024-02-21
/// @license Unlicense - Public Domain
#pragma once
#include <functional>