Skip to content

Commit

Permalink
chore: copyright 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Jan 24, 2022
1 parent ec92447 commit 2cadf19
Show file tree
Hide file tree
Showing 134 changed files with 2,546 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* This file is part of INU Cafeteria.
*
* Copyright 2022 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

module.exports = {
root: true,
env: {
Expand Down
19 changes: 19 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* This file is part of INU Cafeteria.
*
* Copyright 2022 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
Expand Down
19 changes: 19 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* This file is part of INU Cafeteria.
*
* Copyright 2022 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
};
19 changes: 19 additions & 0 deletions config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* This file is part of INU Cafeteria.
*
* Copyright 2022 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import {isProduction} from '@/utils/nodeEnv';

const serverUrl = {
Expand Down
19 changes: 19 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* This file is part of INU Cafeteria.
*
* Copyright 2022 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

module.exports = {
testRegex: '\\.test\\.ts$',
transform: {
Expand Down
19 changes: 19 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
~ This file is part of INU Cafeteria.
~
~ Copyright 2022 INU Global App Center <potados99@gmail.com>
~
~ INU Cafeteria is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ INU Cafeteria 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 General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<!DOCTYPE html>
<html id="root" lang="en">
<!-- 문제 생기면 전화주세용 010-2922-2661 -->
Expand Down
19 changes: 19 additions & 0 deletions services.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* This file is part of INU Cafeteria.
*
* Copyright 2022 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import Vue from 'vue';
import Logs from '@/features/logs/Logs.vue';
import Visit from '@/features/visit/Visit.vue';
Expand Down
19 changes: 19 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
- This file is part of INU Cafeteria.
-
- Copyright 2022 INU Global App Center <potados99@gmail.com>
-
- INU Cafeteria is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- INU Cafeteria 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<template>
<v-app>
<v-navigation-drawer v-model="drawer" app clipped>
Expand Down
19 changes: 19 additions & 0 deletions src/components/DrawerList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
- This file is part of INU Cafeteria.
-
- Copyright 2022 INU Global App Center <potados99@gmail.com>
-
- INU Cafeteria is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- INU Cafeteria 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<template>
<v-list nav dense expand>
<!-- 사용자 프로필 -->
Expand Down
19 changes: 19 additions & 0 deletions src/components/LoadingStatusView.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
- This file is part of INU Cafeteria.
-
- Copyright 2022 INU Global App Center <potados99@gmail.com>
-
- INU Cafeteria is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- INU Cafeteria 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<template>
<div>
<!-- The shimmer -->
Expand Down
19 changes: 19 additions & 0 deletions src/core/common/object.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* This file is part of INU Cafeteria.
*
* Copyright 2022 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import {OnlyFields} from '@/core/common/types';

/**
Expand Down
19 changes: 19 additions & 0 deletions src/core/common/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* This file is part of INU Cafeteria.
*
* Copyright 2022 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/* eslint-disable @typescript-eslint/ban-types */

export type ConstructorType<T> = {new (): T};
Expand Down
19 changes: 19 additions & 0 deletions src/core/component/common/EditableVListItemField.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
- This file is part of INU Cafeteria.
-
- Copyright 2022 INU Global App Center <potados99@gmail.com>
-
- INU Cafeteria is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- INU Cafeteria 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<template>
<v-list-item v-show="field.visible">
<!-- 필드 이름 -->
Expand Down
19 changes: 19 additions & 0 deletions src/core/component/common/EmptyView.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
- This file is part of INU Cafeteria.
-
- Copyright 2022 INU Global App Center <potados99@gmail.com>
-
- INU Cafeteria is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- INU Cafeteria 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<template>
<div v-show="!fetching && !error && allItems.length === 0" class="empty-view-div font-weight-bold text--secondary">
{{ itemDisplayName + '이(가) 없습니다.' }}
Expand Down
19 changes: 19 additions & 0 deletions src/core/component/common/FormInputField.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
- This file is part of INU Cafeteria.
-
- Copyright 2022 INU Global App Center <potados99@gmail.com>
-
- INU Cafeteria is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- INU Cafeteria 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<template>
<div v-show="field.visible && field.mutable">
<!-- 숫자 필드 -->
Expand Down
19 changes: 19 additions & 0 deletions src/core/component/common/LoadingStatusView.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
- This file is part of INU Cafeteria.
-
- Copyright 2022 INU Global App Center <potados99@gmail.com>
-
- INU Cafeteria is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- INU Cafeteria 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<template>
<div>
<!-- 샥샥 뷰 -->
Expand Down
19 changes: 19 additions & 0 deletions src/core/component/common/ReadOnlyVListItemField.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
- This file is part of INU Cafeteria.
-
- Copyright 2022 INU Global App Center <potados99@gmail.com>
-
- INU Cafeteria is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- INU Cafeteria 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<template>
<v-list-item v-show="field.visible" :class="dense ? 'small-list-item' : ''">
<!-- 필드 이름 -->
Expand Down
Loading

0 comments on commit 2cadf19

Please sign in to comment.