aboutsummaryrefslogtreecommitdiff
path: root/unixtime.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-16 19:15:26 +0200
committerJavier <dev.git@javispedro.com>2022-04-16 19:15:26 +0200
commit1075670224d66edba07aa5c100917f3ace7d628c (patch)
tree3801ce657ff86815ba03484c01f652c4d3d092d5 /unixtime.h
parenta1e1986f4946b2aaa990dbbe8a83062f690db660 (diff)
downloadvbados-1075670224d66edba07aa5c100917f3ace7d628c.tar.gz
vbados-1075670224d66edba07aa5c100917f3ace7d628c.zip
license is gplv2+
Diffstat (limited to 'unixtime.h')
-rw-r--r--unixtime.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/unixtime.h b/unixtime.h
index fe57394..296c8ac 100644
--- a/unixtime.h
+++ b/unixtime.h
@@ -1,3 +1,22 @@
+/*
+ * VBSF - unix to DOS time conversion
+ * Copyright (C) 2022 Javier S. Pedro
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
#ifndef UNIXTIME_H
#define UNIXTIME_H