diff options
author | Sebastian Krzyszkowiak <dos@dosowisko.net> | 2016-10-02 02:33:22 +0200 |
---|---|---|
committer | Sebastian Krzyszkowiak <dos@dosowisko.net> | 2016-10-02 02:33:22 +0200 |
commit | a201df47a0849a09a20617fedfee26a407dc847c (patch) | |
tree | 5de88bad58baa03a0195e7a97019edb07998ec00 /src/main.cpp | |
parent | 8e05867fb4395b5139bb093dcac7e5bb823df76c (diff) | |
download | kamerka-master.zip kamerka-master.tar.gz kamerka-master.tar.bz2 |
prevent preview from being clicked when hiddenHEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index c46cdf3..c95b93d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,9 @@ #define VERSION "0.19" int main(int argc, char *argv[]) { - printf("Kamerka version %s\n Copyright (C) 2011-2016 Sebastian Krzyszkowiak\n", VERSION); + printf("Kamerka version %s\n", VERSION); + printf(" Copyright (C) 2011-2016 Sebastian Krzyszkowiak\n"); + printf(" https://dosowisko.net/\n"); printf(" Kamerka comes with ABSOLUTELY NO WARRANTY.\n"); printf(" This is free software, and you are welcome to redistribute it\n"); printf(" under certain conditions; type `./kamerka --license' for details.\n\n"); |