Skip to content

Commit 0b986cd

Browse files
committed
chore: add copyright template
1 parent 5f2e8c2 commit 0b986cd

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

{{cookiecutter.app_name}}/Common/Sources/Common/FeatureReducer.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// FeatureReducer.swift
3+
// Common
34
//
4-
//
5-
// Created by Md. Arman Morshed on 6/12/23.
5+
// Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6+
// Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved.
67
//
78

89
import ComposableArchitecture

{{cookiecutter.app_name}}/Features/Sources/App/AppFeature.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// AppFeature.swift
3+
// Features
34
//
4-
//
5-
// Created by Md. Arman Morshed on 6/12/23.
5+
// Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6+
// Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved.
67
//
78

89
import Common

{{cookiecutter.app_name}}/Features/Sources/App/AppView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// AppView.swift
3+
// Features
34
//
4-
//
5-
// Created by Md. Arman Morshed on 6/12/23.
5+
// Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6+
// Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved.
67
//
78

89
import Common

{{cookiecutter.app_name}}/Features/Sources/Counter/CounterFeature.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// CounterFeature.swift
3+
// Features
34
//
4-
//
5-
// Created by Md. Arman Morshed on 6/12/23.
5+
// Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6+
// Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved.
67
//
78

89
import Foundation

{{cookiecutter.app_name}}/Features/Sources/Counter/CounterView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// CounterView.swift
3+
// Features
34
//
4-
//
5-
// Created by Md. Arman Morshed on 6/12/23.
5+
// Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6+
// Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved.
67
//
78

89
import Common

0 commit comments

Comments
 (0)