Skip to content

Commit

Permalink
feat: add reuse file
Browse files Browse the repository at this point in the history
添加reuse文件,用于声明项目文件的版权和协议

Log:
  • Loading branch information
myml authored and black-desk committed Aug 14, 2023
1 parent feea8f2 commit 1d040da
Show file tree
Hide file tree
Showing 82 changed files with 1,051 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: linglong-homepage
Upstream-Contact: myml <[email protected]>
Source: https://github.com/linuxdeepin/linglong-homepage

# ci
Files: .github/* .gitlab-ci.yml
Copyright: None
License: CC0-1.0

# gitignore #
Files: .gitignore
Copyright: None
License: CC0-1.0

# json conf yaml lock
Files: *.json *.yaml *.lock .editorconfig
Copyright: None
License: CC0-1.0

# README&doc
Files: README*
Copyright: None
License: CC-BY-4.0

# img
Files: public/favicon.ico public/asset/*
Copyright: UnionTech Software Technology Co., Ltd.
License: LGPL-3.0-or-later

# env
Files: .env env.d.ts
Copyright: None
License: CC-BY-4.0

# index
Files: index.md
Copyright: None
License: CC-BY-4.0
4 changes: 4 additions & 0 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later

module.exports = {
head: [
[
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/NewLayout.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<Layout v-if="lay.isDefault" />
<Home v-if="lay.isHome" />
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/en/footer/index.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div class="footer-container">
<div class="block u-flex">
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/en/footer/tiny-footer.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div class="footer-container">
<div class="block">
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/en/header/index.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div class="nav-wrap u-flex u-items-center u-justify-between" :class="{ 'header-theme': scrollVal.headerTheme }">
<div class="logo"></div>
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/en/header/tiny-header.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div :class="{'header-wrap': expand}">
<div class="nav-wrap u-flex u-items-center u-justify-between">
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/en/home/index.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<FullLayout class="full-layout">
<template #header>
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/en/home/tiny.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<TinyLayout class="tiny-layout">
<template #header>
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/layout/full.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div class="full-container">
<div class="full-header" :class="{ 'header-theme': scrollVal.headerTheme }">
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/layout/tiny.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div class="full-container">
<div class="tiny-header" :class="{ 'tiny-header-theme': scrollVal.headerTheme }">
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/zh/footer/index.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div class="footer-container">
<div class="block u-flex">
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/zh/footer/tiny-footer.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div class="footer-container">
<div class="block">
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/zh/header/index.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div class="nav-wrap u-flex u-items-center u-justify-between" :class="{ 'header-theme': scrollVal.headerTheme }">
<div class="logo"></div>
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/zh/header/tiny-header.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<div :class="{'header-wrap': expand}">
<div class="nav-wrap u-flex u-items-center u-justify-between">
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/zh/home/index.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<FullLayout class="full-layout">
<template #header>
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/components/zh/home/tiny.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<template>
<TinyLayout class="tiny-layout">
<template #header>
Expand Down
6 changes: 6 additions & 0 deletions .vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
*
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

:root {
--vp-home-hero-name-color: #003296;

Expand Down
4 changes: 4 additions & 0 deletions .vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later

import DefaultTheme from 'vitepress/theme'

import NewLayout from './components/NewLayout.vue'
Expand Down
Loading

0 comments on commit 1d040da

Please sign in to comment.