Skip to content

Commit 00dc9b4

Browse files
committedJun 20, 2016
add copyright headers, update authors file
1 parent cb17d5c commit 00dc9b4

File tree

77 files changed

+1311
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1311
-3
lines changed
 

‎AUTHORS

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Eduardo Robles Elvira <edulix AT agoravoting DOT com>
22
Javier Llorente Isidoro <javier AT agoravoting DOT com>
33
Daniel García Moreno <danigm AT agoravoting DOT com>
4-
Victor Ramírez de la Corte <victor AT agoravoting DOT com>
4+
Victor Ramírez de la Corte <victor AT agoravoting DOT com>
5+
Félix Robles Elvira <felix AT agoravoting DOT com>

‎Gruntfile.js

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/**
2+
* This file is part of agora-gui-admin.
3+
* Copyright (C) 2015-2016 Agora Voting SL <agora@agoravoting.com>
4+
5+
* agora-gui-admin is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License.
8+
9+
* agora-gui-admin is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU Affero General Public License for more details.
13+
14+
* You should have received a copy of the GNU Affero General Public License
15+
* along with agora-gui-admin. If not, see <http://www.gnu.org/licenses/>.
16+
**/
17+
118
/*jslint node: true */
219
'use strict';
320

0 commit comments

Comments
 (0)
Please sign in to comment.