screen_savers/Nebula: Update license header and copyright.

This commit is contained in:
Augustin Cavalier
2015-07-07 20:05:27 -04:00
parent dc9d1c8290
commit 6b37a7d187
+7 -7
View File
@@ -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, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Effect from corTeX / Optimum.
*/
#include <AppKit.h>
#include <InterfaceKit.h>
@@ -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);