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 c0c213b commit 455d35d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 40 deletions.
18 changes: 1 addition & 17 deletions inirw.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
/*
$Id$
Copyright (c) 2005-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) 2004-2015 Ross Smith II. See Mit LICENSE in /LICENSE

// Read and write .ini files
// Copyright (c) 2004, Ross Smith. All Rights Reserved

// \TODO add getopt library:
// inirw -v | --verbose
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 inirw.mak CFG="inirw - Win32 Release" all
$(MAKE)/f inirw.mak CFG="inirw - Win32 Debug" all
$(MAKE) /f inirw.mak CFG="inirw - Win32 Release" all
$(MAKE) /f inirw.mak CFG="inirw - Win32 Debug" all

clean:
$(MAKE)/f inirw.mak CFG="inirw - Win32 Release" clean
$(MAKE)/f inirw.mak CFG="inirw - Win32 Debug" clean
$(MAKE) /f inirw.mak CFG="inirw - Win32 Release" clean
$(MAKE) /f inirw.mak CFG="inirw - 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-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) 2005-2015 Ross Smith II. See Mit LICENSE in /LICENSE

#define VER_INTERNAL_NAME "inirw"
#define VER_FILE_DESCRIPTION "Read/Write .INI files"
#define VER_FILE_DESCRIPTION "Read and write .INI files"
#define VER_MAJOR 1
#define VER_MINOR 2
#define VER_STRING2 "1.2"
#define VER_MINOR 3
#define VER_STRING2 "1.3"

#include "ver_defaults.h"

0 comments on commit 455d35d

Please sign in to comment.