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

Replace license with Apache 2.0 #1751

Merged
merged 5 commits into from
Oct 25, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update copyright headers on scss source files
  • Loading branch information
adidahiya committed Oct 25, 2017
commit 980f2018e923d0eb230e5c0a113437659cba200f
4 changes: 1 addition & 3 deletions packages/core/src/_accessibility.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

:focus {
@include focus-outline();
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
@charset "utf-8"; // foreign characters ahead (in KSS markup)

// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "common/variables";
@import "common/mixins";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/blueprint.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
* Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
* of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
* and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.
*/

// Import files in the same order that they are documented in the docs
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/common/_color-aliases.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

/*
Color aliases
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/common/_colors.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

// Gray scale

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/common/_font-imports.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "variables";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/common/_icons.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "variables";
@import "../generated/icon-variables";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/common/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "colors";

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/common/_react-transition.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

/*
A mixin to generate the classes for a React CSSTransitionGroup which animates any number of CSS
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/common/_resets.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

// Apply a natural box layout model to all elements, but allow components to change as necessary
html {
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/common/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "colors";
@import "mixins";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/_index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "alert/alert";
@import "breadcrumbs/breadcrumbs";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/alert/_alert.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/breadcrumbs/_breadcrumbs.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "../../common/icons";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/button/_button-group.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "../../common/variables";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/button/_button.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "../../common/variables";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/button/_common.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/mixins";
@import "../../common/variables";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/callout/_callout.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "../../common/variables";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/card/_card.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/collapse/_collapse.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/context-menu/_context-menu.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

.pt-context-menu .pt-popover-target {
display: block;
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/dialog/_dialog.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "../../common/icons";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "../../common/variables";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_common.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "../../common/icons";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_control-group.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";
@import "../button/common";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_controls.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/mixins";
@import "../../common/variables";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_file-upload.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";
@import "../button/common";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_form-group.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2017 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";
@import "../../common/mixins";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

// NOTE: this partial file is imported once here so form components can just use it.
// multiple @imports of shared/forms from different files causes placeholder @extends to
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_input-group.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";
@import "../button/common";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_input.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_label.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/forms/_select.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";
@import "../popover/common";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/icon/_icons.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/icons";

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/menu/_common.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

$half-grid-size: $pt-grid-size / 2 !default;

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/menu/_menu.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";
@import "../../common/icons";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/menu/_submenu.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";
@import "../../common/icons";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/navbar/_navbar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "../../common/variables";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";
@import "../../common/mixins";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/overlay/_overlay.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/popover/_common.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "../../common/variables";
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/popover/_popover.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "./common";

Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/portal/_portal.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

.pt-portal {
// take the portal out of the document flow to prevent browsers from autoscrolling to the bottom
Expand Down
4 changes: 1 addition & 3 deletions packages/core/src/components/progress/_common.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2017 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS
// Licensed under the Apache License, Version 2.0.

@import "../../common/variables";

Expand Down
Loading