Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Commit

Permalink
docs(header): add license header to source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Naylin15 committed Dec 14, 2017
1 parent 43afa58 commit 652365c
Show file tree
Hide file tree
Showing 48 changed files with 1,323 additions and 5 deletions.
28 changes: 28 additions & 0 deletions app/scripts/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc overview
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/about.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/accountvalidation.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/applications.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/contact.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/dashboard.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/device.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/devices.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/files.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/fleets.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/invitationlogs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
28 changes: 28 additions & 0 deletions app/scripts/controllers/invitations.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
* ----------------------------------------------------------------------------
* LICENSE
*
* This file is part of Flyve MDM Web Dashboard.
*
* Flyve MDM Web Dashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
* device management software.
*
* Flyve MDM Web Dashboard is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* Flyve MDM Web Dashboard 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.
* -----------------------------------------------------------------------------
* @author Alexander Salas - [email protected]
* @copyright Copyright (c) 2017 Flyve MDM
* @license AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
* @link https://github.com/flyve-mdm/legacy-web-dashboard/
* @link http://www.glpi-project.org/
* @link https://flyve-mdm.com/
* -----------------------------------------------------------------------------
*/

'use strict';
/**
* @ngdoc function
Expand Down
Loading

0 comments on commit 652365c

Please sign in to comment.