Skip to content

Commit 9968b57

Browse files
committed
Add original CIL authors
1 parent 2c062b9 commit 9968b57

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(version 2.0.0)
66
(source (github goblint/cil))
77
; (documentation "https://goblint.github.io/cil")
8-
(authors "Gabriel Kerneis" "Ralf Vogler" "Michael Schwarz" "Simmo Saan")
8+
(authors "George Necula" "Scott McPeak" "Westley Weimer" "Gabriel Kerneis" "Ralf Vogler" "Michael Schwarz" "Simmo Saan")
99
(maintainers "Michael Schwarz <michael.schwarz93@gmail.com>" "Simmo Saan <simmo.saan@gmail.com>")
1010
(license "BSD-3-Clause")
1111

goblint-cil.opam

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ maintainer: [
1616
"Michael Schwarz <michael.schwarz93@gmail.com>"
1717
"Simmo Saan <simmo.saan@gmail.com>"
1818
]
19-
authors: ["Gabriel Kerneis" "Ralf Vogler" "Michael Schwarz" "Simmo Saan"]
19+
authors: [
20+
"George Necula"
21+
"Scott McPeak"
22+
"Westley Weimer"
23+
"Gabriel Kerneis"
24+
"Ralf Vogler"
25+
"Michael Schwarz"
26+
"Simmo Saan"
27+
]
2028
license: "BSD-3-Clause"
2129
homepage: "https://github.com/goblint/cil"
2230
bug-reports: "https://github.com/goblint/cil/issues"

0 commit comments

Comments
 (0)