Skip to content

Commit 9d9a1eb

Browse files
committed
Clarify license.
1 parent c0a108e commit 9d9a1eb

8 files changed

+3
-7
lines changed

Code/HTMLReader.h

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// HTMLReader
44
//
55
// Created by Nolan Waite on 2013-08-14.
6-
// Copyright (c) 2013 Nolan Waite. All rights reserved.
76
//
87

98
#import "HTMLDocument.h"

HTMLReader.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
1CACE9E81783AA6600754A8F /* HTMLString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTMLString.h; sourceTree = "<group>"; };
7070
1CACE9E91783AA6600754A8F /* HTMLString.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTMLString.m; sourceTree = "<group>"; };
7171
1CB61D2417BB671A00EE9653 /* HTMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTMLReader.h; sourceTree = "<group>"; };
72+
1CB61D2717BB68F100EE9653 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
7273
1CC666A617B0C71100E457E7 /* HTMLTokenizerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTMLTokenizerTests.m; sourceTree = "<group>"; };
7374
1CC666AA17B0C82200E457E7 /* HTMLTreeTraversalTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTMLTreeTraversalTests.m; sourceTree = "<group>"; };
7475
1CC666AC17B14D2B00E457E7 /* HTMLTreeConstructionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTMLTreeConstructionTests.m; sourceTree = "<group>"; };
@@ -101,6 +102,7 @@
101102
1C9C3EB0176BC53800E982C9 = {
102103
isa = PBXGroup;
103104
children = (
105+
1CB61D2717BB68F100EE9653 /* LICENSE */,
104106
1C9928B117B18E9300D6AD9A /* README.md */,
105107
1C9928B217B18E9300D6AD9A /* TODO.md */,
106108
1C9C3EBE176BC53900E982C9 /* Code */,

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Public domain
1+
HTMLReader is in the public domain.

Tests/HTMLTestUtilities.h

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// HTMLReader
44
//
55
// Created by Nolan Waite on 2013-08-06.
6-
// Copyright (c) 2013 Nolan Waite. All rights reserved.
76
//
87

98
#import <Foundation/Foundation.h>

Tests/HTMLTestUtilities.m

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// HTMLReader
44
//
55
// Created by Nolan Waite on 2013-08-06.
6-
// Copyright (c) 2013 Nolan Waite. All rights reserved.
76
//
87

98
#import "HTMLTestUtilities.h"

Tests/HTMLTokenizerTests.m

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// HTMLReader
44
//
55
// Created by Nolan Waite on 2013-08-06.
6-
// Copyright (c) 2013 Nolan Waite. All rights reserved.
76
//
87

98
#import <XCTest/XCTest.h>

Tests/HTMLTreeConstructionTests.m

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// HTMLReader
44
//
55
// Created by Nolan Waite on 2013-08-06.
6-
// Copyright (c) 2013 Nolan Waite. All rights reserved.
76
//
87

98
#import <XCTest/XCTest.h>

Tests/HTMLTreeTraversalTests.m

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// HTMLReader
44
//
55
// Created by Nolan Waite on 2013-08-03.
6-
// Copyright (c) 2013 Nolan Waite. All rights reserved.
76
//
87

98
#import <XCTest/XCTest.h>

0 commit comments

Comments
 (0)