You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/08/14 03:08:49 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2045] short license headers are added to css files

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a25ace  [OPENMEETINGS-2045] short license headers are added to css files
7a25ace is described below

commit 7a25ace85a436046153123913dc33673e6cccef4
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Aug 14 10:08:37 2019 +0700

    [OPENMEETINGS-2045] short license headers are added to css files
---
 .../src/main/webapp/css/raw-activities.css         |  19 +--
 openmeetings-web/src/main/webapp/css/raw-admin.css |  19 +--
 .../src/main/webapp/css/raw-calendar.css           |  29 +---
 openmeetings-web/src/main/webapp/css/raw-chat.css  |  19 +--
 .../src/main/webapp/css/raw-cssemoticons.css       | 154 ++++++++++-----------
 .../src/main/webapp/css/raw-general-rtl.css        |  19 +--
 .../src/main/webapp/css/raw-general.css            |  19 +--
 openmeetings-web/src/main/webapp/css/raw-menu.css  |  19 +--
 .../src/main/webapp/css/raw-nettest.css            |  19 +--
 openmeetings-web/src/main/webapp/css/raw-room.css  |  19 +--
 openmeetings-web/src/main/webapp/css/raw-tree.css  |  19 +--
 .../src/main/webapp/css/raw-variables.css          |  19 +--
 openmeetings-web/src/main/webapp/css/raw-wb.css    |  19 +--
 13 files changed, 82 insertions(+), 310 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-activities.css b/openmeetings-web/src/main/webapp/css/raw-activities.css
index a6707b4..af13de6 100644
--- a/openmeetings-web/src/main/webapp/css/raw-activities.css
+++ b/openmeetings-web/src/main/webapp/css/raw-activities.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 #activities {
 	height: var(--activities-height);
 	overflow: hidden;
diff --git a/openmeetings-web/src/main/webapp/css/raw-admin.css b/openmeetings-web/src/main/webapp/css/raw-admin.css
index 2679980..783fd1c 100644
--- a/openmeetings-web/src/main/webapp/css/raw-admin.css
+++ b/openmeetings-web/src/main/webapp/css/raw-admin.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 .adminPanel {
 	min-width: 1070px;
 	display: flex;
diff --git a/openmeetings-web/src/main/webapp/css/raw-calendar.css b/openmeetings-web/src/main/webapp/css/raw-calendar.css
index f6f8fbb..ce022cd 100644
--- a/openmeetings-web/src/main/webapp/css/raw-calendar.css
+++ b/openmeetings-web/src/main/webapp/css/raw-calendar.css
@@ -1,34 +1,14 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 .appointmentPopUp input[type="text"], .appointmentPopUp input[type="url"] {
 	width: 420px;
 }
-
 .appointmentPopUp input[type="password"] {
 	width: 420px;
 }
-
 .appointmentPopUp textarea {
 	width: 424px;
 	height: 80px;
 }
-
 .appointmentPopUp select {
 	width: 426px;
 }
@@ -43,37 +23,30 @@
 	overflow-x: scroll;
 	float: left;
 }
-
 .appointment.ui-dialog .ui-dialog-content {
 	padding: 0;
 }
-
 .cell input{
 	width: 47.5%;
 }
-
 .calendarlist li {
 	list-style-type: none;
 	margin: 0.3em;
 }
-
 .calendarlist li input {
 	width: 100%;
 	text-align: center;
 	vertical-align: middle;
 }
-
 .calendarlist {
 	padding: 0;
 }
-
 #calendarlistcontainer {
 	width: 20%;
 	float: left;
 	display: inline-block;
 	overflow-y: auto;
 }
-
 #wrapper-panel-frame {
 	display: inline-block;
 	width: 80%;
diff --git a/openmeetings-web/src/main/webapp/css/raw-chat.css b/openmeetings-web/src/main/webapp/css/raw-chat.css
index b5b74ec..536cd70 100644
--- a/openmeetings-web/src/main/webapp/css/raw-chat.css
+++ b/openmeetings-web/src/main/webapp/css/raw-chat.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 #chatPanel {
 	position: fixed;
 	z-index: 2000;
