Skip to content

Commit

Permalink
Fixed license
Browse files Browse the repository at this point in the history
  • Loading branch information
gabryelreyes committed Nov 18, 2023
1 parent 0820f8d commit 1988acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SerialMuxProtServer.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* MIT License
*
* Copyright (c) 2023 Andreas Merkle <web@blue-andi.de>
* Copyright (c) 2023 Gabryel Reyes <gabryelrdiaz@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -763,8 +763,8 @@ class SerialMuxProtServer

private:
/* Not allowed. */
SerialMuxProtServer(); /**< Default Constructor */
SerialMuxProtServer(const SerialMuxProtServer& avg); /**< Copy Constructor */
SerialMuxProtServer(); /**< Default Constructor */
SerialMuxProtServer(const SerialMuxProtServer& avg); /**< Copy Constructor */
SerialMuxProtServer& operator=(const SerialMuxProtServer& avg); /**< Assignment Operator */
};

Expand Down

0 comments on commit 1988acc

Please sign in to comment.