diff --git a/packages/core/src/common/alignment.ts b/packages/core/src/common/alignment.ts index 1600edc5ec..f08e856356 100644 --- a/packages/core/src/common/alignment.ts +++ b/packages/core/src/common/alignment.ts @@ -1,8 +1,8 @@ /* -* Copyright 2018 Palantir Technologies, Inc. All rights reserved. -* -* Licensed under the terms of the LICENSE file distributed with this project. -*/ + * Copyright 2018 Palantir Technologies, Inc. All rights reserved. + * + * Licensed under the terms of the LICENSE file distributed with this project. + */ /** Alignment along the horizontal axis. */ export enum Alignment { diff --git a/packages/core/src/components/button/buttonGroup.tsx b/packages/core/src/components/button/buttonGroup.tsx index 26f3604dcd..5a7fe2856a 100644 --- a/packages/core/src/components/button/buttonGroup.tsx +++ b/packages/core/src/components/button/buttonGroup.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/src/components/forms/controlGroup.tsx b/packages/core/src/components/forms/controlGroup.tsx index fa884f267e..e2c87eddb0 100644 --- a/packages/core/src/components/forms/controlGroup.tsx +++ b/packages/core/src/components/forms/controlGroup.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/src/components/forms/fileInput.tsx b/packages/core/src/components/forms/fileInput.tsx index 837757d22c..cdba67d11c 100644 --- a/packages/core/src/components/forms/fileInput.tsx +++ b/packages/core/src/components/forms/fileInput.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/src/components/forms/label.tsx b/packages/core/src/components/forms/label.tsx index 3e862bbd0e..9792380c6d 100644 --- a/packages/core/src/components/forms/label.tsx +++ b/packages/core/src/components/forms/label.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/src/components/forms/textArea.tsx b/packages/core/src/components/forms/textArea.tsx index 91968f826e..d3fe16649d 100644 --- a/packages/core/src/components/forms/textArea.tsx +++ b/packages/core/src/components/forms/textArea.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/src/components/hotkeys/_hotkeys.scss b/packages/core/src/components/hotkeys/_hotkeys.scss index 2f9e0b4ad7..5282128bef 100644 --- a/packages/core/src/components/hotkeys/_hotkeys.scss +++ b/packages/core/src/components/hotkeys/_hotkeys.scss @@ -1,6 +1,4 @@ -/* - * Copyright 2016 Palantir Technologies, Inc. All rights reserved. - */ +// Copyright 2016 Palantir Technologies, Inc. All rights reserved. @import "../../common/variables"; @import "../../common/mixins"; diff --git a/packages/core/src/components/navbar/navbar.tsx b/packages/core/src/components/navbar/navbar.tsx index 70093237f7..8ff244a63d 100644 --- a/packages/core/src/components/navbar/navbar.tsx +++ b/packages/core/src/components/navbar/navbar.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/src/components/navbar/navbarDivider.tsx b/packages/core/src/components/navbar/navbarDivider.tsx index d9872b4fa1..f6b4365e3c 100644 --- a/packages/core/src/components/navbar/navbarDivider.tsx +++ b/packages/core/src/components/navbar/navbarDivider.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/src/components/navbar/navbarGroup.tsx b/packages/core/src/components/navbar/navbarGroup.tsx index 46f1035ad3..6b2bb93713 100644 --- a/packages/core/src/components/navbar/navbarGroup.tsx +++ b/packages/core/src/components/navbar/navbarGroup.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/src/components/navbar/navbarHeading.tsx b/packages/core/src/components/navbar/navbarHeading.tsx index 6f4dbb4315..7384a624ac 100644 --- a/packages/core/src/components/navbar/navbarHeading.tsx +++ b/packages/core/src/components/navbar/navbarHeading.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/test/forms/fileInputTests.tsx b/packages/core/test/forms/fileInputTests.tsx index d07e88d9c1..5943917a31 100644 --- a/packages/core/test/forms/fileInputTests.tsx +++ b/packages/core/test/forms/fileInputTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/core/webpack.config.js b/packages/core/webpack.config.js index e041a476a4..9bf25e0f22 100644 --- a/packages/core/webpack.config.js +++ b/packages/core/webpack.config.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/datetime/karma.conf.js b/packages/datetime/karma.conf.js index 336f4347c5..a81e4f066f 100644 --- a/packages/datetime/karma.conf.js +++ b/packages/datetime/karma.conf.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/packages/datetime/src/common/timeUnit.ts b/packages/datetime/src/common/timeUnit.ts index 1fd2561a14..aff27eff8a 100644 --- a/packages/datetime/src/common/timeUnit.ts +++ b/packages/datetime/src/common/timeUnit.ts @@ -1,8 +1,8 @@ /* -* Copyright 2018 Palantir Technologies, Inc. All rights reserved. -* -* Licensed under the terms of the LICENSE file distributed with this project. -*/ + * Copyright 2018 Palantir Technologies, Inc. All rights reserved. + * + * Licensed under the terms of the LICENSE file distributed with this project. + */ import * as Classes from "./classes"; import { get12HourFrom24Hour, get24HourFrom12Hour } from "./dateUtils"; diff --git a/packages/datetime/test/common/dateFormat.ts b/packages/datetime/test/common/dateFormat.ts index 894f70d4cd..5982814b38 100644 --- a/packages/datetime/test/common/dateFormat.ts +++ b/packages/datetime/test/common/dateFormat.ts @@ -1,8 +1,8 @@ /* -* Copyright 2018 Palantir Technologies, Inc. All rights reserved. -* -* Licensed under the terms of the LICENSE file distributed with this project. -*/ + * Copyright 2018 Palantir Technologies, Inc. All rights reserved. + * + * Licensed under the terms of the LICENSE file distributed with this project. + */ import { IDateFormatProps } from "../../src/dateFormat"; diff --git a/packages/docs-app/src/components/blueprintDocs.tsx b/packages/docs-app/src/components/blueprintDocs.tsx index a31669c535..e65ffe3d93 100644 --- a/packages/docs-app/src/components/blueprintDocs.tsx +++ b/packages/docs-app/src/components/blueprintDocs.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/docs-app/src/examples/core-examples/index.ts b/packages/docs-app/src/examples/core-examples/index.ts index e64b3a36cf..b3d2ce6152 100644 --- a/packages/docs-app/src/examples/core-examples/index.ts +++ b/packages/docs-app/src/examples/core-examples/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/docs-app/src/examples/datetime-examples/index.ts b/packages/docs-app/src/examples/datetime-examples/index.ts index 19061b6665..3adcc4064a 100644 --- a/packages/docs-app/src/examples/datetime-examples/index.ts +++ b/packages/docs-app/src/examples/datetime-examples/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/docs-app/src/examples/select-examples/index.ts b/packages/docs-app/src/examples/select-examples/index.ts index e24fd590b1..d3dcf70f57 100644 --- a/packages/docs-app/src/examples/select-examples/index.ts +++ b/packages/docs-app/src/examples/select-examples/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/docs-app/src/examples/table-examples/index.ts b/packages/docs-app/src/examples/table-examples/index.ts index 8a1aceb94a..09a068171a 100644 --- a/packages/docs-app/src/examples/table-examples/index.ts +++ b/packages/docs-app/src/examples/table-examples/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/docs-app/src/examples/timezone-examples/index.ts b/packages/docs-app/src/examples/timezone-examples/index.ts index 67bc782ffd..361cb78f27 100644 --- a/packages/docs-app/src/examples/timezone-examples/index.ts +++ b/packages/docs-app/src/examples/timezone-examples/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/docs-app/webpack.config.js b/packages/docs-app/webpack.config.js index 90beb79963..c705529432 100644 --- a/packages/docs-app/webpack.config.js +++ b/packages/docs-app/webpack.config.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/docs-data/compile-docs-data b/packages/docs-data/compile-docs-data index 2c69557c79..1b81e97283 100755 --- a/packages/docs-data/compile-docs-data +++ b/packages/docs-data/compile-docs-data @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright 2017 Palantir Technologies, Inc. All rights reserved. + * @license Copyright 2017 Palantir Technologies, Inc. All rights reserved. * @fileoverview Generates data for packages/docs-app */ diff --git a/packages/docs-data/docsUtils.js b/packages/docs-data/docsUtils.js index 370dba2b82..1bd62115a7 100644 --- a/packages/docs-data/docsUtils.js +++ b/packages/docs-data/docsUtils.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/packages/docs-theme/src/styles/_banner.scss b/packages/docs-theme/src/styles/_banner.scss index fba3cc5c5c..5c21563a04 100644 --- a/packages/docs-theme/src/styles/_banner.scss +++ b/packages/docs-theme/src/styles/_banner.scss @@ -8,6 +8,8 @@ $banner-height: $pt-grid-size * 4; // banner along top of screen linking to v2 docs .docs-banner { + flex: 0 0 auto; + position: fixed; top: 0; right: 0; diff --git a/packages/docs-theme/webpack.config.js b/packages/docs-theme/webpack.config.js index adf35d5f53..c238831e2c 100644 --- a/packages/docs-theme/webpack.config.js +++ b/packages/docs-theme/webpack.config.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/icons/webpack.config.js b/packages/icons/webpack.config.js index c74bc67499..f4a014c84c 100644 --- a/packages/icons/webpack.config.js +++ b/packages/icons/webpack.config.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/karma-build-scripts/createKarmaConfig.js b/packages/karma-build-scripts/createKarmaConfig.js index 81bcd84893..bb55310475 100644 --- a/packages/karma-build-scripts/createKarmaConfig.js +++ b/packages/karma-build-scripts/createKarmaConfig.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/packages/karma-build-scripts/index.js b/packages/karma-build-scripts/index.js index b49c557d0f..78cb8b2067 100644 --- a/packages/karma-build-scripts/index.js +++ b/packages/karma-build-scripts/index.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/packages/labs/karma.conf.js b/packages/labs/karma.conf.js index ce9fdacedc..a028bdb087 100644 --- a/packages/labs/karma.conf.js +++ b/packages/labs/karma.conf.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/packages/labs/webpack.config.js b/packages/labs/webpack.config.js index b6d5e08013..29b1c75fed 100644 --- a/packages/labs/webpack.config.js +++ b/packages/labs/webpack.config.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/landing-app/scripts/dedupe-svg-ids.js b/packages/landing-app/scripts/dedupe-svg-ids.js index 4d876e78fd..5d50645206 100644 --- a/packages/landing-app/scripts/dedupe-svg-ids.js +++ b/packages/landing-app/scripts/dedupe-svg-ids.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/landing-app/src/index.tsx b/packages/landing-app/src/index.tsx index 6fcab47c5a..c97179a2e0 100644 --- a/packages/landing-app/src/index.tsx +++ b/packages/landing-app/src/index.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/landing-app/src/svgs.ts b/packages/landing-app/src/svgs.ts index 62a7c589ae..788212a1cb 100644 --- a/packages/landing-app/src/svgs.ts +++ b/packages/landing-app/src/svgs.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/landing-app/webpack.config.js b/packages/landing-app/webpack.config.js index 1cac670ebf..86c7f6a187 100644 --- a/packages/landing-app/webpack.config.js +++ b/packages/landing-app/webpack.config.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/node-build-scripts/assert-package-layout b/packages/node-build-scripts/assert-package-layout index bc907f5983..d56e56450f 100755 --- a/packages/node-build-scripts/assert-package-layout +++ b/packages/node-build-scripts/assert-package-layout @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright 2017 Palantir Technologies, Inc. All rights reserved. + * @license Copyright 2017 Palantir Technologies, Inc. All rights reserved. * @fileoverview Asserts that all library packages adhere to the layout spec. */ diff --git a/packages/node-build-scripts/generate-css-variables b/packages/node-build-scripts/generate-css-variables index 07ef2d7282..767e702cb1 100755 --- a/packages/node-build-scripts/generate-css-variables +++ b/packages/node-build-scripts/generate-css-variables @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright 2017 Palantir Technologies, Inc. All rights reserved. + * @license Copyright 2017 Palantir Technologies, Inc. All rights reserved. * @fileoverview Asserts that all library packages adhere to the layout spec. */ diff --git a/packages/node-build-scripts/generate-icons-source b/packages/node-build-scripts/generate-icons-source index c631bfc810..6c0e383d05 100755 --- a/packages/node-build-scripts/generate-icons-source +++ b/packages/node-build-scripts/generate-icons-source @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright 2017 Palantir Technologies, Inc. All rights reserved. + * @license Copyright 2017 Palantir Technologies, Inc. All rights reserved. * @fileoverview Generates icons Sass and TypeScript source code from JSON metadata about icons. */ diff --git a/packages/select/karma.conf.js b/packages/select/karma.conf.js index 856bc2d3e7..3d8add0585 100644 --- a/packages/select/karma.conf.js +++ b/packages/select/karma.conf.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/packages/select/src/common/predicate.ts b/packages/select/src/common/predicate.ts index 5ace0267e0..6fd90d79bc 100644 --- a/packages/select/src/common/predicate.ts +++ b/packages/select/src/common/predicate.ts @@ -1,8 +1,8 @@ /* -* Copyright 2018 Palantir Technologies, Inc. All rights reserved. -* -* Licensed under the terms of the LICENSE file distributed with this project. -*/ + * Copyright 2018 Palantir Technologies, Inc. All rights reserved. + * + * Licensed under the terms of the LICENSE file distributed with this project. + */ /** * Customize querying of entire `items` array. Return new list of items. diff --git a/packages/select/src/components/select/multiSelect.tsx b/packages/select/src/components/select/multiSelect.tsx index 5534b98c4f..79b7f2cf4e 100644 --- a/packages/select/src/components/select/multiSelect.tsx +++ b/packages/select/src/components/select/multiSelect.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/select/webpack.config.js b/packages/select/webpack.config.js index 33037aa826..652c710d74 100644 --- a/packages/select/webpack.config.js +++ b/packages/select/webpack.config.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/table-dev-app/src/denseGridMutableStore.ts b/packages/table-dev-app/src/denseGridMutableStore.ts index 449ede273a..899555b85d 100644 --- a/packages/table-dev-app/src/denseGridMutableStore.ts +++ b/packages/table-dev-app/src/denseGridMutableStore.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table-dev-app/src/features.tsx b/packages/table-dev-app/src/features.tsx index fe5a436266..01fe394402 100644 --- a/packages/table-dev-app/src/features.tsx +++ b/packages/table-dev-app/src/features.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table-dev-app/src/index.tsx b/packages/table-dev-app/src/index.tsx index d4cb6c6239..008da4153b 100644 --- a/packages/table-dev-app/src/index.tsx +++ b/packages/table-dev-app/src/index.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table-dev-app/src/localStore.ts b/packages/table-dev-app/src/localStore.ts index cca1824ed6..51efeaf87a 100644 --- a/packages/table-dev-app/src/localStore.ts +++ b/packages/table-dev-app/src/localStore.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table-dev-app/src/mutableTable.tsx b/packages/table-dev-app/src/mutableTable.tsx index b552073b99..3d812780b3 100644 --- a/packages/table-dev-app/src/mutableTable.tsx +++ b/packages/table-dev-app/src/mutableTable.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table-dev-app/src/nav.tsx b/packages/table-dev-app/src/nav.tsx index 824db6d22d..091f470339 100644 --- a/packages/table-dev-app/src/nav.tsx +++ b/packages/table-dev-app/src/nav.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/table-dev-app/src/slowLayoutStack.tsx b/packages/table-dev-app/src/slowLayoutStack.tsx index 6562c5a11d..427b994b54 100644 --- a/packages/table-dev-app/src/slowLayoutStack.tsx +++ b/packages/table-dev-app/src/slowLayoutStack.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table-dev-app/src/sparseGridMutableStore.ts b/packages/table-dev-app/src/sparseGridMutableStore.ts index cb16eae261..1d7db30edc 100644 --- a/packages/table-dev-app/src/sparseGridMutableStore.ts +++ b/packages/table-dev-app/src/sparseGridMutableStore.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/karma.conf.js b/packages/table/karma.conf.js index 89073545df..4cf250ecac 100644 --- a/packages/table/karma.conf.js +++ b/packages/table/karma.conf.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/packages/table/src/cell/cell.tsx b/packages/table/src/cell/cell.tsx index 70f97eb560..a67ccbadb7 100644 --- a/packages/table/src/cell/cell.tsx +++ b/packages/table/src/cell/cell.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/table/src/cell/editableCell.tsx b/packages/table/src/cell/editableCell.tsx index 609bf3aa27..645a946e21 100644 --- a/packages/table/src/cell/editableCell.tsx +++ b/packages/table/src/cell/editableCell.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/table/src/cell/formats/jsonFormat.tsx b/packages/table/src/cell/formats/jsonFormat.tsx index 5f156c5347..fd568f82b3 100644 --- a/packages/table/src/cell/formats/jsonFormat.tsx +++ b/packages/table/src/cell/formats/jsonFormat.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/cell/formats/truncatedFormat.tsx b/packages/table/src/cell/formats/truncatedFormat.tsx index 1a646113e5..2b43d9ca17 100644 --- a/packages/table/src/cell/formats/truncatedFormat.tsx +++ b/packages/table/src/cell/formats/truncatedFormat.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/column.tsx b/packages/table/src/column.tsx index a0c2e77110..7e5e125f7a 100644 --- a/packages/table/src/column.tsx +++ b/packages/table/src/column.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/batcher.ts b/packages/table/src/common/batcher.ts index 5e170d8386..8b85967b5d 100644 --- a/packages/table/src/common/batcher.ts +++ b/packages/table/src/common/batcher.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/clipboard.ts b/packages/table/src/common/clipboard.ts index 4c97da8c05..7c9fd11686 100644 --- a/packages/table/src/common/clipboard.ts +++ b/packages/table/src/common/clipboard.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/context.ts b/packages/table/src/common/context.ts index a93981d4a5..32de1224c1 100644 --- a/packages/table/src/common/context.ts +++ b/packages/table/src/common/context.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/table/src/common/contextMenuTargetWrapper.tsx b/packages/table/src/common/contextMenuTargetWrapper.tsx index 3226b04db1..226311a52f 100644 --- a/packages/table/src/common/contextMenuTargetWrapper.tsx +++ b/packages/table/src/common/contextMenuTargetWrapper.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/direction.ts b/packages/table/src/common/direction.ts index 9c97ac90ef..922e9d7e04 100644 --- a/packages/table/src/common/direction.ts +++ b/packages/table/src/common/direction.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/grid.ts b/packages/table/src/common/grid.ts index 172a8e6695..c8cf72a512 100644 --- a/packages/table/src/common/grid.ts +++ b/packages/table/src/common/grid.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/index.ts b/packages/table/src/common/index.ts index 7224151651..5c150bb96e 100644 --- a/packages/table/src/common/index.ts +++ b/packages/table/src/common/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/internal/directionUtils.ts b/packages/table/src/common/internal/directionUtils.ts index ad2c41a422..e4cb221064 100644 --- a/packages/table/src/common/internal/directionUtils.ts +++ b/packages/table/src/common/internal/directionUtils.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/internal/focusedCellUtils.ts b/packages/table/src/common/internal/focusedCellUtils.ts index f9298d5a18..89f7332c57 100644 --- a/packages/table/src/common/internal/focusedCellUtils.ts +++ b/packages/table/src/common/internal/focusedCellUtils.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/internal/scrollUtils.ts b/packages/table/src/common/internal/scrollUtils.ts index fc637c6e18..8798fe8d5f 100644 --- a/packages/table/src/common/internal/scrollUtils.ts +++ b/packages/table/src/common/internal/scrollUtils.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/internal/selectionUtils.ts b/packages/table/src/common/internal/selectionUtils.ts index 1101711047..c4f9bca7b1 100644 --- a/packages/table/src/common/internal/selectionUtils.ts +++ b/packages/table/src/common/internal/selectionUtils.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/loadableContent.tsx b/packages/table/src/common/loadableContent.tsx index a9465ee3a2..69b88b3118 100644 --- a/packages/table/src/common/loadableContent.tsx +++ b/packages/table/src/common/loadableContent.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/movementDelta.ts b/packages/table/src/common/movementDelta.ts index 667a2d89cc..f72de04c55 100644 --- a/packages/table/src/common/movementDelta.ts +++ b/packages/table/src/common/movementDelta.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/rect.ts b/packages/table/src/common/rect.ts index fdb0f5877f..fe9482f222 100644 --- a/packages/table/src/common/rect.ts +++ b/packages/table/src/common/rect.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/renderMode.ts b/packages/table/src/common/renderMode.ts index 7e83bd2b31..efb0f2c49f 100644 --- a/packages/table/src/common/renderMode.ts +++ b/packages/table/src/common/renderMode.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/requestIdleCallback.ts b/packages/table/src/common/requestIdleCallback.ts index 0ba24b1c12..7b8d780ff7 100644 --- a/packages/table/src/common/requestIdleCallback.ts +++ b/packages/table/src/common/requestIdleCallback.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/common/utils.ts b/packages/table/src/common/utils.ts index 6e55f5ab8d..3375ae23e1 100644 --- a/packages/table/src/common/utils.ts +++ b/packages/table/src/common/utils.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/headers/columnHeader.tsx b/packages/table/src/headers/columnHeader.tsx index 8dd3da282e..eeb97f0415 100644 --- a/packages/table/src/headers/columnHeader.tsx +++ b/packages/table/src/headers/columnHeader.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/headers/columnHeaderCell.tsx b/packages/table/src/headers/columnHeaderCell.tsx index 6766799328..970c44facb 100644 --- a/packages/table/src/headers/columnHeaderCell.tsx +++ b/packages/table/src/headers/columnHeaderCell.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/headers/editableName.tsx b/packages/table/src/headers/editableName.tsx index aeb9a6b90f..69abc42081 100644 --- a/packages/table/src/headers/editableName.tsx +++ b/packages/table/src/headers/editableName.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/headers/header.tsx b/packages/table/src/headers/header.tsx index e5748ea632..7724d35b24 100644 --- a/packages/table/src/headers/header.tsx +++ b/packages/table/src/headers/header.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/headers/headerCell.tsx b/packages/table/src/headers/headerCell.tsx index 8394203554..29698bdba9 100644 --- a/packages/table/src/headers/headerCell.tsx +++ b/packages/table/src/headers/headerCell.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/headers/rowHeader.tsx b/packages/table/src/headers/rowHeader.tsx index 1f4e466e1f..5eb53a7c7a 100644 --- a/packages/table/src/headers/rowHeader.tsx +++ b/packages/table/src/headers/rowHeader.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/headers/rowHeaderCell.tsx b/packages/table/src/headers/rowHeaderCell.tsx index 7dbb0dfc25..ccd0395841 100644 --- a/packages/table/src/headers/rowHeaderCell.tsx +++ b/packages/table/src/headers/rowHeaderCell.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/index.ts b/packages/table/src/index.ts index f47f3aec92..bc1feeb0a5 100644 --- a/packages/table/src/index.ts +++ b/packages/table/src/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/dragEvents.ts b/packages/table/src/interactions/dragEvents.ts index 3fb373942c..da079228c8 100644 --- a/packages/table/src/interactions/dragEvents.ts +++ b/packages/table/src/interactions/dragEvents.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/draggable.tsx b/packages/table/src/interactions/draggable.tsx index fc3759192f..b8afea1fed 100644 --- a/packages/table/src/interactions/draggable.tsx +++ b/packages/table/src/interactions/draggable.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/menus/copyCellsMenuItem.tsx b/packages/table/src/interactions/menus/copyCellsMenuItem.tsx index ebc3105dca..6be597947a 100644 --- a/packages/table/src/interactions/menus/copyCellsMenuItem.tsx +++ b/packages/table/src/interactions/menus/copyCellsMenuItem.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/menus/index.ts b/packages/table/src/interactions/menus/index.ts index aa02147fa3..1691efa8eb 100644 --- a/packages/table/src/interactions/menus/index.ts +++ b/packages/table/src/interactions/menus/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/menus/menuContext.ts b/packages/table/src/interactions/menus/menuContext.ts index d098d2cffb..66c2bf1df7 100644 --- a/packages/table/src/interactions/menus/menuContext.ts +++ b/packages/table/src/interactions/menus/menuContext.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/reorderable.tsx b/packages/table/src/interactions/reorderable.tsx index f2f506dae0..a194d2d762 100644 --- a/packages/table/src/interactions/reorderable.tsx +++ b/packages/table/src/interactions/reorderable.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/resizable.tsx b/packages/table/src/interactions/resizable.tsx index 75aef2cf76..e4abac6f51 100644 --- a/packages/table/src/interactions/resizable.tsx +++ b/packages/table/src/interactions/resizable.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/resizeHandle.tsx b/packages/table/src/interactions/resizeHandle.tsx index 103a3e1319..45146fc14a 100644 --- a/packages/table/src/interactions/resizeHandle.tsx +++ b/packages/table/src/interactions/resizeHandle.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/resizeSensor.ts b/packages/table/src/interactions/resizeSensor.ts index be5d9b7ec8..499638f9da 100644 --- a/packages/table/src/interactions/resizeSensor.ts +++ b/packages/table/src/interactions/resizeSensor.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/interactions/selectable.tsx b/packages/table/src/interactions/selectable.tsx index 74a19a3f80..db561c2837 100644 --- a/packages/table/src/interactions/selectable.tsx +++ b/packages/table/src/interactions/selectable.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/layers/guides.tsx b/packages/table/src/layers/guides.tsx index ea88b98f22..04c7765a3e 100644 --- a/packages/table/src/layers/guides.tsx +++ b/packages/table/src/layers/guides.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/layers/regions.tsx b/packages/table/src/layers/regions.tsx index b01a38ccec..45ca48c848 100644 --- a/packages/table/src/layers/regions.tsx +++ b/packages/table/src/layers/regions.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/locator.ts b/packages/table/src/locator.ts index 72ef184537..b1bae91810 100644 --- a/packages/table/src/locator.ts +++ b/packages/table/src/locator.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/quadrants/tableQuadrant.tsx b/packages/table/src/quadrants/tableQuadrant.tsx index 4a4fe323f4..bedfb467d3 100644 --- a/packages/table/src/quadrants/tableQuadrant.tsx +++ b/packages/table/src/quadrants/tableQuadrant.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/quadrants/tableQuadrantStack.tsx b/packages/table/src/quadrants/tableQuadrantStack.tsx index 27cde52b14..0025615fc0 100644 --- a/packages/table/src/quadrants/tableQuadrantStack.tsx +++ b/packages/table/src/quadrants/tableQuadrantStack.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/regions.ts b/packages/table/src/regions.ts index cd54c5f9a2..14647c6a54 100644 --- a/packages/table/src/regions.ts +++ b/packages/table/src/regions.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/table.tsx b/packages/table/src/table.tsx index 5a33ce03ba..5ab0ea37b2 100644 --- a/packages/table/src/table.tsx +++ b/packages/table/src/table.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/tableBody.tsx b/packages/table/src/tableBody.tsx index 4909ac1cd8..4b9ed0290e 100644 --- a/packages/table/src/tableBody.tsx +++ b/packages/table/src/tableBody.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/src/tableBodyCells.tsx b/packages/table/src/tableBodyCells.tsx index c874a3504a..34c24ac40c 100644 --- a/packages/table/src/tableBodyCells.tsx +++ b/packages/table/src/tableBodyCells.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/batcherTests.tsx b/packages/table/test/batcherTests.tsx index a5e90ddfe8..441d4c7bae 100644 --- a/packages/table/test/batcherTests.tsx +++ b/packages/table/test/batcherTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/cellTestUtils.ts b/packages/table/test/cellTestUtils.ts index eacd5b3c1f..d1727c09d0 100644 --- a/packages/table/test/cellTestUtils.ts +++ b/packages/table/test/cellTestUtils.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/cellTests.tsx b/packages/table/test/cellTests.tsx index d1267cec46..835984cccc 100644 --- a/packages/table/test/cellTests.tsx +++ b/packages/table/test/cellTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/clipboardTests.ts b/packages/table/test/clipboardTests.ts index 4a8d60229e..5c476aab5a 100644 --- a/packages/table/test/clipboardTests.ts +++ b/packages/table/test/clipboardTests.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/columnHeaderCellTests.tsx b/packages/table/test/columnHeaderCellTests.tsx index b9912deae2..4e65c2998c 100644 --- a/packages/table/test/columnHeaderCellTests.tsx +++ b/packages/table/test/columnHeaderCellTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/columnTests.tsx b/packages/table/test/columnTests.tsx index ffed77b315..ab813718ae 100644 --- a/packages/table/test/columnTests.tsx +++ b/packages/table/test/columnTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/common/internal/directionUtilsTests.ts b/packages/table/test/common/internal/directionUtilsTests.ts index cca2db183e..7847c9b3dd 100644 --- a/packages/table/test/common/internal/directionUtilsTests.ts +++ b/packages/table/test/common/internal/directionUtilsTests.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/common/internal/focusedCellUtilsTests.ts b/packages/table/test/common/internal/focusedCellUtilsTests.ts index 106e9cc7b5..bd77206f14 100644 --- a/packages/table/test/common/internal/focusedCellUtilsTests.ts +++ b/packages/table/test/common/internal/focusedCellUtilsTests.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/common/internal/index.ts b/packages/table/test/common/internal/index.ts index f7c14b0e9d..6afba09fa8 100644 --- a/packages/table/test/common/internal/index.ts +++ b/packages/table/test/common/internal/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/common/internal/platformUtilsTests.ts b/packages/table/test/common/internal/platformUtilsTests.ts index cc91074918..5902957f1d 100644 --- a/packages/table/test/common/internal/platformUtilsTests.ts +++ b/packages/table/test/common/internal/platformUtilsTests.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/common/internal/scrollUtilsTests.tsx b/packages/table/test/common/internal/scrollUtilsTests.tsx index e1a75a5def..3bddcf6297 100644 --- a/packages/table/test/common/internal/scrollUtilsTests.tsx +++ b/packages/table/test/common/internal/scrollUtilsTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/common/internal/selectionUtilsTests.ts b/packages/table/test/common/internal/selectionUtilsTests.ts index 62b355b434..8429a1e851 100644 --- a/packages/table/test/common/internal/selectionUtilsTests.ts +++ b/packages/table/test/common/internal/selectionUtilsTests.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/editableCellTests.tsx b/packages/table/test/editableCellTests.tsx index 020a340569..1349d21c96 100644 --- a/packages/table/test/editableCellTests.tsx +++ b/packages/table/test/editableCellTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/editableNameTests.tsx b/packages/table/test/editableNameTests.tsx index 590fdf3042..10e7571459 100644 --- a/packages/table/test/editableNameTests.tsx +++ b/packages/table/test/editableNameTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/formatsTests.tsx b/packages/table/test/formatsTests.tsx index 179ded9153..703bfcb750 100644 --- a/packages/table/test/formatsTests.tsx +++ b/packages/table/test/formatsTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/gridTests.ts b/packages/table/test/gridTests.ts index 0d30eb5f94..07258b9bf2 100644 --- a/packages/table/test/gridTests.ts +++ b/packages/table/test/gridTests.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/guidesTests.tsx b/packages/table/test/guidesTests.tsx index 89e87d018d..fcfad90684 100644 --- a/packages/table/test/guidesTests.tsx +++ b/packages/table/test/guidesTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/harness.ts b/packages/table/test/harness.ts index 82d576588d..449ee530cd 100644 --- a/packages/table/test/harness.ts +++ b/packages/table/test/harness.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/index.ts b/packages/table/test/index.ts index 181d53e593..0c30563803 100644 --- a/packages/table/test/index.ts +++ b/packages/table/test/index.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/loadableContentTests.tsx b/packages/table/test/loadableContentTests.tsx index c8218f9f57..37e9656b0e 100644 --- a/packages/table/test/loadableContentTests.tsx +++ b/packages/table/test/loadableContentTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/loadingOptionsTests.tsx b/packages/table/test/loadingOptionsTests.tsx index 022e928fa9..a6dd661e16 100644 --- a/packages/table/test/loadingOptionsTests.tsx +++ b/packages/table/test/loadingOptionsTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/locatorTests.tsx b/packages/table/test/locatorTests.tsx index b9c7821bc2..0cfef7ce2c 100644 --- a/packages/table/test/locatorTests.tsx +++ b/packages/table/test/locatorTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/menusTests.tsx b/packages/table/test/menusTests.tsx index b85b1d161c..3c3c19f129 100644 --- a/packages/table/test/menusTests.tsx +++ b/packages/table/test/menusTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/mocks/table.tsx b/packages/table/test/mocks/table.tsx index 0ef9ac162f..a2333c51c8 100644 --- a/packages/table/test/mocks/table.tsx +++ b/packages/table/test/mocks/table.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/quadrants/tableQuadrantStackTests.tsx b/packages/table/test/quadrants/tableQuadrantStackTests.tsx index 5e376fe481..7f31063042 100644 --- a/packages/table/test/quadrants/tableQuadrantStackTests.tsx +++ b/packages/table/test/quadrants/tableQuadrantStackTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/quadrants/tableQuadrantTests.tsx b/packages/table/test/quadrants/tableQuadrantTests.tsx index eba57998c7..18e74b1140 100644 --- a/packages/table/test/quadrants/tableQuadrantTests.tsx +++ b/packages/table/test/quadrants/tableQuadrantTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/rectTests.ts b/packages/table/test/rectTests.ts index 74703fa1ae..7d0a32b670 100644 --- a/packages/table/test/rectTests.ts +++ b/packages/table/test/rectTests.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/regionsTests.ts b/packages/table/test/regionsTests.ts index 4f97f7e656..8f794447ea 100644 --- a/packages/table/test/regionsTests.ts +++ b/packages/table/test/regionsTests.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/reorderableTests.tsx b/packages/table/test/reorderableTests.tsx index 5566d9d4a1..e3730e42a3 100644 --- a/packages/table/test/reorderableTests.tsx +++ b/packages/table/test/reorderableTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/resizableTests.tsx b/packages/table/test/resizableTests.tsx index 7cb8faf2ee..6e9c7a5376 100644 --- a/packages/table/test/resizableTests.tsx +++ b/packages/table/test/resizableTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/selectableTests.tsx b/packages/table/test/selectableTests.tsx index 22a5bf1cff..31936e5824 100644 --- a/packages/table/test/selectableTests.tsx +++ b/packages/table/test/selectableTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/tableBodyTests.tsx b/packages/table/test/tableBodyTests.tsx index a0d909b3e1..94c46b23af 100644 --- a/packages/table/test/tableBodyTests.tsx +++ b/packages/table/test/tableBodyTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/tableTests.tsx b/packages/table/test/tableTests.tsx index 1179100f9b..7678edcbf5 100644 --- a/packages/table/test/tableTests.tsx +++ b/packages/table/test/tableTests.tsx @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/test/utilsTests.ts b/packages/table/test/utilsTests.ts index 8c12723cc7..3333874915 100644 --- a/packages/table/test/utilsTests.ts +++ b/packages/table/test/utilsTests.ts @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. diff --git a/packages/table/webpack.config.js b/packages/table/webpack.config.js index 3b8d42affa..2699c31f03 100644 --- a/packages/table/webpack.config.js +++ b/packages/table/webpack.config.js @@ -1,4 +1,4 @@ -/** +/*\ * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/test-commons/src/generateIsomorphicTests.ts b/packages/test-commons/src/generateIsomorphicTests.ts index d330947e76..620575db01 100755 --- a/packages/test-commons/src/generateIsomorphicTests.ts +++ b/packages/test-commons/src/generateIsomorphicTests.ts @@ -1,6 +1,7 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. - * @fileoverview Generates isomorphic tests for React components + * + * Generates isomorphic tests for React components */ // TODO: make this an executable script that takes configuration from CLI arguments so we don't need diff --git a/packages/timezone/karma.conf.js b/packages/timezone/karma.conf.js index 856bc2d3e7..3d8add0585 100644 --- a/packages/timezone/karma.conf.js +++ b/packages/timezone/karma.conf.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/packages/timezone/webpack.config.js b/packages/timezone/webpack.config.js index 4e41d00024..bdc9432bfc 100644 --- a/packages/timezone/webpack.config.js +++ b/packages/timezone/webpack.config.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/tslint-config/index.js b/packages/tslint-config/index.js index a75bb870c0..f4a5f4a70c 100644 --- a/packages/tslint-config/index.js +++ b/packages/tslint-config/index.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/webpack-build-scripts/index.js b/packages/webpack-build-scripts/index.js index cf8c70476b..d308606c53 100644 --- a/packages/webpack-build-scripts/index.js +++ b/packages/webpack-build-scripts/index.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/webpack-build-scripts/utils.js b/packages/webpack-build-scripts/utils.js index 9cb7721b06..bebabbd8d2 100644 --- a/packages/webpack-build-scripts/utils.js +++ b/packages/webpack-build-scripts/utils.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/packages/webpack-build-scripts/webpack.config.base.js b/packages/webpack-build-scripts/webpack.config.base.js index 07b761ac8c..ff0239e6af 100644 --- a/packages/webpack-build-scripts/webpack.config.base.js +++ b/packages/webpack-build-scripts/webpack.config.base.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * Licensed under the terms of the LICENSE file distributed with this project. */ diff --git a/packages/webpack-build-scripts/webpack.config.karma.js b/packages/webpack-build-scripts/webpack.config.karma.js index dd2c6fc8ff..f52edc3cda 100644 --- a/packages/webpack-build-scripts/webpack.config.karma.js +++ b/packages/webpack-build-scripts/webpack.config.karma.js @@ -1,4 +1,4 @@ -/** +/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. */ diff --git a/scripts/get-publishable-paths-from-semver-tags b/scripts/get-publishable-paths-from-semver-tags index bd6809372d..95db6fb9fb 100755 --- a/scripts/get-publishable-paths-from-semver-tags +++ b/scripts/get-publishable-paths-from-semver-tags @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright 2017 Palantir Technologies, Inc. All rights reserved. + * @license Copyright 2017 Palantir Technologies, Inc. All rights reserved. * @fileoverview Finds the subset of packages which are ready to be published based on the latest Lerna publish commit. */