Skip to content

Commit

Permalink
updated license terms
Browse files Browse the repository at this point in the history
  • Loading branch information
psychs committed Sep 13, 2011
1 parent c403024 commit 31755bc
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/core/OnigRegexp.h
@@ -1,4 +1,4 @@
// Created by Satoshi Nakagawa.
// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the new BSD license.

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion framework/core/OnigRegexp.m
@@ -1,4 +1,4 @@
// Created by Satoshi Nakagawa.
// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the new BSD license.

#import "OnigRegexp.h"
Expand Down
2 changes: 1 addition & 1 deletion framework/core/OnigRegexpUtility.h
@@ -1,4 +1,4 @@
// Created by Satoshi Nakagawa.
// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the new BSD license.

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion framework/core/OnigRegexpUtility.m
@@ -1,4 +1,4 @@
// Created by Satoshi Nakagawa.
// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the new BSD license.

#import "OnigRegexpUtility.h"
Expand Down
3 changes: 3 additions & 0 deletions framework/testcommand/main.m
@@ -1,3 +1,6 @@
// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the new BSD license.

#import <Foundation/Foundation.h>
#import <CocoaOniguruma/OnigRegexp.h>

Expand Down
3 changes: 3 additions & 0 deletions framework/tests/OnigRegexpTest.h
@@ -1,3 +1,6 @@
// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the new BSD license.

#import <SenTestingKit/SenTestingKit.h>


Expand Down
3 changes: 3 additions & 0 deletions framework/tests/OnigRegexpTest.m
@@ -1,3 +1,6 @@
// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the new BSD license.

#import "OnigRegexpTest.h"
#import "CocoaOniguruma/OnigRegexp.h"

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -47,7 +47,7 @@ See also the Oniguruma's COPYING file.

The New BSD License

Copyright (c) 2008-2010 Satoshi Nakagawa <psychs AT limechat DOT net>
Copyright (c) 2008-2011 Satoshi Nakagawa <psychs AT limechat DOT net>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 31755bc

Please sign in to comment.