Skip to content

Commit

Permalink
new web site address
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/osirix/code/osirix@2711 4e9e6e3d-4551-47eb-9dbe-a6127f9400a1
  • Loading branch information
rossetantoine committed Jul 30, 2007
1 parent e54b743 commit e91ed07
Show file tree
Hide file tree
Showing 547 changed files with 557 additions and 557 deletions.
2 changes: 1 addition & 1 deletion AdvancedQuerySubview.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion AdvancedQuerySubview.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion AllKeyImagesArrayController.h
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion AllKeyImagesArrayController.m
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion Analyze.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion AnonymizerWindowController.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion AnonymizerWindowController.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion AppController.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
16 changes: 8 additions & 8 deletions AppController.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down Expand Up @@ -797,7 +797,7 @@ -(IBAction)sendEmail:(id)sender{
}

-(IBAction)openOsirixWebPage:(id)sender{
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://homepage.mac.com/rossetantoine/osirix/"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.osirix-viewer.com"]];
}

-(IBAction)help:(id)sender{
Expand Down Expand Up @@ -1525,7 +1525,7 @@ + (void) initialize
// if( [[NSCalendarDate dateWithYear:2006 month:6 day:2 hour:12 minute:0 second:0 timeZone:[NSTimeZone timeZoneWithAbbreviation:@"EST"]] timeIntervalSinceNow] < 0)
// {
// NSRunCriticalAlertPanel(@"Update needed!", @"This version of OsiriX is outdated. Please download the last version from OsiriX web site!", @"OK", nil, nil);
// [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://homepage.mac.com/rossetantoine/osirix/"]];
// [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.osirix-viewer.com"]];
// exit(0);
// }

Expand All @@ -1536,7 +1536,7 @@ + (void) initialize
// break;
//
// case -1:
// [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://homepage.mac.com/rossetantoine/osirix/"]];
// [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.osirix-viewer.com"]];
// break;
// }

Expand Down Expand Up @@ -2040,7 +2040,7 @@ - (void) displayUpdateMessage: (NSString*) msg

if (NSOKButton == button)
{
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://homepage.mac.com/rossetantoine/osirix/"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.osirix-viewer.com"]];
}
}
}
Expand All @@ -2063,11 +2063,11 @@ - (IBAction) checkForUpdates: (id) sender
if( url == 0L)
{
if (hasMacOSXLeopard())
url=[NSURL URLWithString:@"http://homepage.mac.com/rossetantoine/osirix/versionLeopard.xml"];
url=[NSURL URLWithString:@"http://www.osirix-viewer.com/versionLeopard.xml"];
else if (hasMacOSXTiger())
url=[NSURL URLWithString:@"http://homepage.mac.com/rossetantoine/osirix/versionTiger.xml"];
url=[NSURL URLWithString:@"http://www.osirix-viewer.com/versionTiger.xml"];
else
url=[NSURL URLWithString:@"http://homepage.mac.com/rossetantoine/osirix/version.xml"];
url=[NSURL URLWithString:@"http://www.osirix-viewer.com/version.xml"];
}

if (url)
Expand Down
2 changes: 1 addition & 1 deletion AppControllerDCMTKCategory.h
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion AppControllerDCMTKCategory.mm
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion Binaries/dcmtk-source/dcmqrdb/dcmqrdbq.h
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion Binaries/dcmtk-source/dcmqrdb/dcmqrdbq.mm
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BonjourBrowser.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BonjourBrowser.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BonjourPublisher.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BonjourPublisher.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BrowserControllerDCMTKCategory.h
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL
See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BrowserControllerDCMTKCategory.mm
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BrowserMatrix.h
Expand Up @@ -5,7 +5,7 @@ Copyright (c) OsiriX Team
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BrowserMatrix.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BurnerWindowController.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion BurnerWindowController.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion ButtonAndTextCell.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion ButtonAndTextCell.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion ButtonAndTextField.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion ButtonAndTextField.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion CalciumScoringWindowController.h
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion CalciumScoringWindowController.m
Expand Up @@ -10,7 +10,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion Camera.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion Camera.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion ColorTransferView.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion ColorTransferView.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion CurvedMPR.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion CurvedMPR.m
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion DCM Framework/DCM.h
Expand Up @@ -5,7 +5,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion DCM Framework/DCMApplicationContextItem.h
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down
2 changes: 1 addition & 1 deletion DCM Framework/DCMApplicationContextItem.m
Expand Up @@ -11,7 +11,7 @@
All rights reserved.
Distributed under GNU - GPL

See http://homepage.mac.com/rossetantoine/osirix/copyright.html for details.
See http://www.osirix-viewer.com/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Expand Down

0 comments on commit e91ed07

Please sign in to comment.