Skip to content

Commit

Permalink
fixed license lint to use 2021 for end date. (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-at-uber committed Jan 5, 2021
1 parent 5534b80 commit 61b240e
Show file tree
Hide file tree
Showing 200 changed files with 205 additions and 205 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Expand Up @@ -32,7 +32,7 @@ module.exports = {
* // Copyright (c) 2020 Uber Technologies Inc.
*
* 2. multi-year span
* // Copyright (c) 2017-2020 Uber Technologies Inc.
* // Copyright (c) 2017-2021 Uber Technologies Inc.
*
* 3. new file from another company referenced
* // Modifications Copyright (c) 2020 Uber Technologies Inc.
Expand All @@ -46,7 +46,7 @@ module.exports = {
*
* In this case it will change header:
* from:
* Copyright (c) 2017-2020 Uber Technologies Inc.
* Copyright (c) 2017-2021 Uber Technologies Inc.
* Copyright (c) 2020 Uber Technologies Inc.
* to:
* Copyright (c) 2021 Uber Technologies Inc.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/App.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/bar-loader.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/button-fill.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/button-icon.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/copy.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/data-viewer.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/date-range-picker/constants.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/date-range-picker/helpers.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/date-range-picker/helpers.spec.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/date-range-picker/index.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/detail-list.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/domain-navigation.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/error-message.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/feature-flag.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/flex-grid-item.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/flex-grid.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/highlight-toggle.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/index.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/loading-message.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/loading-spinner.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/navigation-bar.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/navigation-link.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/news-modal.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/no-results.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/notification-bar.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/paged-grid.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/settings-modal/constants.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/settings-modal/index.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/components/text-input.vue
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/constants.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/directives/snapscroll.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/__mocks__/index.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-datetime-formatted-string.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-datetime-formatted-string.spec.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-end-time-iso-string.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-end-time-iso-string.spec.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-environment-list.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-environment-list.spec.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-environment-location.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-environment-location.spec.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-environment.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-environment.spec.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-error-message.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-error-message.spec.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-escaped-forward-slash.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-escaped-forward-slash.spec.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-json-string-object.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-key-value-pairs.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-latest-news-items.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-latest-news-items.spec.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/get-query-string-from-object.js
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Uber Technologies Inc.
// Copyright (c) 2017-2021 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down

0 comments on commit 61b240e

Please sign in to comment.