Skip to content

Commit

Permalink
updating the readme/headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Machx committed Jan 6, 2011
1 parent 7650c2e commit 9ccadf5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion License.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 Colin Wheeler
Copyright (c) 2011 Colin Wheeler

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 ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The way Zangetsu is structured you need to have Zangetsu in the same directory a
## Zangetsu Licence ##
Zangetsu is licensed under the MIT license

Copyright (c) 2010 Colin Wheeler
Copyright (c) 2011 Colin Wheeler

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
3 changes: 2 additions & 1 deletion Source/CWNSStringTests.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Zangetsu
//
// Created by Colin Wheeler on 12/5/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
// Copyright 2010. All rights reserved.
//

#import <SenTestingKit/SenTestingKit.h>
Expand All @@ -13,4 +13,5 @@

}
-(void)testUUIDStrings;
-(void)testEmptyStringMethod;
@end
2 changes: 1 addition & 1 deletion Source/CWNSStringTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Zangetsu
//
// Created by Colin Wheeler on 12/5/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
// Copyright 2010. All rights reserved.
//

#import "CWNSStringTests.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/CWTask.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ -(NSString *)launchTask:(NSError **)error
}

if (![cwTask isRunning]) {
//FIXME: should use self.successCode...
//FIXME: when Xcode 4 is released switch to self.successCode = ...
successCode = [cwTask terminationStatus];
}

Expand Down

0 comments on commit 9ccadf5

Please sign in to comment.