We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd6082 commit c875087Copy full SHA for c875087
2 files changed
pineappl_capi/Cargo.toml
@@ -1,5 +1,8 @@
1
[package]
2
-authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
+authors = [
3
+ "Christopher Schwan <handgranaten-herbert@posteo.de>",
4
+ "Tanjona R. Rabemananjara <>"
5
+]
6
description = "C language interface to PineAPPL"
7
name = "pineappl_capi"
8
readme = "README.md"
pineappl_capi/cbindgen.toml
@@ -4,7 +4,8 @@ language = "C"
header = """/*
* PineAPPL - PDF-independent binning of phase space weights
- * Copyright (C) 2020-2024 Christopher Schwan
+ * Copyright (C) 2020-2025 Christopher Schwan
+ * Copyright (C) 2024-2025 Tanjona R. Rabemananjara
9
10
* This program is free software: you can redistribute it and/or modify
11
* it under the terms of the GNU General Public License as published by
0 commit comments