summaryrefslogtreecommitdiff
path: root/hscript/disk.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-08 23:37:44 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-08 23:37:44 -0500
commit542e39743cd3fe85219bdb7fb00b385ac69f05c4 (patch)
tree30722d3e0ba784f9d0ad59fba2d06cdf771dde5e /hscript/disk.cc
parentd9ee6b07e5496916af500b7d2d3358621a64c970 (diff)
downloadhorizon-542e39743cd3fe85219bdb7fb00b385ac69f05c4.tar.gz
horizon-542e39743cd3fe85219bdb7fb00b385ac69f05c4.tar.bz2
horizon-542e39743cd3fe85219bdb7fb00b385ac69f05c4.tar.xz
horizon-542e39743cd3fe85219bdb7fb00b385ac69f05c4.zip
hscript: New module 'disk', fix headers of all files
Diffstat (limited to 'hscript/disk.cc')
-rw-r--r--hscript/disk.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/hscript/disk.cc b/hscript/disk.cc
new file mode 100644
index 0000000..a1313f0
--- /dev/null
+++ b/hscript/disk.cc
@@ -0,0 +1,13 @@
+/*
+ * disk.cc - Implementation of the Key classes for disk manipulation
+ * libhscript, the HorizonScript library for
+ * Project Horizon
+ *
+ * Copyright (c) 2019 Adélie Linux and contributors. All rights reserved.
+ * This code is licensed under the AGPL 3.0 license, as noted in the
+ * LICENSE-code file in the root directory of this repository.
+ *
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
+#include "disk.hh"