diff options
author | midipix <writeonce@midipix.org> | 2024-02-17 04:05:14 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-17 04:05:14 +0000 |
commit | 1f1fa38ff06275a65e024ad66548b16a645b298c (patch) | |
tree | 4e0d3719e79d860b90e4bde4667321cbde471f83 /src/internal/slibtool_ar_impl.h | |
parent | b75e41ac1c90710f85f95f58b81033b3eecbc265 (diff) | |
download | slibtool-1f1fa38ff06275a65e024ad66548b16a645b298c.tar.bz2 slibtool-1f1fa38ff06275a65e024ad66548b16a645b298c.tar.xz |
internals: slibtool_ar_impl.h: added copyright notice.
Diffstat (limited to 'src/internal/slibtool_ar_impl.h')
-rw-r--r-- | src/internal/slibtool_ar_impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/slibtool_ar_impl.h b/src/internal/slibtool_ar_impl.h index 1464ce5..c171d26 100644 --- a/src/internal/slibtool_ar_impl.h +++ b/src/internal/slibtool_ar_impl.h @@ -1,3 +1,9 @@ +/*******************************************************************/ +/* slibtool: a skinny libtool implementation, written in C */ +/* Copyright (C) 2016--2024 SysDeer Technologies, LLC */ +/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ +/*******************************************************************/ + #ifndef SLIBTOOL_AR_IMPL_H #define SLIBTOOL_AR_IMPL_H |