Explorar el Código

[svn r14958] Minor - updated code header

Yannick Warnier hace 17 años
padre
commit
f347f11ca7
Se han modificado 4 ficheros con 10 adiciones y 10 borrados
  1. 3 3
      index.php
  2. 2 2
      user_portal.php
  3. 2 2
      webchatdeny.php
  4. 3 3
      whoisonline.php

+ 3 - 3
index.php

@@ -12,15 +12,15 @@
 
     Contact:
 		Dokeos
-		Rue des Palais 44 Paleizenstraat
+		Rue du Corbeau, 108
 		B-1030 Brussels - Belgium
-		Tel. +32 (2) 211 34 56
+		Contact: info@dokeos.com
 */
 
 /**
 *	@package dokeos.main
 * 	@author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Refactoring
-* 	@version $Id: index.php 14921 2008-04-16 13:10:59Z pcool $
+* 	@version $Id: index.php 14958 2008-04-20 18:17:02Z yannoo $
 *   @todo check the different @todos in this page and really do them
 * 	@todo check if the news management works as expected
 */

+ 2 - 2
user_portal.php

@@ -4,7 +4,7 @@
 ==============================================================================
 	Dokeos - elearning and course management software
 
-	Copyright (c) 2004-2005 Dokeos S.A.
+	Copyright (c) 2004-2005 Dokeos SPRL
 	Copyright (c) 2003 Ghent University (UGent)
 	Copyright (c) 2001 Universite catholique de Louvain (UCL)
 	Copyright (c) various contributors
@@ -19,7 +19,7 @@
 
 	See the GNU General Public License for more details.
 
-	Contact address: Dokeos, 44 rue des palais, B-1030 Brussels, Belgium
+	Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium
 	Mail: info@dokeos.com
 ==============================================================================
 */

+ 2 - 2
webchatdeny.php

@@ -3,7 +3,7 @@
 ============================================================================== 
 	Dokeos - elearning and course management software
 	
-	Copyright (c) 2004 Dokeos S.A.
+	Copyright (c) 2004 Dokeos SPRL
 	Copyright (c) Denes Nagy
 	
 	For a full list of contributors, see "credits.txt".
@@ -16,7 +16,7 @@
 	
 	See the GNU General Public License for more details.
 	
-	Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
+	Contact: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium, info@dokeos.com
 ============================================================================== 
 */
 

+ 3 - 3
whoisonline.php

@@ -1,9 +1,9 @@
-<?php // $Id: whoisonline.php 14206 2008-01-30 22:12:56Z yannoo $
+<?php // $Id: whoisonline.php 14958 2008-04-20 18:17:02Z yannoo $
 /*
 ==============================================================================
 	Dokeos - elearning and course management software
 
-	Copyright (c) 2004 Dokeos S.A.
+	Copyright (c) 2004-2008 Dokeos SPRL
 	Copyright (c) various contributors
 
 	For a full list of contributors, see "credits.txt".
@@ -16,7 +16,7 @@
 
 	See the GNU General Public License for more details.
 
-	Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
+	Contact: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium, info@dokeos.com
 ==============================================================================
 */
 /**