]> git.scottworley.com Git - uniqt/blobdiff - uniqt.c
License: GPL 3
[uniqt] / uniqt.c
diff --git a/uniqt.c b/uniqt.c
index 1c7ee3f169279e3ac1d71c9b8a6422a584397e8c..bb560be2d19560ae44b8fbefe6c50b3ff92ad3bd 100644 (file)
--- a/uniqt.c
+++ b/uniqt.c
@@ -1,3 +1,20 @@
+/*
+ * uniqt: uniq -c, but for time
+ * Copyright (C) 2023  Scott Worley <scottworley@scottworley.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, version 3.
+ *
+ * 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/>.
+ */
+
 #define _POSIX_C_SOURCE 200809L
 
 #include <stdio.h>