libos: Add copyright/author comments to LocalServer and LocalClient
This commit is contained in:
parent
774177ba1f
commit
02b9dc579b
@ -1,3 +1,12 @@
|
||||
/**
|
||||
* @file LocalClient.h
|
||||
* @author apio (cloudapio.eu)
|
||||
* @brief UNIX local domain client class.
|
||||
*
|
||||
* @copyright Copyright (c) 2023, the Luna authors.
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <luna/OwnedPtr.h>
|
||||
#include <luna/StringView.h>
|
||||
|
@ -1,3 +1,12 @@
|
||||
/**
|
||||
* @file LocalServer.h
|
||||
* @author apio (cloudapio.eu)
|
||||
* @brief UNIX local domain server class.
|
||||
*
|
||||
* @copyright Copyright (c) 2023, the Luna authors.
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <luna/OwnedPtr.h>
|
||||
#include <luna/Result.h>
|
||||
|
@ -1,3 +1,12 @@
|
||||
/**
|
||||
* @file LocalClient.cpp
|
||||
* @author apio (cloudapio.eu)
|
||||
* @brief UNIX local domain client class.
|
||||
*
|
||||
* @copyright Copyright (c) 2023, the Luna authors.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <os/LocalClient.h>
|
||||
|
@ -1,3 +1,12 @@
|
||||
/**
|
||||
* @file LocalServer.cpp
|
||||
* @author apio (cloudapio.eu)
|
||||
* @brief UNIX local domain server class.
|
||||
*
|
||||
* @copyright Copyright (c) 2023, the Luna authors.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <os/FileSystem.h>
|
||||
|
Loading…
Reference in New Issue
Block a user