-
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
5 changed files
with
13 additions
and
73 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
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-2006 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) 2002-2015 Ross Smith II. See Mit LICENSE in /LICENSE | ||
|
||
#define VER_INTERNAL_NAME "path_set" | ||
#define VER_FILE_DESCRIPTION "Modify System/User Environment Variables" | ||
#define VER_FILE_DESCRIPTION "Modify system and user environment variables" | ||
#define VER_MAJOR 1 | ||
#define VER_MINOR 3 | ||
#define VER_STRING2 "1.3" | ||
#define VER_MINOR 4 | ||
#define VER_STRING2 "1.4" | ||
|
||
#include "ver_defaults.h" |