Skip to content

Commit

Permalink
File header updates etc. Resolves #58.
Browse files Browse the repository at this point in the history
  • Loading branch information
tolo committed Feb 27, 2016
1 parent cf4f2ae commit cbfcbe4
Show file tree
Hide file tree
Showing 88 changed files with 159 additions and 227 deletions.
10 changes: 5 additions & 5 deletions InterfaCSS Tests/ISSSelectorTests.m
@@ -1,9 +1,9 @@
//
// InterfaCSS
// ISSSelectorTest.m
//
// Created by Tobias Löfstrand on 2014-03-15.
// Copyright (c) 2014 Leafnode AB. All rights reserved.
// ISSSelectorTests.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

#import <XCTest/XCTest.h>
Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS Tests/ISSStyleSheetParserTests.m
Expand Up @@ -2,8 +2,7 @@
// ISSStyleSheetParserTests.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-02-16.
// Copyright (c) 2014 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
6 changes: 3 additions & 3 deletions InterfaCSS Tests/InterfaCSSTests.m
@@ -1,9 +1,9 @@
//
// InterfaCSSTests.m
// InterfaCSS
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-03-31.
// Copyright (c) 2014 Leafnode AB. All rights reserved.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

#import <XCTest/XCTest.h>
Expand Down
8 changes: 4 additions & 4 deletions InterfaCSS.xcodeproj/project.pbxproj
Expand Up @@ -349,10 +349,10 @@
CC3C83FFBC650611AEFB8E9A /* ISSUIElementDetails.m */,
CC3C816E089F9508ACDCA38E /* ISSViewPrototype.h */,
CC3C86D98E3FBB3F7B12BDAB /* ISSViewPrototype.m */,
CC3C856B166302EF1EB76386 /* ISSRemoteFont.m */,
CC3C871CF347011077E00643 /* ISSRemoteFont.h */,
135E5C1121AB38B643C678A3 /* ISSUpdatableValue.m */,
CC3C856B166302EF1EB76386 /* ISSRemoteFont.m */,
135E5B03F2FCE239A237A379 /* ISSUpdatableValue.h */,
135E5C1121AB38B643C678A3 /* ISSUpdatableValue.m */,
);
path = Model;
sourceTree = "<group>";
Expand Down Expand Up @@ -415,10 +415,10 @@
27D8144E17FB595800E365B1 /* NSString+ISSStringAdditions.m */,
27D8145117FB5A7D00E365B1 /* UIColor+ISSColorAdditions.h */,
27D8145217FB5A7D00E365B1 /* UIColor+ISSColorAdditions.m */,
CC3C830A8A2EB2F6FBD714E6 /* UIDevice+ISSAdditions.m */,
CC3C81B7D03082115745D939 /* UIDevice+ISSAdditions.h */,
135E5323845C5FEBBBD97A40 /* ISSDownloadableResource.m */,
CC3C830A8A2EB2F6FBD714E6 /* UIDevice+ISSAdditions.m */,
135E5B99279EE8B8F159C327 /* ISSDownloadableResource.h */,
135E5323845C5FEBBBD97A40 /* ISSDownloadableResource.m */,
);
path = Util;
sourceTree = "<group>";
Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/InterfaCSS.h
Expand Up @@ -2,8 +2,7 @@
// InterfaCSS.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/InterfaCSS.m
Expand Up @@ -2,8 +2,7 @@
// InterfaCSS.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSLayout.h
Expand Up @@ -2,8 +2,7 @@
// ISSLayout.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2015-01-24.
// Copyright (c) 2015 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSLayout.m
Expand Up @@ -2,8 +2,7 @@
// ISSLayout.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2015-01-24.
// Copyright (c) 2015 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
5 changes: 2 additions & 3 deletions InterfaCSS/Model/ISSLazyValue.h
@@ -1,9 +1,8 @@
//
// ISSLazyValue.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-02-16.
// Copyright (c) 2014 Leafnode AB.
//
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSLazyValue.m
Expand Up @@ -2,8 +2,7 @@
// ISSLazyValue.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-02-16.
// Copyright (c) 2014 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSNestedElementSelector.h
Expand Up @@ -2,8 +2,7 @@
// ISSNestedElementSelector.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2015-08-05.
// Copyright (c) 2015 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSNestedElementSelector.m
Expand Up @@ -2,8 +2,7 @@
// ISSNestedElementSelector.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2015-08-05.
// Copyright (c) 2015 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSPointValue.h
Expand Up @@ -2,8 +2,7 @@
// ISSPointValue.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-02-10.
// Copyright (c) 2014 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
5 changes: 2 additions & 3 deletions InterfaCSS/Model/ISSPointValue.m
@@ -1,9 +1,8 @@
//
// ISSPointValue.h
// ISSPointValue.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-02-10.
// Copyright (c) 2014 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSPropertyDeclaration.h
Expand Up @@ -2,8 +2,7 @@
// ISSPropertyDeclaration.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSPropertyDeclaration.m
Expand Up @@ -2,8 +2,7 @@
// ISSPropertyDeclaration.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSPropertyDeclarations.h
Expand Up @@ -2,8 +2,7 @@
// ISSPropertyDeclarations.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSPropertyDeclarations.m
Expand Up @@ -2,8 +2,7 @@
// ISSPropertyDeclarations.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSPropertyDefinition.h
Expand Up @@ -2,8 +2,7 @@
// ISSPropertyDefinition.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSPropertyDefinition.m
Expand Up @@ -2,8 +2,7 @@
// ISSPropertyDefinition.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
8 changes: 4 additions & 4 deletions InterfaCSS/Model/ISSPropertyRegistry.h
@@ -1,9 +1,9 @@
//
// InterfaCSS
// ISSPropertyRegistry.h
//
// Created by Tobias Löfstrand on 2014-10-03.
// Copyright (c) 2014 Leafnode AB. All rights reserved.
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

