Skip to content

Commit

Permalink
chore: add missing copyright comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Me-Phew committed Nov 14, 2024
1 parent f134be5 commit cd95a99
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/merge_sorter/merge_sorter.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* @file merge_sorter.hpp
* @author Mateusz Basiaga (basmateusz@wp.pl)
* @brief
* @date 2024-11-14
*
* @copyright Copyright (c) 2024
*
*/

#ifndef MERGE_SORTER_HPP
#define MERGE_SORTER_HPP

Expand Down
10 changes: 10 additions & 0 deletions src/utils/array_utils/array_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* @file array_utils.cpp
* @author Mateusz Basiaga (basmateusz@wp.pl)
* @brief
* @date 2024-11-14
*
* @copyright Copyright (c) 2024
*
*/

#include <vector>
#include <random>
#include <algorithm>
Expand Down
10 changes: 10 additions & 0 deletions src/utils/array_utils/array_utils.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* @file array_utils.hpp
* @author Mateusz Basiaga (basmateusz@wp.pl)
* @brief
* @date 2024-11-14
*
* @copyright Copyright (c) 2024
*
*/

#ifndef ARRAY_UTILS_HPP
#define ARRAY_UTILS_HPP

Expand Down
10 changes: 10 additions & 0 deletions src/utils/random_number_generator/random_number_generator.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* @file random_number_generator.cpp
* @author Mateusz Basiaga (basmateusz@wp.pl)
* @brief
* @date 2024-11-14
*
* @copyright Copyright (c) 2024
*
*/

#include<cstdlib>
#include<ctime>

Expand Down
10 changes: 10 additions & 0 deletions src/utils/random_number_generator/random_number_generator.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* @file random_number_generator.hpp
* @author Mateusz Basiaga (basmateusz@wp.pl)
* @brief
* @date 2024-11-14
*
* @copyright Copyright (c) 2024
*
*/

#ifndef RANDOM_NUMBER_GENERATOR_HPP
#define RANDOM_NUMBER_GENERATOR_HPP

Expand Down

0 comments on commit cd95a99

Please sign in to comment.