Skip to content

Commit c875087

Browse files
committed
Update authors of the CAPI
1 parent dcd6082 commit c875087

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pineappl_capi/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[package]
2-
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
2+
authors = [
3+
"Christopher Schwan <handgranaten-herbert@posteo.de>",
4+
"Tanjona R. Rabemananjara <>"
5+
]
36
description = "C language interface to PineAPPL"
47
name = "pineappl_capi"
58
readme = "README.md"

pineappl_capi/cbindgen.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ language = "C"
44

55
header = """/*
66
* PineAPPL - PDF-independent binning of phase space weights
7-
* Copyright (C) 2020-2024 Christopher Schwan
7+
* Copyright (C) 2020-2025 Christopher Schwan
8+
* Copyright (C) 2024-2025 Tanjona R. Rabemananjara
89
910
* This program is free software: you can redistribute it and/or modify
1011
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)