initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

31
toxic/libre.patch Normal file
View File

@@ -0,0 +1,31 @@
--- a/src/prompt.c 2024-03-29 19:32:19.000000000 +0100
+++ b/src/prompt.c 2024-12-23 02:55:12.680212347 +0100
@@ -638,7 +638,7 @@
line_info_add(self, c_config, false, NULL, NULL, SYS_MSG, 1, BLUE,
" |_| \\___/_/\\_\\___\\____| v.%s\n", TOXICVER);
line_info_add(self, c_config, false, NULL, NULL, SYS_MSG, 1, CYAN,
- "Welcome to Toxic, a free, open source Tox-based instant messaging client.");
+ "Welcome to Toxic, a free, libre Tox-based instant messaging client.");
line_info_add(self, c_config, false, NULL, NULL, SYS_MSG, 1, CYAN,
"Type \"/help\" for assistance. Further help may be found via the man page.\n");
}
--- a/test/__snapshots__/toxic.test.ts.snap 2024-03-29 19:32:19.000000000 +0100
+++ b/test/__snapshots__/toxic.test.ts.snap 2024-12-23 02:56:55.060330291 +0100
@@ -39,7 +39,7 @@
│ | || |_| / \ | | |___ │
│ |_| \___/_/\_\___\____| v.0.14.1 │
│ │
-│Welcome to Toxic, a free, open source Tox-based instant messaging client. │
+│Welcome to Toxic, a free, libre Tox-based instant messaging client. │
│Type "/help" for assistance. Further help may be found via the man page. │
│ │
│Avatar has been unset. │
@@ -154,7 +154,7 @@
│ | || |_| / \ | | |___ │
│ |_| \___/_/\_\___\____| v.0.14.1 │
│ │
-│Welcome to Toxic, a free, open source Tox-based instant messaging client. │
+│Welcome to Toxic, a free, libre Tox-based instant messaging client. │
│Type "/help" for assistance. Further help may be found via the man page. │
│ │
│Avatar has been unset. │