Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit b8eea4a

Browse files
chore: add spdx license header to source files
Signed-off-by: Nicholas Farshidmehr <nicholas@profian.com>
1 parent 936ce2e commit b8eea4a

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

src/auth.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2022 Profian Inc. <opensource@profian.com>
2+
// SPDX-License-Identifier: AGPL-3.0-only
3+
14
use std::ops::Deref;
25

36
use crate::redirect;

src/redirect.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2022 Profian Inc. <opensource@profian.com>
2+
// SPDX-License-Identifier: AGPL-3.0-only
3+
14
use axum::response::Redirect;
25

36
/// The user has no session and has likely been logged out.

src/templates.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2022 Profian Inc. <opensource@profian.com>
2+
// SPDX-License-Identifier: AGPL-3.0-only
3+
14
use askama::Template;
25
use axum::{
36
http::StatusCode,

templates/root_get.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2022 Profian Inc. <opensource@profian.com>
3+
SPDX-License-Identifier: AGPL-3.0-only
4+
-->
15
<!DOCTYPE html>
26
<html>
37

templates/uuid_get.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2022 Profian Inc. <opensource@profian.com>
3+
SPDX-License-Identifier: AGPL-3.0-only
4+
-->
15
<!DOCTYPE html>
26
<html>
37

0 commit comments

Comments
 (0)