summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectallocatenone.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/objectallocatenone.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/score/src/objectallocatenone.c b/cpukit/score/src/objectallocatenone.c
index 5ac0991bc5..a1bead5f79 100644
--- a/cpukit/score/src/objectallocatenone.c
+++ b/cpukit/score/src/objectallocatenone.c
@@ -1,12 +1,15 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
+
/**
* @file
*
* @ingroup RTEMSScoreObject
+ *
+ * @brief This source file contains the implementation of
+ * _Objects_Allocate_none().
*/
/*
- * SPDX-License-Identifier: BSD-2-Clause
- *
* Copyright (C) 2019 embedded brains GmbH
*
* Redistribution and use in source and binary forms, with or without