From 3c09df4fa84902b1ee3dafa28226638b9cbee3f9 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 30 Dec 2010 15:18:12 -0500 Subject: [PATCH] cosmetic stuff --- webcit/calendar.h | 17 +++++++++++++++++ webcit/cookie_conversion.c | 2 -- webcit/gettext.c | 10 +++++----- webcit/graphics.c | 10 +++++----- webcit/groupdav_delete.c | 10 +++++----- webcit/groupdav_get.c | 11 +++++------ webcit/static/styles/banner.css | 4 ++-- 7 files changed, 39 insertions(+), 25 deletions(-) diff --git a/webcit/calendar.h b/webcit/calendar.h index d6133aaa5..ad358d23c 100644 --- a/webcit/calendar.h +++ b/webcit/calendar.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) 1996-2010 by the citadel.org team + * + * This program is open source 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 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 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #ifndef __CALENDAR_H__ #define __CALENDAR_H__ diff --git a/webcit/cookie_conversion.c b/webcit/cookie_conversion.c index 15ef8456a..0e66c905d 100644 --- a/webcit/cookie_conversion.c +++ b/webcit/cookie_conversion.c @@ -1,6 +1,4 @@ /* - * Copyright (c) 1996-2010 by the citadel.org team - * * Copyright (c) 1996-2010 by the citadel.org team * * This program is open source software. You can redistribute it and/or diff --git a/webcit/gettext.c b/webcit/gettext.c index 83e603dcd..d365391a0 100644 --- a/webcit/gettext.c +++ b/webcit/gettext.c @@ -1,10 +1,10 @@ /* * Copyright (c) 1996-2010 by the citadel.org team * - * 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 3 of the License, or - * (at your option) any later version. + * This program is open source 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 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 @@ -13,7 +13,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "webcit.h" diff --git a/webcit/graphics.c b/webcit/graphics.c index 0c005ab5a..1949c24a5 100644 --- a/webcit/graphics.c +++ b/webcit/graphics.c @@ -3,10 +3,10 @@ * * Copyright (c) 1996-2010 by the citadel.org team * - * 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 3 of the License, or - * (at your option) any later version. + * This program is open source 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 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 @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "webcit.h" diff --git a/webcit/groupdav_delete.c b/webcit/groupdav_delete.c index fee94eab0..a26403d5e 100644 --- a/webcit/groupdav_delete.c +++ b/webcit/groupdav_delete.c @@ -3,10 +3,10 @@ * * Copyright (c) 2005-2010 by the citadel.org team * - * 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 3 of the License, or - * (at your option) any later version. + * This program is open source 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 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 @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "webcit.h" diff --git a/webcit/groupdav_get.c b/webcit/groupdav_get.c index b45770965..267f4bd6f 100644 --- a/webcit/groupdav_get.c +++ b/webcit/groupdav_get.c @@ -1,13 +1,12 @@ /* * Handles GroupDAV GET requests. * - * * Copyright (c) 2005-2010 by the citadel.org team * - * 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 3 of the License, or - * (at your option) any later version. + * This program is open source 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 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 @@ -16,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "webcit.h" diff --git a/webcit/static/styles/banner.css b/webcit/static/styles/banner.css index e388b7c6c..9c9e9ad6b 100644 --- a/webcit/static/styles/banner.css +++ b/webcit/static/styles/banner.css @@ -81,8 +81,8 @@ } #banner ul.room_actions li select, #banner ul.room_actions li input { - margin-top: 8px; - margin-right: 4px; + margin-top: 2px; + margin-right: 2px; } #selectpage.hidden { display: none !important } -- 2.30.2