aboutsummaryrefslogtreecommitdiff
path: root/src/aio/include
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-07-06 22:17:36 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-07-06 22:21:51 +0200
commit800eca1742125ffa32f3b1b6568ff8f730d43730 (patch)
tree277a8810eeb361cc9771be472646c3d95417f082 /src/aio/include
parent4d2c6c230d1b2a502c4b58c54195b874860530b3 (diff)
downloadwnix-800eca1742125ffa32f3b1b6568ff8f730d43730.tar.gz
aio license
Diffstat (limited to 'src/aio/include')
-rw-r--r--src/aio/include/aio.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/aio/include/aio.h b/src/aio/include/aio.h
index 39a53e5..f9f76cb 100644
--- a/src/aio/include/aio.h
+++ b/src/aio/include/aio.h
@@ -1,3 +1,21 @@
+/*
+ * wanix, a Unix-like operating system for WebAssembly
+ * Copyright (C) 2025 Xavier Del Campo Romero
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ */
+
#ifndef AIO_H
#define AIO_H