diff options
author | midipix <writeonce@midipix.org> | 2018-07-07 19:46:01 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-07-07 19:46:01 -0400 |
commit | 139ca7bc38e5ac22463c1add0fe64334c9a98d87 (patch) | |
tree | c865dde8d6bdb00260fea1dd850651768b89031c /src/internal | |
parent | 7c9e3aa3246c0bd814be6cb2623dc4a1a709a07c (diff) | |
download | slibtool-139ca7bc38e5ac22463c1add0fe64334c9a98d87.tar.bz2 slibtool-139ca7bc38e5ac22463c1add0fe64334c9a98d87.tar.xz |
internals: added missing notes for recently-added translation units.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_dprintf_impl.c | 6 | ||||
-rw-r--r-- | src/internal/slibtool_mapfile_impl.c | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/internal/slibtool_dprintf_impl.c b/src/internal/slibtool_dprintf_impl.c index a6d3482..f63a026 100644 --- a/src/internal/slibtool_dprintf_impl.c +++ b/src/internal/slibtool_dprintf_impl.c @@ -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. */ +/*******************************************************************/ + #include <stdio.h> #include <stdarg.h> #include <stdlib.h> diff --git a/src/internal/slibtool_mapfile_impl.c b/src/internal/slibtool_mapfile_impl.c index 3a086de..2b1b839 100644 --- a/src/internal/slibtool_mapfile_impl.c +++ b/src/internal/slibtool_mapfile_impl.c @@ -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 _POSIX_C_SOURCE #define _POSIX_C_SOURCE 200809L #endif |