Skip to content

Commit

Permalink
ReBarState: Update date
Browse files Browse the repository at this point in the history
  • Loading branch information
xCuri0 committed Apr 29, 2023
1 parent 2cecb8d commit 4882944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReBarState/ReBarState.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2022 xCuri0 <[email protected]>
Copyright (c) 2022-2023 xCuri0 <[email protected]>
SPDX-License-Identifier: MIT
*/
#include <iostream>
Expand Down Expand Up @@ -141,7 +141,7 @@ int main()
std::string i;
uint8_t reBarState;

std::cout << "ReBarState (c) 2022 xCuri0\n\n";
std::cout << "ReBarState (c) 2023 xCuri0\n\n";
if (!CheckPriviledge()) {
std::cout << "Failed to obtain EFI variable access try running as admin/root\n";
ret = 1;
Expand Down

0 comments on commit 4882944

Please sign in to comment.