Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
repo xfer - license change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed Mar 25, 2013
1 parent 5e9a1e0 commit 31ed18e
Show file tree
Hide file tree
Showing 9 changed files with 676 additions and 41 deletions.
5 changes: 2 additions & 3 deletions client/fineuploader.css
@@ -1,8 +1,7 @@
/*
* Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
* Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
* Copyright 2013, Widen Enterprises info@fineuploader.com
*
* Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
* Licensed under GNU GPL v3, see license.txt.
*/
.qq-uploader {
position: relative;
Expand Down
7 changes: 3 additions & 4 deletions client/js/header.js
@@ -1,10 +1,9 @@
/**
* http://github.com/Valums-File-Uploader/file-uploader
* http://github.com/Widen/fine-uploader
*
* Multiple file upload component with progress-bar, drag-and-drop, support for all modern browsers.
*
* Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
* Current Maintainer (2.0+): © 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
* Copyright © 2013, Widen Enterprises info@fineupoader.com
*
* Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
* Licensed under GNU GPL v3, see license.txt.
*/
2 changes: 1 addition & 1 deletion docs/path-fineuploaderbasic.md
@@ -1,5 +1,5 @@
## FineUploaderBasic mode users ##
1. Download the latest released native javascript plug-in from the [Downloads](https://github.com/valums/file-uploader/wiki/Releases) section.
1. Download the latest released native javascript plug-in from the [Downloads](http://fineuploader.com/downloads.html) section.
2. Read the [getting started for non-jQuery users](native-getting-started.md).
3. Read about the available [FineUploaderBasic mode options](options-fineuploaderbasic.md).
4. Glance at this quick blurb on [overriding options](options-overriding.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/path-jquery-fineuploader.md
@@ -1,5 +1,5 @@
## jQuery plug-in for FineUploader mode users ##
1. Download the latest released jQuery plug-in from the [Downloads](https://github.com/valums/file-uploader/wiki/Releases) section.
1. Download the latest released jQuery plug-in from the [Downloads](http://fineuploader.com/downloads.html) section.
2. Read the [using the optional jQuery plug-in](using-jquery-plugin.md) section.
3. Start with step 3 in the [FineUploader mode users](path-fineuploader.md) section.

691 changes: 664 additions & 27 deletions license.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/coldfusion/readme.txt
Expand Up @@ -3,4 +3,4 @@ Coldfusion example by Patrick Hedgepath - Pegasus Web Productions LLC - www.pegw
Code has been tested with version 2.0 of Valum's AJAX file uploader on Cold Fusion Enterprise 9.x server
If you have any improvements to this code please feel free to email them to me webmaster@pegweb.com

Questions, problems, comments? Go to the forums and post https://github.com/valums/file-uploader
Questions, problems, comments? Go to the forums and post https://github.com/Widen/fine-uploader
2 changes: 1 addition & 1 deletion server/nodejs.js
@@ -1,5 +1,5 @@
/**
* Node.JS server sample file for the cool ajax file uploader by Valums (http://valums.com/ajax-upload/).
* Node.JS server sample file.
*
* You have to install additional modules with:
* npm install express
Expand Down
4 changes: 2 additions & 2 deletions server/php/example.php
Expand Up @@ -20,7 +20,7 @@
// 4. If the upload failed for any reason, please open the JavaScript console,
// if this does not help please read the excellent documentation we have for you.
//
// https://github.com/valums/file-uploader/blob/master/readme.md
// https://github.com/Widen/fine-uploader/blob/master/readme.md
//

// Include the uploader class
Expand Down Expand Up @@ -50,4 +50,4 @@
$result['uploadName'] = $uploader->getUploadName();

header("Content-Type: text/plain");
echo json_encode($result);
echo json_encode($result);
2 changes: 1 addition & 1 deletion server/rails.md
@@ -1 +1 @@
Please have a look at [this wiki page](https://github.com/valums/file-uploader/wiki/Rails---CarrierWave) if you are using Rails
Please have a look at [this wiki page](https://github.com/Widen/fine-uploader/wiki/Rails---CarrierWave) if you are using Rails

0 comments on commit 31ed18e

Please sign in to comment.