Skip to content

Commit bb1fc07

Browse files
authored
Merge pull request #6 from IanKeen/Models-cleanup
Models cleanup
2 parents be8669f + 348ebc3 commit bb1fc07

File tree

80 files changed

+621
-314
lines changed

Some content is hidden

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

80 files changed

+621
-314
lines changed

Sources/App/Services/HelloBot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// HelloBot.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 4/06/2016.
66
//

Sources/App/Services/KarmaBot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// KarmaBot.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 21/05/2016.
66
// Copyright © 2016 Mustard. All rights reserved.

Sources/App/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// main.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 28/05/2016.
66
// Copyright © 2016 Mustard. All rights reserved.

Sources/Bot/Adaptors/MessageAdaptor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MessageAdaptor.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 21/05/2016.
66
// Copyright © 2016 Mustard. All rights reserved.

Sources/Bot/Builders/SlackMessageBuilder+Operators.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SlackMessageBuilder+Operators.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 6/06/2016.
66
//

Sources/Bot/Builders/SlackMessageBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SlackMessageBuilder.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 6/06/2016.
66
//

Sources/Bot/Services/Storage/MemoryStorage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MemoryStorage.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 24/05/2016.
66
// Copyright © 2016 Mustard. All rights reserved.

Sources/Bot/Services/Storage/PlistStorage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// PlistStorage.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 23/05/2016.
66
// Copyright © 2016 Mustard. All rights reserved.

Sources/Bot/Services/Storage/Storage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Storage.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 23/05/2016.
66
// Copyright © 2016 Mustard. All rights reserved.

Sources/Bot/SlackBot+API.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SlackBot+API.swift
3-
// Chameleon
3+
// Chameleon
44
//
55
// Created by Ian Keen on 19/05/2016.
66
// Copyright © 2016 Mustard. All rights reserved.

0 commit comments

Comments
 (0)