[PATCH] c-user: Add copyright information

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Mar 12 09:37:13 UTC 2020


Add copyright information according to commit in RTEMS main repository:

    commit e53aae2676c42cda521328504f82d26c33827021
    Author: Gedare Bloom <gedare at rtems.org>
    Date:   Mon Mar 26 16:42:38 2012 -0400

    confdefs: Add declaration for unlimited objects.

    Adds to confdefs a way to specify rtems_resource_unlimited for classic and
    posix objects using a new macro CONFIGURE_OBJECTS_UNLIMITED.
    Use CONFIGURE_OBJECTS_ALLOCATION_SIZE to declare the allocation size for
    extending the set of objects at runtime. Updates the unlimited sample
    to demonstrate how to use the new macros. Also adds new documentation in
    the C User's Manual regarding configuring with unlimited objects.
---
 c-user/config/intro.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/c-user/config/intro.rst b/c-user/config/intro.rst
index 636a7b8..46267d7 100644
--- a/c-user/config/intro.rst
+++ b/c-user/config/intro.rst
@@ -1,5 +1,6 @@
 .. SPDX-License-Identifier: CC-BY-SA-4.0
 
+.. Copyright (C) 2012 Gedare Bloom
 .. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
 
 Introduction
-- 
2.16.4



More information about the devel mailing list