aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-11-21 02:14:03 +0000
committerRichard Worth <rdworth@gmail.com>2008-11-21 02:14:03 +0000
commit2192c024e2b8dd4b3a27170400107400dc5a72b4 (patch)
tree1866ecd1bf527e139a78b62e1ca8eb4754f7ae7e
parent2747b5c018b31eb69e77f07a6616428cf206f967 (diff)
downloadjquery-ui-2192c024e2b8dd4b3a27170400107400dc5a72b4.tar.gz
jquery-ui-2192c024e2b8dd4b3a27170400107400dc5a72b4.zip
New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
-rw-r--r--AUTHORS.txt26
-rw-r--r--MIT-LICENSE.txt5
-rw-r--r--ui/effects.blind.js2
-rw-r--r--ui/effects.bounce.js2
-rw-r--r--ui/effects.clip.js2
-rw-r--r--ui/effects.core.js2
-rw-r--r--ui/effects.drop.js2
-rw-r--r--ui/effects.explode.js2
-rw-r--r--ui/effects.fold.js2
-rw-r--r--ui/effects.highlight.js2
-rw-r--r--ui/effects.pulsate.js2
-rw-r--r--ui/effects.scale.js2
-rw-r--r--ui/effects.shake.js2
-rw-r--r--ui/effects.slide.js2
-rw-r--r--ui/effects.transfer.js2
-rw-r--r--ui/ui.accordion.js2
-rw-r--r--ui/ui.core.js2
-rw-r--r--ui/ui.datepicker.js4
-rw-r--r--ui/ui.dialog.js2
-rw-r--r--ui/ui.draggable.js2
-rw-r--r--ui/ui.droppable.js2
-rw-r--r--ui/ui.progressbar.js2
-rw-r--r--ui/ui.resizable.js2
-rw-r--r--ui/ui.selectable.js2
-rw-r--r--ui/ui.slider.js2
-rw-r--r--ui/ui.sortable.js2
-rw-r--r--ui/ui.tabs.js2
27 files changed, 56 insertions, 27 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
new file mode 100644
index 000000000..d2bca5c37
--- /dev/null
+++ b/AUTHORS.txt
@@ -0,0 +1,26 @@
+jQuery UI Authors (http://ui.jquery.com/about)
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+and logs, available at http://jquery-ui.googlecode.com/svn/
+
+Brandon Aaron
+Paul Bakaus (paulbakaus.com)
+David Bolter
+Chi Cheng (cloudream@gmail.com)
+Maggie Costello
+Aaron Eisenberger (aaronchi@gmail.com)
+Ariel Flesler
+Scott González
+Marc Grabanski (m@marcgrabanski.com)
+Klaus Hartl (stilbuero.de)
+Scott Jehl
+Cody Lindley
+Eduardo Lundgren
+Todd Parker
+John Resig
+Patty Toland
+Ca-Phun Ung (pazu2k@gmail.com)
+Keith Wood (kbwood@virginbroadband.com.au)
+Richard D. Worth (rdworth.org)
+Jörn Zaefferer
diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt
index 965a83130..267281ccc 100644
--- a/MIT-LICENSE.txt
+++ b/MIT-LICENSE.txt
@@ -1,5 +1,10 @@
Copyright (c) 2007 John Resig, http://jquery.com/
+This software consists of voluntary contributions made by many
+individuals (AUTHORS.txt, http://ui.jquery.com/about) For exact
+contribution history, see the revision history and logs, available
+at http://jquery-ui.googlecode.com/svn/
+
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
diff --git a/ui/effects.blind.js b/ui/effects.blind.js
index 610842a29..b2897211f 100644
--- a/ui/effects.blind.js
+++ b/ui/effects.blind.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Blind @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.bounce.js b/ui/effects.bounce.js
index 932bdde85..7021289c5 100644
--- a/ui/effects.bounce.js
+++ b/ui/effects.bounce.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Bounce @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.clip.js b/ui/effects.clip.js
index 1170d3e27..94fca2717 100644
--- a/ui/effects.clip.js
+++ b/ui/effects.clip.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Clip @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.core.js b/ui/effects.core.js
index c48676b83..e90f498a1 100644
--- a/ui/effects.core.js
+++ b/ui/effects.core.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.drop.js b/ui/effects.drop.js
index 28ae2fe7e..953aa1c8d 100644
--- a/ui/effects.drop.js
+++ b/ui/effects.drop.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Drop @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.explode.js b/ui/effects.explode.js
index 81b06ed99..84924007b 100644
--- a/ui/effects.explode.js
+++ b/ui/effects.explode.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Explode @VERSION
*
- * Copyright (c) 2008 Paul Bakaus (ui.jquery.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.fold.js b/ui/effects.fold.js
index 148079406..8aeccef8c 100644
--- a/ui/effects.fold.js
+++ b/ui/effects.fold.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Fold @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.highlight.js b/ui/effects.highlight.js
index dbe772c8e..afa6050e6 100644
--- a/ui/effects.highlight.js
+++ b/ui/effects.highlight.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Highlight @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.pulsate.js b/ui/effects.pulsate.js
index b9337b5dc..fb22265ae 100644
--- a/ui/effects.pulsate.js
+++ b/ui/effects.pulsate.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Pulsate @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.scale.js b/ui/effects.scale.js
index 3fa892441..7764bce23 100644
--- a/ui/effects.scale.js
+++ b/ui/effects.scale.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Scale @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.shake.js b/ui/effects.shake.js
index 9bbd9e7d3..b5e5315ac 100644
--- a/ui/effects.shake.js
+++ b/ui/effects.shake.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Shake @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.slide.js b/ui/effects.slide.js
index 62ba15ee2..c53ff840a 100644
--- a/ui/effects.slide.js
+++ b/ui/effects.slide.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Slide @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/effects.transfer.js b/ui/effects.transfer.js
index 2754493d9..4eada01aa 100644
--- a/ui/effects.transfer.js
+++ b/ui/effects.transfer.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Transfer @VERSION
*
- * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.accordion.js b/ui/ui.accordion.js
index 4a0ad5ddd..5cc6a5cc7 100644
--- a/ui/ui.accordion.js
+++ b/ui/ui.accordion.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Accordion @VERSION
*
- * Copyright (c) 2007, 2008 Jörn Zaefferer
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.core.js b/ui/ui.core.js
index f669e58c7..f9c8a1486 100644
--- a/ui/ui.core.js
+++ b/ui/ui.core.js
@@ -1,7 +1,7 @@
/*
* jQuery UI @VERSION
*
- * Copyright (c) 2008 Paul Bakaus (ui.jquery.com)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js
index dfd263b3a..a2fe6d1c6 100644
--- a/ui/ui.datepicker.js
+++ b/ui/ui.datepicker.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Datepicker @VERSION
*
- * Copyright (c) 2006, 2007, 2008 Marc Grabanski
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
@@ -9,8 +9,6 @@
*
* Depends:
* ui.core.js
- *
- * Marc Grabanski (m@marcgrabanski.com) and Keith Wood (kbwood@virginbroadband.com.au).
*/
(function($) { // hide the namespace
diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js
index bc94131c8..923fdf49c 100644
--- a/ui/ui.dialog.js
+++ b/ui/ui.dialog.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Dialog @VERSION
*
- * Copyright (c) 2008 Richard D. Worth (rdworth.org)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js
index 3e2d112dc..ffa7dad08 100644
--- a/ui/ui.draggable.js
+++ b/ui/ui.draggable.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Draggable @VERSION
*
- * Copyright (c) 2008 Paul Bakaus
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.droppable.js b/ui/ui.droppable.js
index c8b6bf734..b3e0299cf 100644
--- a/ui/ui.droppable.js
+++ b/ui/ui.droppable.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Droppable @VERSION
*
- * Copyright (c) 2008 Paul Bakaus
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js
index d188a1253..56495fd2a 100644
--- a/ui/ui.progressbar.js
+++ b/ui/ui.progressbar.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Progressbar @VERSION
*
- * Copyright (c) 2008 Eduardo Lundgren
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js
index cde3dbe0f..ada711340 100644
--- a/ui/ui.resizable.js
+++ b/ui/ui.resizable.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Resizable @VERSION
*
- * Copyright (c) 2008 Eduardo Lundgren
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.selectable.js b/ui/ui.selectable.js
index 494f84c8e..631289fd3 100644
--- a/ui/ui.selectable.js
+++ b/ui/ui.selectable.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Selectable @VERSION
*
- * Copyright (c) 2008 Richard D. Worth (rdworth.org)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.slider.js b/ui/ui.slider.js
index d8f43d28d..9a1c476e6 100644
--- a/ui/ui.slider.js
+++ b/ui/ui.slider.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Slider @VERSION
*
- * Copyright (c) 2008 Paul Bakaus
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js
index 4ce0f691b..9a39d165a 100644
--- a/ui/ui.sortable.js
+++ b/ui/ui.sortable.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Sortable @VERSION
*
- * Copyright (c) 2008 Paul Bakaus
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
diff --git a/ui/ui.tabs.js b/ui/ui.tabs.js
index d15ec1ac0..e2f4e8aa1 100644
--- a/ui/ui.tabs.js
+++ b/ui/ui.tabs.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Tabs @VERSION
*
- * Copyright (c) 2007, 2008 Klaus Hartl (stilbuero.de)
+ * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*