[rtems-docs commit] c-user: Add copyright information

Sebastian Huber sebh at rtems.org
Fri Mar 13 12:29:15 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    a7991aebae78a8405864e42961e4ba60f80219c8
Changeset: http://git.rtems.org/rtems-docs/commit/?id=a7991aebae78a8405864e42961e4ba60f80219c8

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar  9 09:41:09 2020 +0100

c-user: Add copyright information

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



More information about the vc mailing list