diff --git a/LICENSE b/LICENSE index 6d9e234..1dea79a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2016 Dominic Reich +Copyright 2015-2016 Dominic Reich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/main.cpp b/main.cpp index e04af97..9561591 100644 --- a/main.cpp +++ b/main.cpp @@ -8,7 +8,7 @@ * * The MIT License (MIT) {{{ * - * Copyright (c) 2015 Dominic Reich + * Copyright (c) 2015-2016 Dominic Reich * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -48,11 +48,11 @@ using namespace std; //#ifndef _WIN32 #define HEADER "\033[1;34mDie Schwarze Liste\033[0m\n" #define LINES "\033[1;34m-------------------------------------------------------------------------------\033[0m" - #define INFOLINE "\033[1;34mSchwarze Liste (C) 2016 Dominic Reich\033[0m\n" + #define INFOLINE "\033[1;34mSchwarze Liste (C) 2015-2016 Dominic Reich\033[0m\n" //#else // #define HEADER "Die Schwarze Liste\n" // #define LINES "-------------------------------------------------------------------------------" -// #define INFOLINE "Schwarze Liste (C) 2016 Dominic Reich\n" +// #define INFOLINE "Schwarze Liste (C) 2015-2016 Dominic Reich\n" //#endif /* @@ -295,7 +295,7 @@ void PrintInfo() { cout << " Unterlängenfeld 310 Top 2 http://dominicreich.com/work/tools/\n 6444 Längenfeld\n"; cout << " AUSTRIA Version: " << Version::FULLVERSION_STRING << Version::STATUS_SHORT; cout << " (" << Version::STATUS << ")\n\n"; - cout << " https://github.com/freefallcid/Fewo-Blacklist/\n\n"; + cout << " https://github.com/oe7drt/Fewo-Blacklist/\n\n"; #ifndef _WIN32 cout << "\033[0m"; #endif diff --git a/version.h b/version.h index f6a5482..e546358 100644 --- a/version.h +++ b/version.h @@ -21,12 +21,12 @@ namespace Version{ //Standard Version Type static const long MAJOR = 0; static const long MINOR = 2; - static const long BUILD = 2; + static const long BUILD = 3; //static const long REVISION = 0; //Miscellaneous Version Types //static const long BUILDS_COUNT = 0; - static const char FULLVERSION_STRING [] = "0.2.2"; + static const char FULLVERSION_STRING [] = "0.2.3"; }