diff --git a/src/main/java/nl/tudelft/ewi/queue/controller/CourseStatusController.java b/src/main/java/nl/tudelft/ewi/queue/controller/CourseStatusController.java
index 6c3bb18daeece6de8b1aa0180dca6eb407f4e0e1..edfcb7abdf41d5a5437e718ef3159468126b47e1 100644
--- a/src/main/java/nl/tudelft/ewi/queue/controller/CourseStatusController.java
+++ b/src/main/java/nl/tudelft/ewi/queue/controller/CourseStatusController.java
@@ -2,16 +2,18 @@
  * Queue - A Queueing system that can be used to handle labs in higher education
  * Copyright (C) 2016-2020  Delft University of Technology
  *
- * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero
- * General Public License as published by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
- * License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
  *
- * You should have received a copy of the GNU Affero General Public License along with this program. If not,
- * see <https://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 package nl.tudelft.ewi.queue.controller;
 
diff --git a/src/main/java/nl/tudelft/ewi/queue/service/LabStatusService.java b/src/main/java/nl/tudelft/ewi/queue/service/LabStatusService.java
index 1426f958607544394a69e02328d011942e39c0c9..6b864f195b73451fcbd31ea9e50a84c6479b8024 100644
--- a/src/main/java/nl/tudelft/ewi/queue/service/LabStatusService.java
+++ b/src/main/java/nl/tudelft/ewi/queue/service/LabStatusService.java
@@ -2,16 +2,18 @@
  * Queue - A Queueing system that can be used to handle labs in higher education
  * Copyright (C) 2016-2020  Delft University of Technology
  *
- * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero
- * General Public License as published by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
- * License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
  *
- * You should have received a copy of the GNU Affero General Public License along with this program. If not,
- * see <https://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 package nl.tudelft.ewi.queue.service;