Skip to content

Commit

Permalink
Removed copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Rieger committed Jan 24, 2018
1 parent 3600ef1 commit da9b232
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 49 deletions.
10 changes: 1 addition & 9 deletions Swift 4.x/TripServiceKata/Sources/TripServiceKata/Trip.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// Trip.swift
// TripServiceKata
//
// Created by Alessandro Benvenuti on 21/02/2016.
// Copyright © 2016 Alessandro Benvenuti. All rights reserved.
//

import Foundation

class Trip { }
class Trip { }
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// TripDAO.swift
// TripServiceKata
//
// Created by Alessandro Benvenuti on 21/02/2016.
// Copyright © 2016 Alessandro Benvenuti. All rights reserved.
//

import Foundation

class TripDAO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// TripService.swift
// TripServiceKata
//
// Created by Alessandro Benvenuti on 21/02/2016.
// Copyright © 2016 Alessandro Benvenuti. All rights reserved.
//

import Foundation

class TripService
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// UnitTestErrorType.swift
// TripServiceKata
//
// Created by Alessandro Benvenuti on 21/02/2016.
// Copyright © 2016 Alessandro Benvenuti. All rights reserved.
//

import Foundation

enum UnitTestErrorType : Error
Expand Down
8 changes: 0 additions & 8 deletions Swift 4.x/TripServiceKata/Sources/TripServiceKata/User.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// User.swift
// TripServiceKata
//
// Created by Alessandro Benvenuti on 21/02/2016.
// Copyright © 2016 Alessandro Benvenuti. All rights reserved.
//

import Foundation

func ==(lhs: User, rhs: User) -> Bool
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// UserSession.swift
// TripServiceKata
//
// Created by Alessandro Benvenuti on 21/02/2016.
// Copyright © 2016 Alessandro Benvenuti. All rights reserved.
//

import Foundation

class UserSession
Expand Down

0 comments on commit da9b232

Please sign in to comment.