-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update copyright, remove GPL license text
- Loading branch information
Showing
3 changed files
with
9 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,9 @@ | ||
/* | ||
$Id$ | ||
Copyright (c) 2002-2011 Ross Smith II (http://smithii.com). All rights reserved. | ||
This program is free software; you can redistribute it and/or modify it | ||
under the terms of version 2 of the GNU General Public License | ||
as published by the Free Software Foundation. | ||
This program is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
General Public License for more details. | ||
*/ | ||
// Copyright (c) 2005-2015 Ross Smith II. See Mit LICENSE in /LICENSE | ||
|
||
#define VER_INTERNAL_NAME "lsdsk" | ||
#define VER_FILE_DESCRIPTION "List disks" | ||
#define VER_FILE_DESCRIPTION "List mounted disks" | ||
#define VER_MAJOR 1 | ||
#define VER_MINOR 6 | ||
#define VER_STRING2 "1.6" | ||
#define VER_MINOR 7 | ||
#define VER_STRING2 "1.7" | ||
|
||
#include "ver_defaults.h" |