From 72f10015d5da26ff33065fba89747e14c37065bf Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 27 Jun 2014 13:24:40 +0800 Subject: [PATCH] Fix copyright email --- examples/simple.c | 2 +- include/r3.h | 2 +- include/r3_define.h | 2 +- include/r3_gvc.h | 2 +- include/r3_json.h | 2 +- include/r3_list.h | 2 +- include/r3_str.h | 2 +- include/str_array.h | 2 +- src/edge.c | 2 +- src/gvc.c | 2 +- src/json.c | 2 +- src/list.c | 2 +- src/match_entry.c | 2 +- src/slug.c | 2 +- src/slug.h | 2 +- src/str.c | 2 +- src/token.c | 2 +- tests/bench.c | 2 +- tests/bench.h | 2 +- tests/check_gvc.c | 2 +- tests/check_json.c | 2 +- tests/check_slug.c | 2 +- tests/check_str_array.c | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/examples/simple.c b/examples/simple.c index 3d436a8..cd1835a 100644 --- a/examples/simple.c +++ b/examples/simple.c @@ -1,6 +1,6 @@ /* * bench.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/include/r3.h b/include/r3.h index e5daead..dc7cbda 100644 --- a/include/r3.h +++ b/include/r3.h @@ -1,6 +1,6 @@ /* * r3.h - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/include/r3_define.h b/include/r3_define.h index 0808077..3176cff 100644 --- a/include/r3_define.h +++ b/include/r3_define.h @@ -1,6 +1,6 @@ /* * r3_define.h - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/include/r3_gvc.h b/include/r3_gvc.h index 334fab9..6add567 100644 --- a/include/r3_gvc.h +++ b/include/r3_gvc.h @@ -1,6 +1,6 @@ /* * r3_gvc.h - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/include/r3_json.h b/include/r3_json.h index 8925e1d..e09145e 100644 --- a/include/r3_json.h +++ b/include/r3_json.h @@ -1,6 +1,6 @@ /* * r3_json.h - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/include/r3_list.h b/include/r3_list.h index bd231ef..5832406 100644 --- a/include/r3_list.h +++ b/include/r3_list.h @@ -1,6 +1,6 @@ /* * r3_list.h - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/include/r3_str.h b/include/r3_str.h index 974867a..2b9cbd2 100644 --- a/include/r3_str.h +++ b/include/r3_str.h @@ -1,6 +1,6 @@ /* * r3_str.h - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/include/str_array.h b/include/str_array.h index 1414834..0eca323 100644 --- a/include/str_array.h +++ b/include/str_array.h @@ -1,6 +1,6 @@ /* * str_array.h - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/src/edge.c b/src/edge.c index 269146f..8b2f1cb 100644 --- a/src/edge.c +++ b/src/edge.c @@ -1,6 +1,6 @@ /* * edge.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/src/gvc.c b/src/gvc.c index 10e70a3..96fbcd2 100644 --- a/src/gvc.c +++ b/src/gvc.c @@ -1,6 +1,6 @@ /* * gvz.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/src/json.c b/src/json.c index 61af5cb..7cce0c9 100644 --- a/src/json.c +++ b/src/json.c @@ -1,6 +1,6 @@ /* * json.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/src/list.c b/src/list.c index 4573c1f..f724b82 100644 --- a/src/list.c +++ b/src/list.c @@ -1,5 +1,5 @@ /* - * list.c Copyright (C) 2014 c9s + * list.c Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/src/match_entry.c b/src/match_entry.c index 035725a..54854ae 100644 --- a/src/match_entry.c +++ b/src/match_entry.c @@ -1,6 +1,6 @@ /* * match_entry.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/src/slug.c b/src/slug.c index 7990fc9..c91a3cd 100644 --- a/src/slug.c +++ b/src/slug.c @@ -1,6 +1,6 @@ /* * slug.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/src/slug.h b/src/slug.h index 7511125..ecb97e5 100644 --- a/src/slug.h +++ b/src/slug.h @@ -1,6 +1,6 @@ /* * slug.h - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/src/str.c b/src/str.c index 7bf5099..fae783d 100644 --- a/src/str.c +++ b/src/str.c @@ -1,6 +1,6 @@ /* * str.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/src/token.c b/src/token.c index e2c6404..caab490 100644 --- a/src/token.c +++ b/src/token.c @@ -1,6 +1,6 @@ /* * token.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/tests/bench.c b/tests/bench.c index 86b98c9..8160e2f 100644 --- a/tests/bench.c +++ b/tests/bench.c @@ -1,6 +1,6 @@ /* * bench.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/tests/bench.h b/tests/bench.h index 6b00f6c..6bbad50 100644 --- a/tests/bench.h +++ b/tests/bench.h @@ -1,6 +1,6 @@ /* * bench.h - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/tests/check_gvc.c b/tests/check_gvc.c index b337f1d..94f218e 100644 --- a/tests/check_gvc.c +++ b/tests/check_gvc.c @@ -1,6 +1,6 @@ /* * check_gvc.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/tests/check_json.c b/tests/check_json.c index fa8ec12..8bd2cc4 100644 --- a/tests/check_json.c +++ b/tests/check_json.c @@ -1,6 +1,6 @@ /* * check_json.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/tests/check_slug.c b/tests/check_slug.c index 7023ab8..f8e604a 100644 --- a/tests/check_slug.c +++ b/tests/check_slug.c @@ -1,6 +1,6 @@ /* * check_slug.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */ diff --git a/tests/check_str_array.c b/tests/check_str_array.c index 911591e..0c38851 100644 --- a/tests/check_str_array.c +++ b/tests/check_str_array.c @@ -1,6 +1,6 @@ /* * check_str_array.c - * Copyright (C) 2014 c9s + * Copyright (C) 2014 c9s * * Distributed under terms of the MIT license. */