Skip to content

Commit

Permalink
Remove .txt extensions on license files
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball committed Dec 23, 2017
1 parent 7b401dc commit 1574dbe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions Promissory.xcodeproj/project.pbxproj
Expand Up @@ -51,10 +51,10 @@
0AFF27761FE0E50C0006D95A /* promissory.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = promissory.modulemap; sourceTree = "<group>"; };
AB1FF3DC1FECCD680029A283 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = "<group>"; };
AB1FF3DE1FECD0740029A283 /* UtilityTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UtilityTests.swift; sourceTree = "<group>"; };
AB1FF3E01FECD7A90029A283 /* LICENSE-APACHE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-APACHE.txt"; sourceTree = "<group>"; };
AB1FF3E11FECD7A90029A283 /* LICENSE-MIT.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-MIT.txt"; sourceTree = "<group>"; };
AB1FF3E21FECD7EA0029A283 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
AB1FF3E31FEDF9450029A283 /* CancelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CancelTests.swift; sourceTree = "<group>"; };
AB1FF3E01FECD7A90029A283 /* LICENSE-APACHE */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-APACHE"; sourceTree = "<group>"; };
AB1FF3E11FECD7A90029A283 /* LICENSE-MIT */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-MIT"; sourceTree = "<group>"; };
AB1FF3E21FECD7EA0029A283 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
AB1FF3E31FEDF9450029A283 /* CancelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CancelTests.swift; sourceTree = "<group>"; };
ABDC7F771FEB840200036FCD /* When.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = When.swift; sourceTree = "<group>"; };
ABDC7F7D1FEB909800036FCD /* PMSOneshotBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PMSOneshotBlock.h; sourceTree = "<group>"; };
ABDC7F7E1FEB909800036FCD /* PMSOneshotBlock.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PMSOneshotBlock.mm; sourceTree = "<group>"; };
Expand Down Expand Up @@ -84,8 +84,8 @@
isa = PBXGroup;
children = (
AB1FF3E21FECD7EA0029A283 /* README.md */,
AB1FF3E01FECD7A90029A283 /* LICENSE-APACHE.txt */,
AB1FF3E11FECD7A90029A283 /* LICENSE-MIT.txt */,
AB1FF3E01FECD7A90029A283 /* LICENSE-APACHE */,
AB1FF3E11FECD7A90029A283 /* LICENSE-MIT */,
0AFF27571FE0E3F40006D95A /* Promissory */,
0AFF27621FE0E3F40006D95A /* PromissoryTests */,
0AFF27561FE0E3F40006D95A /* Products */,
Expand Down

0 comments on commit 1574dbe

Please sign in to comment.