Commit 7e6e624 1 parent 734bf0a commit 7e6e624 Copy full SHA for 7e6e624
File tree 10 files changed +12
-9
lines changed
10 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 8
8
* src/main.c (main): Removed unnecessary debug statements
9
9
printing the number of loaded rules and the selected command.
10
10
11
+ * src/*.c, src/*.h: Corrected typo in copyright notice ('Brigw' ->
12
+ 'Brogw').
13
+
11
14
2024-12-13 Serghei Iakovlev <gnu@serghei.pl>
12
15
13
16
* configure.ac: Removed debug-mode and werror logic, as well as
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14
14
License for more details.
15
15
16
16
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/>. */
18
18
19
19
20
20
#include <stdio.h>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14
14
License for more details.
15
15
16
16
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/>. */
18
18
19
19
20
20
#ifndef BROGW_BROGW_CONFIG_H
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14
14
License for more details.
15
15
16
16
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/>. */
18
18
19
19
20
20
#include <stdio.h>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14
14
License for more details.
15
15
16
16
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/>. */
18
18
19
19
20
20
#ifndef BROGW_EXECUTOR_H
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14
14
License for more details.
15
15
16
16
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/>. */
18
18
19
19
20
20
#include <stdio.h>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14
14
License for more details.
15
15
16
16
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/>. */
18
18
19
19
#include <regex.h>
20
20
#include <stdio.h>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14
14
License for more details.
15
15
16
16
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/>. */
18
18
19
19
20
20
#ifndef BROGW_MATCHER_H
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14
14
License for more details.
15
15
16
16
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/>. */
18
18
19
19
20
20
#include <ctype.h>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14
14
License for more details.
15
15
16
16
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/>. */
18
18
19
19
20
20
#ifndef BROGW_UTILS_H
You can’t perform that action at this time.
0 commit comments