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:
@@ -1,7 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2009 Vincent Duvert, [email protected]
|
* Copyright 2009 Vincent Duvert, [email protected]
|
||||||
All rights reserved. Distributed under the terms of the MIT License.
|
* Copyright 2014 Haiku, Inc. All rights reserved.
|
||||||
*/
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* John Scipione, [email protected]
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "IconDisplay.h"
|
#include "IconDisplay.h"
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2009 Vincent Duvert, [email protected]
|
* Copyright 2009 Vincent Duvert, [email protected]
|
||||||
All rights reserved. Distributed under the terms of the MIT License.
|
* Copyright 2014 Haiku, Inc. All rights reserved.
|
||||||
*/
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* John Scipione, [email protected]
|
||||||
|
*/
|
||||||
#ifndef ICON_DISPLAY_H
|
#ifndef ICON_DISPLAY_H
|
||||||
#define ICON_DISPLAY_H
|
#define ICON_DISPLAY_H
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ resource app_name_catalog_entry "x-vnd.Haiku-IconsScreensaver:System name:Icons"
|
|||||||
resource app_version {
|
resource app_version {
|
||||||
major = 1,
|
major = 1,
|
||||||
middle = 0,
|
middle = 0,
|
||||||
minor = 0,
|
minor = 1,
|
||||||
variety = 0,
|
variety = 5,
|
||||||
internal = 0,
|
internal = 0,
|
||||||
short_info = "1.0.0",
|
short_info = "Icons Screensaver",
|
||||||
long_info = "Screensaver Icons"
|
long_info = "Icons Screensaver ©2009 Vincent Duvert, ©2014 Haiku, Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2009 Vincent Duvert, [email protected]
|
* Copyright 2009 Vincent Duvert, [email protected]
|
||||||
All rights reserved. Distributed under the terms of the MIT License.
|
* Copyright 2014 Haiku, Inc. All rights reserved.
|
||||||
*/
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* John Scipione, [email protected]
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "IconsSaver.h"
|
#include "IconsSaver.h"
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2009 Vincent Duvert, [email protected]
|
* Copyright 2009 Vincent Duvert, [email protected]
|
||||||
All rights reserved. Distributed under the terms of the MIT License.
|
* Copyright 2014 Haiku, Inc. All rights reserved.
|
||||||
*/
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* John Scipione, [email protected]
|
||||||
|
*/
|
||||||
#ifndef ICONS_SAVER_H
|
#ifndef ICONS_SAVER_H
|
||||||
#define ICONS_SAVER_H
|
#define ICONS_SAVER_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user