Skip to content

Commit

Permalink
removed copyright markers at top of code files
Browse files Browse the repository at this point in the history
  • Loading branch information
juliand665 committed Feb 20, 2018
1 parent 081cc3d commit d7a019e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 35 deletions.
7 changes: 0 additions & 7 deletions Bitmap/AppKit/Helpers.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// Helpers.swift
// Bitmap macOS
//
// Created by Julian Dunskus on 02.09.17.
//

import Cocoa

extension Pixel {
Expand Down
7 changes: 0 additions & 7 deletions Bitmap/BitmapTests/BitmapTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// BitmapTests.swift
// BitmapTests
//
// Created by Julian Dunskus on 03.09.17.
//

import XCTest
import AppKit

Expand Down
7 changes: 0 additions & 7 deletions Bitmap/Shared/Bitmap.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// Bitmap.swift
// Bitmap
//
// Created by Julian Dunskus on 31.08.17.
//

import CoreGraphics

// 'ere be horrible CoreGraphics APIs
Expand Down
7 changes: 0 additions & 7 deletions Bitmap/Shared/Pixel.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// Pixel.swift
// Bitmap
//
// Created by Julian Dunskus on 31.08.17.
//

import CoreGraphics

public struct Pixel {
Expand Down
7 changes: 0 additions & 7 deletions Bitmap/UIKit/Helpers.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// Helpers.swift
// Bitmap
//
// Created by Julian Dunskus on 02.09.17.
//

import UIKit

extension Pixel {
Expand Down

0 comments on commit d7a019e

Please sign in to comment.