gitlab migration

This commit is contained in:
K. Lange 2018-06-05 09:44:56 +09:00
parent 6a64a9013e
commit 78128e0839
9 changed files with 10 additions and 10 deletions

View File

@ -77,7 +77,7 @@ static void init_default(void) {
copyright_str[3] = "NCSA/University of Illinois license.";
copyright_str[4] = "-";
copyright_str[5] = "%https://toaruos.org";
copyright_str[6] = "%https://github.com/klange/toaru-nih";
copyright_str[6] = "%https://gitlab.com/toaruos";
}

View File

@ -76,7 +76,7 @@ static void _menu_action_about(struct MenuEntry * entry) {
/* Show About dialog */
if (!fork()) {
char about_cmd[1024] = "\0";
strcat(about_cmd, "about \"About File Browser\" /usr/share/icons/48/folder.bmp \"ToaruOS File Browser\" \"(C) 2018 K. Lange\n-\nPart of ToaruOS, which is free software\nreleased under the NCSA/University of Illinois\nlicense.\n-\n%https://toaruos.org\n%https://github.com/klange/toaru-nih\" ");
strcat(about_cmd, "about \"About File Browser\" /usr/share/icons/48/folder.bmp \"ToaruOS File Browser\" \"(C) 2018 K. Lange\n-\nPart of ToaruOS, which is free software\nreleased under the NCSA/University of Illinois\nlicense.\n-\n%https://toaruos.org\n%https://gitlab.com/toaruos\" ");
char coords[100];
sprintf(coords, "%d %d", (int)main_window->x + (int)main_window->width / 2, (int)main_window->y + (int)main_window->height / 2);
strcat(about_cmd, coords);

View File

@ -67,7 +67,7 @@ static void _menu_action_about(struct MenuEntry * entry) {
/* Show About dialog */
if (!fork()) {
char about_cmd[1024] = "\0";
strcat(about_cmd, "about \"About Help Browser\" /usr/share/icons/48/help.bmp \"ToaruOS Help Browser\" \"(C) 2018 K. Lange\n-\nPart of ToaruOS, which is free software\nreleased under the NCSA/University of Illinois\nlicense.\n-\n%https://toaruos.org\n%https://github.com/klange/toaru-nih\" ");
strcat(about_cmd, "about \"About Help Browser\" /usr/share/icons/48/help.bmp \"ToaruOS Help Browser\" \"(C) 2018 K. Lange\n-\nPart of ToaruOS, which is free software\nreleased under the NCSA/University of Illinois\nlicense.\n-\n%https://toaruos.org\n%https://gitlab.com/toarus\" ");
char coords[100];
sprintf(coords, "%d %d", (int)main_window->x + (int)main_window->width / 2, (int)main_window->y + (int)main_window->height / 2);
strcat(about_cmd, coords);

View File

@ -398,7 +398,7 @@ void handle_input(char * buf) {
WRITE("[help] help text goes here\n");
} else if (strstr(buf, "/quit") == buf) {
char * m = strstr(buf, " "); if (m) m++;
fprintf(sock_w, "QUIT :%s\r\n", m ? m : "https://github.com/klange/toaru-nih");
fprintf(sock_w, "QUIT :%s\r\n", m ? m : "https://gitlab.com/toaruos");
fflush(sock_w);
fprintf(stderr,"\033[0m\n");
set_buffered();
@ -475,7 +475,7 @@ int main(int argc, char * argv[]) {
fprintf(stdout, " - Toaru IRC v %s - \n", VERSION_STRING);
fprintf(stdout, " Copyright 2015-2018 K. Lange\n");
fprintf(stdout, " https://toaruos.org - https://github.com/klange/toaru-nih\n");
fprintf(stdout, " https://toaruos.org - https://gitlab.com/toaruos\n");
fprintf(stdout, " \n");
fprintf(stdout, " For help, type /help\n");

View File

@ -2,7 +2,7 @@
* Copyright (c) 2011-2018 K. Lange. All rights reserved.
*
* Developed by: K. Lange
* http://github.com/klange/nyancat
* http://gitlab.com/klange/nyancat
* http://nyancat.dakko.us
*
* 40-column support by: Peter Hazenberg

View File

@ -1795,7 +1795,7 @@ void _menu_action_hide_borders(struct MenuEntry * self) {
void _menu_action_show_about(struct MenuEntry * self) {
if (!fork()) {
char about_cmd[1024] = "\0";
strcat(about_cmd, "about \"About Terminal\" /usr/share/icons/48/utilities-terminal.bmp \"ToaruOS Terminal\" \"(C) 2013-2018 K. Lange\n-\nPart of ToaruOS, which is free software\nreleased under the NCSA/University of Illinois\nlicense.\n-\n%https://toaruos.org\n%https://github.com/klange/toaru-nih\" ");
strcat(about_cmd, "about \"About Terminal\" /usr/share/icons/48/utilities-terminal.bmp \"ToaruOS Terminal\" \"(C) 2013-2018 K. Lange\n-\nPart of ToaruOS, which is free software\nreleased under the NCSA/University of Illinois\nlicense.\n-\n%https://toaruos.org\n%https://gitlab.com/toaruos\" ");
char coords[100];
sprintf(coords, "%d %d", (int)window->x + (int)window->width / 2, (int)window->y + (int)window->height / 2);
strcat(about_cmd, coords);

View File

@ -4,5 +4,5 @@
ToaruOS is free software, released under the terms
of the NCSA / University of Illinois License.
http://github.com/klange/toaruos
https://toaruos.org https://gitlab.com/toaruos

View File

@ -356,7 +356,7 @@ int kmain() {
print_("\n");
print_banner("ToaruOS is free software under the NCSA license.");
print_("\n");
print_banner("https://toaruos.org - https://github.com/klange/toaruos");
print_banner("https://toaruos.org - https://gitlab.com/toaruos");
int s = read_scancode();
if (s == 0x50) {

View File

@ -12,7 +12,7 @@
* 1941-2011
*
* Developed by: ToAruOS Kernel Development Team
* http://github.com/klange/osdev
* http://gitlab.com/toaruos
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to