summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-01-11 06:32:08 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-01-11 06:32:08 +0000
commit277b79f9f52a9cecdb806c18a31e3aed2cfa2739 (patch)
tree24f58732bec377c6540a80641e118a80cd5909ea /public
parentc83c6a67509db846a3d9c880ff714593c11e5063 (diff)
downloadredmine-277b79f9f52a9cecdb806c18a31e3aed2cfa2739.tar.gz
redmine-277b79f9f52a9cecdb806c18a31e3aed2cfa2739.zip
Shorten copyright headers for css files (#37730).
git-svn-id: https://svn.redmine.org/redmine/trunk@22601 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css19
-rw-r--r--public/stylesheets/context_menu.css19
-rw-r--r--public/stylesheets/context_menu_rtl.css19
-rw-r--r--public/stylesheets/jstoolbar.css26
-rw-r--r--public/stylesheets/responsive.css19
-rw-r--r--public/stylesheets/rtl.css19
-rw-r--r--public/stylesheets/scm.css19
-rw-r--r--public/stylesheets/tribute-5.1.3.css8
8 files changed, 36 insertions, 112 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index da75c54fe..2015768d0 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -1,19 +1,8 @@
-/* Redmine - project management software
+/**
+ * Redmine - project management software
* Copyright (C) 2006-2023 Jean-Philippe Lang
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ * This code is released under the GNU General Public License.
+ */
html, body { min-height: 100vh; }
html {overflow-y:scroll;}
diff --git a/public/stylesheets/context_menu.css b/public/stylesheets/context_menu.css
index 2d3d38d9a..51bd35c6e 100644
--- a/public/stylesheets/context_menu.css
+++ b/public/stylesheets/context_menu.css
@@ -1,19 +1,8 @@
-/* Redmine - project management software
+/**
+ * Redmine - project management software
* Copyright (C) 2006-2023 Jean-Philippe Lang
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ * This code is released under the GNU General Public License.
+ */
#context-menu { position: absolute; z-index: 40; font-size: 0.9em;}
diff --git a/public/stylesheets/context_menu_rtl.css b/public/stylesheets/context_menu_rtl.css
index 58f470288..bdedf9a97 100644
--- a/public/stylesheets/context_menu_rtl.css
+++ b/public/stylesheets/context_menu_rtl.css
@@ -1,19 +1,8 @@
-/* Redmine - project management software
+/**
+ * Redmine - project management software
* Copyright (C) 2006-2023 Jean-Philippe Lang
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ * This code is released under the GNU General Public License.
+ */
#context-menu li.folder ul { left:auto; right:168px; }
#context-menu li.folder>ul { left:auto; right:148px; }
diff --git a/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css
index e0cac9019..746e8d564 100644
--- a/public/stylesheets/jstoolbar.css
+++ b/public/stylesheets/jstoolbar.css
@@ -1,24 +1,8 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * This file is part of DotClear.
- * Copyright (c) 2005 Nicolas Martin & Olivier Meunier and contributors. All
- * rights reserved.
- *
- * DotClear is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * DotClear 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with DotClear; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * ***** END LICENSE BLOCK *****
-*/
+/**
+ * Redmine - project management software
+ * Copyright (C) 2006-2023 Jean-Philippe Lang
+ * This code is released under the GNU General Public License.
+ */
.jstBlock .hidden {
display: none;
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css
index 7abb45812..3dba8b469 100644
--- a/public/stylesheets/responsive.css
+++ b/public/stylesheets/responsive.css
@@ -1,19 +1,8 @@
-/* Redmine - project management software
+/**
+ * Redmine - project management software
* Copyright (C) 2006-2023 Jean-Philippe Lang
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ * This code is released under the GNU General Public License.
+ */
/*----------------------------------------*\
RESPONSIVE CSS
diff --git a/public/stylesheets/rtl.css b/public/stylesheets/rtl.css
index 3375ff523..611b7ce03 100644
--- a/public/stylesheets/rtl.css
+++ b/public/stylesheets/rtl.css
@@ -1,19 +1,8 @@
-/* Redmine - project management software
+/**
+ * Redmine - project management software
* Copyright (C) 2006-2023 Jean-Philippe Lang
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ * This code is released under the GNU General Public License.
+ */
html {direction:rtl;}
h1, h2, h3, h4 {padding:2px 00px 1px 10px;}
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css
index 4c8830df2..f2925bdc1 100644
--- a/public/stylesheets/scm.css
+++ b/public/stylesheets/scm.css
@@ -1,19 +1,8 @@
-/* Redmine - project management software
+/**
+ * Redmine - project management software
* Copyright (C) 2006-2023 Jean-Philippe Lang
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ * This code is released under the GNU General Public License.
+ */
table.entries a {
padding-top: 2px;
diff --git a/public/stylesheets/tribute-5.1.3.css b/public/stylesheets/tribute-5.1.3.css
index 80be23a4a..a5fafd469 100644
--- a/public/stylesheets/tribute-5.1.3.css
+++ b/public/stylesheets/tribute-5.1.3.css
@@ -1,3 +1,9 @@
+/**
+ * Redmine - project management software
+ * Copyright (C) 2006-2023 Jean-Philippe Lang
+ * This code is released under the GNU General Public License.
+ */
+
.tribute-container {
position: absolute;
top: 0;
@@ -31,4 +37,4 @@
}
.tribute-container .menu-highlighted {
font-weight: bold;
-} \ No newline at end of file
+}