diff --git a/application/controllers/CommentController.php b/application/controllers/CommentController.php index f9932382..c84c3603 100644 --- a/application/controllers/CommentController.php +++ b/application/controllers/CommentController.php @@ -1,5 +1,7 @@ diff --git a/configuration.php b/configuration.php index 81089e80..38cfd615 100644 --- a/configuration.php +++ b/configuration.php @@ -1,5 +1,7 @@ .list-item:hover { background-color: #f5fdff; diff --git a/public/css/mixins.less b/public/css/mixins.less index bf0ea5fe..2cee73e1 100644 --- a/public/css/mixins.less +++ b/public/css/mixins.less @@ -1,3 +1,5 @@ +/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */ + .line-clamp(@numOfLines: 2) { display: -webkit-box; -webkit-line-clamp: @numOfLines; diff --git a/public/css/module.less b/public/css/module.less index 789a912b..ea081fd9 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -1,3 +1,5 @@ +/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */ + @gray-dark: #777; @gray-light: #d8d8d8; diff --git a/public/css/widgets.less b/public/css/widgets.less index 624d4c69..a59119ef 100644 --- a/public/css/widgets.less +++ b/public/css/widgets.less @@ -1,3 +1,5 @@ +/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */ + .cancel-button { .button(); diff --git a/public/js/action-list.js b/public/js/action-list.js index 05fc5abb..3819ef86 100644 --- a/public/js/action-list.js +++ b/public/js/action-list.js @@ -1,3 +1,5 @@ +/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */ + ;(function () { "use strict"; diff --git a/public/js/loadmore.js b/public/js/loadmore.js index 7f1fac49..d97abb85 100644 --- a/public/js/loadmore.js +++ b/public/js/loadmore.js @@ -1,3 +1,5 @@ +/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */ + ;(function(Icinga, $) { 'use strict'; diff --git a/public/js/migrate.js b/public/js/migrate.js index 4b3460e3..25f64a8e 100644 --- a/public/js/migrate.js +++ b/public/js/migrate.js @@ -1,3 +1,5 @@ +/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */ + ;(function(Icinga, $) { 'use strict'; diff --git a/run.php b/run.php index 6167d921..9fa87355 100644 --- a/run.php +++ b/run.php @@ -1,5 +1,7 @@ provideHook('ApplicationState');