firmware: add copyright headers to core_alloc.c/h

rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
Newsgroups gmane.comp.systems.archos.rockbox.cvs
Message-ID <[email protected]>
commit add06955a27ee2c797086f4887c1fc1ab2be4a58
Author: Aidan MacDonald <[email protected]>
Date:   Mon Mar 9 10:14:12 2026 +0000

    firmware: add copyright headers to core_alloc.c/h
    
    These files have been missing copyright headers since
    they were added in comit d0b72e259035 ("GSoC/Buflib:
    Add buflib memory alocator to the core.").
    
    Thomas Martitz seems to be the original author, which
    is documented in the commit metadata and backed up by
    emails from the rockbox-dev archive, for example [1].
    
    [1]: https://www.rockbox.org/mail/archive/rockbox-dev-archive-2011-08/0000.shtml
    
    Change-Id: Id1a3abd4975674ffbc6f7e9123ee57d49bcaa38e

diff --git a/firmware/core_alloc.c b/firmware/core_alloc.c
index 5f3622a1e5..6789ff2499 100644
--- a/firmware/core_alloc.c
+++ b/firmware/core_alloc.c
@@ -1,4 +1,23 @@
-
+/***************************************************************************
+ *             __________               __   ___.
+ *   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
+ *   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
+ *   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
+ *   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
+ *                     \/            \/     \/    \/            \/
+ * $Id$
+ *
+ * Copyright (C) 2011 Thomas Martitz
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
+ * KIND, either express or implied.
+ *
+ ****************************************************************************/
 #include "config.h"
 #include <string.h>
 #include "system.h"
diff --git a/firmware/include/core_alloc.h b/firmware/include/core_alloc.h
index dc9b2036ec..4cc9aa8cab 100644
--- a/firmware/include/core_alloc.h
+++ b/firmware/include/core_alloc.h
@@ -1,4 +1,23 @@
-
+/***************************************************************************
+ *             __________               __   ___.
+ *   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
+ *   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
+ *   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
+ *   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
+ *                     \/            \/     \/    \/            \/
+ * $Id$
+ *
+ * Copyright (C) 2011 Thomas Martitz
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
+ * KIND, either express or implied.
+ *
+ ****************************************************************************/
 #ifndef __CORE_ALLOC_H__
 #define __CORE_ALLOC_H__
 #include <string.h>
-- 
rockbox-cvs mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.