Skip to content

Commit 69b50fa

Browse files
committed
update copyright headers, authors file
1 parent c86908f commit 69b50fa

File tree

25 files changed

+41
-26
lines changed

25 files changed

+41
-26
lines changed

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Eduardo Robles Elvira <edulix AT wadobo DOT com>
1+
Eduardo Robles Elvira <edulix AT agoravoting DOT com>
2+
David Ruescas <david AT agoravoting DOT com>
3+
Daniel García Moreno <danigm AT wadobo DOT com>

examples/errorhandling/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# This file is part of frestq.
5-
# Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
5+
# Copyright (C) 2013-2016 Agora Voting SL <agora@agoravoting.com>
66

77
# frestq is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published by

examples/external/server_a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# This file is part of frestq.
5-
# Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
5+
# Copyright (C) 2013-2016 Agora Voting SL <agora@agoravoting.com>
66

77
# frestq is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published by

examples/external/server_b.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# This file is part of frestq.
5-
# Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
5+
# Copyright (C) 2013-2016 Agora Voting SL <agora@agoravoting.com>
66

77
# frestq is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published by

examples/hellossl/server_a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# This file is part of frestq.
5-
# Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
5+
# Copyright (C) 2013-2016 Agora Voting SL <agora@agoravoting.com>
66

77
# frestq is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published by

examples/hellossl/server_b.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# This file is part of frestq.
5-
# Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
5+
# Copyright (C) 2013-2016 Agora Voting SL <agora@agoravoting.com>
66

77
# frestq is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published by

examples/helloworld/server_a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# This file is part of frestq.
5-
# Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
5+
# Copyright (C) 2013-2016 Agora Voting SL <agora@agoravoting.com>
66

77
# frestq is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published by

examples/helloworld/server_b.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# This file is part of frestq.
5-
# Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
5+
# Copyright (C) 2013-2016 Agora Voting SL <agora@agoravoting.com>
66

77
# frestq is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published by

examples/synchronized/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
# This file is part of frestq.
4-
# Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
4+
# Copyright (C) 2013-2016 Agora Voting SL <agora@agoravoting.com>
55

66
# frestq is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU Lesser General Public License as published by
@@ -15,7 +15,6 @@
1515
# You should have received a copy of the GNU Lesser General Public License
1616
# along with frestq. If not, see <http://www.gnu.org/licenses/>.
1717

18-
1918
from frestq import decorators
2019
from frestq.app import app
2120
from frestq.action_handlers import SynchronizedSubtaskHandler

examples/synchronized/server_a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# This file is part of frestq.
5-
# Copyright (C) 2013 Eduardo Robles Elvira <edulix AT wadobo DOT com>
5+
# Copyright (C) 2013-2016 Agora Voting SL <agora@agoravoting.com>
66

77
# frestq is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published by

0 commit comments

Comments
 (0)