Skip to content

Commit cbd2b75

Browse files
committed
Update copyright header, closes #205
1 parent 0e17aab commit cbd2b75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+295
-41
lines changed

Algorithms/CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Copyright 2019-2025 namazso <[email protected]>
2+
# This file is part of OpenHashTab.
3+
#
4+
# OpenHashTab is free software: you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation, either version 3 of the License, or
7+
# (at your option) any later version.
8+
#
9+
# OpenHashTab is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with OpenHashTab. If not, see <https://www.gnu.org/licenses/>.
16+
117
cmake_minimum_required(VERSION 3.15)
218

319
project(AlgorithmsDll)

Algorithms/DllMain.c

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
// Copyright 2019-2025 namazso <[email protected]>
2+
// This file is part of OpenHashTab.
3+
//
4+
// OpenHashTab is free software: you can redistribute it and/or modify
5+
// it under the terms of the GNU General Public License as published by
6+
// the Free Software Foundation, either version 3 of the License, or
7+
// (at your option) any later version.
8+
//
9+
// OpenHashTab is distributed in the hope that it will be useful,
10+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
// GNU General Public License for more details.
13+
//
14+
// You should have received a copy of the GNU General Public License
15+
// along with OpenHashTab. If not, see <https://www.gnu.org/licenses/>.
116
#include <windows.h>
217

318
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {

Algorithms/Hasher2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2023 namazso <[email protected]>
1+
// Copyright 2019-2025 namazso <[email protected]>
22
// This file is part of OpenHashTab.
33
//
44
// OpenHashTab is free software: you can redistribute it and/or modify

Algorithms/Hasher2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2023 namazso <[email protected]>
1+
// Copyright 2019-2025 namazso <[email protected]>
22
// This file is part of OpenHashTab.
33
//
44
// OpenHashTab is free software: you can redistribute it and/or modify

AlgorithmsDlls/CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Copyright 2019-2025 namazso <[email protected]>
2+
# This file is part of OpenHashTab.
3+
#
4+
# OpenHashTab is free software: you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation, either version 3 of the License, or
7+
# (at your option) any later version.
8+
#
9+
# OpenHashTab is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with OpenHashTab. If not, see <https://www.gnu.org/licenses/>.
16+
117
cmake_minimum_required(VERSION 3.14)
218

319
project(AlgorithmsDlls)

Benchmark/Benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2023 namazso <[email protected]>
1+
// Copyright 2019-2025 namazso <[email protected]>
22
// This file is part of OpenHashTab.
33
//
44
// OpenHashTab is free software: you can redistribute it and/or modify

Benchmark/CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Copyright 2019-2025 namazso <[email protected]>
2+
# This file is part of OpenHashTab.
3+
#
4+
# OpenHashTab is free software: you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation, either version 3 of the License, or
7+
# (at your option) any later version.
8+
#
9+
# OpenHashTab is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with OpenHashTab. If not, see <https://www.gnu.org/licenses/>.
16+
117
cmake_minimum_required(VERSION 3.14)
218

319
project(Benchmark)

CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Copyright 2019-2025 namazso <[email protected]>
2+
# This file is part of OpenHashTab.
3+
#
4+
# OpenHashTab is free software: you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation, either version 3 of the License, or
7+
# (at your option) any later version.
8+
#
9+
# OpenHashTab is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with OpenHashTab. If not, see <https://www.gnu.org/licenses/>.
16+
117
cmake_minimum_required(VERSION 3.15)
218

319
project(OpenHashTab)

LegacyAlgorithms/CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Copyright 2019-2025 namazso <[email protected]>
2+
# This file is part of OpenHashTab.
3+
#
4+
# OpenHashTab is free software: you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation, either version 3 of the License, or
7+
# (at your option) any later version.
8+
#
9+
# OpenHashTab is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with OpenHashTab. If not, see <https://www.gnu.org/licenses/>.
16+
117
cmake_minimum_required(VERSION 3.14)
218

319
project(LegacyAlgorithms)

LegacyAlgorithms/Hasher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2023 namazso <[email protected]>
1+
// Copyright 2019-2025 namazso <[email protected]>
22
// This file is part of OpenHashTab.
33
//
44
// OpenHashTab is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)