Skip to content

Commit

Permalink
Add license.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger authored and github-actions committed Dec 9, 2024
1 parent 4093ef1 commit 4fcf357
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/packages/teleport/src/services/mfa/makeMfa.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Teleport
* Copyright (C) 2023 Gravitational, Inc.
* Copyright (C) 2024 Gravitational, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion web/packages/teleport/src/services/mfa/mfaOptions.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Teleport
* Copyright (C) 2023 Gravitational, Inc.
* Copyright (C) 2024 Gravitational, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down
18 changes: 18 additions & 0 deletions web/packages/teleport/src/services/mfa/mfaOptions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/**
* Teleport
* Copyright (C) 2024 Gravitational, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import { Auth2faType } from 'shared/services';

import { DeviceType, MfaAuthenticateChallenge, SSOChallenge } from './types';
Expand Down

0 comments on commit 4fcf357

Please sign in to comment.