Skip to content

Commit e74d0af

Browse files
committed
Date 2025
1 parent df44186 commit e74d0af

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2017-2024, SMFSW
3+
Copyright (c) 2017-2025, SMFSW
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# cQueue [![CodeFactor](https://www.codefactor.io/repository/github/smfsw/cqueue/badge)](https://www.codefactor.io/repository/github/smfsw/cqueue)
1+
# cQueue
2+
3+
[![author](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/auth_SMFSW.json)](https://github.com/SMFSW)
4+
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/cQueue_status_badge.json)
5+
[![license](https://img.shields.io/badge/License-BSD3-darkred.svg)](LICENSE)
6+
[![CodeFactor](https://www.codefactor.io/repository/github/smfsw/cqueue/badge)](https://www.codefactor.io/repository/github/smfsw/cqueue)
7+
8+
![platform](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/ANY_platform.json)
29

310
Queue handling library (written in plain c)
411

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cQueue: Queue handling library (written in plain c)
2-
2017-2024 SMFSW
2+
2017-2025 SMFSW
33

44
Feel free to share your thoughts @ xgarmanboziax@gmail.com about:
55
- issues encountered

src/cQueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!\file cQueue.c
22
** \author SMFSW
3-
** \copyright BSD 3-Clause License (c) 2017-2024, SMFSW
3+
** \copyright BSD 3-Clause License (c) 2017-2025, SMFSW
44
** \brief Queue handling library (written in plain c)
55
** \details Queue handling library (written in plain c)
66
**/

src/cQueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!\file cQueue.h
22
** \author SMFSW
3-
** \copyright BSD 3-Clause License (c) 2017-2024, SMFSW
3+
** \copyright BSD 3-Clause License (c) 2017-2025, SMFSW
44
** \brief Queue handling library (written in plain c)
55
** \details Queue handling library (written in plain c)
66
**/

0 commit comments

Comments
 (0)