From 06a186c90758bbdca604ed6d7bf639c3d05b1fa0 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Sun, 31 Mar 2019 20:50:04 -0400 Subject: [PATCH] Switch to standard Apache-2.0 license (#3457) --- LICENSE | 366 +++++++++--------- package.json | 2 +- packages/core/LICENSE | 366 +++++++++--------- packages/core/package.json | 2 +- packages/core/src/_accessibility.scss | 2 +- packages/core/src/_reset.scss | 2 +- packages/core/src/_typography.scss | 2 +- .../src/accessibility/focusStyleManager.ts | 12 +- packages/core/src/accessibility/index.ts | 12 +- packages/core/src/blueprint.scss | 2 +- packages/core/src/common/_color-aliases.scss | 2 +- packages/core/src/common/_colors.scss | 2 +- packages/core/src/common/_flex.scss | 2 +- packages/core/src/common/_mixins.scss | 2 +- .../core/src/common/_react-transition.scss | 2 +- packages/core/src/common/_variables.scss | 2 +- packages/core/src/common/abstractComponent.ts | 12 +- .../core/src/common/abstractPureComponent.ts | 12 +- packages/core/src/common/alignment.ts | 12 +- packages/core/src/common/boundary.ts | 12 +- packages/core/src/common/classes.ts | 12 +- packages/core/src/common/colors.ts | 12 +- packages/core/src/common/constructor.ts | 12 +- packages/core/src/common/elevation.ts | 12 +- packages/core/src/common/errors.ts | 12 +- packages/core/src/common/index.ts | 12 +- packages/core/src/common/intent.ts | 12 +- packages/core/src/common/interactionMode.ts | 12 +- packages/core/src/common/keys.ts | 12 +- packages/core/src/common/position.ts | 12 +- packages/core/src/common/props.ts | 12 +- packages/core/src/common/utils.ts | 12 +- .../core/src/common/utils/compareUtils.ts | 12 +- packages/core/src/common/utils/isDarkTheme.ts | 12 +- .../core/src/common/utils/safeInvokeMember.ts | 12 +- packages/core/src/compatibility/browser.ts | 12 +- packages/core/src/compatibility/index.ts | 12 +- packages/core/src/components/_index.scss | 2 +- .../core/src/components/alert/_alert.scss | 2 +- packages/core/src/components/alert/alert.tsx | 12 +- .../components/breadcrumbs/_breadcrumbs.scss | 2 +- .../src/components/breadcrumbs/breadcrumb.tsx | 12 +- .../components/breadcrumbs/breadcrumbs.tsx | 12 +- .../src/components/button/_button-group.scss | 2 +- .../core/src/components/button/_button.scss | 2 +- .../core/src/components/button/_common.scss | 2 +- .../src/components/button/abstractButton.tsx | 12 +- .../src/components/button/buttonGroup.tsx | 12 +- .../core/src/components/button/buttons.tsx | 12 +- .../core/src/components/callout/_callout.scss | 2 +- .../core/src/components/callout/callout.tsx | 12 +- packages/core/src/components/card/_card.scss | 2 +- packages/core/src/components/card/card.tsx | 12 +- .../src/components/collapse/_collapse.scss | 2 +- .../core/src/components/collapse/collapse.tsx | 12 +- .../collapsible-list/collapsibleList.tsx | 12 +- .../context-menu/_context-menu.scss | 2 +- .../components/context-menu/contextMenu.tsx | 12 +- .../context-menu/contextMenuTarget.tsx | 12 +- .../core/src/components/dialog/_dialog.scss | 2 +- .../core/src/components/dialog/dialog.tsx | 12 +- .../core/src/components/divider/_divider.scss | 2 +- .../core/src/components/divider/divider.tsx | 12 +- .../core/src/components/drawer/_drawer.scss | 2 +- .../core/src/components/drawer/drawer.tsx | 12 +- .../editable-text/_editable-text.scss | 2 +- .../components/editable-text/editableText.tsx | 12 +- .../core/src/components/forms/_common.scss | 2 +- .../src/components/forms/_control-group.scss | 2 +- .../core/src/components/forms/_controls.scss | 2 +- .../src/components/forms/_file-input.scss | 2 +- .../src/components/forms/_form-group.scss | 2 +- .../core/src/components/forms/_index.scss | 2 +- .../src/components/forms/_input-group.scss | 2 +- .../core/src/components/forms/_input.scss | 2 +- .../core/src/components/forms/_label.scss | 2 +- .../src/components/forms/controlGroup.tsx | 12 +- .../core/src/components/forms/controls.tsx | 12 +- .../core/src/components/forms/fileInput.tsx | 12 +- .../core/src/components/forms/formGroup.tsx | 12 +- .../core/src/components/forms/inputGroup.tsx | 12 +- .../src/components/forms/numericInput.tsx | 12 +- .../src/components/forms/numericInputUtils.ts | 12 +- .../core/src/components/forms/radioGroup.tsx | 12 +- .../core/src/components/forms/textArea.tsx | 12 +- .../core/src/components/hotkeys/hotkey.tsx | 12 +- .../src/components/hotkeys/hotkeyParser.ts | 12 +- .../core/src/components/hotkeys/hotkeys.tsx | 12 +- .../src/components/hotkeys/hotkeysDialog.tsx | 12 +- .../src/components/hotkeys/hotkeysEvents.ts | 12 +- .../src/components/hotkeys/hotkeysTarget.tsx | 12 +- .../core/src/components/hotkeys/keyCombo.tsx | 12 +- .../src/components/html-select/_common.scss | 2 +- .../components/html-select/_html-select.scss | 2 +- .../src/components/html-select/htmlSelect.tsx | 12 +- .../components/html-table/_html-table.scss | 2 +- .../src/components/html-table/htmlTable.tsx | 12 +- packages/core/src/components/html/html.tsx | 12 +- packages/core/src/components/icon/_icon.scss | 2 +- packages/core/src/components/icon/icon.tsx | 12 +- packages/core/src/components/index.ts | 12 +- .../core/src/components/menu/_common.scss | 2 +- packages/core/src/components/menu/_menu.scss | 2 +- .../core/src/components/menu/_submenu.scss | 2 +- packages/core/src/components/menu/menu.tsx | 12 +- .../core/src/components/menu/menuDivider.tsx | 12 +- .../core/src/components/menu/menuItem.tsx | 12 +- .../core/src/components/navbar/_navbar.scss | 2 +- .../core/src/components/navbar/navbar.tsx | 12 +- .../src/components/navbar/navbarDivider.tsx | 12 +- .../src/components/navbar/navbarGroup.tsx | 12 +- .../src/components/navbar/navbarHeading.tsx | 12 +- .../non-ideal-state/_non-ideal-state.scss | 2 +- .../non-ideal-state/nonIdealState.tsx | 12 +- .../overflow-list/_overflow-list.scss | 2 +- .../components/overflow-list/overflowList.tsx | 12 +- .../core/src/components/overlay/_overlay.scss | 2 +- .../core/src/components/overlay/overlay.tsx | 12 +- .../components/panel-stack/_panel-stack.scss | 2 +- .../src/components/panel-stack/panelProps.ts | 12 +- .../src/components/panel-stack/panelStack.tsx | 12 +- .../src/components/panel-stack/panelView.tsx | 12 +- .../core/src/components/popover/_common.scss | 2 +- .../core/src/components/popover/_popover.scss | 2 +- .../core/src/components/popover/popover.tsx | 12 +- .../src/components/popover/popoverArrow.tsx | 12 +- .../popover/popoverMigrationUtils.ts | 12 +- .../components/popover/popoverSharedProps.ts | 12 +- .../src/components/popover/popperUtils.ts | 12 +- .../core/src/components/portal/_portal.scss | 2 +- .../core/src/components/portal/portal.tsx | 12 +- .../src/components/progress-bar/_common.scss | 2 +- .../progress-bar/_progress-bar.scss | 2 +- .../components/progress-bar/progressBar.tsx | 12 +- .../components/resize-sensor/resizeSensor.tsx | 12 +- .../src/components/skeleton/_skeleton.scss | 2 +- .../core/src/components/slider/_common.scss | 2 +- .../core/src/components/slider/_slider.scss | 2 +- .../core/src/components/slider/handle.tsx | 12 +- .../src/components/slider/handleProps.tsx | 12 +- .../src/components/slider/multiSlider.tsx | 12 +- .../src/components/slider/rangeSlider.tsx | 12 +- .../core/src/components/slider/slider.tsx | 12 +- .../core/src/components/slider/sliderUtils.ts | 14 +- .../core/src/components/spinner/_spinner.scss | 2 +- .../core/src/components/spinner/spinner.tsx | 12 +- packages/core/src/components/tabs/_tabs.scss | 2 +- packages/core/src/components/tabs/tab.tsx | 12 +- .../core/src/components/tabs/tabTitle.tsx | 12 +- packages/core/src/components/tabs/tabs.tsx | 12 +- .../src/components/tag-input/_tag-input.scss | 2 +- .../src/components/tag-input/tagInput.tsx | 12 +- packages/core/src/components/tag/_common.scss | 2 +- packages/core/src/components/tag/_tag.scss | 2 +- packages/core/src/components/tag/tag.tsx | 12 +- packages/core/src/components/text/text.tsx | 12 +- .../core/src/components/toast/_toast.scss | 2 +- packages/core/src/components/toast/toast.tsx | 12 +- .../core/src/components/toast/toaster.tsx | 12 +- .../core/src/components/tooltip/_common.scss | 2 +- .../core/src/components/tooltip/_tooltip.scss | 2 +- .../core/src/components/tooltip/tooltip.tsx | 12 +- packages/core/src/components/tree/_tree.scss | 2 +- packages/core/src/components/tree/tree.tsx | 12 +- .../core/src/components/tree/treeNode.tsx | 12 +- packages/core/src/index.ts | 12 +- packages/core/test/alert/alertTests.tsx | 12 +- .../core/test/breadcrumbs/breadcrumbTests.tsx | 12 +- .../test/breadcrumbs/breadcrumbsTests.tsx | 12 +- packages/core/test/buttons/buttonTests.tsx | 12 +- packages/core/test/callout/calloutTests.tsx | 12 +- packages/core/test/card/cardTests.tsx | 12 +- packages/core/test/collapse/collapseTests.tsx | 12 +- .../collapsible-list/collapsibleListTests.tsx | 12 +- packages/core/test/common/propsTests.ts | 12 +- .../test/common/utils/compareUtilsTests.ts | 12 +- packages/core/test/common/utilsTests.tsx | 12 +- .../test/context-menu/contextMenuTests.tsx | 12 +- packages/core/test/controls/controlsTests.tsx | 12 +- .../core/test/controls/inputGroupTests.tsx | 12 +- .../core/test/controls/numericInputTests.tsx | 12 +- .../core/test/controls/radioGroupTests.tsx | 12 +- packages/core/test/dialog/dialogTests.tsx | 12 +- packages/core/test/drawer/drawerTests.tsx | 12 +- .../test/editable-text/editableTextTests.tsx | 12 +- packages/core/test/forms/fileInputTests.tsx | 12 +- packages/core/test/forms/formGroupTests.tsx | 12 +- packages/core/test/forms/textAreaTests.tsx | 12 +- packages/core/test/hotkeys/hotkeysTests.tsx | 12 +- .../core/test/html-select/htmlSelectTests.tsx | 12 +- packages/core/test/icon/iconTests.tsx | 12 +- packages/core/test/index.ts | 12 +- packages/core/test/isotest.js | 12 +- packages/core/test/menu/menuItemTests.tsx | 12 +- packages/core/test/menu/menuTests.tsx | 12 +- .../non-ideal-state/nonIdealStateTests.tsx | 12 +- .../test/overflow-list/overflowListTests.tsx | 12 +- packages/core/test/overlay/overlayTests.tsx | 12 +- .../core/test/panel-stack/panelStackTests.tsx | 12 +- packages/core/test/popover/popoverTests.tsx | 12 +- packages/core/test/popover/popperUtilTests.ts | 12 +- packages/core/test/portal/portalTests.tsx | 12 +- .../core/test/progress/progressBarTests.tsx | 12 +- .../test/resize-sensor/resizeSensorTests.tsx | 12 +- packages/core/test/slider/handleTests.tsx | 12 +- .../core/test/slider/multiSliderTests.tsx | 12 +- .../core/test/slider/rangeSliderTests.tsx | 12 +- packages/core/test/slider/sliderTestUtils.ts | 12 +- packages/core/test/slider/sliderTests.tsx | 12 +- packages/core/test/spinner/spinnerTests.tsx | 12 +- packages/core/test/tabs/tabsTests.tsx | 12 +- .../core/test/tag-input/tagInputTests.tsx | 12 +- packages/core/test/tag/tagTests.tsx | 12 +- packages/core/test/text/textTests.tsx | 12 +- packages/core/test/toast/toastTests.tsx | 12 +- packages/core/test/toast/toasterTests.ts | 12 +- packages/core/test/tooltip/tooltipTests.tsx | 12 +- packages/core/test/tree/treeTests.tsx | 12 +- packages/core/test/utils.ts | 14 +- packages/core/webpack.config.js | 13 +- packages/datetime/LICENSE | 366 +++++++++--------- packages/datetime/package.json | 2 +- packages/datetime/src/_common.scss | 2 +- packages/datetime/src/_dateinput.scss | 2 +- packages/datetime/src/_datepicker.scss | 2 +- packages/datetime/src/_daterangepicker.scss | 2 +- packages/datetime/src/_datetimepicker.scss | 2 +- packages/datetime/src/_timepicker.scss | 2 +- packages/datetime/src/blueprint-datetime.scss | 2 +- packages/datetime/src/common/classes.ts | 12 +- packages/datetime/src/common/dateUtils.ts | 12 +- packages/datetime/src/common/errors.ts | 12 +- packages/datetime/src/common/monthAndYear.ts | 12 +- packages/datetime/src/common/months.ts | 12 +- packages/datetime/src/common/timeUnit.ts | 12 +- packages/datetime/src/common/utils.ts | 12 +- packages/datetime/src/dateFormat.tsx | 12 +- packages/datetime/src/dateInput.tsx | 12 +- packages/datetime/src/datePicker.tsx | 12 +- packages/datetime/src/datePickerCaption.tsx | 12 +- packages/datetime/src/datePickerCore.tsx | 12 +- packages/datetime/src/datePickerNavbar.tsx | 12 +- packages/datetime/src/dateRangeInput.tsx | 12 +- packages/datetime/src/dateRangePicker.tsx | 12 +- .../src/dateRangeSelectionStrategy.ts | 12 +- packages/datetime/src/dateTimePicker.tsx | 12 +- packages/datetime/src/index.ts | 12 +- packages/datetime/src/shortcuts.tsx | 12 +- packages/datetime/src/timePicker.tsx | 12 +- packages/datetime/test/common/dateFormat.ts | 12 +- .../datetime/test/common/dateTestUtils.ts | 12 +- .../datetime/test/common/dateUtilsTests.tsx | 12 +- packages/datetime/test/dateInputTests.tsx | 12 +- .../datetime/test/datePickerCaptionTests.tsx | 12 +- packages/datetime/test/datePickerTests.tsx | 12 +- .../datetime/test/dateRangeInputTests.tsx | 12 +- .../datetime/test/dateRangePickerTests.tsx | 12 +- .../datetime/test/dateTimePickerTests.tsx | 12 +- packages/datetime/test/isotest.js | 12 +- packages/datetime/test/timePickerTests.tsx | 12 +- packages/datetime/webpack.config.js | 12 +- packages/docs-app/package.json | 2 +- .../docs-app/src/components/blueprintDocs.tsx | 12 +- .../docs-app/src/components/clickToCopy.tsx | 12 +- .../docs-app/src/components/colorPalettes.tsx | 12 +- .../docs-app/src/components/colorSchemes.tsx | 12 +- packages/docs-app/src/components/docsIcon.tsx | 12 +- packages/docs-app/src/components/icons.tsx | 12 +- packages/docs-app/src/components/logo.tsx | 12 +- .../docs-app/src/components/navHeader.tsx | 12 +- packages/docs-app/src/components/navIcons.tsx | 12 +- .../docs-app/src/components/resources.tsx | 12 +- packages/docs-app/src/components/welcome.tsx | 12 +- .../examples/core-examples/alertExample.tsx | 12 +- .../core-examples/breadcrumbsExample.tsx | 12 +- .../core-examples/buttonGroupExample.tsx | 12 +- .../buttonGroupPopoverExample.tsx | 12 +- .../examples/core-examples/buttonsExample.tsx | 12 +- .../core-examples/buttonsIconsExample.tsx | 12 +- .../examples/core-examples/calloutExample.tsx | 12 +- .../examples/core-examples/cardExample.tsx | 12 +- .../core-examples/checkboxExample.tsx | 12 +- .../core-examples/collapseExample.tsx | 12 +- .../core-examples/collapsibleListExample.tsx | 12 +- .../core-examples/common/alignmentSelect.tsx | 12 +- .../core-examples/common/fileMenu.tsx | 12 +- .../core-examples/common/iconSelect.tsx | 12 +- .../core-examples/common/intentSelect.tsx | 12 +- .../core-examples/contextMenuExample.tsx | 12 +- .../core-examples/controlGroupExample.tsx | 12 +- .../examples/core-examples/dialogExample.tsx | 12 +- .../examples/core-examples/dividerExample.tsx | 12 +- .../examples/core-examples/drawerExample.tsx | 12 +- .../core-examples/dropdownMenuExample.tsx | 12 +- .../core-examples/editableTextExample.tsx | 12 +- .../examples/core-examples/focusExample.tsx | 12 +- .../core-examples/formGroupExample.tsx | 12 +- .../examples/core-examples/hotkeyPiano.tsx | 12 +- .../examples/core-examples/hotkeyTester.tsx | 12 +- .../examples/core-examples/iconExample.tsx | 12 +- .../src/examples/core-examples/index.ts | 12 +- .../core-examples/inputGroupExample.tsx | 12 +- .../examples/core-examples/menuExample.tsx | 12 +- .../core-examples/multiSliderExample.tsx | 12 +- .../examples/core-examples/navbarExample.tsx | 12 +- .../core-examples/nonIdealStateExample.tsx | 12 +- .../numericInputBasicExample.tsx | 12 +- .../numericInputExtendedExample.tsx | 12 +- .../core-examples/overflowListExample.tsx | 12 +- .../examples/core-examples/overlayExample.tsx | 12 +- .../core-examples/panelStackExample.tsx | 12 +- .../core-examples/popoverDismissExample.tsx | 12 +- .../examples/core-examples/popoverExample.tsx | 12 +- .../popoverInteractionKindExample.tsx | 12 +- .../core-examples/popoverMinimalExample.tsx | 12 +- .../core-examples/popoverPortalExample.tsx | 12 +- .../core-examples/popoverPositionExample.tsx | 12 +- .../core-examples/popoverSizingExample.tsx | 12 +- .../core-examples/progressExample.tsx | 12 +- .../examples/core-examples/radioExample.tsx | 12 +- .../core-examples/rangeSliderExample.tsx | 12 +- .../examples/core-examples/sliderExample.tsx | 12 +- .../examples/core-examples/spinnerExample.tsx | 12 +- .../examples/core-examples/switchExample.tsx | 12 +- .../examples/core-examples/tabsExample.tsx | 12 +- .../src/examples/core-examples/tagExample.tsx | 12 +- .../core-examples/tagInputExample.tsx | 12 +- .../examples/core-examples/textExample.tsx | 12 +- .../examples/core-examples/toastExample.tsx | 12 +- .../examples/core-examples/tooltipExample.tsx | 12 +- .../examples/core-examples/treeExample.tsx | 12 +- .../datetime-examples/common/formatSelect.tsx | 12 +- .../datetime-examples/common/momentDate.tsx | 12 +- .../common/precisionSelect.tsx | 12 +- .../datetime-examples/dateInputExample.tsx | 12 +- .../datetime-examples/datePickerExample.tsx | 12 +- .../dateRangeInputExample.tsx | 12 +- .../dateRangePickerExample.tsx | 12 +- .../dateTimePickerExample.tsx | 12 +- .../src/examples/datetime-examples/index.ts | 12 +- .../datetime-examples/timePickerExample.tsx | 12 +- .../src/examples/select-examples/films.tsx | 12 +- .../src/examples/select-examples/index.ts | 12 +- .../select-examples/multiSelectExample.tsx | 12 +- .../select-examples/omnibarExample.tsx | 12 +- .../select-examples/selectExample.tsx | 12 +- .../select-examples/suggestExample.tsx | 12 +- .../table-examples/cellLoadingExample.tsx | 12 +- .../table-examples/columnLoadingExample.tsx | 12 +- .../src/examples/table-examples/index.ts | 12 +- .../table-examples/tableDollarExample.tsx | 12 +- .../table-examples/tableEditableExample.tsx | 12 +- .../table-examples/tableFormatsExample.tsx | 12 +- .../table-examples/tableFreezingExample.tsx | 12 +- .../table-examples/tableLoadingExample.tsx | 12 +- .../tableReorderableExample.tsx | 12 +- .../table-examples/tableSortableExample.tsx | 12 +- .../components/customTimezoneTarget.tsx | 12 +- .../timezone-examples/components/index.ts | 12 +- .../src/examples/timezone-examples/index.ts | 12 +- .../timezonePickerExample.tsx | 12 +- packages/docs-app/src/index.scss | 2 +- packages/docs-app/src/index.tsx | 12 +- packages/docs-app/src/styles/_colors.scss | 2 +- packages/docs-app/src/styles/_examples.scss | 2 +- packages/docs-app/src/styles/_icons.scss | 2 +- packages/docs-app/src/styles/_nav.scss | 2 +- packages/docs-app/src/tags/reactDocs.ts | 12 +- packages/docs-app/src/tags/reactExamples.ts | 12 +- packages/docs-app/webpack.config.js | 12 +- packages/docs-data/package.json | 2 +- packages/docs-theme/LICENSE | 366 +++++++++--------- packages/docs-theme/package.json | 2 +- packages/docs-theme/src/common/context.ts | 12 +- packages/docs-theme/src/common/index.ts | 12 +- packages/docs-theme/src/common/utils.ts | 12 +- packages/docs-theme/src/components/banner.tsx | 12 +- .../docs-theme/src/components/baseExample.tsx | 12 +- packages/docs-theme/src/components/block.tsx | 12 +- .../src/components/documentation.tsx | 12 +- .../docs-theme/src/components/example.tsx | 12 +- .../src/components/modifierTable.tsx | 12 +- .../docs-theme/src/components/navButton.tsx | 12 +- .../docs-theme/src/components/navMenu.tsx | 12 +- .../docs-theme/src/components/navMenuItem.tsx | 12 +- .../docs-theme/src/components/navigator.tsx | 12 +- packages/docs-theme/src/components/page.tsx | 12 +- .../docs-theme/src/components/scrollbar.ts | 12 +- .../src/components/typescript/apiHeader.tsx | 12 +- .../src/components/typescript/apiLink.tsx | 12 +- .../components/typescript/deprecatedTag.tsx | 12 +- .../src/components/typescript/enumTable.tsx | 12 +- .../components/typescript/interfaceTable.tsx | 12 +- .../components/typescript/typeAliasTable.tsx | 12 +- packages/docs-theme/src/docs-theme.scss | 2 +- packages/docs-theme/src/index.ts | 12 +- packages/docs-theme/src/styles/_api.scss | 2 +- packages/docs-theme/src/styles/_banner.scss | 2 +- packages/docs-theme/src/styles/_content.scss | 2 +- packages/docs-theme/src/styles/_examples.scss | 2 +- packages/docs-theme/src/styles/_layout.scss | 2 +- packages/docs-theme/src/styles/_navbar.scss | 2 +- .../docs-theme/src/styles/_navigator.scss | 2 +- .../docs-theme/src/styles/_overrides.scss | 2 +- packages/docs-theme/src/styles/_props.scss | 2 +- packages/docs-theme/src/styles/_syntax.scss | 2 +- .../docs-theme/src/styles/_variables.scss | 2 +- packages/docs-theme/src/tags/css.tsx | 12 +- packages/docs-theme/src/tags/defaults.ts | 12 +- packages/docs-theme/src/tags/heading.tsx | 12 +- packages/docs-theme/src/tags/index.ts | 12 +- packages/docs-theme/src/tags/reactDocs.tsx | 12 +- packages/docs-theme/src/tags/reactExample.tsx | 12 +- packages/docs-theme/src/tags/see.tsx | 12 +- packages/docs-theme/src/tags/typescript.tsx | 12 +- packages/docs-theme/webpack.config.js | 12 +- packages/icons/LICENSE | 366 +++++++++--------- packages/icons/package.json | 2 +- packages/icons/src/_font-face.scss | 2 +- packages/icons/src/_font-imports.scss | 2 +- packages/icons/src/_icons.scss | 2 +- packages/icons/src/blueprint-icons.scss | 2 +- packages/icons/src/index.ts | 12 +- packages/icons/test/isotest.js | 12 +- packages/icons/webpack.config.js | 12 +- packages/karma-build-scripts/LICENSE | 366 +++++++++--------- packages/karma-build-scripts/package.json | 2 +- packages/labs/LICENSE | 366 +++++++++--------- packages/labs/package.json | 2 +- packages/labs/src/blueprint-labs.scss | 2 +- packages/labs/src/common/index.ts | 12 +- packages/labs/src/components/_index.scss | 2 +- packages/labs/src/components/index.ts | 12 +- packages/labs/src/index.ts | 12 +- packages/labs/webpack.config.js | 12 +- packages/landing-app/package.json | 2 +- packages/landing-app/src/index.scss | 2 +- packages/landing-app/src/index.tsx | 12 +- packages/landing-app/src/logo.ts | 12 +- packages/landing-app/src/svgs/index.ts | 12 +- packages/landing-app/webpack.config.js | 12 +- packages/node-build-scripts/LICENSE | 366 +++++++++--------- packages/node-build-scripts/package.json | 2 +- packages/node-build-scripts/utils.js | 12 +- packages/select/LICENSE | 366 +++++++++--------- packages/select/package.json | 2 +- packages/select/src/blueprint-select.scss | 2 +- packages/select/src/common/classes.ts | 12 +- packages/select/src/common/index.ts | 12 +- .../select/src/common/itemListRenderer.ts | 12 +- packages/select/src/common/itemRenderer.ts | 12 +- packages/select/src/common/listItemsProps.ts | 12 +- packages/select/src/common/listItemsUtils.ts | 12 +- packages/select/src/common/predicate.ts | 12 +- packages/select/src/components/_index.scss | 2 +- packages/select/src/components/index.ts | 12 +- .../src/components/omnibar/_omnibar.scss | 2 +- .../select/src/components/omnibar/omnibar.tsx | 12 +- .../src/components/query-list/queryList.tsx | 12 +- .../src/components/select/_multi-select.scss | 2 +- .../select/src/components/select/_select.scss | 2 +- .../src/components/select/multiSelect.tsx | 12 +- .../select/src/components/select/select.tsx | 12 +- .../select/src/components/select/suggest.tsx | 12 +- packages/select/src/index.ts | 12 +- packages/select/test/isotest.js | 12 +- packages/select/test/listItemsPropsTests.ts | 12 +- packages/select/test/multiSelectTests.tsx | 12 +- packages/select/test/omnibarTests.tsx | 12 +- packages/select/test/queryListTests.tsx | 12 +- .../select/test/renderFilteredItemsTests.tsx | 12 +- packages/select/test/selectComponentSuite.tsx | 12 +- packages/select/test/selectTests.tsx | 12 +- packages/select/test/suggestTests.tsx | 12 +- packages/select/webpack.config.js | 12 +- packages/table-dev-app/package.json | 2 +- .../src/denseGridMutableStore.ts | 12 +- packages/table-dev-app/src/features.tsx | 12 +- packages/table-dev-app/src/index.scss | 2 +- packages/table-dev-app/src/index.tsx | 12 +- packages/table-dev-app/src/localStore.ts | 12 +- packages/table-dev-app/src/mutableTable.tsx | 12 +- packages/table-dev-app/src/nav.tsx | 12 +- .../table-dev-app/src/slowLayoutStack.tsx | 12 +- .../src/sparseGridMutableStore.ts | 12 +- packages/table-dev-app/webpack.config.js | 12 +- packages/table/LICENSE | 366 +++++++++--------- packages/table/package.json | 2 +- packages/table/src/cell/_borders.scss | 2 +- packages/table/src/cell/cell.tsx | 12 +- packages/table/src/cell/editableCell.tsx | 12 +- .../table/src/cell/formats/jsonFormat.tsx | 12 +- .../src/cell/formats/truncatedFormat.tsx | 12 +- packages/table/src/column.tsx | 12 +- packages/table/src/common/batcher.ts | 12 +- packages/table/src/common/cell.ts | 12 +- packages/table/src/common/classes.ts | 12 +- packages/table/src/common/clipboard.ts | 12 +- packages/table/src/common/context.ts | 12 +- .../src/common/contextMenuTargetWrapper.tsx | 12 +- packages/table/src/common/direction.ts | 12 +- packages/table/src/common/errors.ts | 12 +- packages/table/src/common/grid.ts | 12 +- packages/table/src/common/index.ts | 12 +- .../src/common/internal/directionUtils.ts | 12 +- .../src/common/internal/focusedCellUtils.ts | 12 +- .../src/common/internal/platformUtils.ts | 12 +- .../table/src/common/internal/scrollUtils.ts | 12 +- .../src/common/internal/selectionUtils.ts | 12 +- packages/table/src/common/loadableContent.tsx | 12 +- packages/table/src/common/movementDelta.ts | 12 +- packages/table/src/common/rect.ts | 12 +- packages/table/src/common/renderMode.ts | 12 +- .../table/src/common/requestIdleCallback.ts | 12 +- packages/table/src/common/utils.ts | 12 +- packages/table/src/headers/columnHeader.tsx | 12 +- .../table/src/headers/columnHeaderCell.tsx | 12 +- packages/table/src/headers/editableName.tsx | 12 +- packages/table/src/headers/header.tsx | 12 +- packages/table/src/headers/headerCell.tsx | 12 +- packages/table/src/headers/rowHeader.tsx | 12 +- packages/table/src/headers/rowHeaderCell.tsx | 12 +- packages/table/src/index.ts | 12 +- packages/table/src/interactions/dragEvents.ts | 12 +- packages/table/src/interactions/draggable.tsx | 12 +- .../interactions/menus/copyCellsMenuItem.tsx | 12 +- .../table/src/interactions/menus/index.ts | 12 +- .../src/interactions/menus/menuContext.ts | 12 +- .../table/src/interactions/reorderable.tsx | 12 +- packages/table/src/interactions/resizable.tsx | 12 +- .../table/src/interactions/resizeHandle.tsx | 12 +- .../table/src/interactions/resizeSensor.ts | 12 +- .../table/src/interactions/selectable.tsx | 12 +- packages/table/src/layers/guides.tsx | 12 +- packages/table/src/layers/regions.tsx | 12 +- packages/table/src/locator.ts | 12 +- .../table/src/quadrants/tableQuadrant.tsx | 12 +- .../src/quadrants/tableQuadrantStack.tsx | 12 +- .../src/quadrants/tableQuadrantStackCache.ts | 12 +- packages/table/src/regions.ts | 12 +- packages/table/src/table.scss | 2 +- packages/table/src/table.tsx | 12 +- packages/table/src/tableBody.tsx | 12 +- packages/table/src/tableBodyCells.tsx | 12 +- packages/table/test/batcherTests.tsx | 12 +- packages/table/test/cellTestUtils.ts | 12 +- packages/table/test/cellTests.tsx | 12 +- packages/table/test/clipboardTests.ts | 12 +- packages/table/test/columnHeaderCellTests.tsx | 12 +- packages/table/test/columnTests.tsx | 12 +- .../common/internal/directionUtilsTests.ts | 12 +- .../common/internal/focusedCellUtilsTests.ts | 12 +- packages/table/test/common/internal/index.ts | 12 +- .../common/internal/platformUtilsTests.ts | 12 +- .../test/common/internal/scrollUtilsTests.tsx | 12 +- .../common/internal/selectionUtilsTests.ts | 12 +- packages/table/test/editableCellTests.tsx | 12 +- packages/table/test/editableNameTests.tsx | 12 +- packages/table/test/formatsTests.tsx | 12 +- packages/table/test/gridTests.ts | 12 +- packages/table/test/guidesTests.tsx | 12 +- packages/table/test/harness.ts | 12 +- packages/table/test/index.ts | 12 +- packages/table/test/isotest.js | 12 +- packages/table/test/loadableContentTests.tsx | 12 +- packages/table/test/loadingOptionsTests.tsx | 12 +- packages/table/test/locatorTests.tsx | 12 +- packages/table/test/menusTests.tsx | 12 +- packages/table/test/mocks/table.tsx | 12 +- .../quadrants/tableQuadrantStackTests.tsx | 12 +- .../test/quadrants/tableQuadrantTests.tsx | 12 +- packages/table/test/rectTests.ts | 12 +- packages/table/test/regionsTests.ts | 12 +- packages/table/test/reorderableTests.tsx | 12 +- packages/table/test/resizableTests.tsx | 12 +- packages/table/test/selectableTests.tsx | 12 +- packages/table/test/selectionTests.tsx | 12 +- packages/table/test/tableBodyTests.tsx | 12 +- packages/table/test/tableTests.tsx | 12 +- packages/table/test/utilsTests.ts | 12 +- packages/table/webpack.config.js | 12 +- packages/test-commons/LICENSE | 366 +++++++++--------- packages/test-commons/package.json | 2 +- packages/test-commons/polyfill.js | 12 +- packages/test-commons/src/index.ts | 12 +- .../test-commons/src/testErrorBoundary.tsx | 12 +- packages/test-commons/src/utils.ts | 12 +- packages/test-react15/package.json | 2 +- packages/timezone/LICENSE | 366 +++++++++--------- packages/timezone/package.json | 2 +- packages/timezone/src/blueprint-timezone.scss | 2 +- packages/timezone/src/common/classes.ts | 12 +- packages/timezone/src/common/errors.ts | 12 +- packages/timezone/src/common/index.ts | 12 +- packages/timezone/src/components/_index.scss | 2 +- packages/timezone/src/components/index.ts | 12 +- .../timezone-picker/_timezone-picker.scss | 2 +- .../timezone-picker/timezoneDisplayFormat.ts | 12 +- .../timezone-picker/timezoneItems.ts | 12 +- .../timezone-picker/timezoneMetadata.ts | 12 +- .../timezone-picker/timezonePicker.tsx | 12 +- packages/timezone/src/index.ts | 12 +- packages/timezone/test/isotest.js | 12 +- .../timezone/test/timezonePickerTests.tsx | 12 +- packages/timezone/webpack.config.js | 12 +- packages/tslint-config/LICENSE | 366 +++++++++--------- packages/tslint-config/blueprint-rules.js | 12 +- packages/tslint-config/index.js | 12 +- packages/tslint-config/package.json | 2 +- .../rules/blueprintClassesConstantsRule.ts | 12 +- .../src/rules/blueprintHtmlComponentsRule.ts | 12 +- .../src/rules/blueprintIconComponentsRule.ts | 12 +- .../src/rules/utils/addImportToFile.ts | 12 +- .../src/rules/utils/replaceTagName.ts | 12 +- packages/webpack-build-scripts/LICENSE | 366 +++++++++--------- packages/webpack-build-scripts/externals.js | 12 +- packages/webpack-build-scripts/index.js | 12 +- packages/webpack-build-scripts/package.json | 2 +- .../webpack.config.base.js | 12 +- tslint.json | 2 +- 620 files changed, 7893 insertions(+), 3268 deletions(-) diff --git a/LICENSE b/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/package.json b/package.json index ac9cf92906..f845096f28 100644 --- a/package.json +++ b/package.json @@ -70,5 +70,5 @@ "url": "git@github.com:palantir/blueprint.git" }, "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/core/LICENSE b/packages/core/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/core/LICENSE +++ b/packages/core/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/core/package.json b/packages/core/package.json index 2c873321ae..66b5269757 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -84,5 +84,5 @@ "ui" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/core/src/_accessibility.scss b/packages/core/src/_accessibility.scss index d96318c28d..18c6f09dc9 100644 --- a/packages/core/src/_accessibility.scss +++ b/packages/core/src/_accessibility.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. :focus { @include focus-outline(); diff --git a/packages/core/src/_reset.scss b/packages/core/src/_reset.scss index 2d32ae3f6d..74a5412f2d 100644 --- a/packages/core/src/_reset.scss +++ b/packages/core/src/_reset.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "common/variables"; @import "common/mixins"; diff --git a/packages/core/src/_typography.scss b/packages/core/src/_typography.scss index 4c12ea6168..100fcdb826 100644 --- a/packages/core/src/_typography.scss +++ b/packages/core/src/_typography.scss @@ -1,7 +1,7 @@ @charset "utf-8"; // foreign characters ahead (in KSS markup) // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "common/variables"; @import "common/mixins"; diff --git a/packages/core/src/accessibility/focusStyleManager.ts b/packages/core/src/accessibility/focusStyleManager.ts index 5f1745d76e..b36a156a13 100644 --- a/packages/core/src/accessibility/focusStyleManager.ts +++ b/packages/core/src/accessibility/focusStyleManager.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { FOCUS_DISABLED } from "../common/classes"; diff --git a/packages/core/src/accessibility/index.ts b/packages/core/src/accessibility/index.ts index e9a2f9ee2d..37cb034c61 100644 --- a/packages/core/src/accessibility/index.ts +++ b/packages/core/src/accessibility/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./focusStyleManager"; diff --git a/packages/core/src/blueprint.scss b/packages/core/src/blueprint.scss index d65535510c..9dca83e4b8 100644 --- a/packages/core/src/blueprint.scss +++ b/packages/core/src/blueprint.scss @@ -1,7 +1,7 @@ /*! Copyright 2015-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/core/src/common/_color-aliases.scss b/packages/core/src/common/_color-aliases.scss index 71ba38d263..b801efd362 100644 --- a/packages/core/src/common/_color-aliases.scss +++ b/packages/core/src/common/_color-aliases.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. $pt-intent-primary: $blue3 !default; $pt-intent-success: $green3 !default; diff --git a/packages/core/src/common/_colors.scss b/packages/core/src/common/_colors.scss index e3a1a1828e..ff7cbd1b8b 100644 --- a/packages/core/src/common/_colors.scss +++ b/packages/core/src/common/_colors.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. // Gray scale diff --git a/packages/core/src/common/_flex.scss b/packages/core/src/common/_flex.scss index 7dc3090174..46bf5ace1f 100644 --- a/packages/core/src/common/_flex.scss +++ b/packages/core/src/common/_flex.scss @@ -1,5 +1,5 @@ // Copyright 2018 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. // this element becomes a flex container in the given direction. // supply `$margin` to put space between each child. diff --git a/packages/core/src/common/_mixins.scss b/packages/core/src/common/_mixins.scss index 2c1b1cddf0..4fefddc5eb 100644 --- a/packages/core/src/common/_mixins.scss +++ b/packages/core/src/common/_mixins.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "colors"; @import "flex"; diff --git a/packages/core/src/common/_react-transition.scss b/packages/core/src/common/_react-transition.scss index ab8b4544a4..2687668703 100644 --- a/packages/core/src/common/_react-transition.scss +++ b/packages/core/src/common/_react-transition.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. /* A mixin to generate the classes for a React CSSTransition which animates any number of CSS diff --git a/packages/core/src/common/_variables.scss b/packages/core/src/common/_variables.scss index 4072473130..f971701265 100644 --- a/packages/core/src/common/_variables.scss +++ b/packages/core/src/common/_variables.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "colors"; @import "mixins"; diff --git a/packages/core/src/common/abstractComponent.ts b/packages/core/src/common/abstractComponent.ts index 01305472ec..fbca130b1a 100644 --- a/packages/core/src/common/abstractComponent.ts +++ b/packages/core/src/common/abstractComponent.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/common/abstractPureComponent.ts b/packages/core/src/common/abstractPureComponent.ts index c33de23522..d8bb9031fa 100644 --- a/packages/core/src/common/abstractPureComponent.ts +++ b/packages/core/src/common/abstractPureComponent.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/common/alignment.ts b/packages/core/src/common/alignment.ts index 50debace81..f01c8e6589 100644 --- a/packages/core/src/common/alignment.ts +++ b/packages/core/src/common/alignment.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** Alignment along the horizontal axis. */ diff --git a/packages/core/src/common/boundary.ts b/packages/core/src/common/boundary.ts index e74d482132..b89e76117d 100644 --- a/packages/core/src/common/boundary.ts +++ b/packages/core/src/common/boundary.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** Boundary of a one-dimensional interval. */ diff --git a/packages/core/src/common/classes.ts b/packages/core/src/common/classes.ts index 730aff545d..0e318f66b8 100644 --- a/packages/core/src/common/classes.ts +++ b/packages/core/src/common/classes.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Alignment } from "./alignment"; diff --git a/packages/core/src/common/colors.ts b/packages/core/src/common/colors.ts index 5d7918a0b0..dc1935d1b8 100644 --- a/packages/core/src/common/colors.ts +++ b/packages/core/src/common/colors.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export const Colors = { diff --git a/packages/core/src/common/constructor.ts b/packages/core/src/common/constructor.ts index 9c36ff02c6..373a6a9563 100644 --- a/packages/core/src/common/constructor.ts +++ b/packages/core/src/common/constructor.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** diff --git a/packages/core/src/common/elevation.ts b/packages/core/src/common/elevation.ts index 0f0f13cc22..18b596c904 100644 --- a/packages/core/src/common/elevation.ts +++ b/packages/core/src/common/elevation.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable:object-literal-sort-keys diff --git a/packages/core/src/common/errors.ts b/packages/core/src/common/errors.ts index 047df85e78..8b1c0c2310 100644 --- a/packages/core/src/common/errors.ts +++ b/packages/core/src/common/errors.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const ns = "[Blueprint]"; diff --git a/packages/core/src/common/index.ts b/packages/core/src/common/index.ts index e36eefd025..a69d01e68c 100644 --- a/packages/core/src/common/index.ts +++ b/packages/core/src/common/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./abstractComponent"; diff --git a/packages/core/src/common/intent.ts b/packages/core/src/common/intent.ts index fc74f2d4a1..d1c0940a32 100644 --- a/packages/core/src/common/intent.ts +++ b/packages/core/src/common/intent.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable:object-literal-sort-keys diff --git a/packages/core/src/common/interactionMode.ts b/packages/core/src/common/interactionMode.ts index 9a18afc109..0935c96cbd 100644 --- a/packages/core/src/common/interactionMode.ts +++ b/packages/core/src/common/interactionMode.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const TAB_KEY_CODE = 9; diff --git a/packages/core/src/common/keys.ts b/packages/core/src/common/keys.ts index 041bdb0606..fa5936f996 100644 --- a/packages/core/src/common/keys.ts +++ b/packages/core/src/common/keys.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export const BACKSPACE = 8; diff --git a/packages/core/src/common/position.ts b/packages/core/src/common/position.ts index 8070c11bc5..9b1271cde5 100644 --- a/packages/core/src/common/position.ts +++ b/packages/core/src/common/position.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export const Position = { diff --git a/packages/core/src/common/props.ts b/packages/core/src/common/props.ts index 42f0d57922..9a7f043932 100644 --- a/packages/core/src/common/props.ts +++ b/packages/core/src/common/props.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/common/utils.ts b/packages/core/src/common/utils.ts index 77bef6c899..f391d23a25 100644 --- a/packages/core/src/common/utils.ts +++ b/packages/core/src/common/utils.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/common/utils/compareUtils.ts b/packages/core/src/common/utils/compareUtils.ts index 807036b79f..e0aaeca8b8 100644 --- a/packages/core/src/common/utils/compareUtils.ts +++ b/packages/core/src/common/utils/compareUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export interface IKeyWhitelist { diff --git a/packages/core/src/common/utils/isDarkTheme.ts b/packages/core/src/common/utils/isDarkTheme.ts index 22a38d6ae7..c819c4fcd6 100644 --- a/packages/core/src/common/utils/isDarkTheme.ts +++ b/packages/core/src/common/utils/isDarkTheme.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes } from "../"; diff --git a/packages/core/src/common/utils/safeInvokeMember.ts b/packages/core/src/common/utils/safeInvokeMember.ts index 30797a738c..9d1e50ecee 100644 --- a/packages/core/src/common/utils/safeInvokeMember.ts +++ b/packages/core/src/common/utils/safeInvokeMember.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { isFunction } from "../utils"; diff --git a/packages/core/src/compatibility/browser.ts b/packages/core/src/compatibility/browser.ts index c303e39293..37c554db19 100644 --- a/packages/core/src/compatibility/browser.ts +++ b/packages/core/src/compatibility/browser.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const userAgent = typeof navigator !== "undefined" ? navigator.userAgent : ""; diff --git a/packages/core/src/compatibility/index.ts b/packages/core/src/compatibility/index.ts index 125702f345..62103c1438 100644 --- a/packages/core/src/compatibility/index.ts +++ b/packages/core/src/compatibility/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./browser"; diff --git a/packages/core/src/components/_index.scss b/packages/core/src/components/_index.scss index 2bca22eeae..e866ab097c 100644 --- a/packages/core/src/components/_index.scss +++ b/packages/core/src/components/_index.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "alert/alert"; @import "breadcrumbs/breadcrumbs"; diff --git a/packages/core/src/components/alert/_alert.scss b/packages/core/src/components/alert/_alert.scss index 8966c67391..c5e667c1a1 100644 --- a/packages/core/src/components/alert/_alert.scss +++ b/packages/core/src/components/alert/_alert.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/alert/alert.tsx b/packages/core/src/components/alert/alert.tsx index a0e94c7a86..ee4de62e8d 100644 --- a/packages/core/src/components/alert/alert.tsx +++ b/packages/core/src/components/alert/alert.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/breadcrumbs/_breadcrumbs.scss b/packages/core/src/components/breadcrumbs/_breadcrumbs.scss index 6731532a85..fd172ecc00 100644 --- a/packages/core/src/components/breadcrumbs/_breadcrumbs.scss +++ b/packages/core/src/components/breadcrumbs/_breadcrumbs.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/icons/src/icons"; @import "../../common/variables"; diff --git a/packages/core/src/components/breadcrumbs/breadcrumb.tsx b/packages/core/src/components/breadcrumbs/breadcrumb.tsx index 47aa844819..1a788baea8 100644 --- a/packages/core/src/components/breadcrumbs/breadcrumb.tsx +++ b/packages/core/src/components/breadcrumbs/breadcrumb.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/breadcrumbs/breadcrumbs.tsx b/packages/core/src/components/breadcrumbs/breadcrumbs.tsx index 3e611e4cd3..1c21173ef3 100644 --- a/packages/core/src/components/breadcrumbs/breadcrumbs.tsx +++ b/packages/core/src/components/breadcrumbs/breadcrumbs.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/button/_button-group.scss b/packages/core/src/components/button/_button-group.scss index 2e69afd514..bf5440ac95 100644 --- a/packages/core/src/components/button/_button-group.scss +++ b/packages/core/src/components/button/_button-group.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../forms/common"; diff --git a/packages/core/src/components/button/_button.scss b/packages/core/src/components/button/_button.scss index 4155be0c39..6b1af40338 100644 --- a/packages/core/src/components/button/_button.scss +++ b/packages/core/src/components/button/_button.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "./common"; diff --git a/packages/core/src/components/button/_common.scss b/packages/core/src/components/button/_common.scss index 391b1ac300..10c82fbbfc 100644 --- a/packages/core/src/components/button/_common.scss +++ b/packages/core/src/components/button/_common.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/mixins"; @import "../../common/variables"; diff --git a/packages/core/src/components/button/abstractButton.tsx b/packages/core/src/components/button/abstractButton.tsx index e86561c0d3..d4f237e83b 100644 --- a/packages/core/src/components/button/abstractButton.tsx +++ b/packages/core/src/components/button/abstractButton.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/button/buttonGroup.tsx b/packages/core/src/components/button/buttonGroup.tsx index 251ef79963..a83652bc12 100644 --- a/packages/core/src/components/button/buttonGroup.tsx +++ b/packages/core/src/components/button/buttonGroup.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/button/buttons.tsx b/packages/core/src/components/button/buttons.tsx index 85e499180b..2bbe5baf2f 100644 --- a/packages/core/src/components/button/buttons.tsx +++ b/packages/core/src/components/button/buttons.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // HACKHACK: these components should go in separate files diff --git a/packages/core/src/components/callout/_callout.scss b/packages/core/src/components/callout/_callout.scss index ccaefc9f9f..1c0a1c99c6 100644 --- a/packages/core/src/components/callout/_callout.scss +++ b/packages/core/src/components/callout/_callout.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/callout/callout.tsx b/packages/core/src/components/callout/callout.tsx index 37e021c66f..fdd4553d18 100644 --- a/packages/core/src/components/callout/callout.tsx +++ b/packages/core/src/components/callout/callout.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/card/_card.scss b/packages/core/src/components/card/_card.scss index b8f16d67af..04e8774c77 100644 --- a/packages/core/src/components/card/_card.scss +++ b/packages/core/src/components/card/_card.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/card/card.tsx b/packages/core/src/components/card/card.tsx index 53d4d0c1da..2925b6cead 100644 --- a/packages/core/src/components/card/card.tsx +++ b/packages/core/src/components/card/card.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/collapse/_collapse.scss b/packages/core/src/components/collapse/_collapse.scss index ab1fc83683..39726d7a3f 100644 --- a/packages/core/src/components/collapse/_collapse.scss +++ b/packages/core/src/components/collapse/_collapse.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/collapse/collapse.tsx b/packages/core/src/components/collapse/collapse.tsx index 84759da09a..6292ebf9a4 100644 --- a/packages/core/src/components/collapse/collapse.tsx +++ b/packages/core/src/components/collapse/collapse.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/collapsible-list/collapsibleList.tsx b/packages/core/src/components/collapsible-list/collapsibleList.tsx index e85f6b8277..95837ee5e5 100644 --- a/packages/core/src/components/collapsible-list/collapsibleList.tsx +++ b/packages/core/src/components/collapsible-list/collapsibleList.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/context-menu/_context-menu.scss b/packages/core/src/components/context-menu/_context-menu.scss index 22ca60ab1a..8f000a6f4b 100644 --- a/packages/core/src/components/context-menu/_context-menu.scss +++ b/packages/core/src/components/context-menu/_context-menu.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. .#{$ns}-context-menu .#{$ns}-popover-target { display: block; diff --git a/packages/core/src/components/context-menu/contextMenu.tsx b/packages/core/src/components/context-menu/contextMenu.tsx index cb5e7d111a..45ba2b9732 100644 --- a/packages/core/src/components/context-menu/contextMenu.tsx +++ b/packages/core/src/components/context-menu/contextMenu.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/context-menu/contextMenuTarget.tsx b/packages/core/src/components/context-menu/contextMenuTarget.tsx index bf294fe798..6eb9870539 100644 --- a/packages/core/src/components/context-menu/contextMenuTarget.tsx +++ b/packages/core/src/components/context-menu/contextMenuTarget.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/components/dialog/_dialog.scss b/packages/core/src/components/dialog/_dialog.scss index b4bbb6f5a4..5108b5edd5 100644 --- a/packages/core/src/components/dialog/_dialog.scss +++ b/packages/core/src/components/dialog/_dialog.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/icons/src/icons"; @import "../../common/mixins"; diff --git a/packages/core/src/components/dialog/dialog.tsx b/packages/core/src/components/dialog/dialog.tsx index 1d1811baf3..51fbbbf679 100644 --- a/packages/core/src/components/dialog/dialog.tsx +++ b/packages/core/src/components/dialog/dialog.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/divider/_divider.scss b/packages/core/src/components/divider/_divider.scss index 63d257f5d0..94c1d32bf3 100644 --- a/packages/core/src/components/divider/_divider.scss +++ b/packages/core/src/components/divider/_divider.scss @@ -1,5 +1,5 @@ // Copyright 2018 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/divider/divider.tsx b/packages/core/src/components/divider/divider.tsx index abe2edfb9d..731fb36315 100644 --- a/packages/core/src/components/divider/divider.tsx +++ b/packages/core/src/components/divider/divider.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/drawer/_drawer.scss b/packages/core/src/components/drawer/_drawer.scss index 90745eeac4..d98142f502 100644 --- a/packages/core/src/components/drawer/_drawer.scss +++ b/packages/core/src/components/drawer/_drawer.scss @@ -1,5 +1,5 @@ // Copyright 2018 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/icons/src/icons"; @import "../../common/mixins"; diff --git a/packages/core/src/components/drawer/drawer.tsx b/packages/core/src/components/drawer/drawer.tsx index 1a1664ad0d..dbdebb43f3 100644 --- a/packages/core/src/components/drawer/drawer.tsx +++ b/packages/core/src/components/drawer/drawer.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/editable-text/_editable-text.scss b/packages/core/src/components/editable-text/_editable-text.scss index e29b274458..b69f76120a 100644 --- a/packages/core/src/components/editable-text/_editable-text.scss +++ b/packages/core/src/components/editable-text/_editable-text.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../forms/common"; diff --git a/packages/core/src/components/editable-text/editableText.tsx b/packages/core/src/components/editable-text/editableText.tsx index 1f2ab86aa5..7f02230f2c 100644 --- a/packages/core/src/components/editable-text/editableText.tsx +++ b/packages/core/src/components/editable-text/editableText.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/forms/_common.scss b/packages/core/src/components/forms/_common.scss index 5a5fcbc125..c86859e4f6 100644 --- a/packages/core/src/components/forms/_common.scss +++ b/packages/core/src/components/forms/_common.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/icons/src/icons"; @import "../../common/variables"; diff --git a/packages/core/src/components/forms/_control-group.scss b/packages/core/src/components/forms/_control-group.scss index d1b511d373..c530ee8e56 100644 --- a/packages/core/src/components/forms/_control-group.scss +++ b/packages/core/src/components/forms/_control-group.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../button/common"; diff --git a/packages/core/src/components/forms/_controls.scss b/packages/core/src/components/forms/_controls.scss index d116a2db20..a55d69d969 100644 --- a/packages/core/src/components/forms/_controls.scss +++ b/packages/core/src/components/forms/_controls.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/mixins"; @import "../../common/variables"; diff --git a/packages/core/src/components/forms/_file-input.scss b/packages/core/src/components/forms/_file-input.scss index cce30086e8..20f524cfe0 100644 --- a/packages/core/src/components/forms/_file-input.scss +++ b/packages/core/src/components/forms/_file-input.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../button/common"; diff --git a/packages/core/src/components/forms/_form-group.scss b/packages/core/src/components/forms/_form-group.scss index 347a46a8f3..97afe7a275 100644 --- a/packages/core/src/components/forms/_form-group.scss +++ b/packages/core/src/components/forms/_form-group.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../../common/mixins"; diff --git a/packages/core/src/components/forms/_index.scss b/packages/core/src/components/forms/_index.scss index b0b89347f0..b265ebf6fe 100644 --- a/packages/core/src/components/forms/_index.scss +++ b/packages/core/src/components/forms/_index.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. // NOTE: this partial file is imported once here so form components can just use it. // multiple @imports of shared/forms from different files causes placeholder @extends to diff --git a/packages/core/src/components/forms/_input-group.scss b/packages/core/src/components/forms/_input-group.scss index 284ed0e06d..a524a36ec7 100644 --- a/packages/core/src/components/forms/_input-group.scss +++ b/packages/core/src/components/forms/_input-group.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../button/common"; diff --git a/packages/core/src/components/forms/_input.scss b/packages/core/src/components/forms/_input.scss index a4b7224ade..f3a01f5575 100644 --- a/packages/core/src/components/forms/_input.scss +++ b/packages/core/src/components/forms/_input.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/forms/_label.scss b/packages/core/src/components/forms/_label.scss index e52397b24e..4edf8da602 100644 --- a/packages/core/src/components/forms/_label.scss +++ b/packages/core/src/components/forms/_label.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/forms/controlGroup.tsx b/packages/core/src/components/forms/controlGroup.tsx index 9aa274c97e..31cfa8300b 100644 --- a/packages/core/src/components/forms/controlGroup.tsx +++ b/packages/core/src/components/forms/controlGroup.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/forms/controls.tsx b/packages/core/src/components/forms/controls.tsx index 54d72fc103..bf3878c617 100644 --- a/packages/core/src/components/forms/controls.tsx +++ b/packages/core/src/components/forms/controls.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // we need some empty interfaces to show up in docs diff --git a/packages/core/src/components/forms/fileInput.tsx b/packages/core/src/components/forms/fileInput.tsx index daf05282a7..c8eb185759 100644 --- a/packages/core/src/components/forms/fileInput.tsx +++ b/packages/core/src/components/forms/fileInput.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/forms/formGroup.tsx b/packages/core/src/components/forms/formGroup.tsx index 9e02ea4398..9f4eced105 100644 --- a/packages/core/src/components/forms/formGroup.tsx +++ b/packages/core/src/components/forms/formGroup.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/forms/inputGroup.tsx b/packages/core/src/components/forms/inputGroup.tsx index 15074688bd..1d7672e546 100644 --- a/packages/core/src/components/forms/inputGroup.tsx +++ b/packages/core/src/components/forms/inputGroup.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/forms/numericInput.tsx b/packages/core/src/components/forms/numericInput.tsx index afa030b3b1..ddda8fd0e8 100644 --- a/packages/core/src/components/forms/numericInput.tsx +++ b/packages/core/src/components/forms/numericInput.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/forms/numericInputUtils.ts b/packages/core/src/components/forms/numericInputUtils.ts index 82520888d7..e71fc9785c 100644 --- a/packages/core/src/components/forms/numericInputUtils.ts +++ b/packages/core/src/components/forms/numericInputUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { clamp } from "../../common/utils"; diff --git a/packages/core/src/components/forms/radioGroup.tsx b/packages/core/src/components/forms/radioGroup.tsx index 3a9e2e51de..1cd86086d9 100644 --- a/packages/core/src/components/forms/radioGroup.tsx +++ b/packages/core/src/components/forms/radioGroup.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/components/forms/textArea.tsx b/packages/core/src/components/forms/textArea.tsx index 4aee839532..c7fcfda241 100644 --- a/packages/core/src/components/forms/textArea.tsx +++ b/packages/core/src/components/forms/textArea.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/hotkeys/hotkey.tsx b/packages/core/src/components/hotkeys/hotkey.tsx index 67c9821613..a68aedc1c2 100644 --- a/packages/core/src/components/hotkeys/hotkey.tsx +++ b/packages/core/src/components/hotkeys/hotkey.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/hotkeys/hotkeyParser.ts b/packages/core/src/components/hotkeys/hotkeyParser.ts index ca653791d7..35b50ea2f9 100644 --- a/packages/core/src/components/hotkeys/hotkeyParser.ts +++ b/packages/core/src/components/hotkeys/hotkeyParser.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export interface IKeyCodeTable { diff --git a/packages/core/src/components/hotkeys/hotkeys.tsx b/packages/core/src/components/hotkeys/hotkeys.tsx index 64ced8773f..4f39bfb1e7 100644 --- a/packages/core/src/components/hotkeys/hotkeys.tsx +++ b/packages/core/src/components/hotkeys/hotkeys.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/components/hotkeys/hotkeysDialog.tsx b/packages/core/src/components/hotkeys/hotkeysDialog.tsx index b287dbf0ea..16dc9a4086 100644 --- a/packages/core/src/components/hotkeys/hotkeysDialog.tsx +++ b/packages/core/src/components/hotkeys/hotkeysDialog.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/hotkeys/hotkeysEvents.ts b/packages/core/src/components/hotkeys/hotkeysEvents.ts index f6da8d0031..5e128e516b 100644 --- a/packages/core/src/components/hotkeys/hotkeysEvents.ts +++ b/packages/core/src/components/hotkeys/hotkeysEvents.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Children, ReactElement, ReactNode } from "react"; diff --git a/packages/core/src/components/hotkeys/hotkeysTarget.tsx b/packages/core/src/components/hotkeys/hotkeysTarget.tsx index 4592e2347a..f490d00bc8 100644 --- a/packages/core/src/components/hotkeys/hotkeysTarget.tsx +++ b/packages/core/src/components/hotkeys/hotkeysTarget.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/components/hotkeys/keyCombo.tsx b/packages/core/src/components/hotkeys/keyCombo.tsx index 2572261d57..560f748014 100644 --- a/packages/core/src/components/hotkeys/keyCombo.tsx +++ b/packages/core/src/components/hotkeys/keyCombo.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/html-select/_common.scss b/packages/core/src/components/html-select/_common.scss index 7af6c962a2..f4070387cf 100644 --- a/packages/core/src/components/html-select/_common.scss +++ b/packages/core/src/components/html-select/_common.scss @@ -1,5 +1,5 @@ // Copyright 2018 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../forms/common"; diff --git a/packages/core/src/components/html-select/_html-select.scss b/packages/core/src/components/html-select/_html-select.scss index 6288cf14f8..8177da0360 100644 --- a/packages/core/src/components/html-select/_html-select.scss +++ b/packages/core/src/components/html-select/_html-select.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../popover/common"; diff --git a/packages/core/src/components/html-select/htmlSelect.tsx b/packages/core/src/components/html-select/htmlSelect.tsx index 03d26b92f2..cf15d2a4ca 100644 --- a/packages/core/src/components/html-select/htmlSelect.tsx +++ b/packages/core/src/components/html-select/htmlSelect.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/html-table/_html-table.scss b/packages/core/src/components/html-table/_html-table.scss index a4b41acef4..979afdeaf4 100644 --- a/packages/core/src/components/html-table/_html-table.scss +++ b/packages/core/src/components/html-table/_html-table.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/html-table/htmlTable.tsx b/packages/core/src/components/html-table/htmlTable.tsx index 5ba80bce5b..f327a9e201 100644 --- a/packages/core/src/components/html-table/htmlTable.tsx +++ b/packages/core/src/components/html-table/htmlTable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/html/html.tsx b/packages/core/src/components/html/html.tsx index 2c7c1c6b07..077581a0ca 100644 --- a/packages/core/src/components/html/html.tsx +++ b/packages/core/src/components/html/html.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/icon/_icon.scss b/packages/core/src/components/icon/_icon.scss index 71122b67d3..54b753111f 100644 --- a/packages/core/src/components/icon/_icon.scss +++ b/packages/core/src/components/icon/_icon.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/icons/src/icons"; diff --git a/packages/core/src/components/icon/icon.tsx b/packages/core/src/components/icon/icon.tsx index 59f4808d96..aaa14c905b 100644 --- a/packages/core/src/components/icon/icon.tsx +++ b/packages/core/src/components/icon/icon.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/index.ts b/packages/core/src/components/index.ts index 976ee35fa1..1bbd4ff45a 100644 --- a/packages/core/src/components/index.ts +++ b/packages/core/src/components/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ declare function require(moduleName: string): any; // declare node.js "require" so that we can conditionally import diff --git a/packages/core/src/components/menu/_common.scss b/packages/core/src/components/menu/_common.scss index 3b7298aa06..fd10573892 100644 --- a/packages/core/src/components/menu/_common.scss +++ b/packages/core/src/components/menu/_common.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. $half-grid-size: $pt-grid-size / 2 !default; diff --git a/packages/core/src/components/menu/_menu.scss b/packages/core/src/components/menu/_menu.scss index 08415285e8..f3c543a90e 100644 --- a/packages/core/src/components/menu/_menu.scss +++ b/packages/core/src/components/menu/_menu.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "~@blueprintjs/icons/src/icons"; diff --git a/packages/core/src/components/menu/_submenu.scss b/packages/core/src/components/menu/_submenu.scss index c9f329396a..151172be98 100644 --- a/packages/core/src/components/menu/_submenu.scss +++ b/packages/core/src/components/menu/_submenu.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "~@blueprintjs/icons/src/icons"; diff --git a/packages/core/src/components/menu/menu.tsx b/packages/core/src/components/menu/menu.tsx index 990f7e61b6..18542795b7 100644 --- a/packages/core/src/components/menu/menu.tsx +++ b/packages/core/src/components/menu/menu.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/menu/menuDivider.tsx b/packages/core/src/components/menu/menuDivider.tsx index 76fb4c51a8..65b68b3ed5 100644 --- a/packages/core/src/components/menu/menuDivider.tsx +++ b/packages/core/src/components/menu/menuDivider.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/menu/menuItem.tsx b/packages/core/src/components/menu/menuItem.tsx index b0c0c9a4f0..9f7e5d218a 100644 --- a/packages/core/src/components/menu/menuItem.tsx +++ b/packages/core/src/components/menu/menuItem.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/navbar/_navbar.scss b/packages/core/src/components/navbar/_navbar.scss index 9a57a0ed8a..655e3cc6ca 100644 --- a/packages/core/src/components/navbar/_navbar.scss +++ b/packages/core/src/components/navbar/_navbar.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/navbar/navbar.tsx b/packages/core/src/components/navbar/navbar.tsx index 79afd8f688..8455dcbd25 100644 --- a/packages/core/src/components/navbar/navbar.tsx +++ b/packages/core/src/components/navbar/navbar.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/navbar/navbarDivider.tsx b/packages/core/src/components/navbar/navbarDivider.tsx index 7cdf10ef54..8efb106e36 100644 --- a/packages/core/src/components/navbar/navbarDivider.tsx +++ b/packages/core/src/components/navbar/navbarDivider.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/navbar/navbarGroup.tsx b/packages/core/src/components/navbar/navbarGroup.tsx index 687d2e459f..1bfd39e9a3 100644 --- a/packages/core/src/components/navbar/navbarGroup.tsx +++ b/packages/core/src/components/navbar/navbarGroup.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/navbar/navbarHeading.tsx b/packages/core/src/components/navbar/navbarHeading.tsx index 5d6c15080f..417a795e01 100644 --- a/packages/core/src/components/navbar/navbarHeading.tsx +++ b/packages/core/src/components/navbar/navbarHeading.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/non-ideal-state/_non-ideal-state.scss b/packages/core/src/components/non-ideal-state/_non-ideal-state.scss index e79a1b5783..00891f9b4c 100644 --- a/packages/core/src/components/non-ideal-state/_non-ideal-state.scss +++ b/packages/core/src/components/non-ideal-state/_non-ideal-state.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../../common/mixins"; diff --git a/packages/core/src/components/non-ideal-state/nonIdealState.tsx b/packages/core/src/components/non-ideal-state/nonIdealState.tsx index 6f74578f42..9216846c27 100644 --- a/packages/core/src/components/non-ideal-state/nonIdealState.tsx +++ b/packages/core/src/components/non-ideal-state/nonIdealState.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/overflow-list/_overflow-list.scss b/packages/core/src/components/overflow-list/_overflow-list.scss index 4069db30ed..6c85f00f0a 100644 --- a/packages/core/src/components/overflow-list/_overflow-list.scss +++ b/packages/core/src/components/overflow-list/_overflow-list.scss @@ -1,5 +1,5 @@ // Copyright 2018 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. .#{$ns}-overflow-list { display: flex; diff --git a/packages/core/src/components/overflow-list/overflowList.tsx b/packages/core/src/components/overflow-list/overflowList.tsx index 0f5c146ac7..7bbb553376 100644 --- a/packages/core/src/components/overflow-list/overflowList.tsx +++ b/packages/core/src/components/overflow-list/overflowList.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/overlay/_overlay.scss b/packages/core/src/components/overlay/_overlay.scss index ff820fcb16..b1fd02e129 100644 --- a/packages/core/src/components/overlay/_overlay.scss +++ b/packages/core/src/components/overlay/_overlay.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/overlay/overlay.tsx b/packages/core/src/components/overlay/overlay.tsx index d7364d3574..85edc2ead3 100644 --- a/packages/core/src/components/overlay/overlay.tsx +++ b/packages/core/src/components/overlay/overlay.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/panel-stack/_panel-stack.scss b/packages/core/src/components/panel-stack/_panel-stack.scss index a99d8b9543..e2162c7454 100644 --- a/packages/core/src/components/panel-stack/_panel-stack.scss +++ b/packages/core/src/components/panel-stack/_panel-stack.scss @@ -1,5 +1,5 @@ // Copyright 2018 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "~@blueprintjs/core/src/common/react-transition"; diff --git a/packages/core/src/components/panel-stack/panelProps.ts b/packages/core/src/components/panel-stack/panelProps.ts index 2485b405b1..9de5d1a112 100644 --- a/packages/core/src/components/panel-stack/panelProps.ts +++ b/packages/core/src/components/panel-stack/panelProps.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/components/panel-stack/panelStack.tsx b/packages/core/src/components/panel-stack/panelStack.tsx index cc6b60f0f5..a8a7bb72da 100644 --- a/packages/core/src/components/panel-stack/panelStack.tsx +++ b/packages/core/src/components/panel-stack/panelStack.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/panel-stack/panelView.tsx b/packages/core/src/components/panel-stack/panelView.tsx index 86c604da35..a5aa2ea3f7 100644 --- a/packages/core/src/components/panel-stack/panelView.tsx +++ b/packages/core/src/components/panel-stack/panelView.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/components/popover/_common.scss b/packages/core/src/components/popover/_common.scss index 138c607a7a..229e065ee4 100644 --- a/packages/core/src/components/popover/_common.scss +++ b/packages/core/src/components/popover/_common.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../../common/react-transition"; diff --git a/packages/core/src/components/popover/_popover.scss b/packages/core/src/components/popover/_popover.scss index 99679eb3c4..9794755f1f 100644 --- a/packages/core/src/components/popover/_popover.scss +++ b/packages/core/src/components/popover/_popover.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "./common"; diff --git a/packages/core/src/components/popover/popover.tsx b/packages/core/src/components/popover/popover.tsx index e625a81dc0..ba1b1fbc67 100644 --- a/packages/core/src/components/popover/popover.tsx +++ b/packages/core/src/components/popover/popover.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/popover/popoverArrow.tsx b/packages/core/src/components/popover/popoverArrow.tsx index def6644c4d..b1517ee726 100644 --- a/packages/core/src/components/popover/popoverArrow.tsx +++ b/packages/core/src/components/popover/popoverArrow.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Placement } from "popper.js"; diff --git a/packages/core/src/components/popover/popoverMigrationUtils.ts b/packages/core/src/components/popover/popoverMigrationUtils.ts index f93908d13f..ef22584a66 100644 --- a/packages/core/src/components/popover/popoverMigrationUtils.ts +++ b/packages/core/src/components/popover/popoverMigrationUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Placement } from "popper.js"; diff --git a/packages/core/src/components/popover/popoverSharedProps.ts b/packages/core/src/components/popover/popoverSharedProps.ts index 6c5864436a..b5bd7dbd9b 100644 --- a/packages/core/src/components/popover/popoverSharedProps.ts +++ b/packages/core/src/components/popover/popoverSharedProps.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Boundary as PopperBoundary, Modifiers as PopperModifiers } from "popper.js"; diff --git a/packages/core/src/components/popover/popperUtils.ts b/packages/core/src/components/popover/popperUtils.ts index 2bd491f333..9c794b4fc6 100644 --- a/packages/core/src/components/popover/popperUtils.ts +++ b/packages/core/src/components/popover/popperUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import PopperJS from "popper.js"; diff --git a/packages/core/src/components/portal/_portal.scss b/packages/core/src/components/portal/_portal.scss index 4e80c03ee3..4bf49da636 100644 --- a/packages/core/src/components/portal/_portal.scss +++ b/packages/core/src/components/portal/_portal.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. .#{$ns}-portal { // take the portal out of the document flow to prevent browsers from autoscrolling to the bottom diff --git a/packages/core/src/components/portal/portal.tsx b/packages/core/src/components/portal/portal.tsx index c98c0c1ea8..e37579e744 100644 --- a/packages/core/src/components/portal/portal.tsx +++ b/packages/core/src/components/portal/portal.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { ValidationMap } from "prop-types"; diff --git a/packages/core/src/components/progress-bar/_common.scss b/packages/core/src/components/progress-bar/_common.scss index 4cc59c1b45..c9438b4dd5 100644 --- a/packages/core/src/components/progress-bar/_common.scss +++ b/packages/core/src/components/progress-bar/_common.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; diff --git a/packages/core/src/components/progress-bar/_progress-bar.scss b/packages/core/src/components/progress-bar/_progress-bar.scss index ffa3d9b723..51c0e0ed58 100644 --- a/packages/core/src/components/progress-bar/_progress-bar.scss +++ b/packages/core/src/components/progress-bar/_progress-bar.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "common"; diff --git a/packages/core/src/components/progress-bar/progressBar.tsx b/packages/core/src/components/progress-bar/progressBar.tsx index 24daf0ac34..ce2e95c3e9 100644 --- a/packages/core/src/components/progress-bar/progressBar.tsx +++ b/packages/core/src/components/progress-bar/progressBar.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/resize-sensor/resizeSensor.tsx b/packages/core/src/components/resize-sensor/resizeSensor.tsx index 864b4e1bce..c271d6e353 100644 --- a/packages/core/src/components/resize-sensor/resizeSensor.tsx +++ b/packages/core/src/components/resize-sensor/resizeSensor.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/components/skeleton/_skeleton.scss b/packages/core/src/components/skeleton/_skeleton.scss index 67ac4392bd..bbb97fd731 100644 --- a/packages/core/src/components/skeleton/_skeleton.scss +++ b/packages/core/src/components/skeleton/_skeleton.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "./common"; diff --git a/packages/core/src/components/slider/_common.scss b/packages/core/src/components/slider/_common.scss index b549215745..3f4d1cfac7 100644 --- a/packages/core/src/components/slider/_common.scss +++ b/packages/core/src/components/slider/_common.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "~@blueprintjs/icons/src/icons"; diff --git a/packages/core/src/components/slider/_slider.scss b/packages/core/src/components/slider/_slider.scss index 179f9b499c..43d19f60b1 100644 --- a/packages/core/src/components/slider/_slider.scss +++ b/packages/core/src/components/slider/_slider.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../tooltip/common"; @import "./common"; diff --git a/packages/core/src/components/slider/handle.tsx b/packages/core/src/components/slider/handle.tsx index c50a54571d..79bbdc8c2a 100644 --- a/packages/core/src/components/slider/handle.tsx +++ b/packages/core/src/components/slider/handle.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/slider/handleProps.tsx b/packages/core/src/components/slider/handleProps.tsx index 868b021666..628c8986c2 100644 --- a/packages/core/src/components/slider/handleProps.tsx +++ b/packages/core/src/components/slider/handleProps.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Intent, IProps } from "../../common"; diff --git a/packages/core/src/components/slider/multiSlider.tsx b/packages/core/src/components/slider/multiSlider.tsx index 4841c2502b..ee7aab887c 100644 --- a/packages/core/src/components/slider/multiSlider.tsx +++ b/packages/core/src/components/slider/multiSlider.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/slider/rangeSlider.tsx b/packages/core/src/components/slider/rangeSlider.tsx index 48da4d006f..85d65f3b98 100644 --- a/packages/core/src/components/slider/rangeSlider.tsx +++ b/packages/core/src/components/slider/rangeSlider.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/components/slider/slider.tsx b/packages/core/src/components/slider/slider.tsx index 10f132319e..b74364db05 100644 --- a/packages/core/src/components/slider/slider.tsx +++ b/packages/core/src/components/slider/slider.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/core/src/components/slider/sliderUtils.ts b/packages/core/src/components/slider/sliderUtils.ts index a276b5b1df..dc7c7ebe8b 100644 --- a/packages/core/src/components/slider/sliderUtils.ts +++ b/packages/core/src/components/slider/sliderUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. - * - * Licensed under the terms of the LICENSE file distributed with this project. + * + * 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. */ /** Helper function for formatting ratios as CSS percentage values. */ diff --git a/packages/core/src/components/spinner/_spinner.scss b/packages/core/src/components/spinner/_spinner.scss index 1da5bb6e10..ad0c94062e 100644 --- a/packages/core/src/components/spinner/_spinner.scss +++ b/packages/core/src/components/spinner/_spinner.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../progress-bar/common"; diff --git a/packages/core/src/components/spinner/spinner.tsx b/packages/core/src/components/spinner/spinner.tsx index e217504345..27705fdd7d 100644 --- a/packages/core/src/components/spinner/spinner.tsx +++ b/packages/core/src/components/spinner/spinner.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/tabs/_tabs.scss b/packages/core/src/components/tabs/_tabs.scss index 94856ee247..3b43fd3996 100644 --- a/packages/core/src/components/tabs/_tabs.scss +++ b/packages/core/src/components/tabs/_tabs.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../../common/mixins"; diff --git a/packages/core/src/components/tabs/tab.tsx b/packages/core/src/components/tabs/tab.tsx index 757103d16f..5edfecd0d5 100644 --- a/packages/core/src/components/tabs/tab.tsx +++ b/packages/core/src/components/tabs/tab.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/tabs/tabTitle.tsx b/packages/core/src/components/tabs/tabTitle.tsx index c09913e85d..95cbc44862 100644 --- a/packages/core/src/components/tabs/tabTitle.tsx +++ b/packages/core/src/components/tabs/tabTitle.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/tabs/tabs.tsx b/packages/core/src/components/tabs/tabs.tsx index 218979ef13..414d473b76 100644 --- a/packages/core/src/components/tabs/tabs.tsx +++ b/packages/core/src/components/tabs/tabs.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/tag-input/_tag-input.scss b/packages/core/src/components/tag-input/_tag-input.scss index 1b096991e9..0503e5cf1a 100644 --- a/packages/core/src/components/tag-input/_tag-input.scss +++ b/packages/core/src/components/tag-input/_tag-input.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../forms/common"; diff --git a/packages/core/src/components/tag-input/tagInput.tsx b/packages/core/src/components/tag-input/tagInput.tsx index f13a7f8852..914179a21b 100644 --- a/packages/core/src/components/tag-input/tagInput.tsx +++ b/packages/core/src/components/tag-input/tagInput.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/tag/_common.scss b/packages/core/src/components/tag/_common.scss index 49e6613d36..63121f9c3f 100644 --- a/packages/core/src/components/tag/_common.scss +++ b/packages/core/src/components/tag/_common.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. $tag-default-color: $gray1 !default; $dark-tag-default-color: $gray5 !default; diff --git a/packages/core/src/components/tag/_tag.scss b/packages/core/src/components/tag/_tag.scss index 504ee2cf34..1df36ee4e7 100644 --- a/packages/core/src/components/tag/_tag.scss +++ b/packages/core/src/components/tag/_tag.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "./common"; diff --git a/packages/core/src/components/tag/tag.tsx b/packages/core/src/components/tag/tag.tsx index fef6687245..231e315ca8 100644 --- a/packages/core/src/components/tag/tag.tsx +++ b/packages/core/src/components/tag/tag.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/text/text.tsx b/packages/core/src/components/text/text.tsx index f04ce7a0e0..d25d691684 100644 --- a/packages/core/src/components/text/text.tsx +++ b/packages/core/src/components/text/text.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/toast/_toast.scss b/packages/core/src/components/toast/_toast.scss index c795193e6e..1e99273ea2 100644 --- a/packages/core/src/components/toast/_toast.scss +++ b/packages/core/src/components/toast/_toast.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../../common/react-transition"; diff --git a/packages/core/src/components/toast/toast.tsx b/packages/core/src/components/toast/toast.tsx index a457632c73..ea23683112 100644 --- a/packages/core/src/components/toast/toast.tsx +++ b/packages/core/src/components/toast/toast.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/toast/toaster.tsx b/packages/core/src/components/toast/toaster.tsx index f913dab025..39a0257142 100644 --- a/packages/core/src/components/toast/toaster.tsx +++ b/packages/core/src/components/toast/toaster.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/tooltip/_common.scss b/packages/core/src/components/tooltip/_common.scss index 98bf3187e2..d94f654825 100644 --- a/packages/core/src/components/tooltip/_common.scss +++ b/packages/core/src/components/tooltip/_common.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. $tooltip-background-color: $dark-gray5 !default; $tooltip-text-color: $light-gray5 !default; diff --git a/packages/core/src/components/tooltip/_tooltip.scss b/packages/core/src/components/tooltip/_tooltip.scss index 0d33621389..7c7a5c494e 100644 --- a/packages/core/src/components/tooltip/_tooltip.scss +++ b/packages/core/src/components/tooltip/_tooltip.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../popover/common"; diff --git a/packages/core/src/components/tooltip/tooltip.tsx b/packages/core/src/components/tooltip/tooltip.tsx index 4e1c317a4f..2b7181924b 100644 --- a/packages/core/src/components/tooltip/tooltip.tsx +++ b/packages/core/src/components/tooltip/tooltip.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/tree/_tree.scss b/packages/core/src/components/tree/_tree.scss index 6a8816722c..20d55767de 100644 --- a/packages/core/src/components/tree/_tree.scss +++ b/packages/core/src/components/tree/_tree.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../../common/variables"; @import "../../common/mixins"; diff --git a/packages/core/src/components/tree/tree.tsx b/packages/core/src/components/tree/tree.tsx index c0589cb4ce..ee0ef24b3c 100644 --- a/packages/core/src/components/tree/tree.tsx +++ b/packages/core/src/components/tree/tree.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/components/tree/treeNode.tsx b/packages/core/src/components/tree/treeNode.tsx index cfcb9f27bc..323cb607dc 100644 --- a/packages/core/src/components/tree/treeNode.tsx +++ b/packages/core/src/components/tree/treeNode.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 598598d385..fe7bfd54eb 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./accessibility"; diff --git a/packages/core/test/alert/alertTests.tsx b/packages/core/test/alert/alertTests.tsx index 4f0313581b..67e23b8d50 100644 --- a/packages/core/test/alert/alertTests.tsx +++ b/packages/core/test/alert/alertTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/breadcrumbs/breadcrumbTests.tsx b/packages/core/test/breadcrumbs/breadcrumbTests.tsx index ed8927d5b9..c1b0da5ebc 100644 --- a/packages/core/test/breadcrumbs/breadcrumbTests.tsx +++ b/packages/core/test/breadcrumbs/breadcrumbTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/breadcrumbs/breadcrumbsTests.tsx b/packages/core/test/breadcrumbs/breadcrumbsTests.tsx index ff1f54d741..bbb856c22a 100644 --- a/packages/core/test/breadcrumbs/breadcrumbsTests.tsx +++ b/packages/core/test/breadcrumbs/breadcrumbsTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/buttons/buttonTests.tsx b/packages/core/test/buttons/buttonTests.tsx index 95a55284c7..a116f559fb 100644 --- a/packages/core/test/buttons/buttonTests.tsx +++ b/packages/core/test/buttons/buttonTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/callout/calloutTests.tsx b/packages/core/test/callout/calloutTests.tsx index 576ac2636b..bd20a307b7 100644 --- a/packages/core/test/callout/calloutTests.tsx +++ b/packages/core/test/callout/calloutTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/card/cardTests.tsx b/packages/core/test/card/cardTests.tsx index a0e8717661..eb2067edd3 100644 --- a/packages/core/test/card/cardTests.tsx +++ b/packages/core/test/card/cardTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/collapse/collapseTests.tsx b/packages/core/test/collapse/collapseTests.tsx index fca3ac0867..4daba9ac76 100644 --- a/packages/core/test/collapse/collapseTests.tsx +++ b/packages/core/test/collapse/collapseTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/collapsible-list/collapsibleListTests.tsx b/packages/core/test/collapsible-list/collapsibleListTests.tsx index e208aa2701..1b99422631 100644 --- a/packages/core/test/collapsible-list/collapsibleListTests.tsx +++ b/packages/core/test/collapsible-list/collapsibleListTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/common/propsTests.ts b/packages/core/test/common/propsTests.ts index 5e1f01b6c5..f4c45a12de 100644 --- a/packages/core/test/common/propsTests.ts +++ b/packages/core/test/common/propsTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/common/utils/compareUtilsTests.ts b/packages/core/test/common/utils/compareUtilsTests.ts index e9474be35f..70d3ae0f8d 100644 --- a/packages/core/test/common/utils/compareUtilsTests.ts +++ b/packages/core/test/common/utils/compareUtilsTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/core/test/common/utilsTests.tsx b/packages/core/test/common/utilsTests.tsx index d658c58f00..7bd07b7295 100644 --- a/packages/core/test/common/utilsTests.tsx +++ b/packages/core/test/common/utilsTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/context-menu/contextMenuTests.tsx b/packages/core/test/context-menu/contextMenuTests.tsx index a0e721ac73..afb383dd49 100644 --- a/packages/core/test/context-menu/contextMenuTests.tsx +++ b/packages/core/test/context-menu/contextMenuTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable max-classes-per-file diff --git a/packages/core/test/controls/controlsTests.tsx b/packages/core/test/controls/controlsTests.tsx index 19fa9595c4..203a4103fa 100644 --- a/packages/core/test/controls/controlsTests.tsx +++ b/packages/core/test/controls/controlsTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/controls/inputGroupTests.tsx b/packages/core/test/controls/inputGroupTests.tsx index 9fdd7bf527..0a8fb7b55f 100644 --- a/packages/core/test/controls/inputGroupTests.tsx +++ b/packages/core/test/controls/inputGroupTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/controls/numericInputTests.tsx b/packages/core/test/controls/numericInputTests.tsx index 58e9f1d2d4..08d5307a7e 100644 --- a/packages/core/test/controls/numericInputTests.tsx +++ b/packages/core/test/controls/numericInputTests.tsx @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/core/test/controls/radioGroupTests.tsx b/packages/core/test/controls/radioGroupTests.tsx index 343a9c4cc8..7b6991d8e5 100644 --- a/packages/core/test/controls/radioGroupTests.tsx +++ b/packages/core/test/controls/radioGroupTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/dialog/dialogTests.tsx b/packages/core/test/dialog/dialogTests.tsx index 14d44444e7..3749dfb1ec 100644 --- a/packages/core/test/dialog/dialogTests.tsx +++ b/packages/core/test/dialog/dialogTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/drawer/drawerTests.tsx b/packages/core/test/drawer/drawerTests.tsx index 54b46e515d..50a42f4c25 100644 --- a/packages/core/test/drawer/drawerTests.tsx +++ b/packages/core/test/drawer/drawerTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/editable-text/editableTextTests.tsx b/packages/core/test/editable-text/editableTextTests.tsx index ef63496929..7eb16ad4b0 100644 --- a/packages/core/test/editable-text/editableTextTests.tsx +++ b/packages/core/test/editable-text/editableTextTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/forms/fileInputTests.tsx b/packages/core/test/forms/fileInputTests.tsx index 5943917a31..c6f823cb9f 100644 --- a/packages/core/test/forms/fileInputTests.tsx +++ b/packages/core/test/forms/fileInputTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/forms/formGroupTests.tsx b/packages/core/test/forms/formGroupTests.tsx index 528c5cdd5c..a04a07c010 100644 --- a/packages/core/test/forms/formGroupTests.tsx +++ b/packages/core/test/forms/formGroupTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/forms/textAreaTests.tsx b/packages/core/test/forms/textAreaTests.tsx index 911b3b476a..83084f619b 100644 --- a/packages/core/test/forms/textAreaTests.tsx +++ b/packages/core/test/forms/textAreaTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/hotkeys/hotkeysTests.tsx b/packages/core/test/hotkeys/hotkeysTests.tsx index e0a59fbadf..f72c425d3b 100644 --- a/packages/core/test/hotkeys/hotkeysTests.tsx +++ b/packages/core/test/hotkeys/hotkeysTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable max-classes-per-file diff --git a/packages/core/test/html-select/htmlSelectTests.tsx b/packages/core/test/html-select/htmlSelectTests.tsx index 13e4824192..50c7216255 100644 --- a/packages/core/test/html-select/htmlSelectTests.tsx +++ b/packages/core/test/html-select/htmlSelectTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/icon/iconTests.tsx b/packages/core/test/icon/iconTests.tsx index e8c12d5418..de45ef20e5 100644 --- a/packages/core/test/icon/iconTests.tsx +++ b/packages/core/test/icon/iconTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/index.ts b/packages/core/test/index.ts index 43a359fd15..494e40d304 100644 --- a/packages/core/test/index.ts +++ b/packages/core/test/index.ts @@ -1,6 +1,16 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import "@blueprintjs/test-commons/bootstrap"; diff --git a/packages/core/test/isotest.js b/packages/core/test/isotest.js index 1d3f04da8b..8b6cd1a8d7 100644 --- a/packages/core/test/isotest.js +++ b/packages/core/test/isotest.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // @ts-check diff --git a/packages/core/test/menu/menuItemTests.tsx b/packages/core/test/menu/menuItemTests.tsx index 0889df4191..ed8de2bb3f 100644 --- a/packages/core/test/menu/menuItemTests.tsx +++ b/packages/core/test/menu/menuItemTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/menu/menuTests.tsx b/packages/core/test/menu/menuTests.tsx index 92eb4f243e..366f623a30 100644 --- a/packages/core/test/menu/menuTests.tsx +++ b/packages/core/test/menu/menuTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/non-ideal-state/nonIdealStateTests.tsx b/packages/core/test/non-ideal-state/nonIdealStateTests.tsx index e431833cb5..47378afe96 100644 --- a/packages/core/test/non-ideal-state/nonIdealStateTests.tsx +++ b/packages/core/test/non-ideal-state/nonIdealStateTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/overflow-list/overflowListTests.tsx b/packages/core/test/overflow-list/overflowListTests.tsx index e543b64589..611fe1d6f8 100644 --- a/packages/core/test/overflow-list/overflowListTests.tsx +++ b/packages/core/test/overflow-list/overflowListTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/overlay/overlayTests.tsx b/packages/core/test/overlay/overlayTests.tsx index ac4dadc968..c7008991dc 100644 --- a/packages/core/test/overlay/overlayTests.tsx +++ b/packages/core/test/overlay/overlayTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/panel-stack/panelStackTests.tsx b/packages/core/test/panel-stack/panelStackTests.tsx index 033fd29e34..8322b1d75c 100644 --- a/packages/core/test/panel-stack/panelStackTests.tsx +++ b/packages/core/test/panel-stack/panelStackTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/popover/popoverTests.tsx b/packages/core/test/popover/popoverTests.tsx index 480bba0a60..e4b2210ea0 100644 --- a/packages/core/test/popover/popoverTests.tsx +++ b/packages/core/test/popover/popoverTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/popover/popperUtilTests.ts b/packages/core/test/popover/popperUtilTests.ts index 875667be98..c4aa479689 100644 --- a/packages/core/test/popover/popperUtilTests.ts +++ b/packages/core/test/popover/popperUtilTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/core/test/portal/portalTests.tsx b/packages/core/test/portal/portalTests.tsx index 3d4796f248..8b86866bdd 100644 --- a/packages/core/test/portal/portalTests.tsx +++ b/packages/core/test/portal/portalTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/progress/progressBarTests.tsx b/packages/core/test/progress/progressBarTests.tsx index 0540a0c9d9..e344035690 100644 --- a/packages/core/test/progress/progressBarTests.tsx +++ b/packages/core/test/progress/progressBarTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/resize-sensor/resizeSensorTests.tsx b/packages/core/test/resize-sensor/resizeSensorTests.tsx index f14f14ab67..3521c63f85 100644 --- a/packages/core/test/resize-sensor/resizeSensorTests.tsx +++ b/packages/core/test/resize-sensor/resizeSensorTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/slider/handleTests.tsx b/packages/core/test/slider/handleTests.tsx index 0203864e19..26d7872c18 100644 --- a/packages/core/test/slider/handleTests.tsx +++ b/packages/core/test/slider/handleTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/slider/multiSliderTests.tsx b/packages/core/test/slider/multiSliderTests.tsx index 751374d329..636b8fee18 100644 --- a/packages/core/test/slider/multiSliderTests.tsx +++ b/packages/core/test/slider/multiSliderTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/slider/rangeSliderTests.tsx b/packages/core/test/slider/rangeSliderTests.tsx index 51900dfed1..bce8d1d747 100644 --- a/packages/core/test/slider/rangeSliderTests.tsx +++ b/packages/core/test/slider/rangeSliderTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/slider/sliderTestUtils.ts b/packages/core/test/slider/sliderTestUtils.ts index d559efba4c..112697cb12 100644 --- a/packages/core/test/slider/sliderTestUtils.ts +++ b/packages/core/test/slider/sliderTestUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { dispatchMouseEvent, dispatchTouchEvent } from "@blueprintjs/test-commons"; diff --git a/packages/core/test/slider/sliderTests.tsx b/packages/core/test/slider/sliderTests.tsx index 545c986923..ca005e3120 100644 --- a/packages/core/test/slider/sliderTests.tsx +++ b/packages/core/test/slider/sliderTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/spinner/spinnerTests.tsx b/packages/core/test/spinner/spinnerTests.tsx index e64be10c55..0a4e6f47ca 100644 --- a/packages/core/test/spinner/spinnerTests.tsx +++ b/packages/core/test/spinner/spinnerTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/tabs/tabsTests.tsx b/packages/core/test/tabs/tabsTests.tsx index 71d155148b..c4cffbb705 100644 --- a/packages/core/test/tabs/tabsTests.tsx +++ b/packages/core/test/tabs/tabsTests.tsx @@ -1,6 +1,16 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/tag-input/tagInputTests.tsx b/packages/core/test/tag-input/tagInputTests.tsx index bf3f8df112..49d009e133 100644 --- a/packages/core/test/tag-input/tagInputTests.tsx +++ b/packages/core/test/tag-input/tagInputTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert, expect } from "chai"; diff --git a/packages/core/test/tag/tagTests.tsx b/packages/core/test/tag/tagTests.tsx index edeb2e2dfe..667136e42b 100644 --- a/packages/core/test/tag/tagTests.tsx +++ b/packages/core/test/tag/tagTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/text/textTests.tsx b/packages/core/test/text/textTests.tsx index e52ff20ebc..b930e2cbc8 100644 --- a/packages/core/test/text/textTests.tsx +++ b/packages/core/test/text/textTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/toast/toastTests.tsx b/packages/core/test/toast/toastTests.tsx index 45cceef8e4..6bc7a573d5 100644 --- a/packages/core/test/toast/toastTests.tsx +++ b/packages/core/test/toast/toastTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/toast/toasterTests.ts b/packages/core/test/toast/toasterTests.ts index 3cbfd768b2..c2437d4e49 100644 --- a/packages/core/test/toast/toasterTests.ts +++ b/packages/core/test/toast/toasterTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/tooltip/tooltipTests.tsx b/packages/core/test/tooltip/tooltipTests.tsx index c6d436d2eb..56333f6514 100644 --- a/packages/core/test/tooltip/tooltipTests.tsx +++ b/packages/core/test/tooltip/tooltipTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/tree/treeTests.tsx b/packages/core/test/tree/treeTests.tsx index 40f7f25329..dd5849748a 100644 --- a/packages/core/test/tree/treeTests.tsx +++ b/packages/core/test/tree/treeTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/core/test/utils.ts b/packages/core/test/utils.ts index 15a2a2a2d2..e351df3e0e 100644 --- a/packages/core/test/utils.ts +++ b/packages/core/test/utils.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. - * - * Licensed under the terms of the LICENSE file distributed with this project. + * + * 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. */ import { ReactWrapper } from "enzyme"; diff --git a/packages/core/webpack.config.js b/packages/core/webpack.config.js index e5c4157981..72c65817e9 100644 --- a/packages/core/webpack.config.js +++ b/packages/core/webpack.config.js @@ -1,6 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * + * 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. */ const { baseConfig, COMMON_EXTERNALS } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/datetime/LICENSE b/packages/datetime/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/datetime/LICENSE +++ b/packages/datetime/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/datetime/package.json b/packages/datetime/package.json index f006fb5e10..8cecab1232 100644 --- a/packages/datetime/package.json +++ b/packages/datetime/package.json @@ -70,5 +70,5 @@ "time" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/datetime/src/_common.scss b/packages/datetime/src/_common.scss index 56d0abc14e..9f09bf481d 100644 --- a/packages/datetime/src/_common.scss +++ b/packages/datetime/src/_common.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/common/variables"; @import "~@blueprintjs/icons/src/icons"; diff --git a/packages/datetime/src/_dateinput.scss b/packages/datetime/src/_dateinput.scss index 7afdcf8eb7..8a9616ee96 100644 --- a/packages/datetime/src/_dateinput.scss +++ b/packages/datetime/src/_dateinput.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. .#{$ns}-dateinput-popover { padding: 0; diff --git a/packages/datetime/src/_datepicker.scss b/packages/datetime/src/_datepicker.scss index 9336ccab64..5cc8050112 100644 --- a/packages/datetime/src/_datepicker.scss +++ b/packages/datetime/src/_datepicker.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/components/popover/common"; @import "./common"; diff --git a/packages/datetime/src/_daterangepicker.scss b/packages/datetime/src/_daterangepicker.scss index 27d2d5eb98..f5d8f1a27c 100644 --- a/packages/datetime/src/_daterangepicker.scss +++ b/packages/datetime/src/_daterangepicker.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "./common"; diff --git a/packages/datetime/src/_datetimepicker.scss b/packages/datetime/src/_datetimepicker.scss index 1160d6d38c..fe60c4e9ca 100644 --- a/packages/datetime/src/_datetimepicker.scss +++ b/packages/datetime/src/_datetimepicker.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "./common"; diff --git a/packages/datetime/src/_timepicker.scss b/packages/datetime/src/_timepicker.scss index 927597bfe2..5a29871c44 100644 --- a/packages/datetime/src/_timepicker.scss +++ b/packages/datetime/src/_timepicker.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/components/forms/common"; @import "./common"; diff --git a/packages/datetime/src/blueprint-datetime.scss b/packages/datetime/src/blueprint-datetime.scss index 77e3232650..c81cb85c78 100644 --- a/packages/datetime/src/blueprint-datetime.scss +++ b/packages/datetime/src/blueprint-datetime.scss @@ -1,7 +1,7 @@ /*! Copyright 2015-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/datetime/src/common/classes.ts b/packages/datetime/src/common/classes.ts index 4ea0418528..e0b45e0600 100644 --- a/packages/datetime/src/common/classes.ts +++ b/packages/datetime/src/common/classes.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes } from "@blueprintjs/core"; diff --git a/packages/datetime/src/common/dateUtils.ts b/packages/datetime/src/common/dateUtils.ts index 80e7671980..9660aca9da 100644 --- a/packages/datetime/src/common/dateUtils.ts +++ b/packages/datetime/src/common/dateUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Months } from "./months"; diff --git a/packages/datetime/src/common/errors.ts b/packages/datetime/src/common/errors.ts index c192757e0c..420be3817b 100644 --- a/packages/datetime/src/common/errors.ts +++ b/packages/datetime/src/common/errors.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const ns = "[Blueprint]"; diff --git a/packages/datetime/src/common/monthAndYear.ts b/packages/datetime/src/common/monthAndYear.ts index 9fbd11bd10..6635d2a842 100644 --- a/packages/datetime/src/common/monthAndYear.ts +++ b/packages/datetime/src/common/monthAndYear.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { getDateNextMonth, getDatePreviousMonth } from "./dateUtils"; diff --git a/packages/datetime/src/common/months.ts b/packages/datetime/src/common/months.ts index e9be01c04d..6437190e5e 100644 --- a/packages/datetime/src/common/months.ts +++ b/packages/datetime/src/common/months.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** diff --git a/packages/datetime/src/common/timeUnit.ts b/packages/datetime/src/common/timeUnit.ts index bebaff0066..dcb7931035 100644 --- a/packages/datetime/src/common/timeUnit.ts +++ b/packages/datetime/src/common/timeUnit.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as Classes from "./classes"; diff --git a/packages/datetime/src/common/utils.ts b/packages/datetime/src/common/utils.ts index df5e01afd6..d871b3223a 100644 --- a/packages/datetime/src/common/utils.ts +++ b/packages/datetime/src/common/utils.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** diff --git a/packages/datetime/src/dateFormat.tsx b/packages/datetime/src/dateFormat.tsx index 4ff67737e3..599d55b739 100644 --- a/packages/datetime/src/dateFormat.tsx +++ b/packages/datetime/src/dateFormat.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { isDateValid, isDayInRange } from "./common/dateUtils"; diff --git a/packages/datetime/src/dateInput.tsx b/packages/datetime/src/dateInput.tsx index 1d4fbd3865..21fd9afe3a 100644 --- a/packages/datetime/src/dateInput.tsx +++ b/packages/datetime/src/dateInput.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/datetime/src/datePicker.tsx b/packages/datetime/src/datePicker.tsx index 5acd8047c3..14f2c1c22e 100644 --- a/packages/datetime/src/datePicker.tsx +++ b/packages/datetime/src/datePicker.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { AbstractPureComponent, Button, DISPLAYNAME_PREFIX, Divider, IProps, Utils } from "@blueprintjs/core"; diff --git a/packages/datetime/src/datePickerCaption.tsx b/packages/datetime/src/datePickerCaption.tsx index 2f55d6623c..d588fbf0e3 100644 --- a/packages/datetime/src/datePickerCaption.tsx +++ b/packages/datetime/src/datePickerCaption.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Divider, HTMLSelect, Icon, IOptionProps, Utils } from "@blueprintjs/core"; diff --git a/packages/datetime/src/datePickerCore.tsx b/packages/datetime/src/datePickerCore.tsx index e86578e5ca..4fed4f3ef7 100644 --- a/packages/datetime/src/datePickerCore.tsx +++ b/packages/datetime/src/datePickerCore.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { LocaleUtils } from "react-day-picker/types/utils"; diff --git a/packages/datetime/src/datePickerNavbar.tsx b/packages/datetime/src/datePickerNavbar.tsx index dc7617ab8d..a1ad508197 100644 --- a/packages/datetime/src/datePickerNavbar.tsx +++ b/packages/datetime/src/datePickerNavbar.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Button } from "@blueprintjs/core"; diff --git a/packages/datetime/src/dateRangeInput.tsx b/packages/datetime/src/dateRangeInput.tsx index b93f569450..4d73ac1070 100644 --- a/packages/datetime/src/dateRangeInput.tsx +++ b/packages/datetime/src/dateRangeInput.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/datetime/src/dateRangePicker.tsx b/packages/datetime/src/dateRangePicker.tsx index e97abfe034..44c9eaaa98 100644 --- a/packages/datetime/src/dateRangePicker.tsx +++ b/packages/datetime/src/dateRangePicker.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { AbstractPureComponent, Boundary, DISPLAYNAME_PREFIX, Divider, IProps, Utils } from "@blueprintjs/core"; diff --git a/packages/datetime/src/dateRangeSelectionStrategy.ts b/packages/datetime/src/dateRangeSelectionStrategy.ts index 47c072580e..0f72f82c58 100644 --- a/packages/datetime/src/dateRangeSelectionStrategy.ts +++ b/packages/datetime/src/dateRangeSelectionStrategy.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Boundary } from "@blueprintjs/core"; diff --git a/packages/datetime/src/dateTimePicker.tsx b/packages/datetime/src/dateTimePicker.tsx index f6cccbf598..06ed13568d 100644 --- a/packages/datetime/src/dateTimePicker.tsx +++ b/packages/datetime/src/dateTimePicker.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/datetime/src/index.ts b/packages/datetime/src/index.ts index a7e12f6b44..903983c8f7 100644 --- a/packages/datetime/src/index.ts +++ b/packages/datetime/src/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as classes from "./common/classes"; diff --git a/packages/datetime/src/shortcuts.tsx b/packages/datetime/src/shortcuts.tsx index 69258c3c58..5d2a719ba0 100644 --- a/packages/datetime/src/shortcuts.tsx +++ b/packages/datetime/src/shortcuts.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, Menu, MenuItem } from "@blueprintjs/core"; diff --git a/packages/datetime/src/timePicker.tsx b/packages/datetime/src/timePicker.tsx index f400f10283..0cdcbb326d 100644 --- a/packages/datetime/src/timePicker.tsx +++ b/packages/datetime/src/timePicker.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { diff --git a/packages/datetime/test/common/dateFormat.ts b/packages/datetime/test/common/dateFormat.ts index 5982814b38..84e5d64b7c 100644 --- a/packages/datetime/test/common/dateFormat.ts +++ b/packages/datetime/test/common/dateFormat.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IDateFormatProps } from "../../src/dateFormat"; diff --git a/packages/datetime/test/common/dateTestUtils.ts b/packages/datetime/test/common/dateTestUtils.ts index cdf0e57634..a8be2f009f 100644 --- a/packages/datetime/test/common/dateTestUtils.ts +++ b/packages/datetime/test/common/dateTestUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/datetime/test/common/dateUtilsTests.tsx b/packages/datetime/test/common/dateUtilsTests.tsx index cd29c5999c..b28fa196ce 100644 --- a/packages/datetime/test/common/dateUtilsTests.tsx +++ b/packages/datetime/test/common/dateUtilsTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/datetime/test/dateInputTests.tsx b/packages/datetime/test/dateInputTests.tsx index 55ce8e64ae..c46d9e76f8 100644 --- a/packages/datetime/test/dateInputTests.tsx +++ b/packages/datetime/test/dateInputTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/datetime/test/datePickerCaptionTests.tsx b/packages/datetime/test/datePickerCaptionTests.tsx index 27e57e1f47..789cdf4ead 100644 --- a/packages/datetime/test/datePickerCaptionTests.tsx +++ b/packages/datetime/test/datePickerCaptionTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/datetime/test/datePickerTests.tsx b/packages/datetime/test/datePickerTests.tsx index 7af3f9ad13..b184eb0c53 100644 --- a/packages/datetime/test/datePickerTests.tsx +++ b/packages/datetime/test/datePickerTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/datetime/test/dateRangeInputTests.tsx b/packages/datetime/test/dateRangeInputTests.tsx index 0c864a14d5..bc21725fce 100644 --- a/packages/datetime/test/dateRangeInputTests.tsx +++ b/packages/datetime/test/dateRangeInputTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/datetime/test/dateRangePickerTests.tsx b/packages/datetime/test/dateRangePickerTests.tsx index 1e31dfeb82..f126d3d466 100644 --- a/packages/datetime/test/dateRangePickerTests.tsx +++ b/packages/datetime/test/dateRangePickerTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Button } from "@blueprintjs/core"; diff --git a/packages/datetime/test/dateTimePickerTests.tsx b/packages/datetime/test/dateTimePickerTests.tsx index 7bd8d052f7..360196662e 100644 --- a/packages/datetime/test/dateTimePickerTests.tsx +++ b/packages/datetime/test/dateTimePickerTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/datetime/test/isotest.js b/packages/datetime/test/isotest.js index 6d3922a524..ee50ca6298 100644 --- a/packages/datetime/test/isotest.js +++ b/packages/datetime/test/isotest.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { generateIsomorphicTests } = require("@blueprintjs/test-commons"); diff --git a/packages/datetime/test/timePickerTests.tsx b/packages/datetime/test/timePickerTests.tsx index b3ccccb47e..cfbef41a62 100644 --- a/packages/datetime/test/timePickerTests.tsx +++ b/packages/datetime/test/timePickerTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Keys } from "@blueprintjs/core"; diff --git a/packages/datetime/webpack.config.js b/packages/datetime/webpack.config.js index e36d92cf4d..7703128484 100644 --- a/packages/datetime/webpack.config.js +++ b/packages/datetime/webpack.config.js @@ -1,6 +1,16 @@ /** * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig, COMMON_EXTERNALS } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/docs-app/package.json b/packages/docs-app/package.json index a2dee06d88..c2c2119ca9 100644 --- a/packages/docs-app/package.json +++ b/packages/docs-app/package.json @@ -58,5 +58,5 @@ "docs" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN REPO ROOT" + "license": "Apache-2.0" } diff --git a/packages/docs-app/src/components/blueprintDocs.tsx b/packages/docs-app/src/components/blueprintDocs.tsx index 13d573bb95..9ce136edc2 100644 --- a/packages/docs-app/src/components/blueprintDocs.tsx +++ b/packages/docs-app/src/components/blueprintDocs.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { AnchorButton, Classes, setHotkeysDialogProps, Tag } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/components/clickToCopy.tsx b/packages/docs-app/src/components/clickToCopy.tsx index a8a590456a..b7dcb146a4 100644 --- a/packages/docs-app/src/components/clickToCopy.tsx +++ b/packages/docs-app/src/components/clickToCopy.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/docs-app/src/components/colorPalettes.tsx b/packages/docs-app/src/components/colorPalettes.tsx index 0d9617c034..005995b770 100644 --- a/packages/docs-app/src/components/colorPalettes.tsx +++ b/packages/docs-app/src/components/colorPalettes.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/docs-app/src/components/colorSchemes.tsx b/packages/docs-app/src/components/colorSchemes.tsx index 08feb0d93b..74e45b1c37 100644 --- a/packages/docs-app/src/components/colorSchemes.tsx +++ b/packages/docs-app/src/components/colorSchemes.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as chroma from "chroma-js"; diff --git a/packages/docs-app/src/components/docsIcon.tsx b/packages/docs-app/src/components/docsIcon.tsx index 21012b4d84..26fe62f90a 100644 --- a/packages/docs-app/src/components/docsIcon.tsx +++ b/packages/docs-app/src/components/docsIcon.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, ContextMenuTarget, Icon, IconName, Menu, MenuItem } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/components/icons.tsx b/packages/docs-app/src/components/icons.tsx index 3360b42020..1b10dd59a8 100644 --- a/packages/docs-app/src/components/icons.tsx +++ b/packages/docs-app/src/components/icons.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, H3, InputGroup, NonIdealState } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/components/logo.tsx b/packages/docs-app/src/components/logo.tsx index a9509b01e6..7afbedc6cd 100644 --- a/packages/docs-app/src/components/logo.tsx +++ b/packages/docs-app/src/components/logo.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/components/navHeader.tsx b/packages/docs-app/src/components/navHeader.tsx index a8f14672be..1c04131005 100644 --- a/packages/docs-app/src/components/navHeader.tsx +++ b/packages/docs-app/src/components/navHeader.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { diff --git a/packages/docs-app/src/components/navIcons.tsx b/packages/docs-app/src/components/navIcons.tsx index 5d01aace4b..074bace25c 100644 --- a/packages/docs-app/src/components/navIcons.tsx +++ b/packages/docs-app/src/components/navIcons.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import React from "react"; diff --git a/packages/docs-app/src/components/resources.tsx b/packages/docs-app/src/components/resources.tsx index 0ee6f284b1..54bc81a34f 100644 --- a/packages/docs-app/src/components/resources.tsx +++ b/packages/docs-app/src/components/resources.tsx @@ -1,7 +1,17 @@ /* * Copyright 2019 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Callout, Card } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/components/welcome.tsx b/packages/docs-app/src/components/welcome.tsx index 3208b5b48b..1bdff5b9d6 100644 --- a/packages/docs-app/src/components/welcome.tsx +++ b/packages/docs-app/src/components/welcome.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/alertExample.tsx b/packages/docs-app/src/examples/core-examples/alertExample.tsx index d25a51174e..b4a620296d 100644 --- a/packages/docs-app/src/examples/core-examples/alertExample.tsx +++ b/packages/docs-app/src/examples/core-examples/alertExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/breadcrumbsExample.tsx b/packages/docs-app/src/examples/core-examples/breadcrumbsExample.tsx index 3a17cdd98a..2a0256db27 100644 --- a/packages/docs-app/src/examples/core-examples/breadcrumbsExample.tsx +++ b/packages/docs-app/src/examples/core-examples/breadcrumbsExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/buttonGroupExample.tsx b/packages/docs-app/src/examples/core-examples/buttonGroupExample.tsx index 1479019664..d1d0e93e1b 100644 --- a/packages/docs-app/src/examples/core-examples/buttonGroupExample.tsx +++ b/packages/docs-app/src/examples/core-examples/buttonGroupExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/buttonGroupPopoverExample.tsx b/packages/docs-app/src/examples/core-examples/buttonGroupPopoverExample.tsx index 686fdd7353..8f9ce58b87 100644 --- a/packages/docs-app/src/examples/core-examples/buttonGroupPopoverExample.tsx +++ b/packages/docs-app/src/examples/core-examples/buttonGroupPopoverExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Alignment, Button, ButtonGroup, H5, IconName, Popover, Position, Switch } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/core-examples/buttonsExample.tsx b/packages/docs-app/src/examples/core-examples/buttonsExample.tsx index 9c0924343f..d756f8537b 100644 --- a/packages/docs-app/src/examples/core-examples/buttonsExample.tsx +++ b/packages/docs-app/src/examples/core-examples/buttonsExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/buttonsIconsExample.tsx b/packages/docs-app/src/examples/core-examples/buttonsIconsExample.tsx index dc4fa90a22..1c84d6fa9d 100644 --- a/packages/docs-app/src/examples/core-examples/buttonsIconsExample.tsx +++ b/packages/docs-app/src/examples/core-examples/buttonsIconsExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/calloutExample.tsx b/packages/docs-app/src/examples/core-examples/calloutExample.tsx index 849b8566f7..5b3ce0e17b 100644 --- a/packages/docs-app/src/examples/core-examples/calloutExample.tsx +++ b/packages/docs-app/src/examples/core-examples/calloutExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/cardExample.tsx b/packages/docs-app/src/examples/core-examples/cardExample.tsx index 9b6bf8d13f..6aa33efa96 100644 --- a/packages/docs-app/src/examples/core-examples/cardExample.tsx +++ b/packages/docs-app/src/examples/core-examples/cardExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/checkboxExample.tsx b/packages/docs-app/src/examples/core-examples/checkboxExample.tsx index 9367e1fe40..124af4795c 100644 --- a/packages/docs-app/src/examples/core-examples/checkboxExample.tsx +++ b/packages/docs-app/src/examples/core-examples/checkboxExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/collapseExample.tsx b/packages/docs-app/src/examples/core-examples/collapseExample.tsx index 809f5bebe2..320649e09b 100644 --- a/packages/docs-app/src/examples/core-examples/collapseExample.tsx +++ b/packages/docs-app/src/examples/core-examples/collapseExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/collapsibleListExample.tsx b/packages/docs-app/src/examples/core-examples/collapsibleListExample.tsx index 228118e556..5ebb4ed8f2 100644 --- a/packages/docs-app/src/examples/core-examples/collapsibleListExample.tsx +++ b/packages/docs-app/src/examples/core-examples/collapsibleListExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/docs-app/src/examples/core-examples/common/alignmentSelect.tsx b/packages/docs-app/src/examples/core-examples/common/alignmentSelect.tsx index 7973f86bfd..fb5b3828d1 100644 --- a/packages/docs-app/src/examples/core-examples/common/alignmentSelect.tsx +++ b/packages/docs-app/src/examples/core-examples/common/alignmentSelect.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Alignment, Button, ButtonGroup } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/core-examples/common/fileMenu.tsx b/packages/docs-app/src/examples/core-examples/common/fileMenu.tsx index 2804049f08..c2d5df295e 100644 --- a/packages/docs-app/src/examples/core-examples/common/fileMenu.tsx +++ b/packages/docs-app/src/examples/core-examples/common/fileMenu.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps, Menu, MenuDivider, MenuItem } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/core-examples/common/iconSelect.tsx b/packages/docs-app/src/examples/core-examples/common/iconSelect.tsx index e8a303f4c1..2d2300a3c3 100644 --- a/packages/docs-app/src/examples/core-examples/common/iconSelect.tsx +++ b/packages/docs-app/src/examples/core-examples/common/iconSelect.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Alignment, Button, Classes, MenuItem } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/core-examples/common/intentSelect.tsx b/packages/docs-app/src/examples/core-examples/common/intentSelect.tsx index b533d9f5a4..a7967cd6f1 100644 --- a/packages/docs-app/src/examples/core-examples/common/intentSelect.tsx +++ b/packages/docs-app/src/examples/core-examples/common/intentSelect.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { HTMLSelect, Intent, Label } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/core-examples/contextMenuExample.tsx b/packages/docs-app/src/examples/core-examples/contextMenuExample.tsx index 83c69d4c11..360fd8cb0b 100644 --- a/packages/docs-app/src/examples/core-examples/contextMenuExample.tsx +++ b/packages/docs-app/src/examples/core-examples/contextMenuExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable max-classes-per-file diff --git a/packages/docs-app/src/examples/core-examples/controlGroupExample.tsx b/packages/docs-app/src/examples/core-examples/controlGroupExample.tsx index a48e5b2e17..f7b761ebc3 100644 --- a/packages/docs-app/src/examples/core-examples/controlGroupExample.tsx +++ b/packages/docs-app/src/examples/core-examples/controlGroupExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/dialogExample.tsx b/packages/docs-app/src/examples/core-examples/dialogExample.tsx index 19efb285b1..2807720c95 100644 --- a/packages/docs-app/src/examples/core-examples/dialogExample.tsx +++ b/packages/docs-app/src/examples/core-examples/dialogExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/dividerExample.tsx b/packages/docs-app/src/examples/core-examples/dividerExample.tsx index b9cdc05c76..ea6b945df3 100644 --- a/packages/docs-app/src/examples/core-examples/dividerExample.tsx +++ b/packages/docs-app/src/examples/core-examples/dividerExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/drawerExample.tsx b/packages/docs-app/src/examples/core-examples/drawerExample.tsx index 1cf3010c2c..e445333930 100644 --- a/packages/docs-app/src/examples/core-examples/drawerExample.tsx +++ b/packages/docs-app/src/examples/core-examples/drawerExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/dropdownMenuExample.tsx b/packages/docs-app/src/examples/core-examples/dropdownMenuExample.tsx index c55983de3b..c06ee756bd 100644 --- a/packages/docs-app/src/examples/core-examples/dropdownMenuExample.tsx +++ b/packages/docs-app/src/examples/core-examples/dropdownMenuExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/editableTextExample.tsx b/packages/docs-app/src/examples/core-examples/editableTextExample.tsx index 101e31efa9..82cb39ddee 100644 --- a/packages/docs-app/src/examples/core-examples/editableTextExample.tsx +++ b/packages/docs-app/src/examples/core-examples/editableTextExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/focusExample.tsx b/packages/docs-app/src/examples/core-examples/focusExample.tsx index 22e5b19577..bdd80c3850 100644 --- a/packages/docs-app/src/examples/core-examples/focusExample.tsx +++ b/packages/docs-app/src/examples/core-examples/focusExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/formGroupExample.tsx b/packages/docs-app/src/examples/core-examples/formGroupExample.tsx index e4e579928c..528aa96fbb 100644 --- a/packages/docs-app/src/examples/core-examples/formGroupExample.tsx +++ b/packages/docs-app/src/examples/core-examples/formGroupExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/hotkeyPiano.tsx b/packages/docs-app/src/examples/core-examples/hotkeyPiano.tsx index b752d1c0ac..d7bad66f0c 100644 --- a/packages/docs-app/src/examples/core-examples/hotkeyPiano.tsx +++ b/packages/docs-app/src/examples/core-examples/hotkeyPiano.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable max-classes-per-file diff --git a/packages/docs-app/src/examples/core-examples/hotkeyTester.tsx b/packages/docs-app/src/examples/core-examples/hotkeyTester.tsx index e8215f64c5..6ffbf22a42 100644 --- a/packages/docs-app/src/examples/core-examples/hotkeyTester.tsx +++ b/packages/docs-app/src/examples/core-examples/hotkeyTester.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/iconExample.tsx b/packages/docs-app/src/examples/core-examples/iconExample.tsx index 271e4bae85..b890eed1bb 100644 --- a/packages/docs-app/src/examples/core-examples/iconExample.tsx +++ b/packages/docs-app/src/examples/core-examples/iconExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/index.ts b/packages/docs-app/src/examples/core-examples/index.ts index 9d5f32d1f8..4571f17dc7 100644 --- a/packages/docs-app/src/examples/core-examples/index.ts +++ b/packages/docs-app/src/examples/core-examples/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./alertExample"; diff --git a/packages/docs-app/src/examples/core-examples/inputGroupExample.tsx b/packages/docs-app/src/examples/core-examples/inputGroupExample.tsx index a0a6476d9a..a7d5d5f64e 100644 --- a/packages/docs-app/src/examples/core-examples/inputGroupExample.tsx +++ b/packages/docs-app/src/examples/core-examples/inputGroupExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/menuExample.tsx b/packages/docs-app/src/examples/core-examples/menuExample.tsx index 1225dc0495..a34abc0bc5 100644 --- a/packages/docs-app/src/examples/core-examples/menuExample.tsx +++ b/packages/docs-app/src/examples/core-examples/menuExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/multiSliderExample.tsx b/packages/docs-app/src/examples/core-examples/multiSliderExample.tsx index 3a9888ff0a..2c35639848 100644 --- a/packages/docs-app/src/examples/core-examples/multiSliderExample.tsx +++ b/packages/docs-app/src/examples/core-examples/multiSliderExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/navbarExample.tsx b/packages/docs-app/src/examples/core-examples/navbarExample.tsx index 01f871bf74..7db8373150 100644 --- a/packages/docs-app/src/examples/core-examples/navbarExample.tsx +++ b/packages/docs-app/src/examples/core-examples/navbarExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/nonIdealStateExample.tsx b/packages/docs-app/src/examples/core-examples/nonIdealStateExample.tsx index 6f2c477bfb..7b678c5ea1 100644 --- a/packages/docs-app/src/examples/core-examples/nonIdealStateExample.tsx +++ b/packages/docs-app/src/examples/core-examples/nonIdealStateExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/numericInputBasicExample.tsx b/packages/docs-app/src/examples/core-examples/numericInputBasicExample.tsx index 52b15914d5..af74941c97 100644 --- a/packages/docs-app/src/examples/core-examples/numericInputBasicExample.tsx +++ b/packages/docs-app/src/examples/core-examples/numericInputBasicExample.tsx @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/numericInputExtendedExample.tsx b/packages/docs-app/src/examples/core-examples/numericInputExtendedExample.tsx index 84136e3fa6..40f5468921 100644 --- a/packages/docs-app/src/examples/core-examples/numericInputExtendedExample.tsx +++ b/packages/docs-app/src/examples/core-examples/numericInputExtendedExample.tsx @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/overflowListExample.tsx b/packages/docs-app/src/examples/core-examples/overflowListExample.tsx index ab0ec5940e..2a9dd2161c 100644 --- a/packages/docs-app/src/examples/core-examples/overflowListExample.tsx +++ b/packages/docs-app/src/examples/core-examples/overflowListExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // The `Breadcrumbs` component contains an `OverflowList`, which is why its example can be used for diff --git a/packages/docs-app/src/examples/core-examples/overlayExample.tsx b/packages/docs-app/src/examples/core-examples/overlayExample.tsx index e70ada42d4..14a38a98da 100644 --- a/packages/docs-app/src/examples/core-examples/overlayExample.tsx +++ b/packages/docs-app/src/examples/core-examples/overlayExample.tsx @@ -1,6 +1,16 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/docs-app/src/examples/core-examples/panelStackExample.tsx b/packages/docs-app/src/examples/core-examples/panelStackExample.tsx index e2d2650b6e..1312501230 100644 --- a/packages/docs-app/src/examples/core-examples/panelStackExample.tsx +++ b/packages/docs-app/src/examples/core-examples/panelStackExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/popoverDismissExample.tsx b/packages/docs-app/src/examples/core-examples/popoverDismissExample.tsx index b6dbfdffd7..9f59381f2c 100644 --- a/packages/docs-app/src/examples/core-examples/popoverDismissExample.tsx +++ b/packages/docs-app/src/examples/core-examples/popoverDismissExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/popoverExample.tsx b/packages/docs-app/src/examples/core-examples/popoverExample.tsx index 42e2f21e12..8865399cbe 100644 --- a/packages/docs-app/src/examples/core-examples/popoverExample.tsx +++ b/packages/docs-app/src/examples/core-examples/popoverExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/popoverInteractionKindExample.tsx b/packages/docs-app/src/examples/core-examples/popoverInteractionKindExample.tsx index c09666637c..09b055937b 100644 --- a/packages/docs-app/src/examples/core-examples/popoverInteractionKindExample.tsx +++ b/packages/docs-app/src/examples/core-examples/popoverInteractionKindExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/popoverMinimalExample.tsx b/packages/docs-app/src/examples/core-examples/popoverMinimalExample.tsx index beb57af41a..e010ea4905 100644 --- a/packages/docs-app/src/examples/core-examples/popoverMinimalExample.tsx +++ b/packages/docs-app/src/examples/core-examples/popoverMinimalExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/popoverPortalExample.tsx b/packages/docs-app/src/examples/core-examples/popoverPortalExample.tsx index 5ac394c7c2..60bbe3c69a 100644 --- a/packages/docs-app/src/examples/core-examples/popoverPortalExample.tsx +++ b/packages/docs-app/src/examples/core-examples/popoverPortalExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/popoverPositionExample.tsx b/packages/docs-app/src/examples/core-examples/popoverPositionExample.tsx index aba58b5e4a..28c3bedbee 100644 --- a/packages/docs-app/src/examples/core-examples/popoverPositionExample.tsx +++ b/packages/docs-app/src/examples/core-examples/popoverPositionExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/popoverSizingExample.tsx b/packages/docs-app/src/examples/core-examples/popoverSizingExample.tsx index 2190a6a402..958c5cc8da 100644 --- a/packages/docs-app/src/examples/core-examples/popoverSizingExample.tsx +++ b/packages/docs-app/src/examples/core-examples/popoverSizingExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/progressExample.tsx b/packages/docs-app/src/examples/core-examples/progressExample.tsx index d26a76d7c9..f4d0e54a2e 100644 --- a/packages/docs-app/src/examples/core-examples/progressExample.tsx +++ b/packages/docs-app/src/examples/core-examples/progressExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/radioExample.tsx b/packages/docs-app/src/examples/core-examples/radioExample.tsx index b44e01403d..c3c3f1ee6d 100644 --- a/packages/docs-app/src/examples/core-examples/radioExample.tsx +++ b/packages/docs-app/src/examples/core-examples/radioExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/rangeSliderExample.tsx b/packages/docs-app/src/examples/core-examples/rangeSliderExample.tsx index 1dd3d7d7bf..08e0e7d1cb 100644 --- a/packages/docs-app/src/examples/core-examples/rangeSliderExample.tsx +++ b/packages/docs-app/src/examples/core-examples/rangeSliderExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/sliderExample.tsx b/packages/docs-app/src/examples/core-examples/sliderExample.tsx index bdcdb822b7..01ce16b00b 100644 --- a/packages/docs-app/src/examples/core-examples/sliderExample.tsx +++ b/packages/docs-app/src/examples/core-examples/sliderExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/spinnerExample.tsx b/packages/docs-app/src/examples/core-examples/spinnerExample.tsx index 6200653ac4..830e867950 100644 --- a/packages/docs-app/src/examples/core-examples/spinnerExample.tsx +++ b/packages/docs-app/src/examples/core-examples/spinnerExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/switchExample.tsx b/packages/docs-app/src/examples/core-examples/switchExample.tsx index c74fa7f0dd..233dc99ea6 100644 --- a/packages/docs-app/src/examples/core-examples/switchExample.tsx +++ b/packages/docs-app/src/examples/core-examples/switchExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/tabsExample.tsx b/packages/docs-app/src/examples/core-examples/tabsExample.tsx index ee7d6e32a2..3aa58e0288 100644 --- a/packages/docs-app/src/examples/core-examples/tabsExample.tsx +++ b/packages/docs-app/src/examples/core-examples/tabsExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/tagExample.tsx b/packages/docs-app/src/examples/core-examples/tagExample.tsx index 51c4684c31..fd3beb59ca 100644 --- a/packages/docs-app/src/examples/core-examples/tagExample.tsx +++ b/packages/docs-app/src/examples/core-examples/tagExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/tagInputExample.tsx b/packages/docs-app/src/examples/core-examples/tagInputExample.tsx index e90e7fa5ec..c34dd07a61 100644 --- a/packages/docs-app/src/examples/core-examples/tagInputExample.tsx +++ b/packages/docs-app/src/examples/core-examples/tagInputExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/textExample.tsx b/packages/docs-app/src/examples/core-examples/textExample.tsx index fdaf73d91d..2b9cb1b0e2 100644 --- a/packages/docs-app/src/examples/core-examples/textExample.tsx +++ b/packages/docs-app/src/examples/core-examples/textExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/toastExample.tsx b/packages/docs-app/src/examples/core-examples/toastExample.tsx index 993731d0f7..adf27b2b43 100644 --- a/packages/docs-app/src/examples/core-examples/toastExample.tsx +++ b/packages/docs-app/src/examples/core-examples/toastExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/docs-app/src/examples/core-examples/tooltipExample.tsx b/packages/docs-app/src/examples/core-examples/tooltipExample.tsx index 5fc406c6ba..9ea39ccd2b 100644 --- a/packages/docs-app/src/examples/core-examples/tooltipExample.tsx +++ b/packages/docs-app/src/examples/core-examples/tooltipExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/core-examples/treeExample.tsx b/packages/docs-app/src/examples/core-examples/treeExample.tsx index 873b6bc6f5..35e2ba0ec7 100644 --- a/packages/docs-app/src/examples/core-examples/treeExample.tsx +++ b/packages/docs-app/src/examples/core-examples/treeExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/datetime-examples/common/formatSelect.tsx b/packages/docs-app/src/examples/datetime-examples/common/formatSelect.tsx index db2ef77da3..cbccf8f8e6 100644 --- a/packages/docs-app/src/examples/datetime-examples/common/formatSelect.tsx +++ b/packages/docs-app/src/examples/datetime-examples/common/formatSelect.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Radio, RadioGroup } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/datetime-examples/common/momentDate.tsx b/packages/docs-app/src/examples/datetime-examples/common/momentDate.tsx index 8f1e2fdd3f..d36de6732b 100644 --- a/packages/docs-app/src/examples/datetime-examples/common/momentDate.tsx +++ b/packages/docs-app/src/examples/datetime-examples/common/momentDate.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Icon, Intent, IProps, Tag } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/datetime-examples/common/precisionSelect.tsx b/packages/docs-app/src/examples/datetime-examples/common/precisionSelect.tsx index 2def59f1e1..57bfb9b22d 100644 --- a/packages/docs-app/src/examples/datetime-examples/common/precisionSelect.tsx +++ b/packages/docs-app/src/examples/datetime-examples/common/precisionSelect.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/datetime-examples/dateInputExample.tsx b/packages/docs-app/src/examples/datetime-examples/dateInputExample.tsx index 2d7e24448b..ada23506ce 100644 --- a/packages/docs-app/src/examples/datetime-examples/dateInputExample.tsx +++ b/packages/docs-app/src/examples/datetime-examples/dateInputExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { H5, Position, Switch } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/datetime-examples/datePickerExample.tsx b/packages/docs-app/src/examples/datetime-examples/datePickerExample.tsx index f5205986d9..81fd9c1020 100644 --- a/packages/docs-app/src/examples/datetime-examples/datePickerExample.tsx +++ b/packages/docs-app/src/examples/datetime-examples/datePickerExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, H5, Switch } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/datetime-examples/dateRangeInputExample.tsx b/packages/docs-app/src/examples/datetime-examples/dateRangeInputExample.tsx index 400382ed5f..2f1d7f8579 100644 --- a/packages/docs-app/src/examples/datetime-examples/dateRangeInputExample.tsx +++ b/packages/docs-app/src/examples/datetime-examples/dateRangeInputExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { H5, Switch } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/datetime-examples/dateRangePickerExample.tsx b/packages/docs-app/src/examples/datetime-examples/dateRangePickerExample.tsx index 65dc38c563..d175b8b4cf 100644 --- a/packages/docs-app/src/examples/datetime-examples/dateRangePickerExample.tsx +++ b/packages/docs-app/src/examples/datetime-examples/dateRangePickerExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, H5, HTMLSelect, Label, Switch } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/datetime-examples/dateTimePickerExample.tsx b/packages/docs-app/src/examples/datetime-examples/dateTimePickerExample.tsx index 8656a47e74..6f5e99955a 100644 --- a/packages/docs-app/src/examples/datetime-examples/dateTimePickerExample.tsx +++ b/packages/docs-app/src/examples/datetime-examples/dateTimePickerExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/datetime-examples/index.ts b/packages/docs-app/src/examples/datetime-examples/index.ts index 3adcc4064a..0d5908bf69 100644 --- a/packages/docs-app/src/examples/datetime-examples/index.ts +++ b/packages/docs-app/src/examples/datetime-examples/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./dateInputExample"; diff --git a/packages/docs-app/src/examples/datetime-examples/timePickerExample.tsx b/packages/docs-app/src/examples/datetime-examples/timePickerExample.tsx index b771e9b2a1..acfb4d99d9 100644 --- a/packages/docs-app/src/examples/datetime-examples/timePickerExample.tsx +++ b/packages/docs-app/src/examples/datetime-examples/timePickerExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, H5, HTMLSelect, Switch } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/select-examples/films.tsx b/packages/docs-app/src/examples/select-examples/films.tsx index 59bac3a415..5ca5f3d38f 100644 --- a/packages/docs-app/src/examples/select-examples/films.tsx +++ b/packages/docs-app/src/examples/select-examples/films.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { MenuItem } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/select-examples/index.ts b/packages/docs-app/src/examples/select-examples/index.ts index d3dcf70f57..7a11e54f84 100644 --- a/packages/docs-app/src/examples/select-examples/index.ts +++ b/packages/docs-app/src/examples/select-examples/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./multiSelectExample"; diff --git a/packages/docs-app/src/examples/select-examples/multiSelectExample.tsx b/packages/docs-app/src/examples/select-examples/multiSelectExample.tsx index ed2fbb7346..66bb1874b5 100644 --- a/packages/docs-app/src/examples/select-examples/multiSelectExample.tsx +++ b/packages/docs-app/src/examples/select-examples/multiSelectExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/select-examples/omnibarExample.tsx b/packages/docs-app/src/examples/select-examples/omnibarExample.tsx index 59ba8944ae..1d2d1d88da 100644 --- a/packages/docs-app/src/examples/select-examples/omnibarExample.tsx +++ b/packages/docs-app/src/examples/select-examples/omnibarExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/select-examples/selectExample.tsx b/packages/docs-app/src/examples/select-examples/selectExample.tsx index 9e4a774bea..b5f70e29aa 100644 --- a/packages/docs-app/src/examples/select-examples/selectExample.tsx +++ b/packages/docs-app/src/examples/select-examples/selectExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/select-examples/suggestExample.tsx b/packages/docs-app/src/examples/select-examples/suggestExample.tsx index b8a8a8f2bc..e5b59036cd 100644 --- a/packages/docs-app/src/examples/select-examples/suggestExample.tsx +++ b/packages/docs-app/src/examples/select-examples/suggestExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/table-examples/cellLoadingExample.tsx b/packages/docs-app/src/examples/table-examples/cellLoadingExample.tsx index b63541daf6..6a4d23a65a 100644 --- a/packages/docs-app/src/examples/table-examples/cellLoadingExample.tsx +++ b/packages/docs-app/src/examples/table-examples/cellLoadingExample.tsx @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/table-examples/columnLoadingExample.tsx b/packages/docs-app/src/examples/table-examples/columnLoadingExample.tsx index 767189f657..95138824be 100644 --- a/packages/docs-app/src/examples/table-examples/columnLoadingExample.tsx +++ b/packages/docs-app/src/examples/table-examples/columnLoadingExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/table-examples/index.ts b/packages/docs-app/src/examples/table-examples/index.ts index 09a068171a..7e697874a8 100644 --- a/packages/docs-app/src/examples/table-examples/index.ts +++ b/packages/docs-app/src/examples/table-examples/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./cellLoadingExample"; diff --git a/packages/docs-app/src/examples/table-examples/tableDollarExample.tsx b/packages/docs-app/src/examples/table-examples/tableDollarExample.tsx index 68fe04be8e..6daf429028 100644 --- a/packages/docs-app/src/examples/table-examples/tableDollarExample.tsx +++ b/packages/docs-app/src/examples/table-examples/tableDollarExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/table-examples/tableEditableExample.tsx b/packages/docs-app/src/examples/table-examples/tableEditableExample.tsx index 3b3cc43024..084c41f206 100644 --- a/packages/docs-app/src/examples/table-examples/tableEditableExample.tsx +++ b/packages/docs-app/src/examples/table-examples/tableEditableExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/table-examples/tableFormatsExample.tsx b/packages/docs-app/src/examples/table-examples/tableFormatsExample.tsx index 53302a00bd..be9732cfc6 100644 --- a/packages/docs-app/src/examples/table-examples/tableFormatsExample.tsx +++ b/packages/docs-app/src/examples/table-examples/tableFormatsExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/table-examples/tableFreezingExample.tsx b/packages/docs-app/src/examples/table-examples/tableFreezingExample.tsx index e74051575c..5256132943 100644 --- a/packages/docs-app/src/examples/table-examples/tableFreezingExample.tsx +++ b/packages/docs-app/src/examples/table-examples/tableFreezingExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/table-examples/tableLoadingExample.tsx b/packages/docs-app/src/examples/table-examples/tableLoadingExample.tsx index 429f86b193..6d2bf79913 100644 --- a/packages/docs-app/src/examples/table-examples/tableLoadingExample.tsx +++ b/packages/docs-app/src/examples/table-examples/tableLoadingExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/table-examples/tableReorderableExample.tsx b/packages/docs-app/src/examples/table-examples/tableReorderableExample.tsx index 786324d6aa..8dd6d1cf07 100644 --- a/packages/docs-app/src/examples/table-examples/tableReorderableExample.tsx +++ b/packages/docs-app/src/examples/table-examples/tableReorderableExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/examples/table-examples/tableSortableExample.tsx b/packages/docs-app/src/examples/table-examples/tableSortableExample.tsx index 50ad0734ec..7326889706 100644 --- a/packages/docs-app/src/examples/table-examples/tableSortableExample.tsx +++ b/packages/docs-app/src/examples/table-examples/tableSortableExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable max-classes-per-file diff --git a/packages/docs-app/src/examples/timezone-examples/components/customTimezoneTarget.tsx b/packages/docs-app/src/examples/timezone-examples/components/customTimezoneTarget.tsx index 3761a0009c..4832a406fd 100644 --- a/packages/docs-app/src/examples/timezone-examples/components/customTimezoneTarget.tsx +++ b/packages/docs-app/src/examples/timezone-examples/components/customTimezoneTarget.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Colors, Icon, Intent, Tooltip } from "@blueprintjs/core"; diff --git a/packages/docs-app/src/examples/timezone-examples/components/index.ts b/packages/docs-app/src/examples/timezone-examples/components/index.ts index b25f3b956f..4706d073b1 100644 --- a/packages/docs-app/src/examples/timezone-examples/components/index.ts +++ b/packages/docs-app/src/examples/timezone-examples/components/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./customTimezoneTarget"; diff --git a/packages/docs-app/src/examples/timezone-examples/index.ts b/packages/docs-app/src/examples/timezone-examples/index.ts index 361cb78f27..20d3b0b690 100644 --- a/packages/docs-app/src/examples/timezone-examples/index.ts +++ b/packages/docs-app/src/examples/timezone-examples/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./timezonePickerExample"; diff --git a/packages/docs-app/src/examples/timezone-examples/timezonePickerExample.tsx b/packages/docs-app/src/examples/timezone-examples/timezonePickerExample.tsx index fe5d59db63..e482caae8a 100644 --- a/packages/docs-app/src/examples/timezone-examples/timezonePickerExample.tsx +++ b/packages/docs-app/src/examples/timezone-examples/timezonePickerExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-app/src/index.scss b/packages/docs-app/src/index.scss index 28537da114..f5ca364da6 100644 --- a/packages/docs-app/src/index.scss +++ b/packages/docs-app/src/index.scss @@ -1,7 +1,7 @@ /*! Copyright 2015-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/docs-app/src/index.tsx b/packages/docs-app/src/index.tsx index ed273e4d4f..1d0df04580 100644 --- a/packages/docs-app/src/index.tsx +++ b/packages/docs-app/src/index.tsx @@ -1,6 +1,16 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable-next-line:no-submodule-imports diff --git a/packages/docs-app/src/styles/_colors.scss b/packages/docs-app/src/styles/_colors.scss index ccad4c3d16..f9da4fb710 100644 --- a/packages/docs-app/src/styles/_colors.scss +++ b/packages/docs-app/src/styles/_colors.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/icons/src/icons"; diff --git a/packages/docs-app/src/styles/_examples.scss b/packages/docs-app/src/styles/_examples.scss index 32ce8390c0..7556d3e5b7 100644 --- a/packages/docs-app/src/styles/_examples.scss +++ b/packages/docs-app/src/styles/_examples.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/icons/src/icons"; @import "~@blueprintjs/core/src/common/react-transition"; diff --git a/packages/docs-app/src/styles/_icons.scss b/packages/docs-app/src/styles/_icons.scss index 71e94d7454..274db88e05 100644 --- a/packages/docs-app/src/styles/_icons.scss +++ b/packages/docs-app/src/styles/_icons.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/common/variables"; diff --git a/packages/docs-app/src/styles/_nav.scss b/packages/docs-app/src/styles/_nav.scss index 19001c6e45..a421c71412 100644 --- a/packages/docs-app/src/styles/_nav.scss +++ b/packages/docs-app/src/styles/_nav.scss @@ -1,5 +1,5 @@ // Copyright 2018 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. $pkg-icon-width: 24px; diff --git a/packages/docs-app/src/tags/reactDocs.ts b/packages/docs-app/src/tags/reactDocs.ts index 7fb2f8f7ac..84ec945469 100644 --- a/packages/docs-app/src/tags/reactDocs.ts +++ b/packages/docs-app/src/tags/reactDocs.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // These components can be references via the @react-docs flag diff --git a/packages/docs-app/src/tags/reactExamples.ts b/packages/docs-app/src/tags/reactExamples.ts index d3e0ae3c40..f3c3178729 100644 --- a/packages/docs-app/src/tags/reactExamples.ts +++ b/packages/docs-app/src/tags/reactExamples.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IExampleMap, IExampleProps } from "@blueprintjs/docs-theme"; diff --git a/packages/docs-app/webpack.config.js b/packages/docs-app/webpack.config.js index c705529432..181b61d432 100644 --- a/packages/docs-app/webpack.config.js +++ b/packages/docs-app/webpack.config.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/docs-data/package.json b/packages/docs-data/package.json index d91c4e7bf7..8a9f1a8614 100644 --- a/packages/docs-data/package.json +++ b/packages/docs-data/package.json @@ -27,5 +27,5 @@ "directory": "packages/docs-data" }, "author": "Palantir Technologies", - "license": "SEE LICENSE IN REPO ROOT" + "license": "Apache-2.0" } diff --git a/packages/docs-theme/LICENSE b/packages/docs-theme/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/docs-theme/LICENSE +++ b/packages/docs-theme/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/docs-theme/package.json b/packages/docs-theme/package.json index 0b4b008f50..2175b41869 100644 --- a/packages/docs-theme/package.json +++ b/packages/docs-theme/package.json @@ -59,5 +59,5 @@ "documentalist" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/docs-theme/src/common/context.ts b/packages/docs-theme/src/common/context.ts index d8a45f8851..95cf63af51 100644 --- a/packages/docs-theme/src/common/context.ts +++ b/packages/docs-theme/src/common/context.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Utils } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/common/index.ts b/packages/docs-theme/src/common/index.ts index 2279fc1bd7..b76818aa07 100644 --- a/packages/docs-theme/src/common/index.ts +++ b/packages/docs-theme/src/common/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./utils"; diff --git a/packages/docs-theme/src/common/utils.ts b/packages/docs-theme/src/common/utils.ts index b27b3d19a0..f3a57195fb 100644 --- a/packages/docs-theme/src/common/utils.ts +++ b/packages/docs-theme/src/common/utils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Utils } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/banner.tsx b/packages/docs-theme/src/components/banner.tsx index 478c95bd51..16e70045ad 100644 --- a/packages/docs-theme/src/components/banner.tsx +++ b/packages/docs-theme/src/components/banner.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, Intent, IProps } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/baseExample.tsx b/packages/docs-theme/src/components/baseExample.tsx index 756bbe5182..4a0874b06a 100644 --- a/packages/docs-theme/src/components/baseExample.tsx +++ b/packages/docs-theme/src/components/baseExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Utils } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/block.tsx b/packages/docs-theme/src/components/block.tsx index 6caf6b33d8..51cc15c8ce 100644 --- a/packages/docs-theme/src/components/block.tsx +++ b/packages/docs-theme/src/components/block.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, Code, H3 } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/documentation.tsx b/packages/docs-theme/src/components/documentation.tsx index e36bd400e8..a3aecda941 100644 --- a/packages/docs-theme/src/components/documentation.tsx +++ b/packages/docs-theme/src/components/documentation.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/docs-theme/src/components/example.tsx b/packages/docs-theme/src/components/example.tsx index c036cc251a..4575cf70af 100644 --- a/packages/docs-theme/src/components/example.tsx +++ b/packages/docs-theme/src/components/example.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/modifierTable.tsx b/packages/docs-theme/src/components/modifierTable.tsx index 8e705d3feb..8b3cf59427 100644 --- a/packages/docs-theme/src/components/modifierTable.tsx +++ b/packages/docs-theme/src/components/modifierTable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, HTMLTable } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/navButton.tsx b/packages/docs-theme/src/components/navButton.tsx index 38af651f35..b8dca57c60 100644 --- a/packages/docs-theme/src/components/navButton.tsx +++ b/packages/docs-theme/src/components/navButton.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, Icon, IconName, KeyCombo } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/navMenu.tsx b/packages/docs-theme/src/components/navMenu.tsx index ae9f4f452c..1ba6b12213 100644 --- a/packages/docs-theme/src/components/navMenu.tsx +++ b/packages/docs-theme/src/components/navMenu.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, IProps } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/navMenuItem.tsx b/packages/docs-theme/src/components/navMenuItem.tsx index c2fce1f3ee..0fa3cee411 100644 --- a/packages/docs-theme/src/components/navMenuItem.tsx +++ b/packages/docs-theme/src/components/navMenuItem.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/navigator.tsx b/packages/docs-theme/src/components/navigator.tsx index 64fe465162..f52293a379 100644 --- a/packages/docs-theme/src/components/navigator.tsx +++ b/packages/docs-theme/src/components/navigator.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, Icon, IInputGroupProps, MenuItem, Utils } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/page.tsx b/packages/docs-theme/src/components/page.tsx index 6def998202..89697918de 100644 --- a/packages/docs-theme/src/components/page.tsx +++ b/packages/docs-theme/src/components/page.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-theme/src/components/scrollbar.ts b/packages/docs-theme/src/components/scrollbar.ts index 29938c8c50..008862e768 100644 --- a/packages/docs-theme/src/components/scrollbar.ts +++ b/packages/docs-theme/src/components/scrollbar.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/typescript/apiHeader.tsx b/packages/docs-theme/src/components/typescript/apiHeader.tsx index a881b51025..4225cf6f9d 100644 --- a/packages/docs-theme/src/components/typescript/apiHeader.tsx +++ b/packages/docs-theme/src/components/typescript/apiHeader.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { isTsClass, isTsInterface, ITsDocBase } from "documentalist/dist/client"; diff --git a/packages/docs-theme/src/components/typescript/apiLink.tsx b/packages/docs-theme/src/components/typescript/apiLink.tsx index 102e17b90f..fc5f363f5e 100644 --- a/packages/docs-theme/src/components/typescript/apiLink.tsx +++ b/packages/docs-theme/src/components/typescript/apiLink.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/typescript/deprecatedTag.tsx b/packages/docs-theme/src/components/typescript/deprecatedTag.tsx index 9a6dc30284..550861ac5a 100644 --- a/packages/docs-theme/src/components/typescript/deprecatedTag.tsx +++ b/packages/docs-theme/src/components/typescript/deprecatedTag.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Intent, Tag } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/typescript/enumTable.tsx b/packages/docs-theme/src/components/typescript/enumTable.tsx index b32291d167..ed00ba4361 100644 --- a/packages/docs-theme/src/components/typescript/enumTable.tsx +++ b/packages/docs-theme/src/components/typescript/enumTable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/typescript/interfaceTable.tsx b/packages/docs-theme/src/components/typescript/interfaceTable.tsx index 798ec2115b..4072888544 100644 --- a/packages/docs-theme/src/components/typescript/interfaceTable.tsx +++ b/packages/docs-theme/src/components/typescript/interfaceTable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, Intent, IProps, Tag } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/components/typescript/typeAliasTable.tsx b/packages/docs-theme/src/components/typescript/typeAliasTable.tsx index 4ec47fec87..9a586eb66b 100644 --- a/packages/docs-theme/src/components/typescript/typeAliasTable.tsx +++ b/packages/docs-theme/src/components/typescript/typeAliasTable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/docs-theme.scss b/packages/docs-theme/src/docs-theme.scss index 25f272546f..46f71f5762 100644 --- a/packages/docs-theme/src/docs-theme.scss +++ b/packages/docs-theme/src/docs-theme.scss @@ -1,7 +1,7 @@ /*! Copyright 2015-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/docs-theme/src/index.ts b/packages/docs-theme/src/index.ts index 995741d069..3bc7b3084b 100644 --- a/packages/docs-theme/src/index.ts +++ b/packages/docs-theme/src/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./components/banner"; diff --git a/packages/docs-theme/src/styles/_api.scss b/packages/docs-theme/src/styles/_api.scss index fffc30cf87..886e087b7a 100644 --- a/packages/docs-theme/src/styles/_api.scss +++ b/packages/docs-theme/src/styles/_api.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/common/react-transition"; @import "variables"; diff --git a/packages/docs-theme/src/styles/_banner.scss b/packages/docs-theme/src/styles/_banner.scss index 01a0ef3c8f..8e28437ddf 100644 --- a/packages/docs-theme/src/styles/_banner.scss +++ b/packages/docs-theme/src/styles/_banner.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/common/variables"; @import "~@blueprintjs/core/src/components/button/common"; diff --git a/packages/docs-theme/src/styles/_content.scss b/packages/docs-theme/src/styles/_content.scss index 05dfc337c6..5971f86a69 100644 --- a/packages/docs-theme/src/styles/_content.scss +++ b/packages/docs-theme/src/styles/_content.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "variables"; @import "~@blueprintjs/icons/src/icons"; diff --git a/packages/docs-theme/src/styles/_examples.scss b/packages/docs-theme/src/styles/_examples.scss index f3329924ad..967016698d 100644 --- a/packages/docs-theme/src/styles/_examples.scss +++ b/packages/docs-theme/src/styles/_examples.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. // Base styles for all examples diff --git a/packages/docs-theme/src/styles/_layout.scss b/packages/docs-theme/src/styles/_layout.scss index 8eb4de4960..4c233cb24c 100644 --- a/packages/docs-theme/src/styles/_layout.scss +++ b/packages/docs-theme/src/styles/_layout.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "variables"; @import "../../../core/src/components/forms/common"; diff --git a/packages/docs-theme/src/styles/_navbar.scss b/packages/docs-theme/src/styles/_navbar.scss index c7f8745529..4d9b1d4e3c 100644 --- a/packages/docs-theme/src/styles/_navbar.scss +++ b/packages/docs-theme/src/styles/_navbar.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "variables"; @import "../../../core/src/components/button/common"; diff --git a/packages/docs-theme/src/styles/_navigator.scss b/packages/docs-theme/src/styles/_navigator.scss index 1d3246dbfa..968926c8af 100644 --- a/packages/docs-theme/src/styles/_navigator.scss +++ b/packages/docs-theme/src/styles/_navigator.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. $navigator-width: $pt-grid-size * 40; diff --git a/packages/docs-theme/src/styles/_overrides.scss b/packages/docs-theme/src/styles/_overrides.scss index 68730e38ce..10e9c8b5ea 100644 --- a/packages/docs-theme/src/styles/_overrides.scss +++ b/packages/docs-theme/src/styles/_overrides.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. table { width: 100%; diff --git a/packages/docs-theme/src/styles/_props.scss b/packages/docs-theme/src/styles/_props.scss index 569c67d92f..d1e091a418 100644 --- a/packages/docs-theme/src/styles/_props.scss +++ b/packages/docs-theme/src/styles/_props.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. .docs-prop-details code { // stylelint-disable declaration-no-important diff --git a/packages/docs-theme/src/styles/_syntax.scss b/packages/docs-theme/src/styles/_syntax.scss index 8d8ccea2ef..7884adb136 100644 --- a/packages/docs-theme/src/styles/_syntax.scss +++ b/packages/docs-theme/src/styles/_syntax.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "variables"; diff --git a/packages/docs-theme/src/styles/_variables.scss b/packages/docs-theme/src/styles/_variables.scss index b30ee0a5fc..3ed60616ae 100644 --- a/packages/docs-theme/src/styles/_variables.scss +++ b/packages/docs-theme/src/styles/_variables.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/common/variables"; @import "~@blueprintjs/core/src/common/mixins"; diff --git a/packages/docs-theme/src/tags/css.tsx b/packages/docs-theme/src/tags/css.tsx index 47d1b6e9f5..c0b3329b1b 100644 --- a/packages/docs-theme/src/tags/css.tsx +++ b/packages/docs-theme/src/tags/css.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Checkbox, Classes, Code } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/tags/defaults.ts b/packages/docs-theme/src/tags/defaults.ts index 12bd7c5d91..47c92be75d 100644 --- a/packages/docs-theme/src/tags/defaults.ts +++ b/packages/docs-theme/src/tags/defaults.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/docs-theme/src/tags/heading.tsx b/packages/docs-theme/src/tags/heading.tsx index 95a91f1e79..7a06dd048d 100644 --- a/packages/docs-theme/src/tags/heading.tsx +++ b/packages/docs-theme/src/tags/heading.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, Icon } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/tags/index.ts b/packages/docs-theme/src/tags/index.ts index 54518731c8..a19b38baa3 100644 --- a/packages/docs-theme/src/tags/index.ts +++ b/packages/docs-theme/src/tags/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { ITag } from "documentalist/dist/client"; diff --git a/packages/docs-theme/src/tags/reactDocs.tsx b/packages/docs-theme/src/tags/reactDocs.tsx index 2ad603950b..3cabb21fdc 100644 --- a/packages/docs-theme/src/tags/reactDocs.tsx +++ b/packages/docs-theme/src/tags/reactDocs.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { ITag } from "documentalist/dist/client"; diff --git a/packages/docs-theme/src/tags/reactExample.tsx b/packages/docs-theme/src/tags/reactExample.tsx index bd0897a25d..12d9e45d34 100644 --- a/packages/docs-theme/src/tags/reactExample.tsx +++ b/packages/docs-theme/src/tags/reactExample.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { AnchorButton, Intent } from "@blueprintjs/core"; diff --git a/packages/docs-theme/src/tags/see.tsx b/packages/docs-theme/src/tags/see.tsx index 0e91f3ffa5..a127c4a0f8 100644 --- a/packages/docs-theme/src/tags/see.tsx +++ b/packages/docs-theme/src/tags/see.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { ITag } from "documentalist/dist/client"; diff --git a/packages/docs-theme/src/tags/typescript.tsx b/packages/docs-theme/src/tags/typescript.tsx index 0cb5ea816a..0bea0acb53 100644 --- a/packages/docs-theme/src/tags/typescript.tsx +++ b/packages/docs-theme/src/tags/typescript.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps } from "@blueprintjs/core"; diff --git a/packages/docs-theme/webpack.config.js b/packages/docs-theme/webpack.config.js index c238831e2c..e6cd29b4ea 100644 --- a/packages/docs-theme/webpack.config.js +++ b/packages/docs-theme/webpack.config.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig, COMMON_EXTERNALS } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/icons/LICENSE b/packages/icons/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/icons/LICENSE +++ b/packages/icons/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/icons/package.json b/packages/icons/package.json index b644972830..88cc0f8519 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -63,5 +63,5 @@ "icon" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/icons/src/_font-face.scss b/packages/icons/src/_font-face.scss index 3c873fd8e2..bbb79f5944 100644 --- a/packages/icons/src/_font-face.scss +++ b/packages/icons/src/_font-face.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. // these implementations borrowed from Bourbon v5, and modified to fit our use cases. // changes: removed $asset-pipeline argument, added weight/style params like Bourbon v4. diff --git a/packages/icons/src/_font-imports.scss b/packages/icons/src/_font-imports.scss index 0161284871..4daf55cf4e 100644 --- a/packages/icons/src/_font-imports.scss +++ b/packages/icons/src/_font-imports.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "font-face"; diff --git a/packages/icons/src/_icons.scss b/packages/icons/src/_icons.scss index 3c0cb70a54..e19e61fdbc 100644 --- a/packages/icons/src/_icons.scss +++ b/packages/icons/src/_icons.scss @@ -1,5 +1,5 @@ // Copyright 2015 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "generated/icon-variables"; @import "generated/icon-map"; diff --git a/packages/icons/src/blueprint-icons.scss b/packages/icons/src/blueprint-icons.scss index 40f66306c6..159be9fb8e 100644 --- a/packages/icons/src/blueprint-icons.scss +++ b/packages/icons/src/blueprint-icons.scss @@ -1,7 +1,7 @@ /*! Copyright 2017-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/icons/src/index.ts b/packages/icons/src/index.ts index 94d06b6fe2..fdb9075f27 100644 --- a/packages/icons/src/index.ts +++ b/packages/icons/src/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as IconContents from "./generated/iconContents"; diff --git a/packages/icons/test/isotest.js b/packages/icons/test/isotest.js index fd2e05c811..4c770793ea 100644 --- a/packages/icons/test/isotest.js +++ b/packages/icons/test/isotest.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // @ts-check diff --git a/packages/icons/webpack.config.js b/packages/icons/webpack.config.js index f4a014c84c..0b3f15d1f6 100644 --- a/packages/icons/webpack.config.js +++ b/packages/icons/webpack.config.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig, COMMON_EXTERNALS } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/karma-build-scripts/LICENSE b/packages/karma-build-scripts/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/karma-build-scripts/LICENSE +++ b/packages/karma-build-scripts/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/karma-build-scripts/package.json b/packages/karma-build-scripts/package.json index d71a818784..4b6af98c29 100644 --- a/packages/karma-build-scripts/package.json +++ b/packages/karma-build-scripts/package.json @@ -26,5 +26,5 @@ "directory": "packages/karma-build-scripts" }, "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/labs/LICENSE b/packages/labs/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/labs/LICENSE +++ b/packages/labs/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/labs/package.json b/packages/labs/package.json index 987a51c02c..77dda25e50 100644 --- a/packages/labs/package.json +++ b/packages/labs/package.json @@ -64,5 +64,5 @@ "labs" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/labs/src/blueprint-labs.scss b/packages/labs/src/blueprint-labs.scss index 41741181f2..c691cd2359 100644 --- a/packages/labs/src/blueprint-labs.scss +++ b/packages/labs/src/blueprint-labs.scss @@ -1,7 +1,7 @@ /*! Copyright 2017-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/labs/src/common/index.ts b/packages/labs/src/common/index.ts index 2b25bd2acd..c1f7147bbe 100644 --- a/packages/labs/src/common/index.ts +++ b/packages/labs/src/common/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // Empty module since there's nothing to export. diff --git a/packages/labs/src/components/_index.scss b/packages/labs/src/components/_index.scss index 6b64a25b78..6a477b2165 100644 --- a/packages/labs/src/components/_index.scss +++ b/packages/labs/src/components/_index.scss @@ -1,3 +1,3 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. diff --git a/packages/labs/src/components/index.ts b/packages/labs/src/components/index.ts index 2c236fd964..7b580e4e4f 100644 --- a/packages/labs/src/components/index.ts +++ b/packages/labs/src/components/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // Empty module since there's no components. diff --git a/packages/labs/src/index.ts b/packages/labs/src/index.ts index 4706a3dcfd..a0d84ba8c5 100644 --- a/packages/labs/src/index.ts +++ b/packages/labs/src/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./common"; diff --git a/packages/labs/webpack.config.js b/packages/labs/webpack.config.js index 29b1c75fed..0708d456f4 100644 --- a/packages/labs/webpack.config.js +++ b/packages/labs/webpack.config.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig, COMMON_EXTERNALS } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/landing-app/package.json b/packages/landing-app/package.json index 7415576a3e..df034f4289 100644 --- a/packages/landing-app/package.json +++ b/packages/landing-app/package.json @@ -39,5 +39,5 @@ "landing page" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN REPO ROOT" + "license": "Apache-2.0" } diff --git a/packages/landing-app/src/index.scss b/packages/landing-app/src/index.scss index 813f95bf35..bd79bcc071 100644 --- a/packages/landing-app/src/index.scss +++ b/packages/landing-app/src/index.scss @@ -1,7 +1,7 @@ /*! Copyright 2015-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/landing-app/src/index.tsx b/packages/landing-app/src/index.tsx index 38a9dc272e..9ad1ce8c4b 100644 --- a/packages/landing-app/src/index.tsx +++ b/packages/landing-app/src/index.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { FocusStyleManager } from "@blueprintjs/core"; diff --git a/packages/landing-app/src/logo.ts b/packages/landing-app/src/logo.ts index 26dcba7b84..b4454d7ff7 100644 --- a/packages/landing-app/src/logo.ts +++ b/packages/landing-app/src/logo.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable:max-classes-per-file no-conditional-assignment diff --git a/packages/landing-app/src/svgs/index.ts b/packages/landing-app/src/svgs/index.ts index e3eda904b3..d2c826c51c 100644 --- a/packages/landing-app/src/svgs/index.ts +++ b/packages/landing-app/src/svgs/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable no-var-requires no-submodule-imports diff --git a/packages/landing-app/webpack.config.js b/packages/landing-app/webpack.config.js index b44d1a7ff2..5e7b04068f 100644 --- a/packages/landing-app/webpack.config.js +++ b/packages/landing-app/webpack.config.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/node-build-scripts/LICENSE b/packages/node-build-scripts/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/node-build-scripts/LICENSE +++ b/packages/node-build-scripts/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/node-build-scripts/package.json b/packages/node-build-scripts/package.json index 7e03d92942..af23628469 100644 --- a/packages/node-build-scripts/package.json +++ b/packages/node-build-scripts/package.json @@ -34,5 +34,5 @@ "directory": "packages/node-build-scripts" }, "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/node-build-scripts/utils.js b/packages/node-build-scripts/utils.js index ae9e0fa82c..1d012eec45 100644 --- a/packages/node-build-scripts/utils.js +++ b/packages/node-build-scripts/utils.js @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // @ts-check diff --git a/packages/select/LICENSE b/packages/select/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/select/LICENSE +++ b/packages/select/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/select/package.json b/packages/select/package.json index 37fee34aea..6c68d22adb 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -70,5 +70,5 @@ "ui" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/select/src/blueprint-select.scss b/packages/select/src/blueprint-select.scss index 41741181f2..c691cd2359 100644 --- a/packages/select/src/blueprint-select.scss +++ b/packages/select/src/blueprint-select.scss @@ -1,7 +1,7 @@ /*! Copyright 2017-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/select/src/common/classes.ts b/packages/select/src/common/classes.ts index ce438c172d..0312233c7c 100644 --- a/packages/select/src/common/classes.ts +++ b/packages/select/src/common/classes.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes } from "@blueprintjs/core"; diff --git a/packages/select/src/common/index.ts b/packages/select/src/common/index.ts index e989e9a114..4dc60d3a2c 100644 --- a/packages/select/src/common/index.ts +++ b/packages/select/src/common/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as Classes from "./classes"; diff --git a/packages/select/src/common/itemListRenderer.ts b/packages/select/src/common/itemListRenderer.ts index 79d5083ea5..434edd9be3 100644 --- a/packages/select/src/common/itemListRenderer.ts +++ b/packages/select/src/common/itemListRenderer.ts @@ -1,7 +1,17 @@ /*! * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { ICreateNewItem } from "./listItemsUtils"; diff --git a/packages/select/src/common/itemRenderer.ts b/packages/select/src/common/itemRenderer.ts index 7aab92444d..915132861e 100644 --- a/packages/select/src/common/itemRenderer.ts +++ b/packages/select/src/common/itemRenderer.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { MouseEventHandler } from "react"; diff --git a/packages/select/src/common/listItemsProps.ts b/packages/select/src/common/listItemsProps.ts index f05df65833..82336ecccb 100644 --- a/packages/select/src/common/listItemsProps.ts +++ b/packages/select/src/common/listItemsProps.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps, Utils } from "@blueprintjs/core"; diff --git a/packages/select/src/common/listItemsUtils.ts b/packages/select/src/common/listItemsUtils.ts index c00de3e850..1b7cb3cfc3 100644 --- a/packages/select/src/common/listItemsUtils.ts +++ b/packages/select/src/common/listItemsUtils.ts @@ -1,7 +1,17 @@ /*! * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** diff --git a/packages/select/src/common/predicate.ts b/packages/select/src/common/predicate.ts index 473149894a..62624a45b8 100644 --- a/packages/select/src/common/predicate.ts +++ b/packages/select/src/common/predicate.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** diff --git a/packages/select/src/components/_index.scss b/packages/select/src/components/_index.scss index e5cba18ff1..3187580423 100644 --- a/packages/select/src/components/_index.scss +++ b/packages/select/src/components/_index.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "omnibar/omnibar"; @import "select/multi-select"; diff --git a/packages/select/src/components/index.ts b/packages/select/src/components/index.ts index 8b4d1a561f..d5bcf0b20c 100644 --- a/packages/select/src/components/index.ts +++ b/packages/select/src/components/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./omnibar/omnibar"; diff --git a/packages/select/src/components/omnibar/_omnibar.scss b/packages/select/src/components/omnibar/_omnibar.scss index 2113fa702f..db634e7540 100644 --- a/packages/select/src/components/omnibar/_omnibar.scss +++ b/packages/select/src/components/omnibar/_omnibar.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/common/react-transition"; @import "~@blueprintjs/core/src/common/variables"; diff --git a/packages/select/src/components/omnibar/omnibar.tsx b/packages/select/src/components/omnibar/omnibar.tsx index da1056e21c..aad45991f8 100644 --- a/packages/select/src/components/omnibar/omnibar.tsx +++ b/packages/select/src/components/omnibar/omnibar.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/select/src/components/query-list/queryList.tsx b/packages/select/src/components/query-list/queryList.tsx index da36e05161..9f62b4be74 100644 --- a/packages/select/src/components/query-list/queryList.tsx +++ b/packages/select/src/components/query-list/queryList.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/select/src/components/select/_multi-select.scss b/packages/select/src/components/select/_multi-select.scss index 45943f8ee8..a2ce64ebc1 100644 --- a/packages/select/src/components/select/_multi-select.scss +++ b/packages/select/src/components/select/_multi-select.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/common/variables"; @import "../select/select"; diff --git a/packages/select/src/components/select/_select.scss b/packages/select/src/components/select/_select.scss index d7f7071b1d..2584f7ba1c 100644 --- a/packages/select/src/components/select/_select.scss +++ b/packages/select/src/components/select/_select.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/common/variables"; diff --git a/packages/select/src/components/select/multiSelect.tsx b/packages/select/src/components/select/multiSelect.tsx index 15452b676f..b2a8fdf637 100644 --- a/packages/select/src/components/select/multiSelect.tsx +++ b/packages/select/src/components/select/multiSelect.tsx @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/select/src/components/select/select.tsx b/packages/select/src/components/select/select.tsx index 5261ceb20f..ac32fc7609 100644 --- a/packages/select/src/components/select/select.tsx +++ b/packages/select/src/components/select/select.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/select/src/components/select/suggest.tsx b/packages/select/src/components/select/suggest.tsx index 284068f0b0..f4d6d70fb2 100644 --- a/packages/select/src/components/select/suggest.tsx +++ b/packages/select/src/components/select/suggest.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/select/src/index.ts b/packages/select/src/index.ts index 1b47df403a..26727b9f06 100644 --- a/packages/select/src/index.ts +++ b/packages/select/src/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./common"; diff --git a/packages/select/test/isotest.js b/packages/select/test/isotest.js index af77f22919..742a2af76d 100644 --- a/packages/select/test/isotest.js +++ b/packages/select/test/isotest.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // @ts-check diff --git a/packages/select/test/listItemsPropsTests.ts b/packages/select/test/listItemsPropsTests.ts index 34f3959c70..244d65b4f1 100644 --- a/packages/select/test/listItemsPropsTests.ts +++ b/packages/select/test/listItemsPropsTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2019 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/select/test/multiSelectTests.tsx b/packages/select/test/multiSelectTests.tsx index edb843ae08..246c1686d3 100644 --- a/packages/select/test/multiSelectTests.tsx +++ b/packages/select/test/multiSelectTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Tag } from "@blueprintjs/core"; diff --git a/packages/select/test/omnibarTests.tsx b/packages/select/test/omnibarTests.tsx index e00e404253..015af05ab4 100644 --- a/packages/select/test/omnibarTests.tsx +++ b/packages/select/test/omnibarTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { mount } from "enzyme"; diff --git a/packages/select/test/queryListTests.tsx b/packages/select/test/queryListTests.tsx index 26cd0ba8ea..8e1eb4ea65 100644 --- a/packages/select/test/queryListTests.tsx +++ b/packages/select/test/queryListTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; import { mount, ReactWrapper, shallow } from "enzyme"; diff --git a/packages/select/test/renderFilteredItemsTests.tsx b/packages/select/test/renderFilteredItemsTests.tsx index ca2b27fead..5085c465ee 100644 --- a/packages/select/test/renderFilteredItemsTests.tsx +++ b/packages/select/test/renderFilteredItemsTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/select/test/selectComponentSuite.tsx b/packages/select/test/selectComponentSuite.tsx index 631fbe7717..e082a16f4c 100644 --- a/packages/select/test/selectComponentSuite.tsx +++ b/packages/select/test/selectComponentSuite.tsx @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { HTMLInputProps, Keys } from "@blueprintjs/core"; diff --git a/packages/select/test/selectTests.tsx b/packages/select/test/selectTests.tsx index ba0074efd0..258883d106 100644 --- a/packages/select/test/selectTests.tsx +++ b/packages/select/test/selectTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { InputGroup, Popover } from "@blueprintjs/core"; diff --git a/packages/select/test/suggestTests.tsx b/packages/select/test/suggestTests.tsx index 0327cec90c..6dd6a8787f 100644 --- a/packages/select/test/suggestTests.tsx +++ b/packages/select/test/suggestTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { InputGroup, IPopoverProps, Keys, MenuItem, Popover } from "@blueprintjs/core"; diff --git a/packages/select/webpack.config.js b/packages/select/webpack.config.js index 652c710d74..e77d9cdc9b 100644 --- a/packages/select/webpack.config.js +++ b/packages/select/webpack.config.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig, COMMON_EXTERNALS } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/table-dev-app/package.json b/packages/table-dev-app/package.json index b6a1cac36c..72b9547c75 100644 --- a/packages/table-dev-app/package.json +++ b/packages/table-dev-app/package.json @@ -37,5 +37,5 @@ "directory": "packages/table-dev-app" }, "author": "Palantir Technologies", - "license": "SEE LICENSE IN REPO ROOT" + "license": "Apache-2.0" } diff --git a/packages/table-dev-app/src/denseGridMutableStore.ts b/packages/table-dev-app/src/denseGridMutableStore.ts index 899555b85d..db23989a47 100644 --- a/packages/table-dev-app/src/denseGridMutableStore.ts +++ b/packages/table-dev-app/src/denseGridMutableStore.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Utils } from "@blueprintjs/table/src"; diff --git a/packages/table-dev-app/src/features.tsx b/packages/table-dev-app/src/features.tsx index 90ca7aec9f..898d6fd18e 100644 --- a/packages/table-dev-app/src/features.tsx +++ b/packages/table-dev-app/src/features.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable:max-classes-per-file diff --git a/packages/table-dev-app/src/index.scss b/packages/table-dev-app/src/index.scss index 9735f408da..c4147eac8c 100644 --- a/packages/table-dev-app/src/index.scss +++ b/packages/table-dev-app/src/index.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~normalize.css/normalize.css"; @import "~@blueprintjs/core/lib/css/blueprint.css"; diff --git a/packages/table-dev-app/src/index.tsx b/packages/table-dev-app/src/index.tsx index bd138d5455..4a27ac10a2 100644 --- a/packages/table-dev-app/src/index.tsx +++ b/packages/table-dev-app/src/index.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/table-dev-app/src/localStore.ts b/packages/table-dev-app/src/localStore.ts index 51efeaf87a..0a688e235c 100644 --- a/packages/table-dev-app/src/localStore.ts +++ b/packages/table-dev-app/src/localStore.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { defaults } from "lodash"; diff --git a/packages/table-dev-app/src/mutableTable.tsx b/packages/table-dev-app/src/mutableTable.tsx index 09b69270f6..a5e93e9b66 100644 --- a/packages/table-dev-app/src/mutableTable.tsx +++ b/packages/table-dev-app/src/mutableTable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { diff --git a/packages/table-dev-app/src/nav.tsx b/packages/table-dev-app/src/nav.tsx index fd1191a5a9..096ff72a77 100644 --- a/packages/table-dev-app/src/nav.tsx +++ b/packages/table-dev-app/src/nav.tsx @@ -1,6 +1,16 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/table-dev-app/src/slowLayoutStack.tsx b/packages/table-dev-app/src/slowLayoutStack.tsx index 427b994b54..0683a26661 100644 --- a/packages/table-dev-app/src/slowLayoutStack.tsx +++ b/packages/table-dev-app/src/slowLayoutStack.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Utils } from "@blueprintjs/table/src"; diff --git a/packages/table-dev-app/src/sparseGridMutableStore.ts b/packages/table-dev-app/src/sparseGridMutableStore.ts index 1d7db30edc..6219d43a30 100644 --- a/packages/table-dev-app/src/sparseGridMutableStore.ts +++ b/packages/table-dev-app/src/sparseGridMutableStore.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable:max-classes-per-file diff --git a/packages/table-dev-app/webpack.config.js b/packages/table-dev-app/webpack.config.js index 5f7aa85e18..da883b52da 100644 --- a/packages/table-dev-app/webpack.config.js +++ b/packages/table-dev-app/webpack.config.js @@ -1,6 +1,16 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/table/LICENSE b/packages/table/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/table/LICENSE +++ b/packages/table/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/table/package.json b/packages/table/package.json index a6f09557cb..379419d589 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -68,5 +68,5 @@ "spreadsheet" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/table/src/cell/_borders.scss b/packages/table/src/cell/_borders.scss index 6832a36fe5..cfb30f7cac 100644 --- a/packages/table/src/cell/_borders.scss +++ b/packages/table/src/cell/_borders.scss @@ -1,5 +1,5 @@ // Copyright 2016 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "../common/variables"; @import "./common"; diff --git a/packages/table/src/cell/cell.tsx b/packages/table/src/cell/cell.tsx index aa2d2f763a..649486cc24 100644 --- a/packages/table/src/cell/cell.tsx +++ b/packages/table/src/cell/cell.tsx @@ -1,6 +1,16 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/table/src/cell/editableCell.tsx b/packages/table/src/cell/editableCell.tsx index bfeed5b640..44c4844d25 100644 --- a/packages/table/src/cell/editableCell.tsx +++ b/packages/table/src/cell/editableCell.tsx @@ -1,6 +1,16 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/table/src/cell/formats/jsonFormat.tsx b/packages/table/src/cell/formats/jsonFormat.tsx index 4bcdc69a75..9c38d1cfe1 100644 --- a/packages/table/src/cell/formats/jsonFormat.tsx +++ b/packages/table/src/cell/formats/jsonFormat.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { DISPLAYNAME_PREFIX } from "@blueprintjs/core"; diff --git a/packages/table/src/cell/formats/truncatedFormat.tsx b/packages/table/src/cell/formats/truncatedFormat.tsx index 72a02973df..9722d4c5fb 100644 --- a/packages/table/src/cell/formats/truncatedFormat.tsx +++ b/packages/table/src/cell/formats/truncatedFormat.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { DISPLAYNAME_PREFIX, Icon, IProps, Popover, Position } from "@blueprintjs/core"; diff --git a/packages/table/src/column.tsx b/packages/table/src/column.tsx index f2c8144ac0..df2f89ef3c 100644 --- a/packages/table/src/column.tsx +++ b/packages/table/src/column.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { DISPLAYNAME_PREFIX, IProps } from "@blueprintjs/core"; diff --git a/packages/table/src/common/batcher.ts b/packages/table/src/common/batcher.ts index 216696da42..449030dab7 100644 --- a/packages/table/src/common/batcher.ts +++ b/packages/table/src/common/batcher.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Utils } from "@blueprintjs/core"; diff --git a/packages/table/src/common/cell.ts b/packages/table/src/common/cell.ts index f47db653df..808948b9f6 100644 --- a/packages/table/src/common/cell.ts +++ b/packages/table/src/common/cell.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export interface ICellCoordinates { diff --git a/packages/table/src/common/classes.ts b/packages/table/src/common/classes.ts index f87c3cdcce..dca224794b 100644 --- a/packages/table/src/common/classes.ts +++ b/packages/table/src/common/classes.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes } from "@blueprintjs/core"; diff --git a/packages/table/src/common/clipboard.ts b/packages/table/src/common/clipboard.ts index 7c9fd11686..f0292e04f1 100644 --- a/packages/table/src/common/clipboard.ts +++ b/packages/table/src/common/clipboard.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /* istanbul ignore next */ diff --git a/packages/table/src/common/context.ts b/packages/table/src/common/context.ts index 32de1224c1..1474545a11 100644 --- a/packages/table/src/common/context.ts +++ b/packages/table/src/common/context.ts @@ -1,6 +1,16 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as PropTypes from "prop-types"; diff --git a/packages/table/src/common/contextMenuTargetWrapper.tsx b/packages/table/src/common/contextMenuTargetWrapper.tsx index 226311a52f..eebbcbb629 100644 --- a/packages/table/src/common/contextMenuTargetWrapper.tsx +++ b/packages/table/src/common/contextMenuTargetWrapper.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { ContextMenuTarget, IProps } from "@blueprintjs/core"; diff --git a/packages/table/src/common/direction.ts b/packages/table/src/common/direction.ts index 922e9d7e04..0a3f8b5d90 100644 --- a/packages/table/src/common/direction.ts +++ b/packages/table/src/common/direction.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export enum Direction { diff --git a/packages/table/src/common/errors.ts b/packages/table/src/common/errors.ts index 3723675344..3edcf6ea82 100644 --- a/packages/table/src/common/errors.ts +++ b/packages/table/src/common/errors.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const ns = "[Blueprint Table]"; diff --git a/packages/table/src/common/grid.ts b/packages/table/src/common/grid.ts index dd58649eba..1c73ce5529 100644 --- a/packages/table/src/common/grid.ts +++ b/packages/table/src/common/grid.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { CSSProperties } from "react"; diff --git a/packages/table/src/common/index.ts b/packages/table/src/common/index.ts index 5c150bb96e..e75db2b2d1 100644 --- a/packages/table/src/common/index.ts +++ b/packages/table/src/common/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export { Clipboard } from "./clipboard"; diff --git a/packages/table/src/common/internal/directionUtils.ts b/packages/table/src/common/internal/directionUtils.ts index e4cb221064..bd3ca66bb0 100644 --- a/packages/table/src/common/internal/directionUtils.ts +++ b/packages/table/src/common/internal/directionUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Direction } from "../direction"; diff --git a/packages/table/src/common/internal/focusedCellUtils.ts b/packages/table/src/common/internal/focusedCellUtils.ts index 89f7332c57..f5622ac178 100644 --- a/packages/table/src/common/internal/focusedCellUtils.ts +++ b/packages/table/src/common/internal/focusedCellUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IRegion, RegionCardinality, Regions } from "../../regions"; diff --git a/packages/table/src/common/internal/platformUtils.ts b/packages/table/src/common/internal/platformUtils.ts index 65aad0825a..1119a97f01 100644 --- a/packages/table/src/common/internal/platformUtils.ts +++ b/packages/table/src/common/internal/platformUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** diff --git a/packages/table/src/common/internal/scrollUtils.ts b/packages/table/src/common/internal/scrollUtils.ts index 8798fe8d5f..16548ede5d 100644 --- a/packages/table/src/common/internal/scrollUtils.ts +++ b/packages/table/src/common/internal/scrollUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IRegion, RegionCardinality, Regions } from "../../regions"; diff --git a/packages/table/src/common/internal/selectionUtils.ts b/packages/table/src/common/internal/selectionUtils.ts index c4f9bca7b1..6534d528ce 100644 --- a/packages/table/src/common/internal/selectionUtils.ts +++ b/packages/table/src/common/internal/selectionUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IRegion, RegionCardinality, Regions } from "../../regions"; diff --git a/packages/table/src/common/loadableContent.tsx b/packages/table/src/common/loadableContent.tsx index 69b88b3118..286d35ce39 100644 --- a/packages/table/src/common/loadableContent.tsx +++ b/packages/table/src/common/loadableContent.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/table/src/common/movementDelta.ts b/packages/table/src/common/movementDelta.ts index f72de04c55..a339f12702 100644 --- a/packages/table/src/common/movementDelta.ts +++ b/packages/table/src/common/movementDelta.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export interface IMovementDelta { diff --git a/packages/table/src/common/rect.ts b/packages/table/src/common/rect.ts index fe9482f222..32510521b2 100644 --- a/packages/table/src/common/rect.ts +++ b/packages/table/src/common/rect.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/table/src/common/renderMode.ts b/packages/table/src/common/renderMode.ts index efb0f2c49f..249bf5a61a 100644 --- a/packages/table/src/common/renderMode.ts +++ b/packages/table/src/common/renderMode.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export enum RenderMode { diff --git a/packages/table/src/common/requestIdleCallback.ts b/packages/table/src/common/requestIdleCallback.ts index 7b8d780ff7..805e25b422 100644 --- a/packages/table/src/common/requestIdleCallback.ts +++ b/packages/table/src/common/requestIdleCallback.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** diff --git a/packages/table/src/common/utils.ts b/packages/table/src/common/utils.ts index 4caa6697e7..e37f4fda60 100644 --- a/packages/table/src/common/utils.ts +++ b/packages/table/src/common/utils.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const CLASSNAME_EXCLUDED_FROM_TEXT_MEASUREMENT = "bp-table-text-no-measure"; diff --git a/packages/table/src/headers/columnHeader.tsx b/packages/table/src/headers/columnHeader.tsx index eeb97f0415..58dd9b5513 100644 --- a/packages/table/src/headers/columnHeader.tsx +++ b/packages/table/src/headers/columnHeader.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/table/src/headers/columnHeaderCell.tsx b/packages/table/src/headers/columnHeaderCell.tsx index 19a55535b4..736e1b5c56 100644 --- a/packages/table/src/headers/columnHeaderCell.tsx +++ b/packages/table/src/headers/columnHeaderCell.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/table/src/headers/editableName.tsx b/packages/table/src/headers/editableName.tsx index 69abc42081..7d4c6a2a00 100644 --- a/packages/table/src/headers/editableName.tsx +++ b/packages/table/src/headers/editableName.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { EditableText, IIntentProps, IProps, Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/headers/header.tsx b/packages/table/src/headers/header.tsx index 54cddf5a8b..8371666bfb 100644 --- a/packages/table/src/headers/header.tsx +++ b/packages/table/src/headers/header.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Icon, Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/headers/headerCell.tsx b/packages/table/src/headers/headerCell.tsx index 2018bae288..5c00e03941 100644 --- a/packages/table/src/headers/headerCell.tsx +++ b/packages/table/src/headers/headerCell.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/table/src/headers/rowHeader.tsx b/packages/table/src/headers/rowHeader.tsx index 5eb53a7c7a..71f3ad7782 100644 --- a/packages/table/src/headers/rowHeader.tsx +++ b/packages/table/src/headers/rowHeader.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/table/src/headers/rowHeaderCell.tsx b/packages/table/src/headers/rowHeaderCell.tsx index ccd0395841..5a8311fdb2 100644 --- a/packages/table/src/headers/rowHeaderCell.tsx +++ b/packages/table/src/headers/rowHeaderCell.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/table/src/index.ts b/packages/table/src/index.ts index bc1feeb0a5..3944b05f0e 100644 --- a/packages/table/src/index.ts +++ b/packages/table/src/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export { Cell, ICellProps, ICellRenderer } from "./cell/cell"; diff --git a/packages/table/src/interactions/dragEvents.ts b/packages/table/src/interactions/dragEvents.ts index da079228c8..af0760bf1b 100644 --- a/packages/table/src/interactions/dragEvents.ts +++ b/packages/table/src/interactions/dragEvents.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IClientCoordinates, ICoordinateData, IDragHandler } from "./draggable"; diff --git a/packages/table/src/interactions/draggable.tsx b/packages/table/src/interactions/draggable.tsx index b8afea1fed..12522a6006 100644 --- a/packages/table/src/interactions/draggable.tsx +++ b/packages/table/src/interactions/draggable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps, Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/interactions/menus/copyCellsMenuItem.tsx b/packages/table/src/interactions/menus/copyCellsMenuItem.tsx index 6be597947a..18e8ce72a0 100644 --- a/packages/table/src/interactions/menus/copyCellsMenuItem.tsx +++ b/packages/table/src/interactions/menus/copyCellsMenuItem.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IMenuItemProps, MenuItem, Utils } from "@blueprintjs/core"; diff --git a/packages/table/src/interactions/menus/index.ts b/packages/table/src/interactions/menus/index.ts index 1691efa8eb..c0e9c7fc94 100644 --- a/packages/table/src/interactions/menus/index.ts +++ b/packages/table/src/interactions/menus/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./copyCellsMenuItem"; diff --git a/packages/table/src/interactions/menus/menuContext.ts b/packages/table/src/interactions/menus/menuContext.ts index 66c2bf1df7..237effd940 100644 --- a/packages/table/src/interactions/menus/menuContext.ts +++ b/packages/table/src/interactions/menus/menuContext.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { ICellCoordinate, IRegion, Regions } from "../../regions"; diff --git a/packages/table/src/interactions/reorderable.tsx b/packages/table/src/interactions/reorderable.tsx index a194d2d762..33746695a2 100644 --- a/packages/table/src/interactions/reorderable.tsx +++ b/packages/table/src/interactions/reorderable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/interactions/resizable.tsx b/packages/table/src/interactions/resizable.tsx index e4abac6f51..ef4973f925 100644 --- a/packages/table/src/interactions/resizable.tsx +++ b/packages/table/src/interactions/resizable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps } from "@blueprintjs/core"; diff --git a/packages/table/src/interactions/resizeHandle.tsx b/packages/table/src/interactions/resizeHandle.tsx index 45146fc14a..7a77a3048a 100644 --- a/packages/table/src/interactions/resizeHandle.tsx +++ b/packages/table/src/interactions/resizeHandle.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps } from "@blueprintjs/core"; diff --git a/packages/table/src/interactions/resizeSensor.ts b/packages/table/src/interactions/resizeSensor.ts index 499638f9da..27e5f6474a 100644 --- a/packages/table/src/interactions/resizeSensor.ts +++ b/packages/table/src/interactions/resizeSensor.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as Classes from "../common/classes"; diff --git a/packages/table/src/interactions/selectable.tsx b/packages/table/src/interactions/selectable.tsx index d6e762d9ce..15956e7066 100644 --- a/packages/table/src/interactions/selectable.tsx +++ b/packages/table/src/interactions/selectable.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/layers/guides.tsx b/packages/table/src/layers/guides.tsx index 098b5d260a..e7e771b44e 100644 --- a/packages/table/src/layers/guides.tsx +++ b/packages/table/src/layers/guides.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps, Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/layers/regions.tsx b/packages/table/src/layers/regions.tsx index 45ca48c848..f5e61cab3d 100644 --- a/packages/table/src/layers/regions.tsx +++ b/packages/table/src/layers/regions.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps, Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/locator.ts b/packages/table/src/locator.ts index b1bae91810..09122f2a01 100644 --- a/packages/table/src/locator.ts +++ b/packages/table/src/locator.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as Classes from "./common/classes"; diff --git a/packages/table/src/quadrants/tableQuadrant.tsx b/packages/table/src/quadrants/tableQuadrant.tsx index bedfb467d3..dd26da2e43 100644 --- a/packages/table/src/quadrants/tableQuadrant.tsx +++ b/packages/table/src/quadrants/tableQuadrant.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { AbstractComponent, IProps, Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/quadrants/tableQuadrantStack.tsx b/packages/table/src/quadrants/tableQuadrantStack.tsx index 0025615fc0..4fb08606cd 100644 --- a/packages/table/src/quadrants/tableQuadrantStack.tsx +++ b/packages/table/src/quadrants/tableQuadrantStack.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { AbstractComponent, IProps, Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/quadrants/tableQuadrantStackCache.ts b/packages/table/src/quadrants/tableQuadrantStackCache.ts index 2e313aab48..feaf562f32 100644 --- a/packages/table/src/quadrants/tableQuadrantStackCache.ts +++ b/packages/table/src/quadrants/tableQuadrantStackCache.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export type ScrollKey = "scrollLeft" | "scrollTop"; diff --git a/packages/table/src/regions.ts b/packages/table/src/regions.ts index 14647c6a54..4df495dc40 100644 --- a/packages/table/src/regions.ts +++ b/packages/table/src/regions.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IFocusedCellCoordinates } from "./common/cell"; diff --git a/packages/table/src/table.scss b/packages/table/src/table.scss index f2122ec2fc..76cb099a00 100644 --- a/packages/table/src/table.scss +++ b/packages/table/src/table.scss @@ -1,7 +1,7 @@ /*! Copyright 2016-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/table/src/table.tsx b/packages/table/src/table.tsx index 94deb7782a..acb512e9ac 100644 --- a/packages/table/src/table.tsx +++ b/packages/table/src/table.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { diff --git a/packages/table/src/tableBody.tsx b/packages/table/src/tableBody.tsx index 4b9ed0290e..8b9da962d7 100644 --- a/packages/table/src/tableBody.tsx +++ b/packages/table/src/tableBody.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/src/tableBodyCells.tsx b/packages/table/src/tableBodyCells.tsx index 89498675db..3d8f180c1d 100644 --- a/packages/table/src/tableBodyCells.tsx +++ b/packages/table/src/tableBodyCells.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IProps, Utils as CoreUtils } from "@blueprintjs/core"; diff --git a/packages/table/test/batcherTests.tsx b/packages/table/test/batcherTests.tsx index 441d4c7bae..29893e7132 100644 --- a/packages/table/test/batcherTests.tsx +++ b/packages/table/test/batcherTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/cellTestUtils.ts b/packages/table/test/cellTestUtils.ts index d1727c09d0..e6e715fd78 100644 --- a/packages/table/test/cellTestUtils.ts +++ b/packages/table/test/cellTestUtils.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/cellTests.tsx b/packages/table/test/cellTests.tsx index 835984cccc..80e89c87d2 100644 --- a/packages/table/test/cellTests.tsx +++ b/packages/table/test/cellTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes as CoreClasses, Intent } from "@blueprintjs/core"; diff --git a/packages/table/test/clipboardTests.ts b/packages/table/test/clipboardTests.ts index 5c476aab5a..ea8b2ccfad 100644 --- a/packages/table/test/clipboardTests.ts +++ b/packages/table/test/clipboardTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/columnHeaderCellTests.tsx b/packages/table/test/columnHeaderCellTests.tsx index 5f84f2bc74..1bdcc5e810 100644 --- a/packages/table/test/columnHeaderCellTests.tsx +++ b/packages/table/test/columnHeaderCellTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes as CoreClasses, H4, Menu, MenuItem } from "@blueprintjs/core"; diff --git a/packages/table/test/columnTests.tsx b/packages/table/test/columnTests.tsx index ab813718ae..322abd841b 100644 --- a/packages/table/test/columnTests.tsx +++ b/packages/table/test/columnTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/common/internal/directionUtilsTests.ts b/packages/table/test/common/internal/directionUtilsTests.ts index 7847c9b3dd..55c3c6a989 100644 --- a/packages/table/test/common/internal/directionUtilsTests.ts +++ b/packages/table/test/common/internal/directionUtilsTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/common/internal/focusedCellUtilsTests.ts b/packages/table/test/common/internal/focusedCellUtilsTests.ts index bd77206f14..cf862ccd61 100644 --- a/packages/table/test/common/internal/focusedCellUtilsTests.ts +++ b/packages/table/test/common/internal/focusedCellUtilsTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/common/internal/index.ts b/packages/table/test/common/internal/index.ts index 6afba09fa8..7b7a74151a 100644 --- a/packages/table/test/common/internal/index.ts +++ b/packages/table/test/common/internal/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import "./directionUtilsTests"; diff --git a/packages/table/test/common/internal/platformUtilsTests.ts b/packages/table/test/common/internal/platformUtilsTests.ts index 5902957f1d..9b1da81007 100644 --- a/packages/table/test/common/internal/platformUtilsTests.ts +++ b/packages/table/test/common/internal/platformUtilsTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/common/internal/scrollUtilsTests.tsx b/packages/table/test/common/internal/scrollUtilsTests.tsx index 0efca7a235..42d9ac7992 100644 --- a/packages/table/test/common/internal/scrollUtilsTests.tsx +++ b/packages/table/test/common/internal/scrollUtilsTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/common/internal/selectionUtilsTests.ts b/packages/table/test/common/internal/selectionUtilsTests.ts index 8429a1e851..d32e862c2d 100644 --- a/packages/table/test/common/internal/selectionUtilsTests.ts +++ b/packages/table/test/common/internal/selectionUtilsTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/editableCellTests.tsx b/packages/table/test/editableCellTests.tsx index e73b1e6e8d..a9490890e0 100644 --- a/packages/table/test/editableCellTests.tsx +++ b/packages/table/test/editableCellTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/editableNameTests.tsx b/packages/table/test/editableNameTests.tsx index 9a752fe299..eb57ae5dfb 100644 --- a/packages/table/test/editableNameTests.tsx +++ b/packages/table/test/editableNameTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/formatsTests.tsx b/packages/table/test/formatsTests.tsx index 703bfcb750..e0365603bc 100644 --- a/packages/table/test/formatsTests.tsx +++ b/packages/table/test/formatsTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/gridTests.ts b/packages/table/test/gridTests.ts index 07258b9bf2..d672557350 100644 --- a/packages/table/test/gridTests.ts +++ b/packages/table/test/gridTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/guidesTests.tsx b/packages/table/test/guidesTests.tsx index fcfad90684..5ff6dc3cad 100644 --- a/packages/table/test/guidesTests.tsx +++ b/packages/table/test/guidesTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/harness.ts b/packages/table/test/harness.ts index 449ee530cd..9f61622886 100644 --- a/packages/table/test/harness.ts +++ b/packages/table/test/harness.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // tslint:disable max-classes-per-file diff --git a/packages/table/test/index.ts b/packages/table/test/index.ts index 0c30563803..936339fece 100644 --- a/packages/table/test/index.ts +++ b/packages/table/test/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import "@blueprintjs/test-commons/bootstrap"; diff --git a/packages/table/test/isotest.js b/packages/table/test/isotest.js index 95df9d6b7e..30a2592671 100644 --- a/packages/table/test/isotest.js +++ b/packages/table/test/isotest.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // @ts-check diff --git a/packages/table/test/loadableContentTests.tsx b/packages/table/test/loadableContentTests.tsx index 37e9656b0e..59ffb28a39 100644 --- a/packages/table/test/loadableContentTests.tsx +++ b/packages/table/test/loadableContentTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/loadingOptionsTests.tsx b/packages/table/test/loadingOptionsTests.tsx index a6dd661e16..b796046365 100644 --- a/packages/table/test/loadingOptionsTests.tsx +++ b/packages/table/test/loadingOptionsTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/table/test/locatorTests.tsx b/packages/table/test/locatorTests.tsx index a61459a370..695a7b8609 100644 --- a/packages/table/test/locatorTests.tsx +++ b/packages/table/test/locatorTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/menusTests.tsx b/packages/table/test/menusTests.tsx index 0aa1c57782..88d57d9088 100644 --- a/packages/table/test/menusTests.tsx +++ b/packages/table/test/menusTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes, Menu } from "@blueprintjs/core"; diff --git a/packages/table/test/mocks/table.tsx b/packages/table/test/mocks/table.tsx index a2333c51c8..da91e44ecd 100644 --- a/packages/table/test/mocks/table.tsx +++ b/packages/table/test/mocks/table.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as React from "react"; diff --git a/packages/table/test/quadrants/tableQuadrantStackTests.tsx b/packages/table/test/quadrants/tableQuadrantStackTests.tsx index f784361488..eebad07d21 100644 --- a/packages/table/test/quadrants/tableQuadrantStackTests.tsx +++ b/packages/table/test/quadrants/tableQuadrantStackTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/quadrants/tableQuadrantTests.tsx b/packages/table/test/quadrants/tableQuadrantTests.tsx index 18e74b1140..bd1f58d27b 100644 --- a/packages/table/test/quadrants/tableQuadrantTests.tsx +++ b/packages/table/test/quadrants/tableQuadrantTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/rectTests.ts b/packages/table/test/rectTests.ts index 7d0a32b670..df192aab04 100644 --- a/packages/table/test/rectTests.ts +++ b/packages/table/test/rectTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/regionsTests.ts b/packages/table/test/regionsTests.ts index 8f794447ea..16778f7a01 100644 --- a/packages/table/test/regionsTests.ts +++ b/packages/table/test/regionsTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/reorderableTests.tsx b/packages/table/test/reorderableTests.tsx index e3730e42a3..abf0ed3f23 100644 --- a/packages/table/test/reorderableTests.tsx +++ b/packages/table/test/reorderableTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/resizableTests.tsx b/packages/table/test/resizableTests.tsx index 6e9c7a5376..1cd512d85c 100644 --- a/packages/table/test/resizableTests.tsx +++ b/packages/table/test/resizableTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/selectableTests.tsx b/packages/table/test/selectableTests.tsx index 4a83ca268f..84da4f7be7 100644 --- a/packages/table/test/selectableTests.tsx +++ b/packages/table/test/selectableTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/selectionTests.tsx b/packages/table/test/selectionTests.tsx index 4c1b22e35d..4fffe41516 100644 --- a/packages/table/test/selectionTests.tsx +++ b/packages/table/test/selectionTests.tsx @@ -1,7 +1,17 @@ /** * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/tableBodyTests.tsx b/packages/table/test/tableBodyTests.tsx index c1236e6ade..a01de4f78c 100644 --- a/packages/table/test/tableBodyTests.tsx +++ b/packages/table/test/tableBodyTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/tableTests.tsx b/packages/table/test/tableTests.tsx index eaa345a110..c906a28750 100644 --- a/packages/table/test/tableTests.tsx +++ b/packages/table/test/tableTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/test/utilsTests.ts b/packages/table/test/utilsTests.ts index 3333874915..269765b3d0 100644 --- a/packages/table/test/utilsTests.ts +++ b/packages/table/test/utilsTests.ts @@ -1,7 +1,17 @@ /* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/table/webpack.config.js b/packages/table/webpack.config.js index 2699c31f03..456bb653c9 100644 --- a/packages/table/webpack.config.js +++ b/packages/table/webpack.config.js @@ -1,6 +1,16 @@ /*\ * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig, COMMON_EXTERNALS } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/test-commons/LICENSE b/packages/test-commons/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/test-commons/LICENSE +++ b/packages/test-commons/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/test-commons/package.json b/packages/test-commons/package.json index 18cebcfb94..c63b535af3 100644 --- a/packages/test-commons/package.json +++ b/packages/test-commons/package.json @@ -31,5 +31,5 @@ "directory": "packages/test-commons" }, "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/test-commons/polyfill.js b/packages/test-commons/polyfill.js index 9323f02383..166fbdf4d5 100644 --- a/packages/test-commons/polyfill.js +++ b/packages/test-commons/polyfill.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // Note: using CommonJS syntax here so this can be used in the isomorphic tests, which must run in a server environment. diff --git a/packages/test-commons/src/index.ts b/packages/test-commons/src/index.ts index c82150e8d3..6ae3f38006 100644 --- a/packages/test-commons/src/index.ts +++ b/packages/test-commons/src/index.ts @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./generateIsomorphicTests"; diff --git a/packages/test-commons/src/testErrorBoundary.tsx b/packages/test-commons/src/testErrorBoundary.tsx index fdf24bdb3b..f286ac265f 100644 --- a/packages/test-commons/src/testErrorBoundary.tsx +++ b/packages/test-commons/src/testErrorBoundary.tsx @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/test-commons/src/utils.ts b/packages/test-commons/src/utils.ts index ebb3dc2118..9015e16e46 100644 --- a/packages/test-commons/src/utils.ts +++ b/packages/test-commons/src/utils.ts @@ -1,7 +1,17 @@ /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { expect } from "chai"; diff --git a/packages/test-react15/package.json b/packages/test-react15/package.json index d559917ab7..47053bdfd5 100644 --- a/packages/test-react15/package.json +++ b/packages/test-react15/package.json @@ -15,5 +15,5 @@ "directory": "packages/test-react15" }, "author": "Palantir Technologies", - "license": "SEE LICENSE IN REPO ROOT" + "license": "Apache-2.0" } diff --git a/packages/timezone/LICENSE b/packages/timezone/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/timezone/LICENSE +++ b/packages/timezone/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/timezone/package.json b/packages/timezone/package.json index fc3b62aadf..65273e9c5e 100644 --- a/packages/timezone/package.json +++ b/packages/timezone/package.json @@ -69,5 +69,5 @@ "select" ], "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/timezone/src/blueprint-timezone.scss b/packages/timezone/src/blueprint-timezone.scss index 41741181f2..c691cd2359 100644 --- a/packages/timezone/src/blueprint-timezone.scss +++ b/packages/timezone/src/blueprint-timezone.scss @@ -1,7 +1,7 @@ /*! Copyright 2017-present Palantir Technologies, Inc. All rights reserved. -Licensed under the terms of the LICENSE file distributed with this project. +Licensed under the Apache License, Version 2.0. */ diff --git a/packages/timezone/src/common/classes.ts b/packages/timezone/src/common/classes.ts index a5aed93048..f272c410a2 100644 --- a/packages/timezone/src/common/classes.ts +++ b/packages/timezone/src/common/classes.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Classes } from "@blueprintjs/core"; diff --git a/packages/timezone/src/common/errors.ts b/packages/timezone/src/common/errors.ts index 856b58def1..fa165b84af 100644 --- a/packages/timezone/src/common/errors.ts +++ b/packages/timezone/src/common/errors.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const ns = "[Blueprint]"; diff --git a/packages/timezone/src/common/index.ts b/packages/timezone/src/common/index.ts index 02d81a093c..c617b0ec9a 100644 --- a/packages/timezone/src/common/index.ts +++ b/packages/timezone/src/common/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as classes from "../common/classes"; diff --git a/packages/timezone/src/components/_index.scss b/packages/timezone/src/components/_index.scss index 24b43f5f30..9744258c81 100644 --- a/packages/timezone/src/components/_index.scss +++ b/packages/timezone/src/components/_index.scss @@ -1,4 +1,4 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "timezone-picker/timezone-picker"; diff --git a/packages/timezone/src/components/index.ts b/packages/timezone/src/components/index.ts index fa0e31cd20..494ead5968 100644 --- a/packages/timezone/src/components/index.ts +++ b/packages/timezone/src/components/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./timezone-picker/timezoneMetadata"; diff --git a/packages/timezone/src/components/timezone-picker/_timezone-picker.scss b/packages/timezone/src/components/timezone-picker/_timezone-picker.scss index 05472f1d92..13f4be6fce 100644 --- a/packages/timezone/src/components/timezone-picker/_timezone-picker.scss +++ b/packages/timezone/src/components/timezone-picker/_timezone-picker.scss @@ -1,5 +1,5 @@ // Copyright 2017 Palantir Technologies, Inc. All rights reserved. -// Licensed under the terms of the LICENSE file distributed with this project. +// Licensed under the Apache License, Version 2.0. @import "~@blueprintjs/core/src/common/variables"; @import "~@blueprintjs/core/src/components/forms/common"; diff --git a/packages/timezone/src/components/timezone-picker/timezoneDisplayFormat.ts b/packages/timezone/src/components/timezone-picker/timezoneDisplayFormat.ts index 5d94a87c23..8b3d53dcf3 100644 --- a/packages/timezone/src/components/timezone-picker/timezoneDisplayFormat.ts +++ b/packages/timezone/src/components/timezone-picker/timezoneDisplayFormat.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as moment from "moment-timezone"; diff --git a/packages/timezone/src/components/timezone-picker/timezoneItems.ts b/packages/timezone/src/components/timezone-picker/timezoneItems.ts index e88a21f45a..39a0db5b1e 100644 --- a/packages/timezone/src/components/timezone-picker/timezoneItems.ts +++ b/packages/timezone/src/components/timezone-picker/timezoneItems.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { IconName } from "@blueprintjs/core"; diff --git a/packages/timezone/src/components/timezone-picker/timezoneMetadata.ts b/packages/timezone/src/components/timezone-picker/timezoneMetadata.ts index 5d9c0e9a25..1d0c014123 100644 --- a/packages/timezone/src/components/timezone-picker/timezoneMetadata.ts +++ b/packages/timezone/src/components/timezone-picker/timezoneMetadata.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as moment from "moment-timezone"; diff --git a/packages/timezone/src/components/timezone-picker/timezonePicker.tsx b/packages/timezone/src/components/timezone-picker/timezonePicker.tsx index 413f3972bc..e9948cf037 100644 --- a/packages/timezone/src/components/timezone-picker/timezonePicker.tsx +++ b/packages/timezone/src/components/timezone-picker/timezonePicker.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import classNames from "classnames"; diff --git a/packages/timezone/src/index.ts b/packages/timezone/src/index.ts index 1b47df403a..26727b9f06 100644 --- a/packages/timezone/src/index.ts +++ b/packages/timezone/src/index.ts @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ export * from "./common"; diff --git a/packages/timezone/test/isotest.js b/packages/timezone/test/isotest.js index 846d0612bb..b35e5ac37a 100644 --- a/packages/timezone/test/isotest.js +++ b/packages/timezone/test/isotest.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ // @ts-check diff --git a/packages/timezone/test/timezonePickerTests.tsx b/packages/timezone/test/timezonePickerTests.tsx index 221bd41d8a..8bb90f7094 100644 --- a/packages/timezone/test/timezonePickerTests.tsx +++ b/packages/timezone/test/timezonePickerTests.tsx @@ -1,7 +1,17 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { assert } from "chai"; diff --git a/packages/timezone/webpack.config.js b/packages/timezone/webpack.config.js index bdc9432bfc..2dc253adbf 100644 --- a/packages/timezone/webpack.config.js +++ b/packages/timezone/webpack.config.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const { baseConfig, COMMON_EXTERNALS } = require("@blueprintjs/webpack-build-scripts"); diff --git a/packages/tslint-config/LICENSE b/packages/tslint-config/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/tslint-config/LICENSE +++ b/packages/tslint-config/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/tslint-config/blueprint-rules.js b/packages/tslint-config/blueprint-rules.js index 07009061aa..11e73974ce 100644 --- a/packages/tslint-config/blueprint-rules.js +++ b/packages/tslint-config/blueprint-rules.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ /** diff --git a/packages/tslint-config/index.js b/packages/tslint-config/index.js index 0b2aaafa2a..cfca7d6ff1 100644 --- a/packages/tslint-config/index.js +++ b/packages/tslint-config/index.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ module.exports = { diff --git a/packages/tslint-config/package.json b/packages/tslint-config/package.json index f2bcaa0190..47d9f4719f 100644 --- a/packages/tslint-config/package.json +++ b/packages/tslint-config/package.json @@ -22,5 +22,5 @@ "directory": "packages/tslint-config" }, "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/tslint-config/src/rules/blueprintClassesConstantsRule.ts b/packages/tslint-config/src/rules/blueprintClassesConstantsRule.ts index d7d670c056..348748bfbe 100644 --- a/packages/tslint-config/src/rules/blueprintClassesConstantsRule.ts +++ b/packages/tslint-config/src/rules/blueprintClassesConstantsRule.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as Lint from "tslint"; diff --git a/packages/tslint-config/src/rules/blueprintHtmlComponentsRule.ts b/packages/tslint-config/src/rules/blueprintHtmlComponentsRule.ts index 2532e5f5a2..b38f35e355 100644 --- a/packages/tslint-config/src/rules/blueprintHtmlComponentsRule.ts +++ b/packages/tslint-config/src/rules/blueprintHtmlComponentsRule.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as Lint from "tslint"; diff --git a/packages/tslint-config/src/rules/blueprintIconComponentsRule.ts b/packages/tslint-config/src/rules/blueprintIconComponentsRule.ts index 356ce21443..6bd0e9e98f 100644 --- a/packages/tslint-config/src/rules/blueprintIconComponentsRule.ts +++ b/packages/tslint-config/src/rules/blueprintIconComponentsRule.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import * as Lint from "tslint"; diff --git a/packages/tslint-config/src/rules/utils/addImportToFile.ts b/packages/tslint-config/src/rules/utils/addImportToFile.ts index 6eb1bfcadd..0a44c26a6e 100644 --- a/packages/tslint-config/src/rules/utils/addImportToFile.ts +++ b/packages/tslint-config/src/rules/utils/addImportToFile.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Replacement } from "tslint"; diff --git a/packages/tslint-config/src/rules/utils/replaceTagName.ts b/packages/tslint-config/src/rules/utils/replaceTagName.ts index e741e58264..8c0abf81e4 100644 --- a/packages/tslint-config/src/rules/utils/replaceTagName.ts +++ b/packages/tslint-config/src/rules/utils/replaceTagName.ts @@ -1,7 +1,17 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ import { Replacement } from "tslint"; diff --git a/packages/webpack-build-scripts/LICENSE b/packages/webpack-build-scripts/LICENSE index d4bc0527dc..d9a10c0d8e 100644 --- a/packages/webpack-build-scripts/LICENSE +++ b/packages/webpack-build-scripts/LICENSE @@ -1,190 +1,176 @@ -BLUEPRINT LICENSE based on Apache 2.0 License - -Note: Paragraph 10 is the only modification. -Original version of Apache License, Version 2.0, -is available at http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -10. Nothing in this License constitutes as permission to (i) use the - Work (including the user interface elements embodied therein) in a - way that is likely or intended to cause confusion about the owner - or source of products derived from this Work (including the user - interface elements therein), or (ii) assert or imply (other than - any attribution notice) that products derived from this Work - (including the user interface elements embodied therein) are - connected or affiliated with Palantir Technologies Inc., its - products, or its Contributors or sourced from, sponsored, - endorsed, or promoted by Palantir Technologies Inc. or its - Contributors. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/packages/webpack-build-scripts/externals.js b/packages/webpack-build-scripts/externals.js index 0b8605ef86..00310d6bc1 100644 --- a/packages/webpack-build-scripts/externals.js +++ b/packages/webpack-build-scripts/externals.js @@ -1,6 +1,16 @@ /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ module.exports = externalize({ diff --git a/packages/webpack-build-scripts/index.js b/packages/webpack-build-scripts/index.js index 6981103a0c..5d56fb8d63 100644 --- a/packages/webpack-build-scripts/index.js +++ b/packages/webpack-build-scripts/index.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const baseConfig = require("./webpack.config.base"); diff --git a/packages/webpack-build-scripts/package.json b/packages/webpack-build-scripts/package.json index c645ca28af..489af219cf 100644 --- a/packages/webpack-build-scripts/package.json +++ b/packages/webpack-build-scripts/package.json @@ -30,5 +30,5 @@ "directory": "packages/webpack-build-scripts" }, "author": "Palantir Technologies", - "license": "SEE LICENSE IN LICENSE" + "license": "Apache-2.0" } diff --git a/packages/webpack-build-scripts/webpack.config.base.js b/packages/webpack-build-scripts/webpack.config.base.js index 91acd30269..2172ef315a 100644 --- a/packages/webpack-build-scripts/webpack.config.base.js +++ b/packages/webpack-build-scripts/webpack.config.base.js @@ -1,6 +1,16 @@ /* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * Licensed under the terms of the LICENSE file distributed with this project. + * 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. */ const path = require("path"); diff --git a/tslint.json b/tslint.json index f4aa4509f5..4462278eaa 100644 --- a/tslint.json +++ b/tslint.json @@ -4,7 +4,7 @@ "file-header": { "options": [ "Copyright \\d{4} Palantir Technologies, Inc\\. All rights reserved.", - "Copyright 2018 Palantir Technologies, Inc. All rights reserved.\n\nLicensed under the terms of the LICENSE file distributed with this project." + "Copyright 2019 Palantir Technologies, Inc. All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License." ] }, // TODO: test dependencies are only declared at root but used in all packages.