aboutsummaryrefslogtreecommitdiff
path: root/src/engine.c
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-30 09:11:50 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-30 09:11:50 +0530
commitb9c9af19875e3cf942775e55d74dba0199e76caf (patch)
treef89964a4c101f69b5a8e0a0003542c53ad4bd5b7 /src/engine.c
parent0fed46c5c3b5d278b63110fc4b73ab0a6bb883bb (diff)
misc: add license header
Diffstat (limited to 'src/engine.c')
-rw-r--r--src/engine.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/engine.c b/src/engine.c
index fe54a94..778c2ab 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -1,3 +1,21 @@
+/*
+ * msg
+ * Copyright (C) 2025 Raghuram Subramani <raghus2247@gmail.com>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include "util.h"
#define _GNU_SOURCE