Skip to content

Commit

Permalink
Update version and license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kz26 committed Dec 9, 2013
1 parent 89edccc commit e390eff
Show file tree
Hide file tree
Showing 23 changed files with 81 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
Makefile
qMakeTorrent
qMakeTorrent.pro.user
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 1.1.0 - 2013-12-9
* Fixed crashing bug during torrent creation
* Set default piece size to Auto
* Compile Windows binaries with VS2013
* Minor refactoring

# 1.0.3 - 2013-05-04
* Added summary screen
* Fix: prevent finish button from being clicked before torrent creation is complete
Expand Down
7 changes: 3 additions & 4 deletions README.md
@@ -1,5 +1,5 @@
# qMakeTorrent
* Current version: 1.0.3
* Current version: 1.1.0
* Author: kz26
* License: BSD
* [Website](http://kz26.github.com/qMakeTorrent)
Expand All @@ -10,10 +10,9 @@ qMakeTorrent is an advanced torrent creator with batch capability.

## Installation
### Windows
[Click here](http://kz26.github.com/qMakeTorrent/bin/qMakeTorrent-1.0.3-win32.zip) to download
a prebuilt version for Windows.
[Click here](https://github.com/kz26/qMakeTorrent/releases) to download ready-to-use binaries.

You may need to download the [Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)](http://www.microsoft.com/en-us/download/details.aspx?id=8328).
You may need to download the [Microsoft Visual C++ 2013 Redistributable Package (x86)](http://www.microsoft.com/en-us/download/details.aspx?id=8328).

### Linux/UNIX
Download a [stable release version](https://github.com/kz26/qMakeTorrent/tags) or clone the latest development source from GitHub.
Expand Down
2 changes: 1 addition & 1 deletion createtorrent.cpp
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion createtorrent.h
@@ -1,4 +1,4 @@
/* * Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion creationpage.cpp
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion creationpage.h
@@ -1,4 +1,4 @@
/* * Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion inputpage.cpp
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion inputpage.h
@@ -1,4 +1,4 @@
/* * Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion intropage.cpp
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion intropage.h
@@ -1,4 +1,4 @@
/* * Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion outputpage.cpp
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion outputpage.h
@@ -1,4 +1,4 @@
/* * Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion propertiespage.cpp
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion propertiespage.h
@@ -1,4 +1,4 @@
/* * Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
25 changes: 25 additions & 0 deletions summarypage.cpp
@@ -1,3 +1,28 @@
//
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice, this
// list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation and/or
// other materials provided with the distribution.
//
// THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
// DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//

#include "summarypage.h"
#include "ui_summarypage.h"

Expand Down
24 changes: 24 additions & 0 deletions summarypage.h
@@ -1,3 +1,27 @@
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation and/or
* other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#ifndef SUMMARYPAGE_H
#define SUMMARYPAGE_H

Expand Down
2 changes: 1 addition & 1 deletion trackerspage.cpp
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion trackerspage.h
@@ -1,4 +1,4 @@
/* * Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
6 changes: 3 additions & 3 deletions version.h
@@ -1,4 +1,4 @@
/* * Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -26,7 +26,7 @@
#define VERSION_H

#define PROGRAM_NAME "qMakeTorrent"
#define PROGRAM_VERSION "1.0.3"
#define PROGRAM_URL "http://whitehat2k9.github.com/qMakeTorrent"
#define PROGRAM_VERSION "1.1.0"
#define PROGRAM_URL "https://github.com/kz26/qMakeTorrent"

#endif
2 changes: 1 addition & 1 deletion wizard.cpp
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
// Copyright (c) 2013 kz26
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion wizard.h
@@ -1,4 +1,4 @@
/* * Copyright (c) 2013 whitehat2k9 <whitehat2k9@gmail.com>
/* * Copyright (c) 2013 kz26
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down

0 comments on commit e390eff

Please sign in to comment.