Skip to content

Commit

Permalink
Added copyrights to source code
Browse files Browse the repository at this point in the history
  • Loading branch information
sea5kg committed Oct 9, 2023
1 parent 9e5b01c commit 3e2adb3
Show file tree
Hide file tree
Showing 48 changed files with 1,630 additions and 128 deletions.
33 changes: 33 additions & 0 deletions src/argument_processors/argument_processor_check.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#include "argument_processor_check.h"
#include <wsjcpp_core.h>
Expand Down
34 changes: 34 additions & 0 deletions src/argument_processors/argument_processor_check.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#ifndef ARGUMENT_PROCESSOR_CHECK_H
#define ARGUMENT_PROCESSOR_CHECK_H

Expand Down
33 changes: 33 additions & 0 deletions src/argument_processors/argument_processor_clean.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#include "argument_processor_clean.h"
#include <wsjcpp_core.h>
Expand Down
34 changes: 34 additions & 0 deletions src/argument_processors/argument_processor_clean.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#ifndef ARGUMENT_PROCESSOR_CLEAN_H
#define ARGUMENT_PROCESSOR_CLEAN_H

Expand Down
33 changes: 33 additions & 0 deletions src/argument_processors/argument_processor_ctf01d_main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#include "argument_processor_ctf01d_main.h"
#include <wsjcpp_core.h>
Expand Down
34 changes: 34 additions & 0 deletions src/argument_processors/argument_processor_ctf01d_main.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#ifndef ARGUMENT_PROCESSOR_CTF01D_MAIN_H
#define ARGUMENT_PROCESSOR_CTF01D_MAIN_H

Expand Down
33 changes: 33 additions & 0 deletions src/argument_processors/argument_processor_services.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#include "argument_processor_services.h"
#include <wsjcpp_core.h>
Expand Down
34 changes: 34 additions & 0 deletions src/argument_processors/argument_processor_services.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#ifndef ARGUMENT_PROCESSOR_SERVICES_H
#define ARGUMENT_PROCESSOR_SERVICES_H

Expand Down
33 changes: 33 additions & 0 deletions src/argument_processors/argument_processor_start.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#include "argument_processor_start.h"
#include <wsjcpp_core.h>
Expand Down
34 changes: 34 additions & 0 deletions src/argument_processors/argument_processor_start.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
/**********************************************************************************
* Project
* _______ _________ _______ _______ __ ______
* ( ____ \\__ __/( ____ \( __ )/ \ ( __ \
* | ( \/ ) ( | ( \/| ( ) |\/) ) | ( \ )
* | | | | | (__ | | / | | | | | ) |
* | | | | | __) | (/ /) | | | | | | |
* | | | | | ( | / | | | | | | ) |
* | (____/\ | | | ) | (__) |__) (_| (__/ )
* (_______/ )_( |/ (_______)\____/(______/
*
* MIT License
* Copyright (c) 2018-2023 Evgenii Sopov
*
* 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 the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
***********************************************************************************/

#ifndef ARGUMENT_PROCESSOR_START_H
#define ARGUMENT_PROCESSOR_START_H

Expand Down
Loading

0 comments on commit 3e2adb3

Please sign in to comment.