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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/core/src/common/alignment.ts
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Loading