diff --git a/src/common/weechat.h b/src/common/weechat.h index 7a6c75ca7..83c27f661 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -62,7 +62,7 @@ #define WEE_LICENSE \ PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ - "Developed by FlashCode \n" \ + "\nDeveloped by FlashCode \n" \ " Bounga \n" \ " Xahlexx \n\n" \ "This program is free software; you can redistribute it and/or modify\n" \ @@ -82,11 +82,9 @@ #define WEE_USAGE \ PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ - "Developed by FlashCode \n" \ + "\nDeveloped by FlashCode \n" \ " Bounga \n" \ " Xahlexx \n\n" \ - " Bounga \n" \ - " Xahlexx \n\n" \ " -h, --help this help screen\n", \ " -l, --license display WeeChat license\n" \ " -v, --version display WeeChat version\n\n" diff --git a/weechat/src/common/weechat.h b/weechat/src/common/weechat.h index 7a6c75ca7..83c27f661 100644 --- a/weechat/src/common/weechat.h +++ b/weechat/src/common/weechat.h @@ -62,7 +62,7 @@ #define WEE_LICENSE \ PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ - "Developed by FlashCode \n" \ + "\nDeveloped by FlashCode \n" \ " Bounga \n" \ " Xahlexx \n\n" \ "This program is free software; you can redistribute it and/or modify\n" \ @@ -82,11 +82,9 @@ #define WEE_USAGE \ PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ - "Developed by FlashCode \n" \ + "\nDeveloped by FlashCode \n" \ " Bounga \n" \ " Xahlexx \n\n" \ - " Bounga \n" \ - " Xahlexx \n\n" \ " -h, --help this help screen\n", \ " -l, --license display WeeChat license\n" \ " -v, --version display WeeChat version\n\n"