From b5d300e992847f49f66adb5cccb1732c935ec08f Mon Sep 17 00:00:00 2001
From: Fred Dixon <ffdixon@gmail.com>
Date: Wed, 3 Jun 2009 20:55:58 +0000
Subject: [PATCH] udpated copyright message for client

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1563 af16638f-c34d-0410-8cfa-b39d5352b314
---
 .../main/view/components/MainApplicationShell.mxml              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml b/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml
index 12a1df1e38..83c85f7cf1 100644
--- a/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml
+++ b/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml
@@ -145,7 +145,7 @@
 			<mx:Label x="200" y="420" id="statusProgress" text="Loading: "/>
 		</flexmdi:MDICanvas>	
 	 	<mx:ControlBar width="100%" height="20" paddingTop="0">		
-		  <mx:Label text="(c) 2008, BigBlueButton version {appVersion} - For more information see http://www.bigbluebutton.org/." id="copyrightLabel2"/>
+		  <mx:Label text="(c) 2009, BigBlueButton version {appVersion} - For more information see http://www.bigbluebutton.org/." id="copyrightLabel2"/>
 		  <mx:Spacer width="20"/>
 		  <mx:Spacer width="100%"/> 
 		  <mx:Button width="20" height="20" toolTip="Open Log Window" id="logBtn" icon="{logs_icon}" click="openLogWindow()" />
-- 
GitLab