Skip to content

Commit bdcfd01

Browse files
committed
Squashed commit of the following:
commit e9fd679 Author: Ko van der Sloot <[email protected]> Date: Tue Dec 9 11:26:46 2025 +0100 enter 2026 commit 2825b4b Author: Ko van der Sloot <[email protected]> Date: Mon Nov 24 10:44:01 2025 +0100 adapted to change in libfolia add_child() API
1 parent 1cb90a4 commit bdcfd01

36 files changed

+51
-52
lines changed

.github/workflows/foliautils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [ubuntu-latest, macos-latest]
39-
compiler: [g++-12, clang++ -std=c++17]
39+
compiler: [g++ -std=c++17, clang++ -std=c++17]
4040

4141
steps:
4242
- uses: actions/[email protected]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# FoliAutils
44

5-
(c) CLST/TiCC/CLiPS 2024
5+
(c) CLST/TiCC/CLiPS 2026
66
https://github.com/LanguageMachines/foliautils
77

88
Centre for Language and Speech Technology, Radboud University Nijmegen

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@type": "SoftwareSourceCode",
88
"identifier": "foliautils",
99
"name": "foliautils",
10-
"version": "0.23",
10+
"version": "0.24",
1111
"description": "Command-line utilities for working with the Format for Linguistic Annotation (FoLiA).",
1212
"license": "https://spdx.org/licenses/GPL-3.0-only",
1313
"url": "https://github.com/LanguageMachines/foliautils",

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([foliautils],[0.23],[[email protected]]) #adapt version number in codemeta.json as well
5+
AC_INIT([foliautils],[0.24],[[email protected]]) #adapt version number in codemeta.json as well
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([.])
88
AC_CONFIG_MACRO_DIR([m4])

include/foliautils/common_code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ex: set tabstop=8 expandtab: */
22
/*
3-
Copyright (c) 2006 - 2024
3+
Copyright (c) 2006 - 2026
44
CLST - Radboud University
55
ILK - Tilburg University
66

src/FoLiA-2text.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2014 - 2024
2+
Copyright (c) 2014 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

src/FoLiA-abby.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2014 - 2024
2+
Copyright (c) 2014 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

src/FoLiA-alto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2014 - 2024
2+
Copyright (c) 2014 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

src/FoLiA-benchmark.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2014 - 2024
2+
Copyright (c) 2014 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

src/FoLiA-clean.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2014 - 2024
2+
Copyright (c) 2014 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

0 commit comments

Comments
 (0)