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

update license years to 2024 #536

Merged
merged 1 commit into from
Jan 17, 2024
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 7 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ module.exports = {
* Examples which match pattern:
*
* 1. single year span (by default for new files)
* // Copyright (c) 2020 Uber Technologies Inc.
* // Copyright (c) 2024 Uber Technologies Inc.
*
* 2. multi-year span
* // Copyright (c) 2017-2023 Uber Technologies Inc.
* // Copyright (c) 2017-2024 Uber Technologies Inc.
*
* 3. new file from another company referenced
* // Modifications Copyright (c) 2020 Uber Technologies Inc.
* // Modifications Copyright (c) 2024 Uber Technologies Inc.
*
* See `client/test/lint/license` for passing examples.
*
Expand All @@ -47,13 +47,13 @@ module.exports = {
*
* In this case it will change header:
* from:
* Copyright (c) 2017-2022 Uber Technologies Inc.
* Copyright (c) 2017-2023 Uber Technologies Inc.
* Copyright (c) 2020 Uber Technologies Inc.
* to:
* Copyright (c) 2022 Uber Technologies Inc.
* Copyright (c) 2024 Uber Technologies Inc.
* but should be (respectively):
* Copyright (c) 2017-2022 Uber Technologies Inc.
* Copyright (c) 2020-2022 Uber Technologies Inc.
* Copyright (c) 2017-2024 Uber Technologies Inc.
* Copyright (c) 2020-2024 Uber Technologies Inc.
*
* I have requested for a new feature which allows templates to
* use named capture groups in the template. See open issue:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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/autocomplete.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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-group.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions client/components/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Portions of the Software are attributed to Copyright (c) 2020 Temporal Technologies Inc.
// Copyright (c) 2017-2024 Uber Technologies Inc.
// Portions of the Software are attributed to Copyright (c) 2020-2024 Temporal Technologies Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion client/components/loading-message.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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/select-input.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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-footer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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-toggle.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions client/components/workflow-grid.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
// Modifications Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2020-2022 Temporal Technologies, Inc.
// Modifications Copyright (c) 2021-2024 Uber Technologies Inc.
// Copyright (c) 2020-2024 Temporal Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion client/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2023 Uber Technologies Inc.
// Copyright (c) 2017-2024 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/containers/active-status/action-types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/actions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/component.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/connector.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/getter-types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/getters.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/getters.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/helpers/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/helpers/state-prefix.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/helpers/type-prefix.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/active-status/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/cluster/action-types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/cluster/actions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 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/containers/cluster/actions.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Uber Technologies Inc.
// Copyright (c) 2021-2024 Uber Technologies Inc.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading
Loading