#import "ISSPropertyDefinition.h"
Expand Down
8 changes: 4 additions & 4 deletions InterfaCSS/Model/ISSPropertyRegistry.m
@@ -1,9 +1,9 @@
//
// InterfaCSS
// ISSPropertyRegistry.m
//
// Created by Tobias Löfstrand on 2014-10-03.
// Copyright (c) 2014 Leafnode AB. All rights reserved.
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

#import "ISSPropertyRegistry.h"
Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSPseudoClass.h
Expand Up @@ -2,8 +2,7 @@
// ISSPseudoClass.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-03-02.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSPseudoClass.m
Expand Up @@ -2,8 +2,7 @@
// ISSPseudoClass.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-03-02.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSRectValue.h
Expand Up @@ -2,8 +2,7 @@
// ISSRectValue.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-02-10.
// Copyright (c) 2014 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSRectValue.m
Expand Up @@ -2,8 +2,7 @@
// ISSRectValue.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2014-02-10.
// Copyright (c) 2014 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSRemoteFont.h
Expand Up @@ -2,8 +2,7 @@
// ISSRemoteFont.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2015-09-14.
// Copyright (c) 2015 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSRemoteFont.m
Expand Up @@ -2,8 +2,7 @@
// ISSRemoteFont.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2015-09-14.
// Copyright (c) 2015 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSSelector.h
Expand Up @@ -2,8 +2,7 @@
// ISSSelector.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSSelector.m
Expand Up @@ -2,8 +2,7 @@
// ISSSelector.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-02-22.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSSelectorChain.h
Expand Up @@ -2,8 +2,7 @@
// ISSSelectorChain.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-03-02.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSSelectorChain.m
Expand Up @@ -2,8 +2,7 @@
// ISSSelectorChain.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-03-02.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
5 changes: 2 additions & 3 deletions InterfaCSS/Model/ISSStyleSheet.h
@@ -1,9 +1,8 @@
//
// ISSSelectorChain.h
// ISSStyleSheet.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-03-10.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
5 changes: 2 additions & 3 deletions InterfaCSS/Model/ISSStyleSheet.m
@@ -1,9 +1,8 @@
//
// ISSSelectorChain.m
// ISSStyleSheet.m
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2012-03-10.
// Copyright (c) 2012 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down
3 changes: 1 addition & 2 deletions InterfaCSS/Model/ISSStylingContext.h
Expand Up @@ -2,8 +2,7 @@
// ISSStylingContext.h
// Part of InterfaCSS - http://www.github.com/tolo/InterfaCSS
//
// Created by Tobias Löfstrand on 2015-08-16.
// Copyright (c) 2015 Leafnode AB.
// Copyright (c) Tobias Löfstrand, Leafnode AB.
// License: MIT (http://www.github.com/tolo/InterfaCSS/LICENSE)
//

Expand Down

0 comments on commit cbfcbe4

Please sign in to comment.