Skip to content

Commit

Permalink
Update copyright, remove GPL license text
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Feb 19, 2015
1 parent 3d7ecd0 commit 82b0d80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 39 deletions.
17 changes: 1 addition & 16 deletions lsdsk.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
/*
$Id$
Copyright (c) 2005-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

/*
Expand Down
8 changes: 4 additions & 4 deletions nmake.mak
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
all:
$(MAKE)/f lsdsk.mak CFG="lsdsk - Win32 Release" all
$(MAKE)/f lsdsk.mak CFG="lsdsk - Win32 Debug" all
$(MAKE) /f lsdsk.mak CFG="lsdsk - Win32 Release" all
$(MAKE) /f lsdsk.mak CFG="lsdsk - Win32 Debug" all

clean:
$(MAKE)/f lsdsk.mak CFG="lsdsk - Win32 Release" clean
$(MAKE)/f lsdsk.mak CFG="lsdsk - Win32 Debug" clean
$(MAKE) /f lsdsk.mak CFG="lsdsk - Win32 Release" clean
$(MAKE) /f lsdsk.mak CFG="lsdsk - Win32 Debug" clean

realclean: clean
-cmd /c del /s *.bak
Expand Down
23 changes: 4 additions & 19 deletions version.h
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"

0 comments on commit 82b0d80

Please sign in to comment.