diff --git a/openmeetings-web/src/main/webapp/css/raw-cssemoticons.css b/openmeetings-web/src/main/webapp/css/raw-cssemoticons.css
index 8364a62..26485f6 100644
--- a/openmeetings-web/src/main/webapp/css/raw-cssemoticons.css
+++ b/openmeetings-web/src/main/webapp/css/raw-cssemoticons.css
@@ -12,123 +12,109 @@
  
  /* Basic styles for emoticons */
 span.css-emoticon {
-  font-family: "Trebuchet MS", sans-serif; /* seems to give the best and most consistent emoticon appearance */
-  font-size: 0.65em;
-  font-weight: bold;
-  color: #000000;
-  display: inline-block;
-  overflow: hidden;
-  vertical-align: middle;
-  transform: rotate(90deg);
-  width: 1.54em; /* note that this is a multiple of this span's font-size, not containing text font-size */
-  height: 1.54em; /* so, relative to containing text, width and height are 0.9 x 1.6 = 1.44em */
-  text-align: center;
-  padding: 0;
-  line-height: 1.34em;
-  border-radius: 1.54em;
-  box-shadow: 1px -1px 2px rgba(0,0,0,0.5);
-  border: 1px solid rgba(0,0,0,0.25);
-  background-color: #ffcc00;
-  background-image: linear-gradient(to right, #fff4c8, #fc0);
-  -webkit-transition-property:color, background, transform;  
-  -webkit-transition-duration: 1s, 1s;  
-  -webkit-transition-timing-function: linear, ease-in;
+	font-family: "Trebuchet MS", sans-serif; /* seems to give the best and most consistent emoticon appearance */
+	font-size: 0.65em;
+	font-weight: bold;
+	color: #000000;
+	display: inline-block;
+	overflow: hidden;
+	vertical-align: middle;
+	transform: rotate(90deg);
+	width: 1.54em; /* note that this is a multiple of this span's font-size, not containing text font-size */
+	height: 1.54em; /* so, relative to containing text, width and height are 0.9 x 1.6 = 1.44em */
+	text-align: center;
+	padding: 0;
+	line-height: 1.34em;
+	border-radius: 1.54em;
+	box-shadow: 1px -1px 2px rgba(0,0,0,0.5);
+	border: 1px solid rgba(0,0,0,0.25);
+	background-color: #ffcc00;
+	background-image: linear-gradient(to right, #fff4c8, #fc0);
+	-webkit-transition-property:color, background, transform;  
+	-webkit-transition-duration: 1s, 1s;  
+	-webkit-transition-timing-function: linear, ease-in;
 }
-
 /* Styles for two-character emoticons that need more letter-spacing for proportionality */
 span.css-emoticon.spaced-emoticon {
-  padding-left: 0.2em;
-  width: 1.34em;
-  letter-spacing: 0.2em;
+	padding-left: 0.2em;
+	width: 1.34em;
+	letter-spacing: 0.2em;
 }
-
 /* This is a dirty dirty hack, because webkit doesn't properly do the padding+width=total-width as it should
-   I think the width of the border may be throwing things off, because it's more noticable for small icons */
+	I think the width of the border may be throwing things off, because it's more noticable for small icons */
 @media screen and (-webkit-min-device-pixel-ratio:0) {
-  span.css-emoticon.spaced-emoticon {
-    width: 1.4em;
-  }
+	span.css-emoticon.spaced-emoticon {
+		width: 1.4em;
+	}
 }
-
 /* Styles for emoticons that need to have smaller characters to fit inside the circle */
 span.css-emoticon.small-emoticon {
-  font-size: 0.55em;
-  width: 1.82em;
-  height: 1.82em;
-  line-height: 1.72em;
-  border-radius: 1.82em;
+	font-size: 0.55em;
+	width: 1.82em;
+	height: 1.82em;
+	line-height: 1.72em;
+	border-radius: 1.82em;
 }
-
 span.css-emoticon.small-emoticon.spaced-emoticon {
-  padding-left: 0;
-  width: 1.82em;
-  letter-spacing: 0.1em;
+	padding-left: 0;
+	width: 1.82em;
+	letter-spacing: 0.1em;
 }
-
 /* Styles for additional colors */
 span.css-emoticon.red-emoticon {
-  background-color: #eb0542;
-  background-image: linear-gradient(to right, #fa376e, #eb0542);
+	background-color: #eb0542;
+	background-image: linear-gradient(to right, #fa376e, #eb0542);
 }
-
 span.css-emoticon.pink-emoticon {
-  background-color: #ff8fd4;
-  background-image: linear-gradient(to right, #ffade1, #ff8fd4);
+	background-color: #ff8fd4;
+	background-image: linear-gradient(to right, #ffade1, #ff8fd4);
 }
-
 /* styles for emoticons that need no rotation, like O_o */
 span.css-emoticon.no-rotate { 
-  transform: rotate(0deg);
-  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
-  font-size: 0.45em;
-  width: 2.2em;
-  height: 2.2em;
-  line-height: 1.9em;
-  border-radius: 2.2em;
-  background-image: linear-gradient(#fff4c8, #fc0);
+	transform: rotate(0deg);
+	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
+	font-size: 0.45em;
+	width: 2.2em;
+	height: 2.2em;
+	line-height: 1.9em;
+	border-radius: 2.2em;
+	background-image: linear-gradient(#fff4c8, #fc0);
 }
-
 span.css-emoticon.no-rotate.red-emoticon {
-  background-image: linear-gradient(#fa376e, #eb0542);
+	background-image: linear-gradient(#fa376e, #eb0542);
 }
-
 span.css-emoticon.no-rotate.pink-emoticon {
-  background-image: linear-gradient(#ffade1, #ff8fd4);
+	background-image: linear-gradient(#ffade1, #ff8fd4);
 }
-
 /* Styles for emoticons that need to be rotated counter-clockwise, like <3 */
 span.css-emoticon.counter-rotated { 
-  transform: rotate(-90deg);
-  box-shadow: -1px 1px 2px rgba(0,0,0,0.5);
-  background-image: linear-gradient(to left, #fff4c8, #fc0);
+	transform: rotate(-90deg);
+	box-shadow: -1px 1px 2px rgba(0,0,0,0.5);
+	background-image: linear-gradient(to left, #fff4c8, #fc0);
 }
-
 span.css-emoticon.counter-rotated.red-emoticon {
-  background-image: linear-gradient(to left, #fa376e, #eb0542);
+	background-image: linear-gradient(to left, #fa376e, #eb0542);
 }
-
 span.css-emoticon.counter-rotated.pink-emoticon {
-  background-image: linear-gradient(to left, #ffade1, #ff8fd4);
+	background-image: linear-gradient(to left, #ffade1, #ff8fd4);
 }
-
 /* Styles for animated states */
 span.css-emoticon.un-transformed-emoticon, span.css-emoticon.animated-emoticon:hover {
-    letter-spacing: inherit;
-    color: inherit;
-    overflow: visible;
-    transform: rotate(0deg);
-    background: none;
-    background-image: none;
-    box-shadow: none;
-    border-color: transparent;
+	letter-spacing: inherit;
+	color: inherit;
+	overflow: visible;
+	transform: rotate(0deg);
+	background: none;
+	background-image: none;
+	box-shadow: none;
+	border-color: transparent;
 }
-
 span.css-emoticon.nintendo-controller {
-  font-size: .8em;
-  height: 1.2em;
-  line-height: 1em;
-  width: 2.7em;
-  vertical-align: bottom;
-  border-radius: 0;
-  background: linear-gradient(to right, #a5aabd, #74798c);
+	font-size: .8em;
+	height: 1.2em;
+	line-height: 1em;
+	width: 2.7em;
+	vertical-align: bottom;
+	border-radius: 0;
+	background: linear-gradient(to right, #a5aabd, #74798c);
 }
diff --git a/openmeetings-web/src/main/webapp/css/raw-general-rtl.css b/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
index 20cf19b..2fcdefe 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 html[dir="rtl"] #header {
 	padding-left: 0 !important; /* IE */
 	padding-left: initial !important;
diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css b/openmeetings-web/src/main/webapp/css/raw-general.css
index e9077c3..a8bc348 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 html, body {
 	height: 100%;
 	margin: 0;
diff --git a/openmeetings-web/src/main/webapp/css/raw-menu.css b/openmeetings-web/src/main/webapp/css/raw-menu.css
index b252a41..d6da0de 100644
--- a/openmeetings-web/src/main/webapp/css/raw-menu.css
+++ b/openmeetings-web/src/main/webapp/css/raw-menu.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 #menu .ui-menu:after {
 	content: ".";
 	display: block;
diff --git a/openmeetings-web/src/main/webapp/css/raw-nettest.css b/openmeetings-web/src/main/webapp/css/raw-nettest.css
index c3750db..9aa0f13 100644
--- a/openmeetings-web/src/main/webapp/css/raw-nettest.css
+++ b/openmeetings-web/src/main/webapp/css/raw-nettest.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 .hash-panel-main.app {
 	width: 100%;
 	height: calc(100% - 50px);
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css b/openmeetings-web/src/main/webapp/css/raw-room.css
index 519ced5..c9caca7 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 .room-block, .room-block .container {
 	width: 100%;
 	height: 100%;
diff --git a/openmeetings-web/src/main/webapp/css/raw-tree.css b/openmeetings-web/src/main/webapp/css/raw-tree.css
index c011a3f..bd28b59 100644
--- a/openmeetings-web/src/main/webapp/css/raw-tree.css
+++ b/openmeetings-web/src/main/webapp/css/raw-tree.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 .file.tree.container {
 	vertical-align: top;
 	border: 1px solid #ccc;
diff --git a/openmeetings-web/src/main/webapp/css/raw-variables.css b/openmeetings-web/src/main/webapp/css/raw-variables.css
index 74d63f2..e90534c 100644
--- a/openmeetings-web/src/main/webapp/css/raw-variables.css
+++ b/openmeetings-web/src/main/webapp/css/raw-variables.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 body {
 	--header-height: 50px;
 	--menu-height: 36px;
diff --git a/openmeetings-web/src/main/webapp/css/raw-wb.css b/openmeetings-web/src/main/webapp/css/raw-wb.css
index 4cd7640..c98ae76 100644
--- a/openmeetings-web/src/main/webapp/css/raw-wb.css
+++ b/openmeetings-web/src/main/webapp/css/raw-wb.css
@@ -1,21 +1,4 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License") +  you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 .room-block .wb-block {
 	position: absolute;
 	height: calc(100% - var(--room-menu-height));