diff options
author | midipix <writeonce@midipix.org> | 2024-03-14 03:39:22 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-14 03:39:22 +0000 |
commit | eac61a9b72fe08c4304722f8aa59edacbddc4fd8 (patch) | |
tree | 17396210936da4b5a6c80771e2b938f7e58c81b6 /src/util | |
parent | 870bf7b79425d2d09fc95574e2d4eb161fc33823 (diff) | |
download | slibtool-eac61a9b72fe08c4304722f8aa59edacbddc4fd8.tar.bz2 slibtool-eac61a9b72fe08c4304722f8aa59edacbddc4fd8.tar.xz |
Once skinny, forever strong.
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/slbt_archive_import.c | 2 | ||||
-rw-r--r-- | src/util/slbt_copy_file.c | 2 | ||||
-rw-r--r-- | src/util/slbt_create_mapfile.c | 2 | ||||
-rw-r--r-- | src/util/slbt_create_symfile.c | 2 | ||||
-rw-r--r-- | src/util/slbt_dump_machine.c | 2 | ||||
-rw-r--r-- | src/util/slbt_map_input.c | 2 | ||||
-rw-r--r-- | src/util/slbt_realpath.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/util/slbt_archive_import.c b/src/util/slbt_archive_import.c index bf0afe9..11b68de 100644 --- a/src/util/slbt_archive_import.c +++ b/src/util/slbt_archive_import.c @@ -1,5 +1,5 @@ /*******************************************************************/ -/* slibtool: a skinny libtool implementation, written in C */ +/* slibtool: a strong libtool implementation, written in C */ /* Copyright (C) 2016--2024 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ diff --git a/src/util/slbt_copy_file.c b/src/util/slbt_copy_file.c index 3fa0074..23d8cc3 100644 --- a/src/util/slbt_copy_file.c +++ b/src/util/slbt_copy_file.c @@ -1,5 +1,5 @@ /*******************************************************************/ -/* slibtool: a skinny libtool implementation, written in C */ +/* slibtool: a strong libtool implementation, written in C */ /* Copyright (C) 2016--2024 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ diff --git a/src/util/slbt_create_mapfile.c b/src/util/slbt_create_mapfile.c index a7d7c0a..8a9af54 100644 --- a/src/util/slbt_create_mapfile.c +++ b/src/util/slbt_create_mapfile.c @@ -1,5 +1,5 @@ /*******************************************************************/ -/* slibtool: a skinny libtool implementation, written in C */ +/* slibtool: a strong libtool implementation, written in C */ /* Copyright (C) 2016--2024 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ diff --git a/src/util/slbt_create_symfile.c b/src/util/slbt_create_symfile.c index d6ab9f7..02ac1e6 100644 --- a/src/util/slbt_create_symfile.c +++ b/src/util/slbt_create_symfile.c @@ -1,5 +1,5 @@ /*******************************************************************/ -/* slibtool: a skinny libtool implementation, written in C */ +/* slibtool: a strong libtool implementation, written in C */ /* Copyright (C) 2016--2024 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ diff --git a/src/util/slbt_dump_machine.c b/src/util/slbt_dump_machine.c index bf86315..f7a2a07 100644 --- a/src/util/slbt_dump_machine.c +++ b/src/util/slbt_dump_machine.c @@ -1,5 +1,5 @@ /*******************************************************************/ -/* slibtool: a skinny libtool implementation, written in C */ +/* slibtool: a strong libtool implementation, written in C */ /* Copyright (C) 2016--2024 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ diff --git a/src/util/slbt_map_input.c b/src/util/slbt_map_input.c index 0a7b6d3..d99b4ba 100644 --- a/src/util/slbt_map_input.c +++ b/src/util/slbt_map_input.c @@ -1,5 +1,5 @@ /*******************************************************************/ -/* slibtool: a skinny libtool implementation, written in C */ +/* slibtool: a strong libtool implementation, written in C */ /* Copyright (C) 2015--2024 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ diff --git a/src/util/slbt_realpath.c b/src/util/slbt_realpath.c index 43542d9..823f3a0 100644 --- a/src/util/slbt_realpath.c +++ b/src/util/slbt_realpath.c @@ -1,5 +1,5 @@ /*******************************************************************/ -/* slibtool: a skinny libtool implementation, written in C */ +/* slibtool: a strong libtool implementation, written in C */ /* Copyright (C) 2016--2024 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ |