From 31755bc71b8de1a33ac46384ff6b443262f201a1 Mon Sep 17 00:00:00 2001 From: Satoshi Nakagawa Date: Tue, 13 Sep 2011 16:23:41 -0700 Subject: [PATCH] updated license terms --- framework/core/OnigRegexp.h | 2 +- framework/core/OnigRegexp.m | 2 +- framework/core/OnigRegexpUtility.h | 2 +- framework/core/OnigRegexpUtility.m | 2 +- framework/testcommand/main.m | 3 +++ framework/tests/OnigRegexpTest.h | 3 +++ framework/tests/OnigRegexpTest.m | 3 +++ readme.txt | 2 +- 8 files changed, 14 insertions(+), 5 deletions(-) diff --git a/framework/core/OnigRegexp.h b/framework/core/OnigRegexp.h index af880f3..8dcef83 100644 --- a/framework/core/OnigRegexp.h +++ b/framework/core/OnigRegexp.h @@ -1,4 +1,4 @@ -// Created by Satoshi Nakagawa. +// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa . // You can redistribute it and/or modify it under the new BSD license. #import diff --git a/framework/core/OnigRegexp.m b/framework/core/OnigRegexp.m index 33f69d2..a6807e8 100644 --- a/framework/core/OnigRegexp.m +++ b/framework/core/OnigRegexp.m @@ -1,4 +1,4 @@ -// Created by Satoshi Nakagawa. +// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa . // You can redistribute it and/or modify it under the new BSD license. #import "OnigRegexp.h" diff --git a/framework/core/OnigRegexpUtility.h b/framework/core/OnigRegexpUtility.h index 3329f5f..245ebae 100644 --- a/framework/core/OnigRegexpUtility.h +++ b/framework/core/OnigRegexpUtility.h @@ -1,4 +1,4 @@ -// Created by Satoshi Nakagawa. +// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa . // You can redistribute it and/or modify it under the new BSD license. #import diff --git a/framework/core/OnigRegexpUtility.m b/framework/core/OnigRegexpUtility.m index 0671ed1..25514e9 100644 --- a/framework/core/OnigRegexpUtility.m +++ b/framework/core/OnigRegexpUtility.m @@ -1,4 +1,4 @@ -// Created by Satoshi Nakagawa. +// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa . // You can redistribute it and/or modify it under the new BSD license. #import "OnigRegexpUtility.h" diff --git a/framework/testcommand/main.m b/framework/testcommand/main.m index efaf9b9..88437c3 100644 --- a/framework/testcommand/main.m +++ b/framework/testcommand/main.m @@ -1,3 +1,6 @@ +// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa . +// You can redistribute it and/or modify it under the new BSD license. + #import #import diff --git a/framework/tests/OnigRegexpTest.h b/framework/tests/OnigRegexpTest.h index 05814fb..72d97b1 100644 --- a/framework/tests/OnigRegexpTest.h +++ b/framework/tests/OnigRegexpTest.h @@ -1,3 +1,6 @@ +// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa . +// You can redistribute it and/or modify it under the new BSD license. + #import diff --git a/framework/tests/OnigRegexpTest.m b/framework/tests/OnigRegexpTest.m index fd29f03..5bae6da 100644 --- a/framework/tests/OnigRegexpTest.m +++ b/framework/tests/OnigRegexpTest.m @@ -1,3 +1,6 @@ +// CocoaOniguruma is copyrighted free software by Satoshi Nakagawa . +// You can redistribute it and/or modify it under the new BSD license. + #import "OnigRegexpTest.h" #import "CocoaOniguruma/OnigRegexp.h" diff --git a/readme.txt b/readme.txt index 1b5c60f..1702d0e 100644 --- a/readme.txt +++ b/readme.txt @@ -47,7 +47,7 @@ See also the Oniguruma's COPYING file. The New BSD License -Copyright (c) 2008-2010 Satoshi Nakagawa +Copyright (c) 2008-2011 Satoshi Nakagawa All rights reserved. Redistribution and use in source and binary forms, with or without