Skip to content

Commit

Permalink
screen_savers/Nebula: Update license header and copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Jul 8, 2015
1 parent dc9d1c8 commit 6b37a7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/add-ons/screen_savers/nebula/Nebula.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Nebula - a screen saver for the BeOS
**
** Copyright (c) 2001-2004 pinc Software. All Rights Reserved.
** Effect from corTeX / Optimum
*/

/*
* Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Effect from corTeX / Optimum.
*/

#include <AppKit.h>
#include <InterfaceKit.h>
Expand Down Expand Up @@ -454,7 +454,7 @@ SettingsView::AttachedToWindow()

// rect.OffsetBy(0,height+5);
rect.left = 10; rect.top = 27; rect.bottom = 17+height;
string = new BStringView(rect,B_EMPTY_STRING,"© 2001-2004 pinc Software, Axel Dörfler.");
string = new BStringView(rect,B_EMPTY_STRING,"© 2001-2004 Axel Dörfler.");
string->SetAlignment(B_ALIGN_CENTER);
AddChild(string);

Expand Down

0 comments on commit 6b37a7d

Please sign in to comment.