aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
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 /include/util.h
parent0fed46c5c3b5d278b63110fc4b73ab0a6bb883bb (diff)
misc: add license header
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 4c6faf6..4310bdb 100644
--- a/include/util.h
+++ b/include/util.h
@@ -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/>.
+ */
+
#ifndef __UTIL_H
#define __UTIL_H