summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-06-27 11:16:54 -0400
committermidipix <writeonce@midipix.org>2018-06-27 11:16:54 -0400
commit089c8bfc743edc44058a665bbe695809c26c682c (patch)
treee02d95d751c0d551f77a5524805c4dd24d07913a /src/internal/slibtool_driver_impl.h
parent582d19336618485031850e9f0345b4b54ecdc844 (diff)
downloadslibtool-089c8bfc743edc44058a665bbe695809c26c682c.tar.bz2
slibtool-089c8bfc743edc44058a665bbe695809c26c682c.tar.xz
internal headers: add missing guards and notes, remove unneeded notes.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 54a5f05..47c854e 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -1,3 +1,9 @@
+/*******************************************************************/
+/* slibtool: a skinny libtool implementation, written in C */
+/* Copyright (C) 2016--2018 Z. Gilboa */
+/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
+/*******************************************************************/
+
#ifndef SLIBTOOL_DRIVER_IMPL_H
#define SLIBTOOL_DRIVER_IMPL_H