Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
23f7f2e2
Commit
23f7f2e2
authored
Apr 07, 2021
by
Stephane Glondu
Browse files
Update copyright dates
parent
ddb7cbb0
Pipeline
#234172
passed with stage
in 33 minutes and 38 seconds
Changes
100
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
23f7f2e2
...
...
@@ -76,7 +76,7 @@ Legal
By "internal code", we mean everything that is not in the
`ext/`
directory.
Copyright © 2012-202
0
Inria, CNRS
Copyright © 2012-202
1
Inria, CNRS
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
...
...
ext/jsbn/BigIntCompat.js
View file @
23f7f2e2
// BELENIOS
// Copyright © 201
9
-202
0
Inria, uses JSBN by Tom Wu
// Copyright © 201
2
-202
1
Inria, uses JSBN by Tom Wu
// See "LICENSE" for details.
// The following is an implementation of big integer operations needed by Belenios
...
...
src/lib/common.ml
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/common.mli
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/credential.ml
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/credential.mli
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/election.ml
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/election.mli
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/group.ml
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/group.mli
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/group_field.ml
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/group_field.mli
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/majority_judgment.ml
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/majority_judgment.mli
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/mixnet.ml
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/mixnet.mli
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/question.ml
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/question.mli
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/question_h.atd
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
src/lib/question_h.ml
View file @
23f7f2e2
(**************************************************************************)
(* BELENIOS *)
(* *)
(* Copyright © 2012-202
0
Inria *)
(* Copyright © 2012-202
1
Inria *)
(* *)
(* This program is free software: you can redistribute it and/or modify *)
(* it under the terms of the GNU Affero General Public License as *)
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment