Skip to content

Commit 9abc599

Browse files
author
Oliver Albrecht
committed
CChanged to MIT License
1 parent 048396c commit 9abc599

File tree

5 files changed

+9
-20
lines changed

5 files changed

+9
-20
lines changed

README

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ http://tagedit.webwork-albrecht.de
66
http://www.youtube.com/watch?v=TU_FdBlSPNc
77
https://github.com/webworka/Tagedit
88

9-
Copyright (c) 2010 Oliver Albrecht [email protected]
9+
Copyright (c) 2010 Oliver Albrecht <[email protected]>
1010

11-
License:
12-
This work is licensed under a Creative Commons Attribution 3.0 Unported License.
13-
http://creativecommons.org/licenses/by/3.0/
11+
This work is licensed under a MIT License
12+
http://www.opensource.org/licenses/mit-license.php
13+
1414

1515
Author:
1616
Oliver Albrecht - Mail: [email protected] Twitter: @webworka

css/jquery.tagedit.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* Styles for the jQuery Plugin tagedit
33
*
4-
* Copyright (c) 2010 Oliver Albrecht [email protected]
4+
* Copyright (c) 2010 Oliver Albrecht <[email protected]>
55
*
66
* @author Oliver Albrecht [email protected]
7-
* @version 1.0.0
7+
* @version 1.1.0
88
*
99
*/
1010

js/jquery.tagedit-1.1.0.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
*
55
* Examples and documentation at: tagedit.webwork-albrecht.de
66
*
7-
* Copyright (c) 2010 Oliver Albrecht [email protected]
7+
* Copyright (c) 2010 Oliver Albrecht <[email protected]>
88
*
99
* License:
10-
* This work is licensed under a Creative Commons Attribution 3.0 Unported License.
11-
* http://creativecommons.org/licenses/by/3.0/
10+
* This work is licensed under a MIT License
11+
* http://www.opensource.org/licenses/mit-license.php
1212
*
1313
* @author Oliver Albrecht Mial: [email protected] Twitter: @webworka
1414
* @version 1.1.0 (06/2011)

server/autocomplete.php

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
* Script for the autocompletion in jQuery Plugin tagedit.
44
*
55
* @author Oliver Albrecht <[email protected]>
6-
* @version 1.0.0
7-
* @copyright Copyright (c) 2010, Oliver Albrecht
8-
*
9-
* Dual licensed under the MIT and GPL licenses:
10-
* http://www.opensource.org/licenses/mit-license.php
11-
* http://www.gnu.org/licenses/gpl.html
126
*/
137

148
$autocompletiondata = array(

server/formtarget.php

-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
* Script for evaluationg the form that is send from jQuery Plugin tagedit.
44
*
55
* @author Oliver Albrecht <[email protected]>
6-
* @version 1.0.0
7-
* @copyright Copyright (c) 2010, Oliver Albrecht
86
*
9-
* Dual licensed under the MIT and GPL licenses:
10-
* http://www.opensource.org/licenses/mit-license.php
11-
* http://www.gnu.org/licenses/gpl.html
127
*/
138

149
//echo '<pre>' . print_r($_POST['tag'], true) . '</pre>';exit;

0 commit comments

Comments
 (0)