From 10faf3dea92eb2990fd933776c34026ed77ec2d7 Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Sun, 5 Nov 2017 15:04:35 -0800 Subject: [PATCH] Update Copyright, license, and remove author statements in code comments (pull #518) * Move Author Attributions to acknowledgements section of main document. * Add w3c copyright and license statement to JS files --- common/acknowledgements.html | 4 ++++ examples/accordion/js/accordion.js | 6 ++++-- examples/alert/js/alert.js | 5 +++++ examples/button/js/button.js | 2 -- examples/checkbox/checkbox-1/js/checkbox.js | 1 - .../checkbox/checkbox-2/js/checkboxMixed.js | 2 -- .../checkbox-2/js/controlledCheckbox.js | 2 -- .../aria1.0pattern/js/combobox-1.0-listbox.js | 2 -- .../aria1.1pattern/js/grid-combo-example.js | 9 ++++++--- .../aria1.1pattern/js/grid-combobox.js | 5 +++++ .../aria1.1pattern/js/listbox-combo-example.js | 9 ++++++--- .../aria1.1pattern/js/listbox-combobox.js | 4 ++++ examples/dialog-modal/js/dialog.js | 5 +++++ examples/disclosure/js/disclosureButton.js | 2 -- examples/feed/js/feed.js | 5 +++++ examples/feed/js/feedDisplay.js | 5 +++++ examples/feed/js/main.js | 5 +++++ examples/grid/js/dataGrid.js | 7 ++++--- examples/grid/js/dataGrids.js | 4 ++++ examples/grid/js/layoutGrids.js | 4 ++++ examples/grid/js/menuButton.js | 18 ++++-------------- examples/link/js/link.js | 4 ++++ examples/listbox/js/listbox-rearrangeable.js | 4 ++++ examples/listbox/js/listbox-scrollable.js | 4 ++++ examples/listbox/js/listbox.js | 4 ++++ examples/listbox/js/toolbar.js | 4 ++++ examples/menu-button/js/MenuItemAction.js | 2 -- .../js/MenuItemActionActivedescendant.js | 2 -- examples/menu-button/js/MenuItemLinks.js | 2 -- examples/menu-button/js/Menubutton.js | 2 -- examples/menu-button/js/Menubutton2.js | 2 -- examples/menu-button/js/PopupMenuAction.js | 2 -- .../js/PopupMenuActionActivedescendant.js | 2 -- examples/menu-button/js/PopupMenuLinks.js | 2 -- examples/menubar/menubar-2/js/MenubarAction.js | 2 -- .../menubar/menubar-2/js/MenubarItemAction.js | 2 -- .../menubar/menubar-2/js/PopupMenuAction.js | 2 -- .../menubar-2/js/PopupMenuItemAction.js | 2 -- .../menubar/menubar-2/js/menubar-2-init.js | 2 -- examples/menubar/menubar-2/js/styleManager.js | 2 -- examples/radio/radio-1/js/radioButton.js | 5 +++-- examples/radio/radio-1/js/radioGroup.js | 5 +++-- .../radio-2/js/radioButtonActiveDescendant.js | 5 +++-- .../radio-2/js/radioGroupActiveDescendant.js | 5 +++-- examples/slider/js/multithumb-slider.js | 5 +++-- examples/slider/js/slider.js | 5 +++-- examples/slider/js/text-slider.js | 5 +++-- examples/slider/js/vertical-slider.js | 5 +++-- examples/tabs/tabs-1/js/tabs.js | 4 ++++ examples/tabs/tabs-2/js/tabs.js | 4 ++++ examples/toolbar/js/main.js | 13 ++++++++----- examples/toolbar/js/menuButton.js | 17 +++-------------- examples/toolbar/js/toolbar.js | 4 ++++ examples/treeview/treeview-1/js/tree.js | 2 -- examples/treeview/treeview-1/js/treeitem.js | 2 -- .../treeview/treeview-1/js/treeitemClick.js | 2 -- examples/treeview/treeview-2/js/treeLinks.js | 2 -- .../treeview/treeview-2/js/treeitemLinks.js | 2 -- 58 files changed, 137 insertions(+), 109 deletions(-) diff --git a/common/acknowledgements.html b/common/acknowledgements.html index 4798bbadde..4ccd330e4c 100644 --- a/common/acknowledgements.html +++ b/common/acknowledgements.html @@ -99,6 +99,7 @@

Other ARIA contributors, commenters, and previously active participants

  • Jan Heck
  • Shawn Henry
  • Tina Homboe
  • +
  • Nicholas Hoyt
  • John Hrvatin (Microsoft Corporation)
  • Takahiro Inada
  • Masayasu Ishikawa (W3C)
  • @@ -111,6 +112,7 @@

    Other ARIA contributors, commenters, and previously active participants

  • Jason Kiss (New Zealand Government)
  • Todd Kloots
  • Johannes Koch
  • +
  • Gerard K. Cohen
  • Sam Kuper
  • Earl Johnson (Sun)
  • Jael Kurz
  • @@ -121,6 +123,7 @@

    Other ARIA contributors, commenters, and previously active participants

  • Alex Li (SAP)
  • Chris Lilley
  • Thomas Logan (HiSoftware Inc.)
  • +
  • Brian Loh
  • William Loughborough (Invited Expert)
  • Linda Mao (Microsoft)
  • David MacDonald (Invited Expert, CanAdapt Solutions Inc.)
  • @@ -129,6 +132,7 @@

    Other ARIA contributors, commenters, and previously active participants

  • Krzysztof MaczyƄski
  • Matthew May (Adobe Systems Inc.)
  • Dominic Mazzoni (Google, Inc.)
  • +
  • Mark McCarthy
  • Alexandre Morgaut (4D)
  • Ann Navarro (Invited Expert)
  • Joshue O Connor (Invited Expert, CFIT)
  • diff --git a/examples/accordion/js/accordion.js b/examples/accordion/js/accordion.js index 7214bc549b..bea53b9384 100644 --- a/examples/accordion/js/accordion.js +++ b/examples/accordion/js/accordion.js @@ -1,6 +1,8 @@ /* -Simple accordion pattern example -Gerard K. Cohen, 05/20/2017 +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* +* Simple accordion pattern example */ 'use strict'; diff --git a/examples/alert/js/alert.js b/examples/alert/js/alert.js index 4c708bb752..4c26b140b2 100644 --- a/examples/alert/js/alert.js +++ b/examples/alert/js/alert.js @@ -1,3 +1,8 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* +*/ window.addEventListener('load', function () { var button = document.getElementById('alert-trigger'); diff --git a/examples/button/js/button.js b/examples/button/js/button.js index 562933d872..73986184f7 100644 --- a/examples/button/js/button.js +++ b/examples/button/js/button.js @@ -5,8 +5,6 @@ * File: button.js * * Desc: JS code for Button Design Pattersn -* -* Author: Jon Gunderson */ var ICON_MUTE_URL = 'images/mute.svg#icon-mute'; diff --git a/examples/checkbox/checkbox-1/js/checkbox.js b/examples/checkbox/checkbox-1/js/checkbox.js index 570e28614e..4719eb30e6 100644 --- a/examples/checkbox/checkbox-1/js/checkbox.js +++ b/examples/checkbox/checkbox-1/js/checkbox.js @@ -7,7 +7,6 @@ * Desc: Checkbox widget that implements ARIA Authoring Practices * for a menu of links * -* Author: Jon Gunderson and Nicholas Hoyt */ /* diff --git a/examples/checkbox/checkbox-2/js/checkboxMixed.js b/examples/checkbox/checkbox-2/js/checkboxMixed.js index 159aa49ec3..559945d237 100644 --- a/examples/checkbox/checkbox-2/js/checkboxMixed.js +++ b/examples/checkbox/checkbox-2/js/checkboxMixed.js @@ -6,8 +6,6 @@ * * Desc: CheckboxMixed widget that implements ARIA Authoring Practices * for a menu of links -* -* Author: Jon Gunderson and Nicholas Hoyt */ /* diff --git a/examples/checkbox/checkbox-2/js/controlledCheckbox.js b/examples/checkbox/checkbox-2/js/controlledCheckbox.js index 494b40ae34..6a6055a784 100644 --- a/examples/checkbox/checkbox-2/js/controlledCheckbox.js +++ b/examples/checkbox/checkbox-2/js/controlledCheckbox.js @@ -6,8 +6,6 @@ * * Desc: ControlledCheckbox widget that implements ARIA Authoring Practices * for a mixed checkbox -* -* Author: Jon Gunderson and Nicholas Hoyt */ /* diff --git a/examples/combobox/aria1.0pattern/js/combobox-1.0-listbox.js b/examples/combobox/aria1.0pattern/js/combobox-1.0-listbox.js index 4aaead499f..652277a019 100644 --- a/examples/combobox/aria1.0pattern/js/combobox-1.0-listbox.js +++ b/examples/combobox/aria1.0pattern/js/combobox-1.0-listbox.js @@ -6,8 +6,6 @@ * * Desc: Combobox widget that implements ARIA Authoring Practices for * ARIA 1.0 definition of combobox using a Listbox -* -* Author: Jon Gunderson and Nicholas Hoyt */ /* diff --git a/examples/combobox/aria1.1pattern/js/grid-combo-example.js b/examples/combobox/aria1.1pattern/js/grid-combo-example.js index eadd97eec6..812bd951a9 100644 --- a/examples/combobox/aria1.1pattern/js/grid-combo-example.js +++ b/examples/combobox/aria1.1pattern/js/grid-combo-example.js @@ -1,6 +1,9 @@ -/** - * ARIA Combobox Examples - */ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* +* ARIA Combobox Examples +*/ var FRUITS_AND_VEGGIES = [ ['Apple', 'Fruit'], diff --git a/examples/combobox/aria1.1pattern/js/grid-combobox.js b/examples/combobox/aria1.1pattern/js/grid-combobox.js index 5b5a143972..d393ec135f 100644 --- a/examples/combobox/aria1.1pattern/js/grid-combobox.js +++ b/examples/combobox/aria1.1pattern/js/grid-combobox.js @@ -1,3 +1,8 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ + /** * @constructor * diff --git a/examples/combobox/aria1.1pattern/js/listbox-combo-example.js b/examples/combobox/aria1.1pattern/js/listbox-combo-example.js index c6105c7d69..5882d9901c 100644 --- a/examples/combobox/aria1.1pattern/js/listbox-combo-example.js +++ b/examples/combobox/aria1.1pattern/js/listbox-combo-example.js @@ -1,6 +1,9 @@ -/** - * ARIA Combobox Examples - */ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* +* ARIA Combobox Examples +*/ var FRUITS_AND_VEGGIES = [ 'Apple', diff --git a/examples/combobox/aria1.1pattern/js/listbox-combobox.js b/examples/combobox/aria1.1pattern/js/listbox-combobox.js index af9dcee680..58f827cb54 100644 --- a/examples/combobox/aria1.1pattern/js/listbox-combobox.js +++ b/examples/combobox/aria1.1pattern/js/listbox-combobox.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ /** * @constructor * diff --git a/examples/dialog-modal/js/dialog.js b/examples/dialog-modal/js/dialog.js index a31d73392a..ca27d9eeec 100644 --- a/examples/dialog-modal/js/dialog.js +++ b/examples/dialog-modal/js/dialog.js @@ -1,3 +1,8 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ + var aria = aria || {}; aria.Utils = aria.Utils || {}; diff --git a/examples/disclosure/js/disclosureButton.js b/examples/disclosure/js/disclosureButton.js index 48194415d3..befee34496 100644 --- a/examples/disclosure/js/disclosureButton.js +++ b/examples/disclosure/js/disclosureButton.js @@ -6,8 +6,6 @@ * * Desc: Checkbox widget that implements ARIA Authoring Practices * for a menu of links -* -* Author: Jon Gunderson and Nicholas Hoyt */ /* diff --git a/examples/feed/js/feed.js b/examples/feed/js/feed.js index 2e5ae31740..dd8acdb21f 100644 --- a/examples/feed/js/feed.js +++ b/examples/feed/js/feed.js @@ -1,3 +1,8 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ + /** * @namespace aria */ diff --git a/examples/feed/js/feedDisplay.js b/examples/feed/js/feedDisplay.js index 9b22da5a07..c41c37262f 100644 --- a/examples/feed/js/feedDisplay.js +++ b/examples/feed/js/feedDisplay.js @@ -1,3 +1,8 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ + /** * @namespace aria */ diff --git a/examples/feed/js/main.js b/examples/feed/js/main.js index 8ad190d58f..3cc165b7eb 100644 --- a/examples/feed/js/main.js +++ b/examples/feed/js/main.js @@ -1,3 +1,8 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ + /** * ARIA Feed Example * @function onload diff --git a/examples/grid/js/dataGrid.js b/examples/grid/js/dataGrid.js index 5a92049d63..6533ea0b1f 100644 --- a/examples/grid/js/dataGrid.js +++ b/examples/grid/js/dataGrid.js @@ -1,6 +1,7 @@ -/** - * TODO: Copyright and License stuff goes here - */ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ /** * @namespace aria diff --git a/examples/grid/js/dataGrids.js b/examples/grid/js/dataGrids.js index 2dd82e8497..4559c2f535 100644 --- a/examples/grid/js/dataGrids.js +++ b/examples/grid/js/dataGrids.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ /** * ARIA Grid Examples * @function onload diff --git a/examples/grid/js/layoutGrids.js b/examples/grid/js/layoutGrids.js index 627139e2aa..4ecec5fcd3 100644 --- a/examples/grid/js/layoutGrids.js +++ b/examples/grid/js/layoutGrids.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ var aria = aria || {}; /** diff --git a/examples/grid/js/menuButton.js b/examples/grid/js/menuButton.js index 0c5d4a23b6..09e3feac57 100644 --- a/examples/grid/js/menuButton.js +++ b/examples/grid/js/menuButton.js @@ -1,18 +1,8 @@ /* - * Copyright 2016 University of Illinois - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* +*/ /** * ARIA Menu Button example diff --git a/examples/link/js/link.js b/examples/link/js/link.js index 01c704c028..9b29fc783b 100644 --- a/examples/link/js/link.js +++ b/examples/link/js/link.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ function goToLink (event, url) { var type = event.type; diff --git a/examples/listbox/js/listbox-rearrangeable.js b/examples/listbox/js/listbox-rearrangeable.js index 47269c9fcd..ee3e574df2 100644 --- a/examples/listbox/js/listbox-rearrangeable.js +++ b/examples/listbox/js/listbox-rearrangeable.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ /** * ARIA Listbox Examples * @function onload diff --git a/examples/listbox/js/listbox-scrollable.js b/examples/listbox/js/listbox-scrollable.js index 2351a5cfb4..7762e60cf5 100644 --- a/examples/listbox/js/listbox-scrollable.js +++ b/examples/listbox/js/listbox-scrollable.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ /** * ARIA Scrollable Listbox Example * @function onload diff --git a/examples/listbox/js/listbox.js b/examples/listbox/js/listbox.js index 4322838d49..d878e9dc39 100644 --- a/examples/listbox/js/listbox.js +++ b/examples/listbox/js/listbox.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ /** * @namespace aria */ diff --git a/examples/listbox/js/toolbar.js b/examples/listbox/js/toolbar.js index 936c40d4b9..ad129f91c7 100644 --- a/examples/listbox/js/toolbar.js +++ b/examples/listbox/js/toolbar.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ /** * @namespace aria */ diff --git a/examples/menu-button/js/MenuItemAction.js b/examples/menu-button/js/MenuItemAction.js index 58a82614d9..00a1cfd68d 100644 --- a/examples/menu-button/js/MenuItemAction.js +++ b/examples/menu-button/js/MenuItemAction.js @@ -5,8 +5,6 @@ * File: MenuItem.js * * Desc: Popup Menu Menuitem widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun, Nicholas Hoyt and Brian Loh */ /* diff --git a/examples/menu-button/js/MenuItemActionActivedescendant.js b/examples/menu-button/js/MenuItemActionActivedescendant.js index 171236d3eb..05bd2cc1b5 100644 --- a/examples/menu-button/js/MenuItemActionActivedescendant.js +++ b/examples/menu-button/js/MenuItemActionActivedescendant.js @@ -5,8 +5,6 @@ * File: MenuItem.js * * Desc: Popup Menu Menuitem widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun, Nicholas Hoyt and Brian Loh */ /* diff --git a/examples/menu-button/js/MenuItemLinks.js b/examples/menu-button/js/MenuItemLinks.js index 13e1a2fac3..17b7897875 100644 --- a/examples/menu-button/js/MenuItemLinks.js +++ b/examples/menu-button/js/MenuItemLinks.js @@ -5,8 +5,6 @@ * File: MenuItemLinks.js * * Desc: Popup Menu Menuitem widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun, Nicholas Hoyt and Brian Loh */ /* diff --git a/examples/menu-button/js/Menubutton.js b/examples/menu-button/js/Menubutton.js index 4fcdc278ff..61c40aae8f 100644 --- a/examples/menu-button/js/Menubutton.js +++ b/examples/menu-button/js/Menubutton.js @@ -5,8 +5,6 @@ * File: Menubutton.js * * Desc: Menubutton widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun, Nicholas Hoyt and Brian Loh */ /* diff --git a/examples/menu-button/js/Menubutton2.js b/examples/menu-button/js/Menubutton2.js index 294ac2f852..6541dca0f8 100644 --- a/examples/menu-button/js/Menubutton2.js +++ b/examples/menu-button/js/Menubutton2.js @@ -5,8 +5,6 @@ * File: Menubutton.js * * Desc: Menubutton Menuitem widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun, Nicholas Hoyt and Brian Loh */ /* diff --git a/examples/menu-button/js/PopupMenuAction.js b/examples/menu-button/js/PopupMenuAction.js index 883b0c12e1..04198e7634 100644 --- a/examples/menu-button/js/PopupMenuAction.js +++ b/examples/menu-button/js/PopupMenuAction.js @@ -5,8 +5,6 @@ * File: PopupMenuAction.js * * Desc: Popup menu widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun, Nicholas Hoyt and Brian Loh */ /* diff --git a/examples/menu-button/js/PopupMenuActionActivedescendant.js b/examples/menu-button/js/PopupMenuActionActivedescendant.js index a103fc91d3..4352992c96 100644 --- a/examples/menu-button/js/PopupMenuActionActivedescendant.js +++ b/examples/menu-button/js/PopupMenuActionActivedescendant.js @@ -5,8 +5,6 @@ * File: PopupMenuActionActivedescendant.js * * Desc: Popup menu widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun, Nicholas Hoyt and Brian Loh */ /* diff --git a/examples/menu-button/js/PopupMenuLinks.js b/examples/menu-button/js/PopupMenuLinks.js index 94f5045537..2a2d9b937f 100644 --- a/examples/menu-button/js/PopupMenuLinks.js +++ b/examples/menu-button/js/PopupMenuLinks.js @@ -5,8 +5,6 @@ * File: PopupMenuLinks.js * * Desc: Popup menu Links widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun, Nicholas Hoyt and Brian Loh */ /* diff --git a/examples/menubar/menubar-2/js/MenubarAction.js b/examples/menubar/menubar-2/js/MenubarAction.js index 24ec294c27..2128bb4ead 100644 --- a/examples/menubar/menubar-2/js/MenubarAction.js +++ b/examples/menubar/menubar-2/js/MenubarAction.js @@ -5,8 +5,6 @@ * File: MenubarAction.js * * Desc: Menubar widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun and Nicholas Hoyt */ /* diff --git a/examples/menubar/menubar-2/js/MenubarItemAction.js b/examples/menubar/menubar-2/js/MenubarItemAction.js index 6c42b28e3b..c3d80dc612 100644 --- a/examples/menubar/menubar-2/js/MenubarItemAction.js +++ b/examples/menubar/menubar-2/js/MenubarItemAction.js @@ -5,8 +5,6 @@ * File: MenubarItemAction.js * * Desc: Menubar Menuitem widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun and Nicholas Hoyt */ /* diff --git a/examples/menubar/menubar-2/js/PopupMenuAction.js b/examples/menubar/menubar-2/js/PopupMenuAction.js index eca810259d..3f9da9db5f 100644 --- a/examples/menubar/menubar-2/js/PopupMenuAction.js +++ b/examples/menubar/menubar-2/js/PopupMenuAction.js @@ -5,8 +5,6 @@ * File: PopupMenuAction.js * * Desc: Popup menu widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson and Ku Ja Eun */ /* diff --git a/examples/menubar/menubar-2/js/PopupMenuItemAction.js b/examples/menubar/menubar-2/js/PopupMenuItemAction.js index 24dc1c7762..b6e71308d4 100644 --- a/examples/menubar/menubar-2/js/PopupMenuItemAction.js +++ b/examples/menubar/menubar-2/js/PopupMenuItemAction.js @@ -5,8 +5,6 @@ * File: MenuItem.js * * Desc: Popup Menu Menuitem widget that implements ARIA Authoring Practices -* -* Author: Jon Gunderson, Ku Ja Eun and Nicholas Hoyt */ /* diff --git a/examples/menubar/menubar-2/js/menubar-2-init.js b/examples/menubar/menubar-2/js/menubar-2-init.js index 2da00df0f6..c0137b47b3 100644 --- a/examples/menubar/menubar-2/js/menubar-2-init.js +++ b/examples/menubar/menubar-2/js/menubar-2-init.js @@ -5,8 +5,6 @@ * File: menubar-2-init.js * * Desc: Creates a menubar to control the styling of text in a textarea element -* -* Author: Jon Gunderson, Ku Ja Eun and Nicholas Hoyt */ window.addEventListener('load', function () { diff --git a/examples/menubar/menubar-2/js/styleManager.js b/examples/menubar/menubar-2/js/styleManager.js index d2140b3a01..90b98c3f7b 100644 --- a/examples/menubar/menubar-2/js/styleManager.js +++ b/examples/menubar/menubar-2/js/styleManager.js @@ -5,8 +5,6 @@ * File: TextStyling.js * * Desc: Styling functions for changing the style of an item -* -* Author: Jon Gunderson and Ku Ja Eun */ var StyleManager = function (id) { diff --git a/examples/radio/radio-1/js/radioButton.js b/examples/radio/radio-1/js/radioButton.js index b618c2b916..10c170bee5 100644 --- a/examples/radio/radio-1/js/radioButton.js +++ b/examples/radio/radio-1/js/radioButton.js @@ -1,9 +1,10 @@ /* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* * File: RadioButton.js * * Desc: Radio button widget that implements ARIA Authoring Practices -* -* Author(s): Jon Gunderson, Ku Ja Eun, Nicholas Hoyt, and Brian Loh */ /* diff --git a/examples/radio/radio-1/js/radioGroup.js b/examples/radio/radio-1/js/radioGroup.js index edebc43a10..3d0e4e52d8 100644 --- a/examples/radio/radio-1/js/radioGroup.js +++ b/examples/radio/radio-1/js/radioGroup.js @@ -1,9 +1,10 @@ /* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* * File: radioGroup.js * * Desc: Radio group widget that implements ARIA Authoring Practices -* -* Author(s): Jon Gunderson, Ku Ja Eun, Nicholas Hoyt, and Brian Loh */ /* diff --git a/examples/radio/radio-2/js/radioButtonActiveDescendant.js b/examples/radio/radio-2/js/radioButtonActiveDescendant.js index 90a6c469d0..7183f91fa6 100644 --- a/examples/radio/radio-2/js/radioButtonActiveDescendant.js +++ b/examples/radio/radio-2/js/radioButtonActiveDescendant.js @@ -1,9 +1,10 @@ /* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* * File: RadioButtonActiveDescendant.js * * Desc: Radio widget using aria-activedescendant that implements ARIA Authoring Practices -* -* Author(s): Jon Gunderson, Ku Ja Eun, Nicholas Hoyt, and Brian Loh */ /* diff --git a/examples/radio/radio-2/js/radioGroupActiveDescendant.js b/examples/radio/radio-2/js/radioGroupActiveDescendant.js index f1301da89f..96facfea8c 100644 --- a/examples/radio/radio-2/js/radioGroupActiveDescendant.js +++ b/examples/radio/radio-2/js/radioGroupActiveDescendant.js @@ -1,9 +1,10 @@ /* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* * File: radioGroup.js * * Desc: Radio group widget using aria-activedescendant that implements ARIA Authoring Practices -* -* Author(s): Jon Gunderson, Ku Ja Eun, Nicholas Hoyt, and Brian Loh */ /* diff --git a/examples/slider/js/multithumb-slider.js b/examples/slider/js/multithumb-slider.js index 643b0884b3..8104972d9d 100644 --- a/examples/slider/js/multithumb-slider.js +++ b/examples/slider/js/multithumb-slider.js @@ -1,9 +1,10 @@ /* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* * File: slider.js * * Desc: Slider widget that implements ARIA Authoring Practices -* -* Author(s): Jon Gunderson, Nicholas Hoyt, Brian Loh, and Mark McCarthy */ // Create Slider that contains value, valuemin, valuemax, and valuenow diff --git a/examples/slider/js/slider.js b/examples/slider/js/slider.js index 874d389642..d7cc2826e3 100644 --- a/examples/slider/js/slider.js +++ b/examples/slider/js/slider.js @@ -1,9 +1,10 @@ /* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* * File: slider.js * * Desc: Slider widget that implements ARIA Authoring Practices -* -* Author(s): Jon Gunderson, Nicholas Hoyt and Brian Loh */ // Create Slider that contains value, valuemin, valuemax, and valuenow diff --git a/examples/slider/js/text-slider.js b/examples/slider/js/text-slider.js index d97921c7cb..4f32dbadb9 100644 --- a/examples/slider/js/text-slider.js +++ b/examples/slider/js/text-slider.js @@ -1,9 +1,10 @@ /* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* * File: text-slider.js * * Desc: Text slider widget that implements ARIA Authoring Practices -* -* Author(s): Jon Gunderson, Nicholas Hoyt and Brian Loh */ // Create Text Slider that contains value, valuemin, valuemax, and valuenow diff --git a/examples/slider/js/vertical-slider.js b/examples/slider/js/vertical-slider.js index fb2a55dad3..254b9e98a9 100644 --- a/examples/slider/js/vertical-slider.js +++ b/examples/slider/js/vertical-slider.js @@ -1,9 +1,10 @@ /* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* * File: vertical-slider.js * * Desc: Vertical slider widget that implements ARIA Authoring Practices -* -* Author(s): Jon Gunderson, Nicholas Hoyt and Brian Loh */ // Create Vertical Slider that contains value, valuemin, valuemax, and valuenow diff --git a/examples/tabs/tabs-1/js/tabs.js b/examples/tabs/tabs-1/js/tabs.js index 50c572a06e..1c51c5c012 100644 --- a/examples/tabs/tabs-1/js/tabs.js +++ b/examples/tabs/tabs-1/js/tabs.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ (function () { var tablist = document.querySelectorAll('[role="tablist"]')[0]; var tabs; diff --git a/examples/tabs/tabs-2/js/tabs.js b/examples/tabs/tabs-2/js/tabs.js index 5d5316dcf2..23c38d6045 100644 --- a/examples/tabs/tabs-2/js/tabs.js +++ b/examples/tabs/tabs-2/js/tabs.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ (function () { var tablist = document.querySelectorAll('[role="tablist"]')[0]; var tabs; diff --git a/examples/toolbar/js/main.js b/examples/toolbar/js/main.js index 18e47a8b5f..8a09ec9f45 100644 --- a/examples/toolbar/js/main.js +++ b/examples/toolbar/js/main.js @@ -1,8 +1,11 @@ -/** - * ARIA Toolbar Examples - * @function onload - * @desc Initialize the toolbar example once the page has loaded - */ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +* +* ARIA Toolbar Examples +* @function onload +* @desc Initialize the toolbar example once the page has loaded +*/ window.addEventListener('load', function () { var ex1 = document.getElementById('ex1'); diff --git a/examples/toolbar/js/menuButton.js b/examples/toolbar/js/menuButton.js index a06fda2cd2..cd68793b8a 100644 --- a/examples/toolbar/js/menuButton.js +++ b/examples/toolbar/js/menuButton.js @@ -1,18 +1,7 @@ /* - * Copyright 2016 University of Illinois - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ /** * ARIA Menu Button example diff --git a/examples/toolbar/js/toolbar.js b/examples/toolbar/js/toolbar.js index 936c40d4b9..ad129f91c7 100644 --- a/examples/toolbar/js/toolbar.js +++ b/examples/toolbar/js/toolbar.js @@ -1,3 +1,7 @@ +/* +* This content is licensed according to the W3C Software License at +* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document +*/ /** * @namespace aria */ diff --git a/examples/treeview/treeview-1/js/tree.js b/examples/treeview/treeview-1/js/tree.js index a8e0f3bba2..9ee7532e9a 100644 --- a/examples/treeview/treeview-1/js/tree.js +++ b/examples/treeview/treeview-1/js/tree.js @@ -6,8 +6,6 @@ * * Desc: Tree widget that implements ARIA Authoring Practices * for a tree being used as a file viewer -* -* Author: Jon Gunderson, Ku Ja Eun and Nicholas Hoyt @ University of Illinois */ /** diff --git a/examples/treeview/treeview-1/js/treeitem.js b/examples/treeview/treeview-1/js/treeitem.js index d2448de60a..162ec5978c 100644 --- a/examples/treeview/treeview-1/js/treeitem.js +++ b/examples/treeview/treeview-1/js/treeitem.js @@ -6,8 +6,6 @@ * * Desc: Treeitem widget that implements ARIA Authoring Practices * for a tree being used as a file viewer -* -* Author: Jon Gunderson, Ku Ja Eun and Nicholas Hoyt @ University of Illinois */ /* diff --git a/examples/treeview/treeview-1/js/treeitemClick.js b/examples/treeview/treeview-1/js/treeitemClick.js index 98760e1e0d..2a5a799fbc 100644 --- a/examples/treeview/treeview-1/js/treeitemClick.js +++ b/examples/treeview/treeview-1/js/treeitemClick.js @@ -5,8 +5,6 @@ * File: Treeitem.js * * Desc: Setup click events for Tree widget examples - -* Author: Jon Gunderson, Ku Ja Eun and Nicholas Hoyt @ University of Illinois */ /** diff --git a/examples/treeview/treeview-2/js/treeLinks.js b/examples/treeview/treeview-2/js/treeLinks.js index 10d73f65d4..960132dcb7 100644 --- a/examples/treeview/treeview-2/js/treeLinks.js +++ b/examples/treeview/treeview-2/js/treeLinks.js @@ -6,8 +6,6 @@ * * Desc: Tree widget that implements ARIA Authoring Practices * for a tree being used as a file viewer -* -* Author: Jon Gunderson, Ku Ja Eun and Nicholas Hoyt */ /** diff --git a/examples/treeview/treeview-2/js/treeitemLinks.js b/examples/treeview/treeview-2/js/treeitemLinks.js index 4688b51384..9a95eaee34 100644 --- a/examples/treeview/treeview-2/js/treeitemLinks.js +++ b/examples/treeview/treeview-2/js/treeitemLinks.js @@ -6,8 +6,6 @@ * * Desc: Treeitem widget that implements ARIA Authoring Practices * for a tree being used as a file viewer -* -* Author: Jon Gunderson, Ku Ja Eun and Nicholas Hoyt */ /*