From 1988accf8cb3d8362988297333ddc3834486861c Mon Sep 17 00:00:00 2001 From: greyes Date: Sat, 18 Nov 2023 18:01:00 +0100 Subject: [PATCH] Fixed license --- src/SerialMuxProtServer.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SerialMuxProtServer.hpp b/src/SerialMuxProtServer.hpp index c963d94..cec6344 100644 --- a/src/SerialMuxProtServer.hpp +++ b/src/SerialMuxProtServer.hpp @@ -1,6 +1,6 @@ /* MIT License * - * Copyright (c) 2023 Andreas Merkle + * Copyright (c) 2023 Gabryel Reyes * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -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 */ };