Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
hashishaw committed Sep 20, 2024
1 parent 8f1b5b1 commit dc92a29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/app/models/generated-item.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/

import Model from '@ember-data/model';

// This model is used for OpenApi-generated models in path-help service's getNewModel method
export default class GeneratedItemModel extends Model {
allFields = [];

Expand Down
5 changes: 5 additions & 0 deletions ui/tests/unit/models/generated-item-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/

import { module, test } from 'qunit';

import { setupTest } from 'vault/tests/helpers';
Expand Down

0 comments on commit dc92a29

Please sign in to comment.