Skip to content

Commit aef028a

Browse files
author
Ludovic Marcotte
committed
(fix) removed authors
1 parent e7f274a commit aef028a

File tree

6 files changed

+1
-7
lines changed

6 files changed

+1
-7
lines changed

chrome/content/inverse-library/simpleLdapQuery.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* simpleLdapQuery.js - This file is part of "SOGo Connector", a Thunderbird extension.
22
*
33
* Copyright: Inverse inc., 2006-2010
4-
* Author: Robert Bolduc, Wolfgang Sourdeau
54
65
* URL: http://inverse.ca
76
*

chrome/content/inverse-library/tests-dialog.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* tests-dialog.js - This file is part of "SOGo Connector", a Thunderbird extension.
22
*
33
* Copyright: Inverse inc., 2006-2010
4-
* Author: Robert Bolduc, Wolfgang Sourdeau
54
65
* URL: http://inverse.ca
76
*

chrome/content/sogo-connector/calendar/utils.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* utils.js - This file is part of "SOGo Connector", a Thunderbird extension.
22
*
33
* Copyright: Inverse inc., 2006-2010
4-
* Author: Robert Bolduc, Wolfgang Sourdeau
54
65
* URL: http://inverse.ca
76
*

chrome/content/sogo-connector/messenger/update-dialog.xul

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
33
Copyright: Inverse inc., 2007
4-
Author: Wolfgang Sourdeau <[email protected]>
54
65
URL: http://inverse.ca
76
-->

components/NotificationManager.jsm

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* NotificationManager.js - This file is part of "SOGo Connector", a Thunderbird extension.
22
*
33
* Copyright: Inverse inc., 2006-2010
4-
* Author: Robert Bolduc, Wolfgang Sourdeau
54
65
* URL: http://inverse.ca
76
*
@@ -102,4 +101,4 @@ NotificationManager.prototype = {
102101
// return (XPCOMUtils.generateNSGetFactory([NotificationManager]))(cid);
103102
//}
104103

105-
var notificationManagerInstance = new NotificationManager();
104+
var notificationManagerInstance = new NotificationManager();

components/SOGoFBURLFreeBusyProvider.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* SOGoFBURLFreeBusyProvider.js - This file is part of "SOGo Connector", a Thunderbird extension.
22
*
33
* Copyright: Inverse inc., 2006-2010
4-
* Author: Robert Bolduc, Wolfgang Sourdeau
54
65
* URL: http://inverse.ca
76
*

0 commit comments

Comments
 (0)