From 90292f15f11004420b019c095c2d49160ea6707f Mon Sep 17 00:00:00 2001 From: Pierre-Gilles Leymarie Date: Sat, 14 Jul 2018 10:18:47 +0200 Subject: [PATCH] Remove old license header on each file --- api/controllers/ActionController.js | 8 ------- api/controllers/ActionTypeController.js | 14 ------------ api/controllers/AlarmController.js | 9 -------- api/controllers/CalendarEventController.js | 9 +------- api/controllers/DashboardController.js | 15 ------------- api/controllers/DeviceController.js | 9 -------- api/controllers/DeviceTypeController.js | 8 ------- api/controllers/HouseController.js | 8 ------- api/controllers/LauncherController.js | 8 ------- api/controllers/LocationController.js | 10 +-------- api/controllers/LockController.js | 15 ------------- api/controllers/MachineController.js | 8 ------- api/controllers/MessageController.js | 8 ------- api/controllers/ModeController.js | 10 +-------- api/controllers/ModuleController.js | 8 ------- api/controllers/MusicController.js | 8 ------- api/controllers/NotificationController.js | 9 -------- api/controllers/RoomController.js | 8 ------- api/controllers/ScenarioController.js | 10 +-------- api/controllers/ScriptController.js | 8 ------- api/controllers/SessionController.js | 17 -------------- api/controllers/SocketController.js | 15 ------------- api/controllers/StateController.js | 19 ---------------- api/controllers/StateTypeController.js | 15 ------------- api/controllers/TokenController.js | 15 ------------- api/controllers/UserController.js | 8 ------- api/controllers/WelcomeController.js | 15 ------------- api/models/Action.js | 15 ------------- api/models/ActionType.js | 15 ------------- api/models/Alarm.js | 21 ------------------ api/models/Calendar.js | 21 ------------------ api/models/CalendarEvent.js | 22 ------------------- api/models/EventType.js | 21 ------------------ api/models/GladysVersion.js | 8 ------- api/models/House.js | 21 ------------------ api/models/Launcher.js | 15 ------------- api/models/Location.js | 21 ------------------ api/models/Machine.js | 21 ------------------ api/models/Notification.js | 21 ------------------ api/models/NotificationType.js | 15 ------------- api/models/Param.js | 21 ------------------ api/models/ParamUser.js | 14 ------------ api/models/Room.js | 21 ------------------ api/models/State.js | 15 ------------- api/models/StateType.js | 15 ------------- api/models/Token.js | 15 ------------- api/models/User.js | 15 ------------- api/policies/authenticated.js | 11 +--------- api/policies/checkIfLocked.js | 12 ++-------- api/policies/checkToken.js | 17 -------------- api/responses/badRequest.js | 10 +-------- api/responses/forbidden.js | 9 -------- api/responses/notFound.js | 8 ------- api/responses/ok.js | 9 -------- api/responses/serverError.js | 11 +--------- app.js | 10 --------- assets/js/app/action/action.service.js | 11 +--------- .../js/app/actiontype/actiontype.service.js | 10 +-------- assets/js/app/alarm/alarm.controller.js | 11 +--------- assets/js/app/alarm/alarm.service.js | 9 -------- assets/js/app/app.module.js | 8 ------- assets/js/app/app.run.js | 8 ------- assets/js/app/area/area.service.js | 9 -------- assets/js/app/box/box.controller.js | 8 ------- assets/js/app/box/box.service.js | 8 ------- assets/js/app/boxtype/boxtype.service.js | 8 ------- assets/js/app/brain/brain.controller.js | 9 -------- assets/js/app/brain/brain.service.js | 9 -------- assets/js/app/browser/browser.service.js | 9 -------- assets/js/app/cache/cacheService.js | 11 +--------- .../app/calendar/calendar.box.controller.js | 9 -------- assets/js/app/calendar/calendar.config.js | 9 -------- assets/js/app/calendar/calendar.controller.js | 9 -------- assets/js/app/calendar/calendar.service.js | 10 +-------- assets/js/app/camera/camera.box.controller.js | 9 -------- assets/js/app/category/category.service.js | 9 -------- assets/js/app/device/chart.box.controller.js | 9 -------- .../app/device/device-room.box.controller.js | 11 +--------- .../app/device/device-value.box.controller.js | 9 -------- assets/js/app/device/device.controller.js | 9 -------- assets/js/app/device/device.service.js | 10 +-------- .../js/app/device/deviceState.controller.js | 11 +--------- assets/js/app/event/event.box.controller.js | 10 +-------- assets/js/app/event/event.controller.js | 10 +-------- assets/js/app/event/event.service.js | 8 ------- assets/js/app/eventtype/eventtype.service.js | 10 +-------- assets/js/app/geocoder/geocoder.service.js | 8 ------- .../app/geolocation/geolocation.controller.js | 10 +-------- .../js/app/geolocation/geolocation.service.js | 8 ------- assets/js/app/global/language.service.js | 8 ------- assets/js/app/house/house.controller.js | 8 ------- assets/js/app/house/house.service.js | 10 +-------- .../app/house/housePresence.box.controller.js | 8 ------- .../installation/installation.controller.js | 10 +-------- .../app/installation/installation.service.js | 8 ------- assets/js/app/launcher/launcher.service.js | 10 +-------- assets/js/app/machine/machine.controller.js | 10 +-------- assets/js/app/machine/machine.service.js | 8 ------- assets/js/app/maps/maps.controller.js | 8 ------- assets/js/app/message/message.controller.js | 10 +-------- assets/js/app/message/message.service.js | 8 ------- assets/js/app/mode/mode.box.controller.js | 8 ------- assets/js/app/mode/mode.controller.js | 10 +-------- assets/js/app/mode/mode.service.js | 10 +-------- .../module/module.configuration.controller.js | 10 +-------- assets/js/app/module/module.controller.js | 8 ------- assets/js/app/module/module.service.js | 10 +-------- assets/js/app/music/music.controller.js | 10 +-------- assets/js/app/music/music.service.js | 8 ------- .../notification/notification.controller.js | 10 +-------- .../app/notification/notification.service.js | 8 ------- .../notificationuser.controller.js | 10 +-------- .../notificationuser.service.js | 8 ------- assets/js/app/now/now.controller.js | 10 +-------- assets/js/app/param/param.controller.js | 10 +-------- assets/js/app/param/param.service.js | 8 ------- .../js/app/paramuser/paramUser.controller.js | 10 +-------- assets/js/app/paramuser/paramUser.service.js | 10 +-------- .../js/app/recognition/recognition.service.js | 10 +-------- assets/js/app/room/room.service.js | 10 +-------- assets/js/app/scenario/scenario.controller.js | 8 ------- assets/js/app/scenario/scenario.service.js | 10 +-------- assets/js/app/script/script.controller.js | 10 +-------- assets/js/app/script/script.service.js | 10 +-------- assets/js/app/sensor/sensor.controller.js | 10 +-------- assets/js/app/sensor/sensor.service.js | 10 +-------- assets/js/app/sentence/sentence.controller.js | 9 -------- assets/js/app/sentence/sentence.service.js | 10 +-------- assets/js/app/sleep/sleep.controller.js | 10 +-------- assets/js/app/sleep/sleep.service.js | 8 ------- assets/js/app/socket/socket.service.js | 10 +-------- assets/js/app/sound/sound.service.js | 10 +-------- assets/js/app/state/state.service.js | 8 ------- assets/js/app/statetype/statetype.service.js | 8 ------- assets/js/app/store/store.service.js | 10 +-------- assets/js/app/system/system.controller.js | 8 ------- assets/js/app/system/system.service.js | 10 +-------- assets/js/app/token/token.controller.js | 10 +-------- assets/js/app/token/token.service.js | 10 +-------- assets/js/app/update/update.service.js | 10 +-------- assets/js/app/user/user.controller.js | 10 +-------- assets/js/app/user/user.service.js | 10 +-------- assets/js/app/voice/voice.service.js | 8 ------- assets/js/app/weather/weather.controller.js | 10 +-------- assets/js/app/weather/weather.service.js | 10 +-------- config/actionTypes.js | 12 +--------- config/machine.js | 10 +-------- config/scenario.js | 11 +--------- config/scripts.js | 9 -------- config/sleepTimeRecommandation.js | 11 +--------- dev.js | 9 -------- init.js | 9 -------- 152 files changed, 61 insertions(+), 1581 deletions(-) diff --git a/api/controllers/ActionController.js b/api/controllers/ActionController.js index 45a15a822e..4fde62a9a4 100644 --- a/api/controllers/ActionController.js +++ b/api/controllers/ActionController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ module.exports = { diff --git a/api/controllers/ActionTypeController.js b/api/controllers/ActionTypeController.js index d7583bfc5a..82aa959f8b 100644 --- a/api/controllers/ActionTypeController.js +++ b/api/controllers/ActionTypeController.js @@ -1,17 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ -/** - * ActionTypeController - * - * @description :: Server-side logic for managing Actiontypes - * @help :: See http://links.sailsjs.org/docs/controllers - */ module.exports = { diff --git a/api/controllers/AlarmController.js b/api/controllers/AlarmController.js index a4a6148fc9..3b5a6418f7 100644 --- a/api/controllers/AlarmController.js +++ b/api/controllers/AlarmController.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - /** * @apiDefine AlarmSuccess diff --git a/api/controllers/CalendarEventController.js b/api/controllers/CalendarEventController.js index 6d1ea15dd8..8a14d8c409 100644 --- a/api/controllers/CalendarEventController.js +++ b/api/controllers/CalendarEventController.js @@ -1,11 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ + /** * CalendarEventController * diff --git a/api/controllers/DashboardController.js b/api/controllers/DashboardController.js index c08f6c23cb..cb1a8d10a3 100644 --- a/api/controllers/DashboardController.js +++ b/api/controllers/DashboardController.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ -/** - * DashboardController - * - * @description :: Server-side logic for managing the dashboard - * @help :: See http://links.sailsjs.org/docs/controllers - */ - const path = require('path'); const fs = require('fs'); const BASE_PATH = path.join(__dirname, '../../'); diff --git a/api/controllers/DeviceController.js b/api/controllers/DeviceController.js index a9c5450713..97383aa574 100644 --- a/api/controllers/DeviceController.js +++ b/api/controllers/DeviceController.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - /** * @apiDefine DeviceSuccess diff --git a/api/controllers/DeviceTypeController.js b/api/controllers/DeviceTypeController.js index 5eebb68cc1..000be10a2f 100644 --- a/api/controllers/DeviceTypeController.js +++ b/api/controllers/DeviceTypeController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ /** * @apiDefine DeviceTypeSuccess diff --git a/api/controllers/HouseController.js b/api/controllers/HouseController.js index b398377309..6d1beb31d7 100644 --- a/api/controllers/HouseController.js +++ b/api/controllers/HouseController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ /** * @apiDefine HouseSuccess diff --git a/api/controllers/LauncherController.js b/api/controllers/LauncherController.js index 40fa845429..e5aecd7d13 100644 --- a/api/controllers/LauncherController.js +++ b/api/controllers/LauncherController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ module.exports = { diff --git a/api/controllers/LocationController.js b/api/controllers/LocationController.js index 010c74a875..7dbc1c1981 100755 --- a/api/controllers/LocationController.js +++ b/api/controllers/LocationController.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + /** * @apiDefine LocationSuccess * @apiSuccess {datetime} datetime Datetime of the location diff --git a/api/controllers/LockController.js b/api/controllers/LockController.js index 134517dbe0..cf874deb24 100644 --- a/api/controllers/LockController.js +++ b/api/controllers/LockController.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * LockController - * - * @description :: Server-side logic for managing locks - * @help :: See http://links.sailsjs.org/docs/controllers - */ module.exports = { diff --git a/api/controllers/MachineController.js b/api/controllers/MachineController.js index 4379ef7dbf..499bb3f569 100644 --- a/api/controllers/MachineController.js +++ b/api/controllers/MachineController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ module.exports = { diff --git a/api/controllers/MessageController.js b/api/controllers/MessageController.js index de16f20bc1..768f8bd620 100644 --- a/api/controllers/MessageController.js +++ b/api/controllers/MessageController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ /** * @apiDefine MessageSuccess diff --git a/api/controllers/ModeController.js b/api/controllers/ModeController.js index 82eb6c37e8..b238aa3d97 100644 --- a/api/controllers/ModeController.js +++ b/api/controllers/ModeController.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + /** * @apiDefine ModeSuccess * @apiSuccess {String} code Unique code of the Mode diff --git a/api/controllers/ModuleController.js b/api/controllers/ModuleController.js index 168554b474..78794f8881 100644 --- a/api/controllers/ModuleController.js +++ b/api/controllers/ModuleController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ module.exports = { diff --git a/api/controllers/MusicController.js b/api/controllers/MusicController.js index 65c4cd5f72..af82a953ef 100644 --- a/api/controllers/MusicController.js +++ b/api/controllers/MusicController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ /** * @apiDefine MusicParam diff --git a/api/controllers/NotificationController.js b/api/controllers/NotificationController.js index 9751ffb316..f8d1d7d0d0 100755 --- a/api/controllers/NotificationController.js +++ b/api/controllers/NotificationController.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - module.exports = { diff --git a/api/controllers/RoomController.js b/api/controllers/RoomController.js index a5a43f480b..878a947c89 100755 --- a/api/controllers/RoomController.js +++ b/api/controllers/RoomController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ /** * @apiDefine RoomSuccess diff --git a/api/controllers/ScenarioController.js b/api/controllers/ScenarioController.js index c7f0496f4a..085f4b14d8 100644 --- a/api/controllers/ScenarioController.js +++ b/api/controllers/ScenarioController.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + /** * ScenarioController * diff --git a/api/controllers/ScriptController.js b/api/controllers/ScriptController.js index 5eccc47dda..6f44a5d2b7 100644 --- a/api/controllers/ScriptController.js +++ b/api/controllers/ScriptController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ module.exports = { diff --git a/api/controllers/SessionController.js b/api/controllers/SessionController.js index 24ae9ed76f..d1e419c8e1 100755 --- a/api/controllers/SessionController.js +++ b/api/controllers/SessionController.js @@ -1,20 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * SessionController - * - * @module :: Controller - * @description :: - * @docs :: http://sailsjs.org/#!documentation/controllers - */ - var bcrypt = require('bcrypt'); var jwt = require('jsonwebtoken'); diff --git a/api/controllers/SocketController.js b/api/controllers/SocketController.js index c773a7e702..d7fa02ea58 100644 --- a/api/controllers/SocketController.js +++ b/api/controllers/SocketController.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * SocketController - * - * @description :: Server-side logic for managing sockets - * @help :: See http://links.sailsjs.org/docs/controllers - */ module.exports = { diff --git a/api/controllers/StateController.js b/api/controllers/StateController.js index ff43a7a3cb..ffbd9539f8 100644 --- a/api/controllers/StateController.js +++ b/api/controllers/StateController.js @@ -1,22 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * StateController - * @description :: Server-side logic for managing states - * @help :: See http://links.sailsjs.org/docs/controllers - * @method haveRights - * @param {} state - * @param {} user - * @param {} callback - * @return - */ module.exports = { diff --git a/api/controllers/StateTypeController.js b/api/controllers/StateTypeController.js index cba4a1368c..bf05916b04 100644 --- a/api/controllers/StateTypeController.js +++ b/api/controllers/StateTypeController.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * StateTypeController - * - * @description :: Server-side logic for managing Statetypes - * @help :: See http://links.sailsjs.org/docs/controllers - */ module.exports = { diff --git a/api/controllers/TokenController.js b/api/controllers/TokenController.js index e81a98edfb..624131a40b 100755 --- a/api/controllers/TokenController.js +++ b/api/controllers/TokenController.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * TokenController - * - * @description :: Server-side logic for managing tokens - * @help :: See http://links.sailsjs.org/docs/controllers - */ module.exports = { diff --git a/api/controllers/UserController.js b/api/controllers/UserController.js index a3191fc195..df0f3bf48f 100755 --- a/api/controllers/UserController.js +++ b/api/controllers/UserController.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ /** * @apiDefine UserSuccess diff --git a/api/controllers/WelcomeController.js b/api/controllers/WelcomeController.js index b1f3137b28..87fd6bcfa7 100644 --- a/api/controllers/WelcomeController.js +++ b/api/controllers/WelcomeController.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * AccueilController - * - * @description :: Server-side logic for managing Accueils - * @help :: See http://links.sailsjs.org/docs/controllers - */ module.exports = { diff --git a/api/models/Action.js b/api/models/Action.js index 5b29b668ba..3330fcb32f 100644 --- a/api/models/Action.js +++ b/api/models/Action.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * Action.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ module.exports = { diff --git a/api/models/ActionType.js b/api/models/ActionType.js index 35d2996e39..90c7939d3a 100644 --- a/api/models/ActionType.js +++ b/api/models/ActionType.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * ActionType.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ module.exports = { diff --git a/api/models/Alarm.js b/api/models/Alarm.js index 59adec5de1..40f176896c 100644 --- a/api/models/Alarm.js +++ b/api/models/Alarm.js @@ -1,24 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * Alarm.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ - - /** - * @public - * @name Alarm - * @class - */ module.exports = { diff --git a/api/models/Calendar.js b/api/models/Calendar.js index ea4a482a8e..979b82dea4 100644 --- a/api/models/Calendar.js +++ b/api/models/Calendar.js @@ -1,24 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * CalendarList.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ - - /** - * @public - * @name Calendar - * @class - */ module.exports = { diff --git a/api/models/CalendarEvent.js b/api/models/CalendarEvent.js index 55fbbc1413..18483d53d2 100644 --- a/api/models/CalendarEvent.js +++ b/api/models/CalendarEvent.js @@ -1,25 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * CalendarEvent.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ - - - /** - * @public - * @name CalendarEvent - * @class - */ module.exports = { diff --git a/api/models/EventType.js b/api/models/EventType.js index ff91d6d6b4..25539512d5 100755 --- a/api/models/EventType.js +++ b/api/models/EventType.js @@ -1,24 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * EventType.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ - -/** - * @public - * @name EventType - * @class - */ module.exports = { diff --git a/api/models/GladysVersion.js b/api/models/GladysVersion.js index e6396fba0a..a1b3c8df25 100644 --- a/api/models/GladysVersion.js +++ b/api/models/GladysVersion.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ module.exports = { diff --git a/api/models/House.js b/api/models/House.js index 571a08f829..fe892cf6c7 100755 --- a/api/models/House.js +++ b/api/models/House.js @@ -1,24 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * House.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ - - /** - * @public - * @name House - * @class - */ module.exports = { diff --git a/api/models/Launcher.js b/api/models/Launcher.js index 08f7503a54..74a83c263d 100644 --- a/api/models/Launcher.js +++ b/api/models/Launcher.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * launcher.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ module.exports = { diff --git a/api/models/Location.js b/api/models/Location.js index 1958f8dbc9..4a49cba8c1 100755 --- a/api/models/Location.js +++ b/api/models/Location.js @@ -1,24 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * Location.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ - -/** - * @public - * @name Location - * @class - */ module.exports = { diff --git a/api/models/Machine.js b/api/models/Machine.js index ffe83c6548..6e8d41c8df 100644 --- a/api/models/Machine.js +++ b/api/models/Machine.js @@ -1,24 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * Machine.js - * - * @description :: A Machine represent a instance of Gladys Server. Can be a Master or a Slave. - * @docs :: http://sailsjs.org/#!documentation/models - */ - - /** - * @public - * @name Machine - * @class - */ module.exports = { diff --git a/api/models/Notification.js b/api/models/Notification.js index 680bb6e24d..be11c47fd3 100755 --- a/api/models/Notification.js +++ b/api/models/Notification.js @@ -1,24 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * Notification.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ - - /** - * @public - * @name Notification - * @class - */ module.exports = { diff --git a/api/models/NotificationType.js b/api/models/NotificationType.js index 42aaa91a86..bbe853b671 100644 --- a/api/models/NotificationType.js +++ b/api/models/NotificationType.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * NotificationType.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ module.exports = { diff --git a/api/models/Param.js b/api/models/Param.js index c540f4260a..3e516af998 100644 --- a/api/models/Param.js +++ b/api/models/Param.js @@ -1,24 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * Param.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ - - /** - * @public - * @name Param - * @class - */ module.exports = { diff --git a/api/models/ParamUser.js b/api/models/ParamUser.js index bcf5612839..09e425113c 100644 --- a/api/models/ParamUser.js +++ b/api/models/ParamUser.js @@ -1,17 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * @public - * @name ParamUser - * @class - */ module.exports = { diff --git a/api/models/Room.js b/api/models/Room.js index d8ab49a57f..c386019c1d 100755 --- a/api/models/Room.js +++ b/api/models/Room.js @@ -1,24 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * Room.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ - - /** - * @public - * @name Room - * @class - */ module.exports = { diff --git a/api/models/State.js b/api/models/State.js index 86c96e0e7f..0035adb3db 100644 --- a/api/models/State.js +++ b/api/models/State.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * state.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ module.exports = { diff --git a/api/models/StateType.js b/api/models/StateType.js index 4746ad9730..66a77f6346 100644 --- a/api/models/StateType.js +++ b/api/models/StateType.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * StateType.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ module.exports = { diff --git a/api/models/Token.js b/api/models/Token.js index 02478c3d34..2af9b6a5ea 100755 --- a/api/models/Token.js +++ b/api/models/Token.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * Token.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ module.exports = { diff --git a/api/models/User.js b/api/models/User.js index e9e48fb192..f59f3cc9a3 100755 --- a/api/models/User.js +++ b/api/models/User.js @@ -1,18 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * User.js - * - * @description :: TODO: You might write a short summary of how this model works and what it represents here. - * @docs :: http://sailsjs.org/#!documentation/models - */ var bcrypt = require('bcrypt'); diff --git a/api/policies/authenticated.js b/api/policies/authenticated.js index 164aa5a316..06da1ac923 100644 --- a/api/policies/authenticated.js +++ b/api/policies/authenticated.js @@ -1,18 +1,9 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - /** * @apiDefine authenticated Connected user only * Allow only a connected user to pass */ + module.exports = function(req, res, next) { // User is allowed, proceed to controller diff --git a/api/policies/checkIfLocked.js b/api/policies/checkIfLocked.js index 9ce2962352..eb062fa708 100644 --- a/api/policies/checkIfLocked.js +++ b/api/policies/checkIfLocked.js @@ -1,13 +1,5 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** + + /** * Allow any authenticated user. */ module.exports = function(req, res, next) { diff --git a/api/policies/checkToken.js b/api/policies/checkToken.js index a4a353c4b4..6340fae3d8 100755 --- a/api/policies/checkToken.js +++ b/api/policies/checkToken.js @@ -1,20 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - -/** - * checkToken - * - * @module :: Policy - * @description :: Simple policy to allow a valid token - * @docs :: http://sailsjs.org/#!documentation/policies - * - */ var jwt = require('jsonwebtoken'); diff --git a/api/responses/badRequest.js b/api/responses/badRequest.js index 3e2ca0fe2e..605a67debb 100755 --- a/api/responses/badRequest.js +++ b/api/responses/badRequest.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + /** * 400 (Bad Request) Handler * diff --git a/api/responses/forbidden.js b/api/responses/forbidden.js index b7e2087afb..d6155e39a0 100755 --- a/api/responses/forbidden.js +++ b/api/responses/forbidden.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - /** * 403 (Forbidden) Handler diff --git a/api/responses/notFound.js b/api/responses/notFound.js index 4389c536b1..93a49e477c 100755 --- a/api/responses/notFound.js +++ b/api/responses/notFound.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ /** * 404 (Not Found) Handler diff --git a/api/responses/ok.js b/api/responses/ok.js index 64fc79e760..866a95c51d 100755 --- a/api/responses/ok.js +++ b/api/responses/ok.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - /** * 200 (OK) Response diff --git a/api/responses/serverError.js b/api/responses/serverError.js index 89a5867126..de66f66fc3 100755 --- a/api/responses/serverError.js +++ b/api/responses/serverError.js @@ -1,13 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - + /** * 500 (Server Error) Response * diff --git a/app.js b/app.js index 8fac087d03..e5526616cb 100755 --- a/app.js +++ b/app.js @@ -1,14 +1,4 @@ #!/usr/bin/env node - -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - /** * app.js diff --git a/assets/js/app/action/action.service.js b/assets/js/app/action/action.service.js index 15d6249fd9..13259d6e78 100644 --- a/assets/js/app/action/action.service.js +++ b/assets/js/app/action/action.service.js @@ -1,13 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - + (function () { 'use strict'; diff --git a/assets/js/app/actiontype/actiontype.service.js b/assets/js/app/actiontype/actiontype.service.js index dcf2409c06..8c1b580a9e 100644 --- a/assets/js/app/actiontype/actiontype.service.js +++ b/assets/js/app/actiontype/actiontype.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/alarm/alarm.controller.js b/assets/js/app/alarm/alarm.controller.js index 0fe19f416e..f68c236718 100644 --- a/assets/js/app/alarm/alarm.controller.js +++ b/assets/js/app/alarm/alarm.controller.js @@ -1,13 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - + (function () { 'use strict'; diff --git a/assets/js/app/alarm/alarm.service.js b/assets/js/app/alarm/alarm.service.js index f10e6bc17a..87a109420d 100644 --- a/assets/js/app/alarm/alarm.service.js +++ b/assets/js/app/alarm/alarm.service.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/app.module.js b/assets/js/app/app.module.js index 5ed9a326fd..664d04b81a 100644 --- a/assets/js/app/app.module.js +++ b/assets/js/app/app.module.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function() { 'use strict'; diff --git a/assets/js/app/app.run.js b/assets/js/app/app.run.js index 0a4d3eb2fa..e8a6d5ed61 100644 --- a/assets/js/app/app.run.js +++ b/assets/js/app/app.run.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function() { 'use strict'; diff --git a/assets/js/app/area/area.service.js b/assets/js/app/area/area.service.js index 8273eb2664..c7b3acdd3b 100644 --- a/assets/js/app/area/area.service.js +++ b/assets/js/app/area/area.service.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/box/box.controller.js b/assets/js/app/box/box.controller.js index 59ef1c4a76..ff76c23ec1 100644 --- a/assets/js/app/box/box.controller.js +++ b/assets/js/app/box/box.controller.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/box/box.service.js b/assets/js/app/box/box.service.js index e26073b138..531e261a31 100644 --- a/assets/js/app/box/box.service.js +++ b/assets/js/app/box/box.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/boxtype/boxtype.service.js b/assets/js/app/boxtype/boxtype.service.js index a9562f8237..0bb53e520e 100644 --- a/assets/js/app/boxtype/boxtype.service.js +++ b/assets/js/app/boxtype/boxtype.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/brain/brain.controller.js b/assets/js/app/brain/brain.controller.js index 6b9579d085..fa86a8fdd4 100644 --- a/assets/js/app/brain/brain.controller.js +++ b/assets/js/app/brain/brain.controller.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/brain/brain.service.js b/assets/js/app/brain/brain.service.js index 34cca28bf5..c51bd8c812 100644 --- a/assets/js/app/brain/brain.service.js +++ b/assets/js/app/brain/brain.service.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/browser/browser.service.js b/assets/js/app/browser/browser.service.js index 25df12a5fa..10b28a81f1 100644 --- a/assets/js/app/browser/browser.service.js +++ b/assets/js/app/browser/browser.service.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/cache/cacheService.js b/assets/js/app/cache/cacheService.js index dfa48ef64c..757a3b1753 100644 --- a/assets/js/app/cache/cacheService.js +++ b/assets/js/app/cache/cacheService.js @@ -1,13 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - + (function () { 'use strict'; diff --git a/assets/js/app/calendar/calendar.box.controller.js b/assets/js/app/calendar/calendar.box.controller.js index c623caba82..d40517b240 100644 --- a/assets/js/app/calendar/calendar.box.controller.js +++ b/assets/js/app/calendar/calendar.box.controller.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/calendar/calendar.config.js b/assets/js/app/calendar/calendar.config.js index e6662d732d..c8a9d5ee0a 100644 --- a/assets/js/app/calendar/calendar.config.js +++ b/assets/js/app/calendar/calendar.config.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/calendar/calendar.controller.js b/assets/js/app/calendar/calendar.controller.js index cb217bf720..ae10fdf450 100644 --- a/assets/js/app/calendar/calendar.controller.js +++ b/assets/js/app/calendar/calendar.controller.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/calendar/calendar.service.js b/assets/js/app/calendar/calendar.service.js index 6441d5d228..3659244cad 100644 --- a/assets/js/app/calendar/calendar.service.js +++ b/assets/js/app/calendar/calendar.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/camera/camera.box.controller.js b/assets/js/app/camera/camera.box.controller.js index 3f124c9176..df6abc35c0 100644 --- a/assets/js/app/camera/camera.box.controller.js +++ b/assets/js/app/camera/camera.box.controller.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/category/category.service.js b/assets/js/app/category/category.service.js index 709927c756..e2ee35ee1d 100644 --- a/assets/js/app/category/category.service.js +++ b/assets/js/app/category/category.service.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/device/chart.box.controller.js b/assets/js/app/device/chart.box.controller.js index 67bc2b834b..e2ec67893b 100644 --- a/assets/js/app/device/chart.box.controller.js +++ b/assets/js/app/device/chart.box.controller.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/device/device-room.box.controller.js b/assets/js/app/device/device-room.box.controller.js index 6fa55809f1..676108da95 100644 --- a/assets/js/app/device/device-room.box.controller.js +++ b/assets/js/app/device/device-room.box.controller.js @@ -1,13 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - + (function () { 'use strict'; diff --git a/assets/js/app/device/device-value.box.controller.js b/assets/js/app/device/device-value.box.controller.js index 82f0f1bf87..efedd0fcf6 100644 --- a/assets/js/app/device/device-value.box.controller.js +++ b/assets/js/app/device/device-value.box.controller.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Mathieu Andrade - */ - (function () { 'use strict'; diff --git a/assets/js/app/device/device.controller.js b/assets/js/app/device/device.controller.js index dc27603d59..de6ed36d28 100644 --- a/assets/js/app/device/device.controller.js +++ b/assets/js/app/device/device.controller.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/device/device.service.js b/assets/js/app/device/device.service.js index 284cf5e164..a67d4230b5 100644 --- a/assets/js/app/device/device.service.js +++ b/assets/js/app/device/device.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/device/deviceState.controller.js b/assets/js/app/device/deviceState.controller.js index 70631330c3..8c224a83d3 100644 --- a/assets/js/app/device/deviceState.controller.js +++ b/assets/js/app/device/deviceState.controller.js @@ -1,13 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - + (function () { 'use strict'; diff --git a/assets/js/app/event/event.box.controller.js b/assets/js/app/event/event.box.controller.js index a73b82dadc..855745d0c7 100644 --- a/assets/js/app/event/event.box.controller.js +++ b/assets/js/app/event/event.box.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/event/event.controller.js b/assets/js/app/event/event.controller.js index b9dc810085..60aac0de7b 100644 --- a/assets/js/app/event/event.controller.js +++ b/assets/js/app/event/event.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/event/event.service.js b/assets/js/app/event/event.service.js index b9d2a11843..2fe03a6b97 100644 --- a/assets/js/app/event/event.service.js +++ b/assets/js/app/event/event.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/eventtype/eventtype.service.js b/assets/js/app/eventtype/eventtype.service.js index 9e4dd2dbae..d609deda5d 100644 --- a/assets/js/app/eventtype/eventtype.service.js +++ b/assets/js/app/eventtype/eventtype.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/geocoder/geocoder.service.js b/assets/js/app/geocoder/geocoder.service.js index 84cc3d2258..01b441f77b 100644 --- a/assets/js/app/geocoder/geocoder.service.js +++ b/assets/js/app/geocoder/geocoder.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/geolocation/geolocation.controller.js b/assets/js/app/geolocation/geolocation.controller.js index d77d073158..2ad5033700 100644 --- a/assets/js/app/geolocation/geolocation.controller.js +++ b/assets/js/app/geolocation/geolocation.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/geolocation/geolocation.service.js b/assets/js/app/geolocation/geolocation.service.js index db93ac57ed..d360d1000f 100644 --- a/assets/js/app/geolocation/geolocation.service.js +++ b/assets/js/app/geolocation/geolocation.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/global/language.service.js b/assets/js/app/global/language.service.js index 052f08946e..2e591c501c 100644 --- a/assets/js/app/global/language.service.js +++ b/assets/js/app/global/language.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/house/house.controller.js b/assets/js/app/house/house.controller.js index 462875a2e0..314f2d3243 100644 --- a/assets/js/app/house/house.controller.js +++ b/assets/js/app/house/house.controller.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/house/house.service.js b/assets/js/app/house/house.service.js index 257743a896..fe54dd8392 100644 --- a/assets/js/app/house/house.service.js +++ b/assets/js/app/house/house.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/house/housePresence.box.controller.js b/assets/js/app/house/housePresence.box.controller.js index 2faa687ea7..d1e5cd9472 100644 --- a/assets/js/app/house/housePresence.box.controller.js +++ b/assets/js/app/house/housePresence.box.controller.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/installation/installation.controller.js b/assets/js/app/installation/installation.controller.js index a57736d158..e400b293dd 100644 --- a/assets/js/app/installation/installation.controller.js +++ b/assets/js/app/installation/installation.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/installation/installation.service.js b/assets/js/app/installation/installation.service.js index 4aa8f521f0..f80a032658 100644 --- a/assets/js/app/installation/installation.service.js +++ b/assets/js/app/installation/installation.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/launcher/launcher.service.js b/assets/js/app/launcher/launcher.service.js index c94526d9a3..65e9c1548e 100644 --- a/assets/js/app/launcher/launcher.service.js +++ b/assets/js/app/launcher/launcher.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/machine/machine.controller.js b/assets/js/app/machine/machine.controller.js index f2cb8d5241..0c76001c51 100644 --- a/assets/js/app/machine/machine.controller.js +++ b/assets/js/app/machine/machine.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/machine/machine.service.js b/assets/js/app/machine/machine.service.js index 2464ccd465..1babcc7c0c 100644 --- a/assets/js/app/machine/machine.service.js +++ b/assets/js/app/machine/machine.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/maps/maps.controller.js b/assets/js/app/maps/maps.controller.js index bd08e1b97f..4c3d8f6d61 100644 --- a/assets/js/app/maps/maps.controller.js +++ b/assets/js/app/maps/maps.controller.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/message/message.controller.js b/assets/js/app/message/message.controller.js index 9efcc42751..6c9a519cf5 100644 --- a/assets/js/app/message/message.controller.js +++ b/assets/js/app/message/message.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/message/message.service.js b/assets/js/app/message/message.service.js index ca8ca3446a..4416ae6571 100644 --- a/assets/js/app/message/message.service.js +++ b/assets/js/app/message/message.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/mode/mode.box.controller.js b/assets/js/app/mode/mode.box.controller.js index 94a19268c4..f4340a33ba 100644 --- a/assets/js/app/mode/mode.box.controller.js +++ b/assets/js/app/mode/mode.box.controller.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: pjap93 - */ (function () { 'use strict'; diff --git a/assets/js/app/mode/mode.controller.js b/assets/js/app/mode/mode.controller.js index 60eb34c346..094a1660a4 100644 --- a/assets/js/app/mode/mode.controller.js +++ b/assets/js/app/mode/mode.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/mode/mode.service.js b/assets/js/app/mode/mode.service.js index e7ca7715ef..5162f58c1f 100644 --- a/assets/js/app/mode/mode.service.js +++ b/assets/js/app/mode/mode.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/module/module.configuration.controller.js b/assets/js/app/module/module.configuration.controller.js index 88e8d109bc..95b8076710 100644 --- a/assets/js/app/module/module.configuration.controller.js +++ b/assets/js/app/module/module.configuration.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/module/module.controller.js b/assets/js/app/module/module.controller.js index 847ef16b8f..52e779e4cc 100644 --- a/assets/js/app/module/module.controller.js +++ b/assets/js/app/module/module.controller.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/module/module.service.js b/assets/js/app/module/module.service.js index a970d34160..ef50b255b1 100644 --- a/assets/js/app/module/module.service.js +++ b/assets/js/app/module/module.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/music/music.controller.js b/assets/js/app/music/music.controller.js index bafc14c65d..82cd96ac5f 100644 --- a/assets/js/app/music/music.controller.js +++ b/assets/js/app/music/music.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/music/music.service.js b/assets/js/app/music/music.service.js index 07c2452c83..4a94b0b85a 100644 --- a/assets/js/app/music/music.service.js +++ b/assets/js/app/music/music.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/notification/notification.controller.js b/assets/js/app/notification/notification.controller.js index 656c3f4e40..d6db6137f1 100644 --- a/assets/js/app/notification/notification.controller.js +++ b/assets/js/app/notification/notification.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/notification/notification.service.js b/assets/js/app/notification/notification.service.js index 2e44b2ab73..6b270d5112 100644 --- a/assets/js/app/notification/notification.service.js +++ b/assets/js/app/notification/notification.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/notificationuser/notificationuser.controller.js b/assets/js/app/notificationuser/notificationuser.controller.js index f61ef96c67..94c351cd05 100644 --- a/assets/js/app/notificationuser/notificationuser.controller.js +++ b/assets/js/app/notificationuser/notificationuser.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/notificationuser/notificationuser.service.js b/assets/js/app/notificationuser/notificationuser.service.js index 6274ee2ae8..363fa7e659 100644 --- a/assets/js/app/notificationuser/notificationuser.service.js +++ b/assets/js/app/notificationuser/notificationuser.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/now/now.controller.js b/assets/js/app/now/now.controller.js index cdcef925cc..d39cdcb764 100644 --- a/assets/js/app/now/now.controller.js +++ b/assets/js/app/now/now.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/param/param.controller.js b/assets/js/app/param/param.controller.js index b5421d1d76..024bb925bc 100644 --- a/assets/js/app/param/param.controller.js +++ b/assets/js/app/param/param.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/param/param.service.js b/assets/js/app/param/param.service.js index 126461de57..f7431d0ec9 100644 --- a/assets/js/app/param/param.service.js +++ b/assets/js/app/param/param.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/paramuser/paramUser.controller.js b/assets/js/app/paramuser/paramUser.controller.js index 112f8af4a7..3c55d80cb3 100644 --- a/assets/js/app/paramuser/paramUser.controller.js +++ b/assets/js/app/paramuser/paramUser.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/paramuser/paramUser.service.js b/assets/js/app/paramuser/paramUser.service.js index 7b423f9187..97cc21dff1 100644 --- a/assets/js/app/paramuser/paramUser.service.js +++ b/assets/js/app/paramuser/paramUser.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/recognition/recognition.service.js b/assets/js/app/recognition/recognition.service.js index 860f1d96fb..794a49264b 100644 --- a/assets/js/app/recognition/recognition.service.js +++ b/assets/js/app/recognition/recognition.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/room/room.service.js b/assets/js/app/room/room.service.js index fd9c2821ba..8edecfdb66 100644 --- a/assets/js/app/room/room.service.js +++ b/assets/js/app/room/room.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/scenario/scenario.controller.js b/assets/js/app/scenario/scenario.controller.js index c7b25796f2..149ff82ad5 100644 --- a/assets/js/app/scenario/scenario.controller.js +++ b/assets/js/app/scenario/scenario.controller.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/scenario/scenario.service.js b/assets/js/app/scenario/scenario.service.js index 14fd427c32..b1d7ab65c8 100644 --- a/assets/js/app/scenario/scenario.service.js +++ b/assets/js/app/scenario/scenario.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/script/script.controller.js b/assets/js/app/script/script.controller.js index 287eeb4b5b..23fa36343b 100644 --- a/assets/js/app/script/script.controller.js +++ b/assets/js/app/script/script.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/script/script.service.js b/assets/js/app/script/script.service.js index 9c058f82c7..134ce3067f 100644 --- a/assets/js/app/script/script.service.js +++ b/assets/js/app/script/script.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/sensor/sensor.controller.js b/assets/js/app/sensor/sensor.controller.js index 2eb7550972..98ad08c404 100644 --- a/assets/js/app/sensor/sensor.controller.js +++ b/assets/js/app/sensor/sensor.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/sensor/sensor.service.js b/assets/js/app/sensor/sensor.service.js index d0f1df26c5..2e586cdf1f 100644 --- a/assets/js/app/sensor/sensor.service.js +++ b/assets/js/app/sensor/sensor.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/sentence/sentence.controller.js b/assets/js/app/sentence/sentence.controller.js index fc308ce19f..7d4c96ea45 100644 --- a/assets/js/app/sentence/sentence.controller.js +++ b/assets/js/app/sentence/sentence.controller.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - (function () { 'use strict'; diff --git a/assets/js/app/sentence/sentence.service.js b/assets/js/app/sentence/sentence.service.js index 13a08d0b27..1070258e88 100644 --- a/assets/js/app/sentence/sentence.service.js +++ b/assets/js/app/sentence/sentence.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/sleep/sleep.controller.js b/assets/js/app/sleep/sleep.controller.js index 1f16e11d9e..e461a3e28a 100644 --- a/assets/js/app/sleep/sleep.controller.js +++ b/assets/js/app/sleep/sleep.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/sleep/sleep.service.js b/assets/js/app/sleep/sleep.service.js index e8ae4796bd..1703265837 100644 --- a/assets/js/app/sleep/sleep.service.js +++ b/assets/js/app/sleep/sleep.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/socket/socket.service.js b/assets/js/app/socket/socket.service.js index f2f5f0a0a4..6d679ca82a 100644 --- a/assets/js/app/socket/socket.service.js +++ b/assets/js/app/socket/socket.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/sound/sound.service.js b/assets/js/app/sound/sound.service.js index 42fb9c67aa..c82e4a637a 100644 --- a/assets/js/app/sound/sound.service.js +++ b/assets/js/app/sound/sound.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/state/state.service.js b/assets/js/app/state/state.service.js index dbb67da587..56a8a8c965 100644 --- a/assets/js/app/state/state.service.js +++ b/assets/js/app/state/state.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/statetype/statetype.service.js b/assets/js/app/statetype/statetype.service.js index c1d7831fd1..2edec311d6 100644 --- a/assets/js/app/statetype/statetype.service.js +++ b/assets/js/app/statetype/statetype.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/store/store.service.js b/assets/js/app/store/store.service.js index 991464281b..859d819d88 100644 --- a/assets/js/app/store/store.service.js +++ b/assets/js/app/store/store.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/system/system.controller.js b/assets/js/app/system/system.controller.js index 4171e21510..68b1910a60 100644 --- a/assets/js/app/system/system.controller.js +++ b/assets/js/app/system/system.controller.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/system/system.service.js b/assets/js/app/system/system.service.js index 6fbade47cf..08aefba9aa 100644 --- a/assets/js/app/system/system.service.js +++ b/assets/js/app/system/system.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/token/token.controller.js b/assets/js/app/token/token.controller.js index 473dc94c55..49a7d4e8b5 100644 --- a/assets/js/app/token/token.controller.js +++ b/assets/js/app/token/token.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/token/token.service.js b/assets/js/app/token/token.service.js index c43ee9e4e8..59f99d98e8 100644 --- a/assets/js/app/token/token.service.js +++ b/assets/js/app/token/token.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/update/update.service.js b/assets/js/app/update/update.service.js index 07a63ce61d..a9ddc88c9d 100644 --- a/assets/js/app/update/update.service.js +++ b/assets/js/app/update/update.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/user/user.controller.js b/assets/js/app/user/user.controller.js index 0d40082e3d..e21fbd8f5b 100644 --- a/assets/js/app/user/user.controller.js +++ b/assets/js/app/user/user.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/user/user.service.js b/assets/js/app/user/user.service.js index dc4061fd2a..b048c5219f 100644 --- a/assets/js/app/user/user.service.js +++ b/assets/js/app/user/user.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/voice/voice.service.js b/assets/js/app/voice/voice.service.js index 5998af3f1d..ccb6541912 100644 --- a/assets/js/app/voice/voice.service.js +++ b/assets/js/app/voice/voice.service.js @@ -1,11 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ (function () { 'use strict'; diff --git a/assets/js/app/weather/weather.controller.js b/assets/js/app/weather/weather.controller.js index 2e5b5218e3..7c4e2e4904 100644 --- a/assets/js/app/weather/weather.controller.js +++ b/assets/js/app/weather/weather.controller.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/assets/js/app/weather/weather.service.js b/assets/js/app/weather/weather.service.js index ad63eab5c3..986b2e2b30 100644 --- a/assets/js/app/weather/weather.service.js +++ b/assets/js/app/weather/weather.service.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + (function () { 'use strict'; diff --git a/config/actionTypes.js b/config/actionTypes.js index 53769ad3f1..50ae318155 100644 --- a/config/actionTypes.js +++ b/config/actionTypes.js @@ -1,15 +1,5 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - -module.exports.actionTypes = [ + module.exports.actionTypes = [ /*{serviceName:'MusicService', functionName:'playWithId', name:'Play music', description:'Play a music',optionspath:'/music/index'}, {serviceName:'ScriptService', functionName:'exec', name:'Execute Script', description:'Execute a script',optionspath:'/script/index'}, {serviceName:'HttpService', functionName:'request', name:'HTTP request', description:'Make an HTTP request to the given URL',optionspath:''}, diff --git a/config/machine.js b/config/machine.js index 6d0493f1c7..cbe3bc879c 100644 --- a/config/machine.js +++ b/config/machine.js @@ -1,12 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - + //config/machine.js /* If you want to install Gladys on several machine (On many Raspberry Pi for example), you'll have to determine who is the master, and who are the slaves. diff --git a/config/scenario.js b/config/scenario.js index 9d66efd16d..fe87861f48 100644 --- a/config/scenario.js +++ b/config/scenario.js @@ -1,13 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - + // config/scenario.js module.exports.scenario = { diff --git a/config/scripts.js b/config/scripts.js index 92d3c7a86d..4bcf4ea2aa 100644 --- a/config/scripts.js +++ b/config/scripts.js @@ -1,12 +1,3 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - /* To get the path for scripts */ diff --git a/config/sleepTimeRecommandation.js b/config/sleepTimeRecommandation.js index a7a46200f0..d9370fd644 100644 --- a/config/sleepTimeRecommandation.js +++ b/config/sleepTimeRecommandation.js @@ -1,13 +1,4 @@ -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - - + // config/sleepTimeRecommandation.js /* Sleep Time recommandation diff --git a/dev.js b/dev.js index 2749a07036..68fb3ded0a 100644 --- a/dev.js +++ b/dev.js @@ -1,14 +1,5 @@ #!/usr/bin/env node -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - /** * app.js diff --git a/init.js b/init.js index ba37ae2fe8..6a7f9efd50 100644 --- a/init.js +++ b/init.js @@ -1,14 +1,5 @@ #!/usr/bin/env node -/** - * Gladys Project - * http://gladysproject.com - * Software under licence Creative Commons 3.0 France - * http://creativecommons.org/licenses/by-nc-sa/3.0/fr/ - * You may not use this software for commercial purposes. - * @author :: Pierre-Gilles Leymarie - */ - // force dev ENV process.env.NODE_ENV = 'development';