Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 69c900a

Browse files
refactor: update copyright information
1 parent e99fa64 commit 69c900a

File tree

84 files changed

+85
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+85
-85
lines changed

App.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (C) 2018-2019 Zachary Kohnen (DusterTheFirst)
2+
* Copyright (C) 2018-2020 Zachary Kohnen (DusterTheFirst)
33
*/
44

55
import App from "./src/App";

README.md

Lines changed: 1 addition & 1 deletion

setupJest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (C) 2018-2019 Zachary Kohnen (DusterTheFirst)
2+
* Copyright (C) 2018-2020 Zachary Kohnen (DusterTheFirst)
33
*/
44

55
// tslint:disable-next-line: no-implicit-dependencies

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (C) 2018-2019 Zachary Kohnen (DusterTheFirst)
2+
* Copyright (C) 2018-2020 Zachary Kohnen (DusterTheFirst)
33
*/
44

55
import { InitialState, NavigationState } from "@react-navigation/core";

src/__mocks__/classes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (C) 2018-2019 Zachary Kohnen (DusterTheFirst)
2+
* Copyright (C) 2018-2020 Zachary Kohnen (DusterTheFirst)
33
*/
44

55
import { BlockColor } from "../util/blocks/blockColor";

src/components/IconComponent.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (C) 2018-2019 Zachary Kohnen (DusterTheFirst)
2+
* Copyright (C) 2018-2020 Zachary Kohnen (DusterTheFirst)
33
*/
44

55
import React from "react";

src/components/IconComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (C) 2018-2019 Zachary Kohnen (DusterTheFirst)
2+
* Copyright (C) 2018-2020 Zachary Kohnen (DusterTheFirst)
33
*/
44

55
import { Ionicons } from "@expo/vector-icons";

src/components/blocks/AdvisoryComponent.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (C) 2018-2019 Zachary Kohnen (DusterTheFirst)
2+
* Copyright (C) 2018-2020 Zachary Kohnen (DusterTheFirst)
33
*/
44

55
import dayjs from "dayjs";

src/components/blocks/AdvisoryComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (C) 2018-2019 Zachary Kohnen (DusterTheFirst)
2+
* Copyright (C) 2018-2020 Zachary Kohnen (DusterTheFirst)
33
*/
44

55
import React, { memo } from "react";

src/components/blocks/BlockComponent.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (C) 2018-2019 Zachary Kohnen (DusterTheFirst)
2+
* Copyright (C) 2018-2020 Zachary Kohnen (DusterTheFirst)
33
*/
44

55
import dayjs from "dayjs";

0 commit comments

Comments
 (0)