Skip to content

Copyright holder for the contents of the header should be specifiable #1626

@Angus-Bethke-Bachmann

Description

@Angus-Bethke-Bachmann

As a user of the header generator, I would like to be able to specify that I am the copyright holder of the generated contents.

/*****************************************************************************
 * Copyright (c) 2026 Angus Bethke                                           *
 *****************************************************************************/

// ---------------------------------------------------- //
// This file is auto-generated                          //
// Manual changes made to this file will be overwritten //
// ---------------------------------------------------- //

#ifndef _HEADERS_MYCOOLINTERFACE_
#define _HEADERS_MYCOOLINTERFACE_

#include <stdint.h>
#include <stdbool.h>
#include <math.h>
#include <time.h>
#include <dependencies.plc.h>

....

I would expect this to be an optional parameter as part of the generation process, and if none is supplied, no copyright information will be present in the header at all.

Additional context
Originally reported by Guillaume.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestheader-generatorThis label is for issues that specifically affect the header generator sub process of the compiler.low-priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions