Skip to content

Commit

Permalink
Update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
thii committed Sep 11, 2016
1 parent 178b0c5 commit 2a32ee5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Demo/FontAwesomeDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// AppDelegate.swift
//
// Copyright (c) 2014-2015 Thi Doan
// Copyright (c) 2014-present FontAwesome.swift contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Demo/FontAwesomeDemo/ViewController.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ViewController.swift
//
// Copyright (c) 2014-2015 Thi Doan
// Copyright (c) 2014-present FontAwesome.swift contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Demo/FontAwesomeDemoTests/FontAwesomeDemoTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FontAwesomeDemoTests.swift
//
// Copyright (c) 2014-2015 Thi Doan
// Copyright (c) 2014-present FontAwesome.swift contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion FontAwesome/Enum.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Enum.swift
//
// Copyright (c) 2014-2015 Thi Doan
// Copyright (c) 2014-present FontAwesome.swift contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion FontAwesome/FontAwesome.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FontAwesome.h
//
// Copyright (c) 2014-2015 Thi Doan
// Copyright (c) 2014-present FontAwesome.swift contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion FontAwesome/FontAwesome.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FontAwesome.swift
//
// Copyright (c) 2014-2015 Thi Doan
// Copyright (c) 2014-present FontAwesome.swift contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions FontAwesomeTests/FontAwesomeTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FontAwesomeTests.swift
//
// Copyright (c) 2014-2015 Thi Doan
// Copyright (c) 2014-present FontAwesome.swift contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -38,7 +38,7 @@ class FontAwesomeTests: XCTestCase {
label.text = String.fontAwesomeIconWithName(FontAwesome.Github)
XCTAssertEqual(label.text, "\u{f09b}")
}

func testLabelTextFromCode() {
let label = UILabel()
label.font = UIFont.fontAwesomeOfSize(200)
Expand Down Expand Up @@ -66,7 +66,7 @@ class FontAwesomeTests: XCTestCase {
barItem.image = UIImage.fontAwesomeIconWithName(FontAwesome.Github, textColor: UIColor.blueColor(), size: CGSizeMake(4000, 4000), backgroundColor: UIColor.redColor())
XCTAssertNotNil(barItem.image)
}

func testIconImageFromCode() {
let barItem = UIBarButtonItem()
barItem.image = UIImage.fontAwesomeIconWithCode("fa-github", textColor: UIColor.blueColor(), size: CGSizeMake(4000, 4000), backgroundColor: UIColor.redColor())
Expand Down

0 comments on commit 2a32ee5

Please sign in to comment.