Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2021-10-08 11:00:42 +0300
committerKoichiro IWAO <meta@vmeta.jp>2021-10-08 11:29:56 +0300
commitf0a0ec7b0fb6b4c969b155d3606cb8b3c99333d4 (patch)
treedebad6ba4c05abd9e5c4f1f303ce842b47ceae26 /common
parentcda6c6074874a9b99d129c41579141a7749c2a07 (diff)
base64: separate license and brief of file for visibility
Diffstat (limited to 'common')
-rw-r--r--common/base64.c10
-rw-r--r--common/base64.h11
2 files changed, 12 insertions, 9 deletions
diff --git a/common/base64.c b/common/base64.c
index 36cb66d8..af01d7f5 100644
--- a/common/base64.c
+++ b/common/base64.c
@@ -1,7 +1,5 @@
/**
- * xrdp: A Remote Desktop Protocol server.
- *
- * Copyright (C) Koichiro Iwao 2017
+ * Copyright (C) 2017 Koichiro Iwao, all xrdp contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -15,7 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Base64 encoder / decoder
+ */
+
+/**
+ * @file common/base64.c
+ * @brief Base64 encoder / decoder
*/
#if defined(HAVE_CONFIG_H)
diff --git a/common/base64.h b/common/base64.h
index 269f9f98..b53ed88f 100644
--- a/common/base64.h
+++ b/common/base64.h
@@ -1,7 +1,5 @@
/**
- * xrdp: A Remote Desktop Protocol server.
- *
- * Copyright (C) Koichiro Iwao 2017
+ * Copyright (C) 2017 Koichiro Iwao, all xrdp contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,8 +12,11 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
- * Base64 encoder / decoder
+ */
+
+/**
+ * @file common/base64.h
+ * @brief Base64 encoder / decoder
*/
#if !defined(SSL_CALLS_H)