Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/keygen/KeyGen.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion include/keygen/Options.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion include/keygen/Output.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Options.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
4 changes: 2 additions & 2 deletions src/Output.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down Expand Up @@ -126,7 +126,7 @@ void printVersion(void)
printHead();
printf("\n License : GNU General Public License (GPL)\n");
printf(" Keygen is program to generate key's and passwords."
"\n Copyright (C) 2014-2025 offa"
"\n Copyright (C) 2014-2026 offa"
"\n"
"\n This program is free software: you can redistribute it and/or modify"
"\n it under the terms of the GNU General Public License as published by"
Expand Down
2 changes: 1 addition & 1 deletion src/keygen/KeyGen.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion test/ArgumentTest.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion test/DataTest.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion test/FormatTest.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion test/MemoryTest.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion test/MockedTest.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion test/OptionsTest.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down
2 changes: 1 addition & 1 deletion test/TestUtil.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* KeyGen is a key- and password generator.
* Copyright (C) 2014-2025 offa
* Copyright (C) 2014-2026 offa
*
* This file is part of KeyGen.
*
Expand Down