From b9c9af19875e3cf942775e55d74dba0199e76caf Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 30 Jul 2025 09:11:50 +0530 Subject: misc: add license header --- src/config.c | 18 ++++++++++++++++++ src/copy.c | 18 ++++++++++++++++++ src/engine.c | 18 ++++++++++++++++++ src/filehandler.c | 18 ++++++++++++++++++ src/lexer.c | 18 ++++++++++++++++++ src/list.c | 18 ++++++++++++++++++ src/main.c | 18 ++++++++++++++++++ src/template.c | 18 ++++++++++++++++++ src/util.c | 18 ++++++++++++++++++ 9 files changed, 162 insertions(+) (limited to 'src') diff --git a/src/config.c b/src/config.c index e634002..ad25756 100644 --- a/src/config.c +++ b/src/config.c @@ -1,3 +1,21 @@ +/* + * msg + * Copyright (C) 2025 Raghuram Subramani + * + * 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 . + */ + #define _GNU_SOURCE #include diff --git a/src/copy.c b/src/copy.c index 6e1b3e3..525d369 100644 --- a/src/copy.c +++ b/src/copy.c @@ -1,3 +1,21 @@ +/* + * msg + * Copyright (C) 2025 Raghuram Subramani + * + * 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 . + */ + #define _GNU_SOURCE #include 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 + * + * 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 . + */ + #include "util.h" #define _GNU_SOURCE diff --git a/src/filehandler.c b/src/filehandler.c index cc3bbb9..45dac17 100644 --- a/src/filehandler.c +++ b/src/filehandler.c @@ -1,3 +1,21 @@ +/* + * msg + * Copyright (C) 2025 Raghuram Subramani + * + * 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 . + */ + #define _GNU_SOURCE #include diff --git a/src/lexer.c b/src/lexer.c index 3bd7103..de41d81 100644 --- a/src/lexer.c +++ b/src/lexer.c @@ -1,3 +1,21 @@ +/* + * msg + * Copyright (C) 2025 Raghuram Subramani + * + * 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 . + */ + #define _GNU_SOURCE #include diff --git a/src/list.c b/src/list.c index ba418e6..eecd8a1 100644 --- a/src/list.c +++ b/src/list.c @@ -1,3 +1,21 @@ +/* + * msg + * Copyright (C) 2025 Raghuram Subramani + * + * 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 . + */ + #include #include #include diff --git a/src/main.c b/src/main.c index 18ea457..0d041c6 100644 --- a/src/main.c +++ b/src/main.c @@ -1,3 +1,21 @@ +/* + * msg + * Copyright (C) 2025 Raghuram Subramani + * + * 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 . + */ + #define _GNU_SOURCE #include diff --git a/src/template.c b/src/template.c index a24736f..d4155c4 100644 --- a/src/template.c +++ b/src/template.c @@ -1,3 +1,21 @@ +/* + * msg + * Copyright (C) 2025 Raghuram Subramani + * + * 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 . + */ + #define _GNU_SOURCE #include diff --git a/src/util.c b/src/util.c index 4e3dfc9..d4a9677 100644 --- a/src/util.c +++ b/src/util.c @@ -1,3 +1,21 @@ +/* + * msg + * Copyright (C) 2025 Raghuram Subramani + * + * 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 . + */ + #include #include #include -- cgit v1.2.3