Skip to content

Commit 7e6e624

Browse files
committed
Corrected typo in copyright notice
1 parent 734bf0a commit 7e6e624

10 files changed

+12
-9
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
* src/main.c (main): Removed unnecessary debug statements
99
printing the number of loaded rules and the selected command.
1010

11+
* src/*.c, src/*.h: Corrected typo in copyright notice ('Brigw' ->
12+
'Brogw').
13+
1114
2024-12-13 Serghei Iakovlev <gnu@serghei.pl>
1215

1316
* configure.ac: Removed debug-mode and werror logic, as well as

src/brogw_config.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1414
License for more details.
1515
1616
You should have received a copy of the GNU General Public License
17-
along with Brigw. If not, see <https://www.gnu.org/licenses/>. */
17+
along with Brogw. If not, see <https://www.gnu.org/licenses/>. */
1818

1919

2020
#include <stdio.h>

src/brogw_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1414
License for more details.
1515
1616
You should have received a copy of the GNU General Public License
17-
along with Brigw. If not, see <https://www.gnu.org/licenses/>. */
17+
along with Brogw. If not, see <https://www.gnu.org/licenses/>. */
1818

1919

2020
#ifndef BROGW_BROGW_CONFIG_H

src/executor.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1414
License for more details.
1515
1616
You should have received a copy of the GNU General Public License
17-
along with Brigw. If not, see <https://www.gnu.org/licenses/>. */
17+
along with Brogw. If not, see <https://www.gnu.org/licenses/>. */
1818

1919

2020
#include <stdio.h>

src/executor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1414
License for more details.
1515
1616
You should have received a copy of the GNU General Public License
17-
along with Brigw. If not, see <https://www.gnu.org/licenses/>. */
17+
along with Brogw. If not, see <https://www.gnu.org/licenses/>. */
1818

1919

2020
#ifndef BROGW_EXECUTOR_H

src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1414
License for more details.
1515
1616
You should have received a copy of the GNU General Public License
17-
along with Brigw. If not, see <https://www.gnu.org/licenses/>. */
17+
along with Brogw. If not, see <https://www.gnu.org/licenses/>. */
1818

1919

2020
#include <stdio.h>

src/matcher.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1414
License for more details.
1515
1616
You should have received a copy of the GNU General Public License
17-
along with Brigw. If not, see <https://www.gnu.org/licenses/>. */
17+
along with Brogw. If not, see <https://www.gnu.org/licenses/>. */
1818

1919
#include <regex.h>
2020
#include <stdio.h>

src/matcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1414
License for more details.
1515
1616
You should have received a copy of the GNU General Public License
17-
along with Brigw. If not, see <https://www.gnu.org/licenses/>. */
17+
along with Brogw. If not, see <https://www.gnu.org/licenses/>. */
1818

1919

2020
#ifndef BROGW_MATCHER_H

src/utils.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1414
License for more details.
1515
1616
You should have received a copy of the GNU General Public License
17-
along with Brigw. If not, see <https://www.gnu.org/licenses/>. */
17+
along with Brogw. If not, see <https://www.gnu.org/licenses/>. */
1818

1919

2020
#include <ctype.h>

src/utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
1414
License for more details.
1515
1616
You should have received a copy of the GNU General Public License
17-
along with Brigw. If not, see <https://www.gnu.org/licenses/>. */
17+
along with Brogw. If not, see <https://www.gnu.org/licenses/>. */
1818

1919

2020
#ifndef BROGW_UTILS_H

0 commit comments

Comments
 (0)