Skip to content

Commit 9afd7ed

Browse files
committed
Update license information across all source files
1 parent 8c70f06 commit 9afd7ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+494
-110
lines changed

includes/argus.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/**
2-
* argus.h - Main entry point for the Argus library
1+
/*
2+
* MIT License
33
*
4-
* This header includes all the public APIs needed by library users.
5-
* Users should only need to include this file to use the library.
4+
* Copyright (c) 2025 lucocozz
65
*
7-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
88
*/
99

1010
#ifndef ARGUS_H

includes/argus/api.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/**
2-
* argus/api.h - Public API functions
1+
/*
2+
* MIT License
33
*
4-
* This header defines all the public functions that users can call
5-
* to initialize, parse arguments, and access results.
4+
* Copyright (c) 2025 lucocozz
65
*
7-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
88
*/
99

1010
#ifndef ARGUS_API_H

includes/argus/callbacks.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/**
2-
* argus/callbacks.h - Public callbacks
1+
/*
2+
* MIT License
33
*
4-
* This header defines custom callback types that can be implemented
5-
* by users to extend the library's functionality.
4+
* Copyright (c) 2025 lucocozz
65
*
7-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
88
*/
99

1010
#ifndef ARGUS_CALLBACKS_H

includes/argus/errors.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/**
2-
* argus/errors.h - Error handling
1+
/*
2+
* MIT License
33
*
4-
* This header defines error codes and error handling functions
5-
* that are part of the public API.
4+
* Copyright (c) 2025 lucocozz
65
*
7-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
88
*/
99

1010
#ifndef ARGUS_ERRORS_H

includes/argus/internal/callbacks/handlers.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/**
2-
* argus/internal/callbacks/handlers.h - Internal handlers implementation
1+
/*
2+
* MIT License
33
*
4-
* INTERNAL HEADER - NOT PART OF THE PUBLIC API
5-
* This header defines standard handler callbacks for different option types.
4+
* Copyright (c) 2025 lucocozz
65
*
7-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
88
*/
99

1010
#ifndef ARGUS_INTERNAL_CALLBACKS_HANDLERS_H

includes/argus/internal/callbacks/validators.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/**
2-
* argus/internal/callbacks/validators.h - Internal validators implementation
1+
/*
2+
* MIT License
33
*
4-
* INTERNAL HEADER - NOT PART OF THE PUBLIC API
5-
* This header defines standard validator callbacks for different validation types.
4+
* Copyright (c) 2025 lucocozz
65
*
7-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
88
*/
99

1010
#ifndef ARGUS_INTERNAL_CALLBACKS_VALIDATORS_H

includes/argus/internal/compiler.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/**
2-
* argus/internal/compiler.h - Compiler-specific macros and utilities
1+
/*
2+
* MIT License
33
*
4-
* INTERNAL HEADER - NOT PART OF THE PUBLIC API
5-
* This header defines macros for handling compiler-specific behavior.
4+
* Copyright (c) 2025 lucocozz
65
*
7-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
88
*/
99

1010
#ifndef ARGUS_INTERNAL_COMPILER_H

includes/argus/internal/cross_platform.h

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
/**
2-
* argus/internal/platform/string_compat.h - String function compatibility utilities
1+
/*
2+
* MIT License
33
*
4-
* INTERNAL HEADER - NOT PART OF THE PUBLIC API
5-
* This header provides cross-platform compatibility for string functions
6-
* that have different implementations or naming conventions across platforms.
4+
* Copyright (c) 2025 lucocozz
75
*
8-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
98
*/
109

1110
#ifndef ARGUS_INTERNAL_CROSS_PLATFORM_H

includes/argus/internal/display.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/**
2-
* argus/internal/display.h - Internal display functions
1+
/*
2+
* MIT License
33
*
4-
* INTERNAL HEADER - NOT PART OF THE PUBLIC API
5-
* This header defines internal functions for displaying help, usage, and version info.
4+
* Copyright (c) 2025 lucocozz
65
*
7-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
88
*/
99

1010
#ifndef ARGUS_INTERNAL_DISPLAY_H

includes/argus/internal/help.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/**
2-
* argus/internal/help.h - Help system functions
1+
/*
2+
* MIT License
33
*
4-
* INTERNAL HEADER - NOT PART OF THE PUBLIC API
5-
* This header defines all functions for the help system: organization, formatting, and rendering.
4+
* Copyright (c) 2025 lucocozz
65
*
7-
* MIT License - Copyright (c) 2024 lucocozz
6+
* This file is part of Argus.
7+
* See LICENSE file in the project root for full license information.
88
*/
99

1010
#ifndef ARGUS_INTERNAL_HELP_H

0 commit comments

Comments
 (0)