From 44a4baca7f4e05a6e2f1a2035b62200cbcdb4315 Mon Sep 17 00:00:00 2001 From: Alexandre Cloutier Date: Mon, 28 Apr 2014 15:30:32 -0400 Subject: [PATCH] fix the comments in the headers --- UI/Scheduler/UIxCalViewPrint.h | 3 +-- UI/Scheduler/UIxCalViewPrint.m | 3 +-- UI/WebServerResources/UIxCalViewPrint.js | 11 +++++------ 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/UI/Scheduler/UIxCalViewPrint.h b/UI/Scheduler/UIxCalViewPrint.h index 7e6ea1ba1..ac3de23a8 100644 --- a/UI/Scheduler/UIxCalViewPrint.h +++ b/UI/Scheduler/UIxCalViewPrint.h @@ -1,8 +1,7 @@ -/* UIxCalView.h - this file is part of SOGo +/* UIxCalViewPrint.h - this file is part of SOGo * * Copyright (C) 2006-2014 Inverse inc. * - * Author: Alexandre Cloutier * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/UI/Scheduler/UIxCalViewPrint.m b/UI/Scheduler/UIxCalViewPrint.m index d719d70bc..0acd3e3f9 100644 --- a/UI/Scheduler/UIxCalViewPrint.m +++ b/UI/Scheduler/UIxCalViewPrint.m @@ -1,8 +1,7 @@ -/* UIxCalView.m - this file is part of SOGo +/* UIxCalViewPrint.m - this file is part of SOGo * * Copyright (C) 2006-2014 Inverse inc. * - * Author: Alexandre Cloutier * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/UI/WebServerResources/UIxCalViewPrint.js b/UI/WebServerResources/UIxCalViewPrint.js index cb7e6f61b..baa45de55 100644 --- a/UI/WebServerResources/UIxCalViewPrint.js +++ b/UI/WebServerResources/UIxCalViewPrint.js @@ -1,17 +1,16 @@ /* -*- Mode: js2-mode; tab-width: 4; c-label-minimum-indentation: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* - Copyright (C) 2005 SKYRIX Software AG - Copyright (C) 2006-2011 Inverse + Copyright (C) 2006-2014 Inverse - This file is part of OpenGroupware.org. + This file is part of SOGo - OGo is free software; you can redistribute it and/or modify it under + SOGo is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - OGo is distributed in the hope that it will be useful, but WITHOUT ANY + SOGo 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 Lesser General Public License for more details. @@ -32,7 +31,7 @@ var currentView; var currentDay = window.parentvar("currentDay"); var sd, ed; -/******************************************* Ajust Window position from his size ***********************************************************/ +/******************************************* Ajust Window position from its size ***********************************************************/ function ajustWindow(width, height) { var left = (screen.width/2)-(width/2);