Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copyright comments use /* only #2268

Merged
merged 2 commits into from Mar 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions 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 {
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
4 changes: 1 addition & 3 deletions 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";
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/datetime/karma.conf.js
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
*/

Expand Down
8 changes: 4 additions & 4 deletions 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";
Expand Down
8 changes: 4 additions & 4 deletions 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";

Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/docs-data/docsUtils.js
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
*/

Expand Down
2 changes: 2 additions & 0 deletions packages/docs-theme/src/styles/_banner.scss
Expand Up @@ -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;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh this should fix the banner issue


position: fixed;
top: 0;
right: 0;
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-build-scripts/createKarmaConfig.js
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/karma-build-scripts/index.js
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/labs/karma.conf.js
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
*/

Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/

Expand Down
2 changes: 1 addition & 1 deletion 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.
*/

Expand Down
2 changes: 1 addition & 1 deletion 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.
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/select/karma.conf.js
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
*/

Expand Down
8 changes: 4 additions & 4 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion packages/table/karma.conf.js
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
*/

Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down