Skip to content

Commit 1a29024

Browse files
committed
It's a New Year
1 parent 73237c5 commit 1a29024

File tree

105 files changed

+108
-134
lines changed

Some content is hidden

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

105 files changed

+108
-134
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, Greg Williams
3+
Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

auto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =========================================================================
22
# Unity - A Test Framework for C
33
# ThrowTheSwitch.org
4-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
4+
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
55
# SPDX-License-Identifier: MIT
66
# =========================================================================
77

auto/colour_prompt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =========================================================================
22
# Unity - A Test Framework for C
33
# ThrowTheSwitch.org
4-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
4+
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
55
# SPDX-License-Identifier: MIT
66
# =========================================================================
77

auto/colour_reporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =========================================================================
22
# Unity - A Test Framework for C
33
# ThrowTheSwitch.org
4-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
4+
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
55
# SPDX-License-Identifier: MIT
66
# =========================================================================
77

auto/extract_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# =========================================================================
33
# Unity - A Test Framework for C
44
# ThrowTheSwitch.org
5-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
5+
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
66
# SPDX-License-Identifier: MIT
77
# =========================================================================
88

auto/generate_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =========================================================================
22
# Unity - A Test Framework for C
33
# ThrowTheSwitch.org
4-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
4+
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
55
# SPDX-License-Identifier: MIT
66
# =========================================================================
77

auto/generate_module.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =========================================================================
22
# Unity - A Test Framework for C
33
# ThrowTheSwitch.org
4-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
4+
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
55
# SPDX-License-Identifier: MIT
66
# =========================================================================
77

auto/generate_test_runner.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/usr/bin/ruby
2-
32
# =========================================================================
43
# Unity - A Test Framework for C
54
# ThrowTheSwitch.org
6-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
5+
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
76
# SPDX-License-Identifier: MIT
87
# =========================================================================
98

auto/parse_output.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# =========================================================================
22
# Unity - A Test Framework for C
33
# ThrowTheSwitch.org
4-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
4+
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
55
# SPDX-License-Identifier: MIT
66
# =========================================================================
7+
78
#============================================================
89
# Author: John Theofanopoulos
910
# A simple parser. Takes the output files generated during the

auto/stylize_as_junit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# =========================================================================
33
# Unity - A Test Framework for C
44
# ThrowTheSwitch.org
5-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
5+
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
66
# SPDX-License-Identifier: MIT
77
# =========================================================================
8+
89
import sys
910
import os
1011
from glob import glob

0 commit comments

Comments
 (0)