Skip to content

Commit

Permalink
Add author attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
derrell committed Dec 28, 2020
1 parent ebfcf9d commit 00bec52
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 3 deletions.
6 changes: 5 additions & 1 deletion source/class/qxl/dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
https://github.com/qooxdoo/qxl.dialog
Copyright:
2007-2019 Christian Boulanger and others
2007-2020 Christian Boulanger and others
License:
LGPL: http://www.gnu.org/licenses/lgpl.html
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */


Expand Down
6 changes: 5 additions & 1 deletion source/class/qxl/dialog/MDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
https://github.com/qooxdoo/qxl.dialog
Copyright:
2007-2019 Christian Boulanger and others
2007-2020 Christian Boulanger and others
License:
LGPL: http://www.gnu.org/licenses/lgpl.html
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */


Expand Down
2 changes: 1 addition & 1 deletion source/class/qxl/dialog/MForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
https://github.com/qooxdoo/qxl.dialog
Copyright:
2007-2018 Christian Boulanger and others
2007-2020 Christian Boulanger and others
License:
LGPL: http://www.gnu.org/licenses/lgpl.html
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/CheckBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.CheckBox",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.ComboBox",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/DateField.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

/**
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/GroupHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.GroupHeader",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/Label.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.Label",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.List",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/PasswordField.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.PasswordField",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/RadioGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.RadioGroup",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/SelectBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.SelectBox",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/Spinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.Spinner",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/TextArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.TextArea",
Expand Down
4 changes: 4 additions & 0 deletions source/class/qxl/dialog/formElement/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
EPL: http://www.eclipse.org/org/documents/epl-v10.php
See the LICENSE file in the project's top-level directory for details.
Authors:
* Christian Boulanger (cboulanger)
* Derrell Lipman (derrell)
************************************************************************ */

qx.Class.define("qxl.dialog.formElement.TextField",
Expand Down

0 comments on commit 00bec52

Please sign in to comment.