Skip to content

Commit

Permalink
Updated license info, CLRF changes cause other files to update as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Afraithe committed Nov 16, 2009
1 parent 853ce7e commit f062717
Show file tree
Hide file tree
Showing 20 changed files with 2,594 additions and 2,578 deletions.
10 changes: 10 additions & 0 deletions examples/upload.php
@@ -1,4 +1,14 @@
<?php
/**
* upload.php
*
* Copyright 2009, Moxiecode Systems AB
* Released under GPL License.
*
* License: http://www.plupload.com/license
* Contributing: http://www.plupload.com/contributing
*/

// HTTP headers for no cache etc
header('Content-type: text/plain; charset=UTF-8');
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
Expand Down
1 change: 1 addition & 0 deletions src/csharp/Plupload/App.xaml.cs
Expand Up @@ -4,6 +4,7 @@
* @package MCManagerCore
* @author Moxiecode
* @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
* @license http://www.plupload.com/license
*/

using System.Windows;
Expand Down
1 change: 1 addition & 0 deletions src/csharp/Plupload/FileReference.cs
Expand Up @@ -4,6 +4,7 @@
* @package MCManagerCore
* @author Moxiecode
* @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
* @license http://www.plupload.com/license
*/

using System;
Expand Down
1 change: 1 addition & 0 deletions src/csharp/Plupload/Page.xaml.cs
Expand Up @@ -4,6 +4,7 @@
* @package MCManagerCore
* @author Moxiecode
* @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
* @license http://www.plupload.com/license
*/

using System;
Expand Down
1 change: 1 addition & 0 deletions src/flash/plupload/src/com/moxiecode/plupload/File.as
Expand Up @@ -4,6 +4,7 @@
* @package MCManagerCore
* @author Moxiecode
* @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
* @license http://www.plupload.com/license
*/

package com.moxiecode.plupload {
Expand Down
1 change: 1 addition & 0 deletions src/flash/plupload/src/com/moxiecode/plupload/Plupload.as
Expand Up @@ -3,6 +3,7 @@
*
* @author Moxiecode
* @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
* @license http://www.plupload.com/license
*/

package com.moxiecode.plupload {
Expand Down
Expand Up @@ -4,6 +4,7 @@
* @package MCManagerCore
* @author Moxiecode
* @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
* @license http://www.plupload.com/license
*/

package com.moxiecode.plupload {
Expand Down

0 comments on commit f062717

Please sign in to comment.