Skip to content

Commit

Permalink
add copyright headers, update authors file
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jun 20, 2016
1 parent d12ac4b commit e858789
Show file tree
Hide file tree
Showing 62 changed files with 1,038 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Eduardo Robles Elvira <edulix AT agoravoting DOT com>
Javier Llorente Isidoro <javier AT agoravoting DOT com>
Daniel García Moreno <danigm AT agoravoting DOT com>
Victor Ramírez de la Corte <victor AT agoravoting DOT com>
Victor Ramírez de la Corte <victor AT agoravoting DOT com>
Félix Robles Elvira <felix AT agoravoting DOT com>
17 changes: 17 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

/*jslint node: true */
'use strict';

Expand Down
17 changes: 17 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module(
'agora-gui-common',
['ui.bootstrap',
Expand Down
16 changes: 16 additions & 0 deletions app.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

@import "avb-start-loading.less";
@import "avUi/global.less";
Expand Down
17 changes: 17 additions & 0 deletions avConfig.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

/*
* ConfigService is a function that returns the configuration that exists
* in this same file, which you might want to edit and tune if needed.
Expand Down
17 changes: 17 additions & 0 deletions avRegistration/auth-method-service.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')

.factory('Authmethod', function($http, $cookies, ConfigService, $interval) {
Expand Down
17 changes: 17 additions & 0 deletions avRegistration/field-directive/field-directive.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

/**
* Shows a field
*/
Expand Down
17 changes: 17 additions & 0 deletions avRegistration/fields/bool-field-directive/bool-field-directive.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrBoolField', function($state) {
return {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrCaptchaField', ['Authmethod', '$state', '$interval', function(Authmethod, $state, $interval) {
function link(scope, element, attrs) {
Expand Down
17 changes: 17 additions & 0 deletions avRegistration/fields/code-field-directive/code-field-directive.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrCodeField', function($state, Plugins) {
function link(scope, element, attrs) {
Expand Down
17 changes: 17 additions & 0 deletions avRegistration/fields/dni-field-directive/dni-field-directive.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrDniField', function($state) {
function link(scope, element, attrs) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrEmailField', function($state, Patterns) {
function link(scope, element, attrs) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrImageField', function($state, $timeout) {
function link(scope, element, attrs) {
Expand Down
17 changes: 17 additions & 0 deletions avRegistration/fields/int-field-directive/int-field-directive.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrIntField', function($state) {
function link(scope, element, attrs) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrPasswordField', function($state) {
return {
Expand Down
17 changes: 17 additions & 0 deletions avRegistration/fields/tel-field-directive/tel-field-directive.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrTelField', function($state) {
function link(scope, element, attrs) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration')
.directive('avrTextareaField', function($state) {
return {
Expand Down
17 changes: 17 additions & 0 deletions avRegistration/init.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration', ['ui.bootstrap','ui.utils','ui.router']);

angular.module('avRegistration').config(function() {
Expand Down
17 changes: 17 additions & 0 deletions avRegistration/login-controller/login-controller.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* This file is part of agora-gui-common.
* Copyright (C) 2015-2016 Agora Voting SL <[email protected]>
* agora-gui-common is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License.
* agora-gui-common is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with agora-gui-common. If not, see <http://www.gnu.org/licenses/>.
**/

angular.module('avRegistration').controller('LoginController',
function($scope, $stateParams, $filter, ConfigService, $i18next) {
$scope.event_id = $stateParams.id;
Expand Down
Loading

0 comments on commit e858789

Please sign in to comment.