From cdb05844ae9904f69d5ef363015433e66fc3237d Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Wed, 13 Sep 2017 02:02:51 +0300 Subject: [PATCH] small renaming --- sources/CMakeLists.txt | 2 +- sources/queued-daemon/queued-daemon.1 | 28 ++++++++ .../queued-daemon/src/QueuedApplication.cpp | 2 +- sources/queued-daemon/src/QueuedApplication.h | 2 +- .../src/QueuedApplicationInterface.cpp | 2 +- .../src/QueuedApplicationInterface.h | 2 +- sources/queued-daemon/src/main.cpp | 2 +- sources/queued-server/queued-server.1 | 27 +++++++ sources/queued-server/src/QueuedServer.cpp | 2 +- sources/queued-server/src/QueuedServer.h | 2 +- sources/queued-server/src/QueuedTcpServer.cpp | 2 +- sources/queued-server/src/QueuedTcpServer.h | 2 +- .../src/QueuedTcpServerResponseHelper.cpp | 2 +- .../src/QueuedTcpServerResponseHelper.h | 2 +- .../src/QueuedTcpServerResponseHelperApi1.cpp | 5 +- .../src/QueuedTcpServerResponseHelperApi1.h | 2 +- .../src/QueuedTcpServerResponseHelperAuth.cpp | 2 +- .../src/QueuedTcpServerResponseHelperAuth.h | 2 +- .../QueuedTcpServerResponseHelperOption.cpp | 2 +- .../src/QueuedTcpServerResponseHelperOption.h | 2 +- ...euedTcpServerResponseHelperPermissions.cpp | 2 +- ...QueuedTcpServerResponseHelperPermissions.h | 2 +- .../QueuedTcpServerResponseHelperPlugins.cpp | 2 +- .../QueuedTcpServerResponseHelperPlugins.h | 2 +- .../src/QueuedTcpServerResponseHelperTask.cpp | 2 +- .../src/QueuedTcpServerResponseHelperTask.h | 2 +- .../src/QueuedTcpServerResponseHelperUser.cpp | 2 +- .../src/QueuedTcpServerResponseHelperUser.h | 2 +- .../src/QueuedTcpServerThread.cpp | 2 +- .../queued-server/src/QueuedTcpServerThread.h | 2 +- sources/queued-server/src/main.cpp | 2 +- sources/queued/QueuedConfig.cmake | 4 +- sources/queued/QueuedConfig.h.in | 4 +- sources/queued/QueuedLibraries.cmake | 4 +- sources/queued/QueuedMacros.cmake | 4 +- sources/queued/QueuedPaths.cmake.in | 4 +- sources/queued/include/queued/Queued.h | 4 +- .../include/queued/QueuedAdvancedSettings.h | 4 +- sources/queued/include/queued/QueuedCore.h | 4 +- .../queued/include/queued/QueuedCoreAdaptor.h | 4 +- .../include/queued/QueuedCoreInterface.h | 4 +- .../queued/include/queued/QueuedDatabase.h | 4 +- .../include/queued/QueuedDatabaseManager.h | 4 +- .../include/queued/QueuedDatabaseSchema.h | 4 +- sources/queued/include/queued/QueuedDebug.h | 4 +- sources/queued/include/queued/QueuedEnums.h | 4 +- .../queued/include/queued/QueuedExceptions.h | 4 +- sources/queued/include/queued/QueuedLimits.h | 4 +- .../include/queued/QueuedPluginInterface.h | 4 +- .../include/queued/QueuedPluginManager.h | 4 +- .../queued/QueuedPluginManagerInterface.h | 4 +- sources/queued/include/queued/QueuedProcess.h | 4 +- .../include/queued/QueuedProcessManager.h | 4 +- .../include/queued/QueuedPropertyInterface.h | 4 +- .../include/queued/QueuedReportInterface.h | 4 +- .../include/queued/QueuedReportManager.h | 4 +- .../queued/include/queued/QueuedSettings.h | 4 +- .../include/queued/QueuedStaticConfig.h | 4 +- .../queued/include/queued/QueuedSystemInfo.h | 4 +- .../include/queued/QueuedTokenManager.h | 4 +- sources/queued/include/queued/QueuedUser.h | 4 +- .../queued/include/queued/QueuedUserManager.h | 4 +- sources/queued/src/QueuedAdvancedSettings.cpp | 4 +- sources/queued/src/QueuedCore.cpp | 4 +- sources/queued/src/QueuedCoreAdaptor.cpp | 4 +- sources/queued/src/QueuedCoreInterface.cpp | 4 +- sources/queued/src/QueuedDatabase.cpp | 4 +- sources/queued/src/QueuedDatabaseManager.cpp | 4 +- sources/queued/src/QueuedDebug.cpp | 4 +- sources/queued/src/QueuedLimits.cpp | 4 +- sources/queued/src/QueuedPluginManager.cpp | 4 +- sources/queued/src/QueuedProcess.cpp | 4 +- sources/queued/src/QueuedProcessManager.cpp | 4 +- .../queued/src/QueuedPropertyInterface.cpp | 7 +- sources/queued/src/QueuedReportInterface.cpp | 4 +- sources/queued/src/QueuedReportManager.cpp | 4 +- sources/queued/src/QueuedSettings.cpp | 4 +- sources/queued/src/QueuedSystemInfo.cpp | 4 +- sources/queued/src/QueuedTokenManager.cpp | 4 +- sources/queued/src/QueuedUser.cpp | 4 +- sources/queued/src/QueuedUserManager.cpp | 4 +- sources/queuedctl/queuedctl.1 | 72 +++++++++++++++++++ sources/queuedctl/src/QueuedctlAuth.cpp | 2 +- sources/queuedctl/src/QueuedctlAuth.h | 2 +- sources/queuedctl/src/QueuedctlCommon.cpp | 2 +- sources/queuedctl/src/QueuedctlCommon.h | 2 +- sources/queuedctl/src/QueuedctlOption.cpp | 2 +- sources/queuedctl/src/QueuedctlOption.h | 2 +- .../queuedctl/src/QueuedctlPermissions.cpp | 2 +- sources/queuedctl/src/QueuedctlPermissions.h | 2 +- sources/queuedctl/src/QueuedctlPlugins.cpp | 2 +- sources/queuedctl/src/QueuedctlPlugins.h | 2 +- sources/queuedctl/src/QueuedctlTask.cpp | 2 +- sources/queuedctl/src/QueuedctlTask.h | 2 +- sources/queuedctl/src/QueuedctlUser.cpp | 2 +- sources/queuedctl/src/QueuedctlUser.h | 2 +- sources/queuedctl/src/main.cpp | 2 +- 97 files changed, 271 insertions(+), 150 deletions(-) diff --git a/sources/CMakeLists.txt b/sources/CMakeLists.txt index 9179b5c..c44558d 100644 --- a/sources/CMakeLists.txt +++ b/sources/CMakeLists.txt @@ -10,7 +10,7 @@ if (POLICY CMP0063) endif () project(queued) -set(PROJECT_AUTHOR "Evgeniy Alekseev") +set(PROJECT_AUTHOR "Queued team") set(PROJECT_CONTACT "esalexeev@gmail.com") set(PROJECT_LICENSE "MIT") set(PROJECT_VERSION_MAJOR "0") diff --git a/sources/queued-daemon/queued-daemon.1 b/sources/queued-daemon/queued-daemon.1 index e69de29..9828eb5 100644 --- a/sources/queued-daemon/queued-daemon.1 +++ b/sources/queued-daemon/queued-daemon.1 @@ -0,0 +1,28 @@ +.TH queued-daemon 1 "@CURRENT_DATE@" "version @PROJECT_VERSION@" +.SH NAME +Daemon for starting jobs to queue of calculation +.SH SYNOPSIS +.B queued-daemon +[ options ] +.SH DESCRIPTION +Daemon for starting jobs to queue of calculation. Daemon to start application +.SH OPTIONS +.IP "-c, --config " +path to configuration file, default is /etc/xdg/queued.ini +.IP "-d, --debug" +verbose output +.IP "--daemon" +start daemonize +.IP "-v, --version" +show version and exit +.IP "-i, --info" +show build information and exit +.IP "-h, --help" +show this help and exit +.SH SEE ALSO +.BR queuedctl (1) +.BR queued-server (1) +.SH AUTHOR +@PROJECT_AUTHOR@ <\fI@PROJECT_CONTACT@\fR> +.SH LICENSE +This software is licensed under @PROJECT_LICENSE@ diff --git a/sources/queued-daemon/src/QueuedApplication.cpp b/sources/queued-daemon/src/QueuedApplication.cpp index 79eb7d0..eddcbc6 100644 --- a/sources/queued-daemon/src/QueuedApplication.cpp +++ b/sources/queued-daemon/src/QueuedApplication.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-daemon/src/QueuedApplication.h b/sources/queued-daemon/src/QueuedApplication.h index 5f46a74..487f110 100644 --- a/sources/queued-daemon/src/QueuedApplication.h +++ b/sources/queued-daemon/src/QueuedApplication.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-daemon/src/QueuedApplicationInterface.cpp b/sources/queued-daemon/src/QueuedApplicationInterface.cpp index 5f8d0b6..5407cfa 100644 --- a/sources/queued-daemon/src/QueuedApplicationInterface.cpp +++ b/sources/queued-daemon/src/QueuedApplicationInterface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-daemon/src/QueuedApplicationInterface.h b/sources/queued-daemon/src/QueuedApplicationInterface.h index f1603dd..61d87a0 100644 --- a/sources/queued-daemon/src/QueuedApplicationInterface.h +++ b/sources/queued-daemon/src/QueuedApplicationInterface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-daemon/src/main.cpp b/sources/queued-daemon/src/main.cpp index a9c7b91..1145dd3 100644 --- a/sources/queued-daemon/src/main.cpp +++ b/sources/queued-daemon/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/queued-server.1 b/sources/queued-server/queued-server.1 index e69de29..019622c 100644 --- a/sources/queued-server/queued-server.1 +++ b/sources/queued-server/queued-server.1 @@ -0,0 +1,27 @@ +.TH queued-server 1 "@CURRENT_DATE@" "version @PROJECT_VERSION@" +.SH NAME +Daemon for starting jobs to queue of calculation +.SH SYNOPSIS +.B queued-server +[ options ] +.SH DESCRIPTION +Daemon for starting jobs to queue of calculation. Web server applicaiton which +provides interface to daemon +.SH OPTIONS +.IP "-d, --debug" +verbose output +.IP "--daemon" +start daemonize +.IP "-v, --version" +show version and exit +.IP "-i, --info" +show build information and exit +.IP "-h, --help" +show this help and exit +.SH SEE ALSO +.BR queuedctl (1) +.BR queued-daemon (1) +.SH AUTHOR +@PROJECT_AUTHOR@ <\fI@PROJECT_CONTACT@\fR> +.SH LICENSE +This software is licensed under @PROJECT_LICENSE@ diff --git a/sources/queued-server/src/QueuedServer.cpp b/sources/queued-server/src/QueuedServer.cpp index 200453a..8e4597a 100644 --- a/sources/queued-server/src/QueuedServer.cpp +++ b/sources/queued-server/src/QueuedServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedServer.h b/sources/queued-server/src/QueuedServer.h index 994178d..cd1930c 100644 --- a/sources/queued-server/src/QueuedServer.h +++ b/sources/queued-server/src/QueuedServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServer.cpp b/sources/queued-server/src/QueuedTcpServer.cpp index ab974b9..2e1400e 100644 --- a/sources/queued-server/src/QueuedTcpServer.cpp +++ b/sources/queued-server/src/QueuedTcpServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServer.h b/sources/queued-server/src/QueuedTcpServer.h index 5fc2d97..270f835 100644 --- a/sources/queued-server/src/QueuedTcpServer.h +++ b/sources/queued-server/src/QueuedTcpServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelper.cpp b/sources/queued-server/src/QueuedTcpServerResponseHelper.cpp index 4b0d8d2..df49fdb 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelper.cpp +++ b/sources/queued-server/src/QueuedTcpServerResponseHelper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelper.h b/sources/queued-server/src/QueuedTcpServerResponseHelper.h index 3760725..1a09b90 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelper.h +++ b/sources/queued-server/src/QueuedTcpServerResponseHelper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperApi1.cpp b/sources/queued-server/src/QueuedTcpServerResponseHelperApi1.cpp index 436124a..e7964b0 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperApi1.cpp +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperApi1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -99,12 +99,9 @@ QVariantHash QueuedTcpServerResponseHelperApi1::getData( else if (_type == "POST") output = QueuedTcpServerResponseHelperTask::addOrEditTask( _arg.toLongLong(), _data, _token); -<<<<<<< HEAD else if (_type == "PUT") output = QueuedTcpServerResponseHelperTask::startOrStopTask( _arg.toLongLong(), _token); -======= ->>>>>>> baa20af363cb4b97cb6f7b36f833cf40f34cc61d else output = {{"code", 405}}; break; diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperApi1.h b/sources/queued-server/src/QueuedTcpServerResponseHelperApi1.h index 2412167..df63b28 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperApi1.h +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperApi1.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperAuth.cpp b/sources/queued-server/src/QueuedTcpServerResponseHelperAuth.cpp index 1ac073c..efb6418 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperAuth.cpp +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperAuth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperAuth.h b/sources/queued-server/src/QueuedTcpServerResponseHelperAuth.h index 0c044d3..2c9ca7e 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperAuth.h +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperAuth.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperOption.cpp b/sources/queued-server/src/QueuedTcpServerResponseHelperOption.cpp index 7104f95..b762e5c 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperOption.cpp +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperOption.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperOption.h b/sources/queued-server/src/QueuedTcpServerResponseHelperOption.h index 2cfdf80..6e0a6a7 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperOption.h +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperOption.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperPermissions.cpp b/sources/queued-server/src/QueuedTcpServerResponseHelperPermissions.cpp index aaf8377..9a1c907 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperPermissions.cpp +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperPermissions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperPermissions.h b/sources/queued-server/src/QueuedTcpServerResponseHelperPermissions.h index 9ffaa65..caea18f 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperPermissions.h +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperPermissions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperPlugins.cpp b/sources/queued-server/src/QueuedTcpServerResponseHelperPlugins.cpp index 63bd6f1..8e4662b 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperPlugins.cpp +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperPlugins.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperPlugins.h b/sources/queued-server/src/QueuedTcpServerResponseHelperPlugins.h index a8dc63f..197ac1a 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperPlugins.h +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperPlugins.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperTask.cpp b/sources/queued-server/src/QueuedTcpServerResponseHelperTask.cpp index bfaf891..adf53c5 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperTask.cpp +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperTask.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperTask.h b/sources/queued-server/src/QueuedTcpServerResponseHelperTask.h index c1b50de..f73d3ff 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperTask.h +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperTask.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperUser.cpp b/sources/queued-server/src/QueuedTcpServerResponseHelperUser.cpp index 71f669d..c4111fb 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperUser.cpp +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperUser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerResponseHelperUser.h b/sources/queued-server/src/QueuedTcpServerResponseHelperUser.h index 200d580..4895f5d 100644 --- a/sources/queued-server/src/QueuedTcpServerResponseHelperUser.h +++ b/sources/queued-server/src/QueuedTcpServerResponseHelperUser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerThread.cpp b/sources/queued-server/src/QueuedTcpServerThread.cpp index eab8a34..6a2394e 100644 --- a/sources/queued-server/src/QueuedTcpServerThread.cpp +++ b/sources/queued-server/src/QueuedTcpServerThread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/QueuedTcpServerThread.h b/sources/queued-server/src/QueuedTcpServerThread.h index 14cfd12..a86a108 100644 --- a/sources/queued-server/src/QueuedTcpServerThread.h +++ b/sources/queued-server/src/QueuedTcpServerThread.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued-server/src/main.cpp b/sources/queued-server/src/main.cpp index d9f2713..f33cd8a 100644 --- a/sources/queued-server/src/main.cpp +++ b/sources/queued-server/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queued/QueuedConfig.cmake b/sources/queued/QueuedConfig.cmake index db076c8..3df59a9 100644 --- a/sources/queued/QueuedConfig.cmake +++ b/sources/queued/QueuedConfig.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2017 Evgeniy Alekseev +# Copyright (c) 2017 Queued team # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -14,7 +14,7 @@ ## # @file QueuedConfig.cmake # Additional file of queued library -# @author Evgeniy Alekseev +# @author Queued team # @copyright MIT # @bug https://github.com/arcan1s/queued/issues ## diff --git a/sources/queued/QueuedConfig.h.in b/sources/queued/QueuedConfig.h.in index acc48c4..d0e8e4e 100644 --- a/sources/queued/QueuedConfig.h.in +++ b/sources/queued/QueuedConfig.h.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedConfig.h * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/QueuedLibraries.cmake b/sources/queued/QueuedLibraries.cmake index f74a814..4c91b48 100644 --- a/sources/queued/QueuedLibraries.cmake +++ b/sources/queued/QueuedLibraries.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2017 Evgeniy Alekseev +# Copyright (c) 2017 Queued team # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -14,7 +14,7 @@ ## # @file QueuedLibraries.cmake # Additional file of queued library -# @author Evgeniy Alekseev +# @author Queued team # @copyright MIT # @bug https://github.com/arcan1s/queued/issues ## diff --git a/sources/queued/QueuedMacros.cmake b/sources/queued/QueuedMacros.cmake index fca2234..53b94ba 100644 --- a/sources/queued/QueuedMacros.cmake +++ b/sources/queued/QueuedMacros.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2017 Evgeniy Alekseev +# Copyright (c) 2017 Queued team # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -14,7 +14,7 @@ ## # @file QueuedMacros.cmake # Additional file of queued library -# @author Evgeniy Alekseev +# @author Queued team # @copyright MIT # @bug https://github.com/arcan1s/queued/issues ## diff --git a/sources/queued/QueuedPaths.cmake.in b/sources/queued/QueuedPaths.cmake.in index 4c64e23..bae18c5 100644 --- a/sources/queued/QueuedPaths.cmake.in +++ b/sources/queued/QueuedPaths.cmake.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2017 Evgeniy Alekseev +# Copyright (c) 2017 Queued team # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -14,7 +14,7 @@ ## # @file QueuedPaths.cmake # Additional file of queued library -# @author Evgeniy Alekseev +# @author Queued team # @copyright MIT # @bug https://github.com/arcan1s/queued/issues ## diff --git a/sources/queued/include/queued/Queued.h b/sources/queued/include/queued/Queued.h index d95f3b6..de1651a 100644 --- a/sources/queued/include/queued/Queued.h +++ b/sources/queued/include/queued/Queued.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file Queued.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedAdvancedSettings.h b/sources/queued/include/queued/QueuedAdvancedSettings.h index 4a0516d..da7a0d8 100644 --- a/sources/queued/include/queued/QueuedAdvancedSettings.h +++ b/sources/queued/include/queued/QueuedAdvancedSettings.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedAdvancedSettings.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedCore.h b/sources/queued/include/queued/QueuedCore.h index d0d94c0..5e228d8 100644 --- a/sources/queued/include/queued/QueuedCore.h +++ b/sources/queued/include/queued/QueuedCore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedCore.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedCoreAdaptor.h b/sources/queued/include/queued/QueuedCoreAdaptor.h index 1f05158..df1e187 100644 --- a/sources/queued/include/queued/QueuedCoreAdaptor.h +++ b/sources/queued/include/queued/QueuedCoreAdaptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedCoreAdaptor.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedCoreInterface.h b/sources/queued/include/queued/QueuedCoreInterface.h index d140d3b..38acab1 100644 --- a/sources/queued/include/queued/QueuedCoreInterface.h +++ b/sources/queued/include/queued/QueuedCoreInterface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedCoreInterface.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedDatabase.h b/sources/queued/include/queued/QueuedDatabase.h index cd1bdb5..88ec627 100644 --- a/sources/queued/include/queued/QueuedDatabase.h +++ b/sources/queued/include/queued/QueuedDatabase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedDatabase.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedDatabaseManager.h b/sources/queued/include/queued/QueuedDatabaseManager.h index fc647d3..08d1ab5 100644 --- a/sources/queued/include/queued/QueuedDatabaseManager.h +++ b/sources/queued/include/queued/QueuedDatabaseManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedDatabaseManager.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedDatabaseSchema.h b/sources/queued/include/queued/QueuedDatabaseSchema.h index 6a568c2..54f0ca5 100644 --- a/sources/queued/include/queued/QueuedDatabaseSchema.h +++ b/sources/queued/include/queued/QueuedDatabaseSchema.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedDatabaseSchema.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedDebug.h b/sources/queued/include/queued/QueuedDebug.h index 06277b0..8464467 100644 --- a/sources/queued/include/queued/QueuedDebug.h +++ b/sources/queued/include/queued/QueuedDebug.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedDebug.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedEnums.h b/sources/queued/include/queued/QueuedEnums.h index 5fee01e..7564dfe 100644 --- a/sources/queued/include/queued/QueuedEnums.h +++ b/sources/queued/include/queued/QueuedEnums.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedEnums.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedExceptions.h b/sources/queued/include/queued/QueuedExceptions.h index cac1141..d3ff123 100644 --- a/sources/queued/include/queued/QueuedExceptions.h +++ b/sources/queued/include/queued/QueuedExceptions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedExceptions.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedLimits.h b/sources/queued/include/queued/QueuedLimits.h index 4997f39..b9f9be4 100644 --- a/sources/queued/include/queued/QueuedLimits.h +++ b/sources/queued/include/queued/QueuedLimits.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedLimits.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedPluginInterface.h b/sources/queued/include/queued/QueuedPluginInterface.h index 209a20d..ea81362 100644 --- a/sources/queued/include/queued/QueuedPluginInterface.h +++ b/sources/queued/include/queued/QueuedPluginInterface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedPluginInterface.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedPluginManager.h b/sources/queued/include/queued/QueuedPluginManager.h index 3945d3c..0475c6b 100644 --- a/sources/queued/include/queued/QueuedPluginManager.h +++ b/sources/queued/include/queued/QueuedPluginManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedPluginManager.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedPluginManagerInterface.h b/sources/queued/include/queued/QueuedPluginManagerInterface.h index cc61121..cdef7ac 100644 --- a/sources/queued/include/queued/QueuedPluginManagerInterface.h +++ b/sources/queued/include/queued/QueuedPluginManagerInterface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedPluginManagerInterface.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedProcess.h b/sources/queued/include/queued/QueuedProcess.h index c82bc78..e821e82 100644 --- a/sources/queued/include/queued/QueuedProcess.h +++ b/sources/queued/include/queued/QueuedProcess.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedProcess.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedProcessManager.h b/sources/queued/include/queued/QueuedProcessManager.h index 12db13c..e6b168c 100644 --- a/sources/queued/include/queued/QueuedProcessManager.h +++ b/sources/queued/include/queued/QueuedProcessManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedProcessManager.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedPropertyInterface.h b/sources/queued/include/queued/QueuedPropertyInterface.h index fcd10ac..849c915 100644 --- a/sources/queued/include/queued/QueuedPropertyInterface.h +++ b/sources/queued/include/queued/QueuedPropertyInterface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedPropertyInterface.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedReportInterface.h b/sources/queued/include/queued/QueuedReportInterface.h index 3a2d76f..4915c61 100644 --- a/sources/queued/include/queued/QueuedReportInterface.h +++ b/sources/queued/include/queued/QueuedReportInterface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedReportInterface.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedReportManager.h b/sources/queued/include/queued/QueuedReportManager.h index c5fbbaf..adb036d 100644 --- a/sources/queued/include/queued/QueuedReportManager.h +++ b/sources/queued/include/queued/QueuedReportManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedReportManager.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedSettings.h b/sources/queued/include/queued/QueuedSettings.h index ce2814d..6258bd1 100644 --- a/sources/queued/include/queued/QueuedSettings.h +++ b/sources/queued/include/queued/QueuedSettings.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedSettings.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedStaticConfig.h b/sources/queued/include/queued/QueuedStaticConfig.h index 740d276..3309c81 100644 --- a/sources/queued/include/queued/QueuedStaticConfig.h +++ b/sources/queued/include/queued/QueuedStaticConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedStaticConfig.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedSystemInfo.h b/sources/queued/include/queued/QueuedSystemInfo.h index 453bd28..dd03a2a 100644 --- a/sources/queued/include/queued/QueuedSystemInfo.h +++ b/sources/queued/include/queued/QueuedSystemInfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedSystemInfo.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedTokenManager.h b/sources/queued/include/queued/QueuedTokenManager.h index a85729b..3bf87cb 100644 --- a/sources/queued/include/queued/QueuedTokenManager.h +++ b/sources/queued/include/queued/QueuedTokenManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedTokenManager.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedUser.h b/sources/queued/include/queued/QueuedUser.h index 53a9321..c92cc33 100644 --- a/sources/queued/include/queued/QueuedUser.h +++ b/sources/queued/include/queued/QueuedUser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedUser.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/include/queued/QueuedUserManager.h b/sources/queued/include/queued/QueuedUserManager.h index 7b0e40e..0c7044a 100644 --- a/sources/queued/include/queued/QueuedUserManager.h +++ b/sources/queued/include/queued/QueuedUserManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedUserManager.h * Header of Queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright MIT * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedAdvancedSettings.cpp b/sources/queued/src/QueuedAdvancedSettings.cpp index b903c57..e40d761 100644 --- a/sources/queued/src/QueuedAdvancedSettings.cpp +++ b/sources/queued/src/QueuedAdvancedSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedAdvancedSettings.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedCore.cpp b/sources/queued/src/QueuedCore.cpp index e8a81ac..f8b93d9 100644 --- a/sources/queued/src/QueuedCore.cpp +++ b/sources/queued/src/QueuedCore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedCore.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedCoreAdaptor.cpp b/sources/queued/src/QueuedCoreAdaptor.cpp index 6604fc7..2224e2f 100644 --- a/sources/queued/src/QueuedCoreAdaptor.cpp +++ b/sources/queued/src/QueuedCoreAdaptor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedCoreAdaptor.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedCoreInterface.cpp b/sources/queued/src/QueuedCoreInterface.cpp index 96902bf..2cf911c 100644 --- a/sources/queued/src/QueuedCoreInterface.cpp +++ b/sources/queued/src/QueuedCoreInterface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedCoreInterface.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedDatabase.cpp b/sources/queued/src/QueuedDatabase.cpp index 84db17a..8cea51d 100644 --- a/sources/queued/src/QueuedDatabase.cpp +++ b/sources/queued/src/QueuedDatabase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedDatabase.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedDatabaseManager.cpp b/sources/queued/src/QueuedDatabaseManager.cpp index b90d97d..671b1d1 100644 --- a/sources/queued/src/QueuedDatabaseManager.cpp +++ b/sources/queued/src/QueuedDatabaseManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedDatabaseManager.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedDebug.cpp b/sources/queued/src/QueuedDebug.cpp index 540a1c0..3b28b7a 100644 --- a/sources/queued/src/QueuedDebug.cpp +++ b/sources/queued/src/QueuedDebug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedDebug.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedLimits.cpp b/sources/queued/src/QueuedLimits.cpp index 352d17d..506dccf 100644 --- a/sources/queued/src/QueuedLimits.cpp +++ b/sources/queued/src/QueuedLimits.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedLimits.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedPluginManager.cpp b/sources/queued/src/QueuedPluginManager.cpp index d069ca2..f4d061a 100644 --- a/sources/queued/src/QueuedPluginManager.cpp +++ b/sources/queued/src/QueuedPluginManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedPluginManager.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedProcess.cpp b/sources/queued/src/QueuedProcess.cpp index 8c10945..b86098e 100644 --- a/sources/queued/src/QueuedProcess.cpp +++ b/sources/queued/src/QueuedProcess.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedProcess.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedProcessManager.cpp b/sources/queued/src/QueuedProcessManager.cpp index 6fed78a..17a3e2a 100644 --- a/sources/queued/src/QueuedProcessManager.cpp +++ b/sources/queued/src/QueuedProcessManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedProcessManager.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedPropertyInterface.cpp b/sources/queued/src/QueuedPropertyInterface.cpp index d99f5f7..750df5e 100644 --- a/sources/queued/src/QueuedPropertyInterface.cpp +++ b/sources/queued/src/QueuedPropertyInterface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedPropertyInterface.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ @@ -106,11 +106,8 @@ QDBusVariant QueuedPropertyInterface::User(const long long id, return QDBusVariant(response); } else { auto response = user->property(qPrintable(property)); -<<<<<<< HEAD if (response.type() == QVariant::DateTime) response = response.toDateTime().toString(Qt::ISODateWithMs); -======= ->>>>>>> baa20af363cb4b97cb6f7b36f833cf40f34cc61d return QDBusVariant(response.isValid() ? response : ""); } } diff --git a/sources/queued/src/QueuedReportInterface.cpp b/sources/queued/src/QueuedReportInterface.cpp index d5b9e75..ea3027c 100644 --- a/sources/queued/src/QueuedReportInterface.cpp +++ b/sources/queued/src/QueuedReportInterface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedReportInterface.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedReportManager.cpp b/sources/queued/src/QueuedReportManager.cpp index 2a9b800..2f4cf44 100644 --- a/sources/queued/src/QueuedReportManager.cpp +++ b/sources/queued/src/QueuedReportManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedReportManager.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedSettings.cpp b/sources/queued/src/QueuedSettings.cpp index 5332f9a..d8c0c49 100644 --- a/sources/queued/src/QueuedSettings.cpp +++ b/sources/queued/src/QueuedSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedSettings.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedSystemInfo.cpp b/sources/queued/src/QueuedSystemInfo.cpp index 36e614a..32668e8 100644 --- a/sources/queued/src/QueuedSystemInfo.cpp +++ b/sources/queued/src/QueuedSystemInfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedSystemInfo.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedTokenManager.cpp b/sources/queued/src/QueuedTokenManager.cpp index df53795..f83cba8 100644 --- a/sources/queued/src/QueuedTokenManager.cpp +++ b/sources/queued/src/QueuedTokenManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedTokenManager.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedUser.cpp b/sources/queued/src/QueuedUser.cpp index 0eef7d9..afb55ba 100644 --- a/sources/queued/src/QueuedUser.cpp +++ b/sources/queued/src/QueuedUser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedUser.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queued/src/QueuedUserManager.cpp b/sources/queued/src/QueuedUserManager.cpp index 7f05436..34c7650 100644 --- a/sources/queued/src/QueuedUserManager.cpp +++ b/sources/queued/src/QueuedUserManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -15,7 +15,7 @@ /** * @file QueuedUserManager.cpp * Source code of queued library - * @author Evgeniy Alekseev + * @author Queued team * @copyright GPLv3 * @bug https://github.com/arcan1s/queued/issues */ diff --git a/sources/queuedctl/queuedctl.1 b/sources/queuedctl/queuedctl.1 index e69de29..861ac6b 100644 --- a/sources/queuedctl/queuedctl.1 +++ b/sources/queuedctl/queuedctl.1 @@ -0,0 +1,72 @@ +.TH queuedctl 1 "@CURRENT_DATE@" "version @PROJECT_VERSION@" +.SH NAME +Daemon for starting jobs to queue of calculation +.SH SYNOPSIS +.B queuedctl +[ options ] command +.SH DESCRIPTION +Daemon for starting jobs to queue of calculation. Client application to control +daemon +.SH COMMANDS +.IP auth +Gets new auth token +.IP option-get +Gets option value +.IP option-set +Sets option value +.IP perm-add +Sets user permission +.IP perm-remove +Removes user permission +.IP plugin-add +Adds plugin to load +.IP plugin-list +Shows enabled plugins +.IP plugin-remove +Removes plugin to load +.IP report +Shows usage report +.IP status +Server status +.IP task-add +Adds new task +.IP task-get +Gets task properties +.IP task-list +Gets tasks list +.IP task-set +Sets task properties +.IP task-start +Starts task +.IP task-stop +Stops task +.IP user-add +Adds new user +.IP user-get +Gets user properties +.IP user-list +Gets users list +.IP user-set +Sets user properties +.SH OPTIONS +.IP "--commands" +shows commands and descriptions +.IP "-d, --debug" +verbose output +.IP "-t, --token " +path to file with cached token +.IP "-u, --user " +username which will be used for actions +.IP "-v, --version" +show version and exit +.IP "-i, --info" +show build information and exit +.IP "-h, --help" +show this help and exit +.SH SEE ALSO +.BR queued-daemon (1) +.BR queued-server (1) +.SH AUTHOR +@PROJECT_AUTHOR@ <\fI@PROJECT_CONTACT@\fR> +.SH LICENSE +This software is licensed under @PROJECT_LICENSE@ diff --git a/sources/queuedctl/src/QueuedctlAuth.cpp b/sources/queuedctl/src/QueuedctlAuth.cpp index 3dfc5ed..8961729 100644 --- a/sources/queuedctl/src/QueuedctlAuth.cpp +++ b/sources/queuedctl/src/QueuedctlAuth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlAuth.h b/sources/queuedctl/src/QueuedctlAuth.h index 6f8ade2..0850241 100644 --- a/sources/queuedctl/src/QueuedctlAuth.h +++ b/sources/queuedctl/src/QueuedctlAuth.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlCommon.cpp b/sources/queuedctl/src/QueuedctlCommon.cpp index 468bd8a..3bb8166 100644 --- a/sources/queuedctl/src/QueuedctlCommon.cpp +++ b/sources/queuedctl/src/QueuedctlCommon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlCommon.h b/sources/queuedctl/src/QueuedctlCommon.h index 2721777..6a43247 100644 --- a/sources/queuedctl/src/QueuedctlCommon.h +++ b/sources/queuedctl/src/QueuedctlCommon.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlOption.cpp b/sources/queuedctl/src/QueuedctlOption.cpp index 7c68004..4ac9bb9 100644 --- a/sources/queuedctl/src/QueuedctlOption.cpp +++ b/sources/queuedctl/src/QueuedctlOption.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlOption.h b/sources/queuedctl/src/QueuedctlOption.h index 28fd31a..f923b83 100644 --- a/sources/queuedctl/src/QueuedctlOption.h +++ b/sources/queuedctl/src/QueuedctlOption.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlPermissions.cpp b/sources/queuedctl/src/QueuedctlPermissions.cpp index 7f88a09..918eabe 100644 --- a/sources/queuedctl/src/QueuedctlPermissions.cpp +++ b/sources/queuedctl/src/QueuedctlPermissions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlPermissions.h b/sources/queuedctl/src/QueuedctlPermissions.h index 6c13925..cf96695 100644 --- a/sources/queuedctl/src/QueuedctlPermissions.h +++ b/sources/queuedctl/src/QueuedctlPermissions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlPlugins.cpp b/sources/queuedctl/src/QueuedctlPlugins.cpp index 49c58a2..5486654 100644 --- a/sources/queuedctl/src/QueuedctlPlugins.cpp +++ b/sources/queuedctl/src/QueuedctlPlugins.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlPlugins.h b/sources/queuedctl/src/QueuedctlPlugins.h index be85542..b76c553 100644 --- a/sources/queuedctl/src/QueuedctlPlugins.h +++ b/sources/queuedctl/src/QueuedctlPlugins.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlTask.cpp b/sources/queuedctl/src/QueuedctlTask.cpp index c169dbd..762a0fb 100644 --- a/sources/queuedctl/src/QueuedctlTask.cpp +++ b/sources/queuedctl/src/QueuedctlTask.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlTask.h b/sources/queuedctl/src/QueuedctlTask.h index 232ed5d..5cde7a8 100644 --- a/sources/queuedctl/src/QueuedctlTask.h +++ b/sources/queuedctl/src/QueuedctlTask.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlUser.cpp b/sources/queuedctl/src/QueuedctlUser.cpp index c9b8a1a..2c5fe61 100644 --- a/sources/queuedctl/src/QueuedctlUser.cpp +++ b/sources/queuedctl/src/QueuedctlUser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/QueuedctlUser.h b/sources/queuedctl/src/QueuedctlUser.h index 1291e92..dc5560d 100644 --- a/sources/queuedctl/src/QueuedctlUser.h +++ b/sources/queuedctl/src/QueuedctlUser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/sources/queuedctl/src/main.cpp b/sources/queuedctl/src/main.cpp index c9b27db..b2bf5e6 100644 --- a/sources/queuedctl/src/main.cpp +++ b/sources/queuedctl/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Evgeniy Alekseev + * Copyright (c) 2017 Queued team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal