diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-30 03:00:38 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-30 03:00:38 +0000 |
| commit | fa37a675b7949bc19bf061a11a2e2fc015295f2a (patch) | |
| tree | 6d99271751e8178e3b92394c6969e5f9b3a435fa /src | |
| parent | 6f6353f846d40cd2d4a62b9810c991adf6dd620f (diff) | |
checkpoint!
Diffstat (limited to 'src')
| -rw-r--r-- | src/globs.c | 20 | ||||
| -rw-r--r-- | src/main.c | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/src/globs.c b/src/globs.c index 6487f21..bc4315e 100644 --- a/src/globs.c +++ b/src/globs.c @@ -1,3 +1,23 @@ +/* + + pkgit - package it! + + Copyright (C) 2026 dacctal + 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 2 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 <https://www.gnu.org/licenses/>. + +*/ + #include <stdio.h> #include "globs.h" @@ -1,4 +1,5 @@ /* + pkgit - package it! Copyright (C) 2026 dacctal |
