fix the comments in the headers

pull/36/head
Alexandre Cloutier 2014-04-28 15:30:32 -04:00
parent 78447d81ae
commit 44a4baca7f
3 changed files with 7 additions and 10 deletions

View File

@ -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 <acloutier@inverse.ca>
*
* 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

View File

@ -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 <acloutier@inverse.ca>
*
* 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

View File

@ -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);