Skip to content

Commit 5235da4

Browse files
Merge branch 'dev-author'. Close #243.
My name is not listed in the authors of Copilot, even though at this point I have contributed to most libraries. This change adds my name as author of those libraries I have contributed to the most.
2 parents e65ccba + d2d4f13 commit 5235da4

File tree

10 files changed

+10
-4
lines changed

10 files changed

+10
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Fix typo in description. (#240)
66
* Fix reset in counter example. (#54)
77
* Remove unnecessary files from repo. (#244)
8+
* Add I. Perez to author list. (#243)
89

910
2021-07-07
1011
* Version bump (3.4). (#231)

copilot.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 3.4
33
cabal-version: >= 1.10
44
license: BSD3
55
license-file: LICENSE
6-
author: Frank Dedden, Nis Nordby Wegmann, Lee Pike, Robin Morisset, Sebastian Niller, Alwyn Goodloe
6+
author: Frank Dedden, Nis Nordby Wegmann, Lee Pike, Robin Morisset, Sebastian Niller, Alwyn Goodloe, Ivan Perez
77
synopsis: A stream DSL for writing embedded C programs.
88
build-type: Simple
99
maintainer: Ivan Perez <ivan.perezdominguez@nasa.gov>

lib/copilot-c99/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Deprecate internal modules. (#237, #242)
77
* Update source repo location. (#241)
88
* Fix out-of-bounds array access. (#238)
9+
* Add I. Perez to author list. (#243)
910

1011
2021-07-07
1112
* Version bump (3.4). (#231)

lib/copilot-c99/copilot-c99.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ extra-source-files : README.md
2525

2626
author : Frank Dedden
2727
, Alwyn Goodloe
28+
, Ivan Perez
2829

2930
source-repository head
3031
type: git

lib/copilot-core/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Remove commented code. (#15)
44
* Update official maintainer. (#236)
55
* Update source repo location. (#241)
6+
* Add I. Perez to author list. (#243)
67

78
2021-07-07
89
* Version bump (3.4). (#231)

lib/copilot-core/copilot-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description:
1313
<https://copilot-language.github.io>.
1414

1515
author: Frank Dedden, Lee Pike, Robin Morisset, Alwyn Goodloe,
16-
Sebastian Niller, Nis Nordbyop Wegmann
16+
Sebastian Niller, Nis Nordbyop Wegmann, Ivan Perez
1717
license: BSD3
1818
license-file: LICENSE
1919
maintainer: Ivan Perez <ivan.perezdominguez@nasa.gov>

lib/copilot-language/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Deprecate structArg. (#111)
66
* Update source repo location. (#241)
77
* Deprecate module Copilot. (#107)
8+
* Add I. Perez to author list. (#243)
89

910
2021-07-07
1011
* Version bump (3.4). (#231)

lib/copilot-language/copilot-language.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description:
1616
license: BSD3
1717
license-file: LICENSE
1818
author: Frank Dedden, Lee Pike, Robin Morisset, Alwyn Goodloe,
19-
Sebastian Niller, Nis Nordby Wegmann
19+
Sebastian Niller, Nis Nordby Wegmann, Ivan Perez
2020
maintainer: Ivan Perez <ivan.perezdominguez@nasa.gov>
2121
homepage: https://copilot-language.github.io
2222
bug-reports: https://github.com/Copilot-Language/copilot/issues

lib/copilot-libraries/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Update travis domain in README. (#222)
33
* Update official maintainer. (#236)
44
* Update source repo location. (#241)
5+
* Add I. Perez to author list. (#243)
56

67
2021-07-07
78
* Version bump (3.4). (#231)

lib/copilot-libraries/copilot-libraries.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description:
1515
license: BSD3
1616
license-file: LICENSE
1717
author: Frank Dedden, Lee Pike, Robin Morisset, Alwyn Goodloe,
18-
Sebastian Niller, Nis Nordby Wegmann
18+
Sebastian Niller, Nis Nordby Wegmann, Ivan Perez
1919
maintainer: Ivan Perez <ivan.perezdominguez@nasa.gov>
2020
homepage: https://copilot-language.github.io
2121
bug-reports: https://github.com/Copilot-Language/copilot/issues

0 commit comments

Comments
 (0)