Browse code

Add Philippe Solodov to the AUTHORS file

Joseph Weston authored on 08/05/2020 13:38:56
Showing 1 changed files
... ...
@@ -11,5 +11,6 @@ Other contributors to Adaptive include:
11 11
 + Andrey E. Antipov
12 12
 + [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
13 13
 + Jorn Hoofwijk
14
++ Philippe Solodov (@philippeitis)
14 15
 + Victor Negîrneac (@caenrigen)
15 16
 + Thomas A Caswell (@tacaswell)
Browse code

add @tacaswell to the contributors

Fixes the Authors check in CI.

Bas Nijholt authored on 09/04/2020 13:32:17
Showing 1 changed files
... ...
@@ -12,3 +12,4 @@ Other contributors to Adaptive include:
12 12
 + [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
13 13
 + Jorn Hoofwijk
14 14
 + Victor Negîrneac (@caenrigen)
15
++ Thomas A Caswell (@tacaswell)
Browse code

add @caenrigen to authors file

Joseph Weston authored on 18/12/2019 17:53:00
Showing 1 changed files
... ...
@@ -11,3 +11,4 @@ Other contributors to Adaptive include:
11 11
 + Andrey E. Antipov
12 12
 + [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
13 13
 + Jorn Hoofwijk
14
++ Victor Negîrneac (@caenrigen)
Browse code

split up current maintainers and contributors

Bas Nijholt authored on 24/06/2019 23:05:04
Showing 1 changed files
... ...
@@ -1,8 +1,13 @@
1 1
 ## Authors
2
-Below is a list of the contributors to Adaptive:
3 2
 
4
-+ [Anton Akhmerov](<https://antonakhmerov.org>)
3
+The current maintainers of Adaptive are:
4
+
5 5
 + [Bas Nijholt](<http://nijho.lt>)
6
++ [Joseph Weston](<https://joseph.weston.cloud>)
7
++ [Anton Akhmerov](<https://antonakhmerov.org>)
8
+
9
+Other contributors to Adaptive include:
10
+
11
++ Andrey E. Antipov
6 12
 + [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
7 13
 + Jorn Hoofwijk
8
-+ [Joseph Weston](<https://joseph.weston.cloud>)
Browse code

documentation improvements

Bas Nijholt authored on 19/10/2018 14:19:42
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-# Adaptive Authors
1
+## Authors
2 2
 Below is a list of the contributors to Adaptive:
3 3
 
4 4
 + [Anton Akhmerov](<https://antonakhmerov.org>)
Browse code

add the authors to the documentation

and remove the code to find the complete author list from git because
our CI job will ensure that all the contributors will be included
in that file.

Bas Nijholt authored on 19/10/2018 13:56:19
Showing 1 changed files
... ...
@@ -6,9 +6,3 @@ Below is a list of the contributors to Adaptive:
6 6
 + [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
7 7
 + Jorn Hoofwijk
8 8
 + [Joseph Weston](<https://joseph.weston.cloud>)
9
-
10
-For a full list of contributors run
11
-
12
-```
13
-git log --pretty=format:"%an" | sort | uniq
14
-```
Browse code

sort authors alphabetically

Bas Nijholt authored on 18/07/2018 20:24:58
Showing 1 changed files
... ...
@@ -2,10 +2,10 @@
2 2
 Below is a list of the contributors to Adaptive:
3 3
 
4 4
 + [Anton Akhmerov](<https://antonakhmerov.org>)
5
-+ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
6 5
 + [Bas Nijholt](<http://nijho.lt>)
7
-+ [Joseph Weston](<https://joseph.weston.cloud>)
6
++ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
8 7
 + Jorn Hoofwijk
8
++ [Joseph Weston](<https://joseph.weston.cloud>)
9 9
 
10 10
 For a full list of contributors run
11 11
 
Browse code

add Jorn Hoofwijk as an author

Bas Nijholt authored on 24/05/2018 20:38:21
Showing 1 changed files
... ...
@@ -5,6 +5,7 @@ Below is a list of the contributors to Adaptive:
5 5
 + [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
6 6
 + [Bas Nijholt](<http://nijho.lt>)
7 7
 + [Joseph Weston](<https://joseph.weston.cloud>)
8
++ Jorn Hoofwijk
8 9
 
9 10
 For a full list of contributors run
10 11
 
Browse code

add Christoph Groth as 'adaptive' author

Bas Nijholt authored on 22/02/2018 20:34:42 • Joseph Weston committed on 22/02/2018 23:52:07
Showing 1 changed files
... ...
@@ -1,7 +1,8 @@
1 1
 # Adaptive Authors
2
-Below is a list of the main contributors to Adaptive:
2
+Below is a list of the contributors to Adaptive:
3 3
 
4 4
 + [Anton Akhmerov](<https://antonakhmerov.org>)
5
++ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
5 6
 + [Bas Nijholt](<http://nijho.lt>)
6 7
 + [Joseph Weston](<https://joseph.weston.cloud>)
7 8
 
Browse code

correct literal format in AUTHORS file

Joseph Weston authored on 19/02/2018 20:39:30
Showing 1 changed files
... ...
@@ -7,5 +7,6 @@ Below is a list of the main contributors to Adaptive:
7 7
 
8 8
 For a full list of contributors run
9 9
 
10
-    :::bash
11
-    git log --pretty=format:"%an" | sort | uniq
10
+```
11
+git log --pretty=format:"%an" | sort | uniq
12
+```
Browse code

update README.md and add AUTHORS.md

Joseph Weston authored on 19/02/2018 19:30:08
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+# Adaptive Authors
2
+Below is a list of the main contributors to Adaptive:
3
+
4
++ [Anton Akhmerov](<https://antonakhmerov.org>)
5
++ [Bas Nijholt](<http://nijho.lt>)
6
++ [Joseph Weston](<https://joseph.weston.cloud>)
7
+
8
+For a full list of contributors run
9
+
10
+    :::bash
11
+    git log --pretty=format:"%an" | sort | uniq