Icons Screensaver: Update copyright header and version

Add myself to authors, assign copyright to Haiku, Inc.

Bump version to 1.0.1-final, update short and long description
This commit is contained in:
John Scipione
2014-01-22 20:35:05 -05:00
parent 000c26330b
commit 05cf63e3a7
5 changed files with 36 additions and 16 deletions
@@ -1,7 +1,12 @@
/*
Copyright 2009 Vincent Duvert, [email protected]
All rights reserved. Distributed under the terms of the MIT License.
*/
* Copyright 2009 Vincent Duvert, [email protected]
* Copyright 2014 Haiku, Inc. All rights reserved.
*
* Distributed under the terms of the MIT License.
*
* Authors:
* John Scipione, [email protected]
*/
#include "IconDisplay.h"
@@ -1,7 +1,12 @@
/*
Copyright 2009 Vincent Duvert, [email protected]
All rights reserved. Distributed under the terms of the MIT License.
*/
* Copyright 2009 Vincent Duvert, [email protected]
* Copyright 2014 Haiku, Inc. All rights reserved.
*
* Distributed under the terms of the MIT License.
*
* Authors:
* John Scipione, [email protected]
*/
#ifndef ICON_DISPLAY_H
#define ICON_DISPLAY_H
+4 -4
View File
@@ -6,9 +6,9 @@ resource app_name_catalog_entry "x-vnd.Haiku-IconsScreensaver:System name:Icons"
resource app_version {
major = 1,
middle = 0,
minor = 0,
variety = 0,
minor = 1,
variety = 5,
internal = 0,
short_info = "1.0.0",
long_info = "Screensaver Icons"
short_info = "Icons Screensaver",
long_info = "Icons Screensaver ©2009 Vincent Duvert, ©2014 Haiku, Inc."
};
@@ -1,7 +1,12 @@
/*
Copyright 2009 Vincent Duvert, [email protected]
All rights reserved. Distributed under the terms of the MIT License.
*/
* Copyright 2009 Vincent Duvert, [email protected]
* Copyright 2014 Haiku, Inc. All rights reserved.
*
* Distributed under the terms of the MIT License.
*
* Authors:
* John Scipione, [email protected]
*/
#include "IconsSaver.h"
+8 -3
View File
@@ -1,7 +1,12 @@
/*
Copyright 2009 Vincent Duvert, [email protected]
All rights reserved. Distributed under the terms of the MIT License.
*/
* Copyright 2009 Vincent Duvert, [email protected]
* Copyright 2014 Haiku, Inc. All rights reserved.
*
* Distributed under the terms of the MIT License.
*
* Authors:
* John Scipione, [email protected]
*/
#ifndef ICONS_SAVER_H
#define ICONS_SAVER_H