modify comments.
@@ -1,7 +1,7 @@ | ||
1 | 1 | /* |
2 | 2 | * arraybase.h |
3 | 3 | * |
4 | - * Copyright (c) 2010-2012 project bchan | |
4 | + * Copyright (c) 2010-2013 project bchan | |
5 | 5 | * |
6 | 6 | * This software is provided 'as-is', without any express or implied |
7 | 7 | * warranty. In no event will the authors be held liable for any damages |
@@ -34,7 +34,6 @@ | ||
34 | 34 | #ifndef __ARRAYBASE_H__ |
35 | 35 | #define __ARRAYBASE_H__ |
36 | 36 | |
37 | -/* Vendor name: */ | |
38 | 37 | /* Functionality name: arraybase */ |
39 | 38 | /* Detail name: datanode */ |
40 | 39 | struct arraybase_datanode_t_ { |
@@ -43,7 +42,6 @@ | ||
43 | 42 | }; |
44 | 43 | typedef struct arraybase_datanode_t_ arraybase_datanode_t; |
45 | 44 | |
46 | -/* Vendor name: */ | |
47 | 45 | /* Functionality name: arraybase */ |
48 | 46 | /* Detail name: */ |
49 | 47 | struct arraybase_t_ { |
@@ -33,7 +33,6 @@ | ||
33 | 33 | #ifndef __BYTEARRAY_H__ |
34 | 34 | #define __BYTEARRAY_H__ |
35 | 35 | |
36 | -/* Vendor name: */ | |
37 | 36 | /* Functionality name: bytearray */ |
38 | 37 | /* Detail name: */ |
39 | 38 | struct bytearray_t_ { |
@@ -42,7 +41,6 @@ | ||
42 | 41 | }; |
43 | 42 | typedef struct bytearray_t_ bytearray_t; |
44 | 43 | |
45 | -/* Vendor name: */ | |
46 | 44 | /* Functionality name: bytearray */ |
47 | 45 | /* Detail name: cursor */ |
48 | 46 | struct bytearray_cursor_t_ { |
@@ -1,7 +1,7 @@ | ||
1 | 1 | /* |
2 | 2 | * idtocb.h |
3 | 3 | * |
4 | - * Copyright (c) 2012 project bchan | |
4 | + * Copyright (c) 2012-2013 project bchan | |
5 | 5 | * |
6 | 6 | * This software is provided 'as-is', without any express or implied |
7 | 7 | * warranty. In no event will the authors be held liable for any damages |
@@ -36,7 +36,6 @@ | ||
36 | 36 | #ifndef __IDTOCB_H__ |
37 | 37 | #define __IDTOCB_H__ |
38 | 38 | |
39 | -/* Vendor name: */ | |
40 | 39 | /* Functionality name: idtocb */ |
41 | 40 | /* Detail name: entry */ |
42 | 41 | struct idtocb_entry_t_ { |
@@ -44,7 +43,6 @@ | ||
44 | 43 | }; |
45 | 44 | typedef struct idtocb_entry_t_ idtocb_entry_t; |
46 | 45 | |
47 | -/* Vendor name: */ | |
48 | 46 | /* Functionality name: idtocb */ |
49 | 47 | /* Detail name: */ |
50 | 48 | typedef struct idtocb_t_ idtocb_t; |
@@ -55,7 +53,6 @@ | ||
55 | 53 | IMPORT VOID idtocb_free(idtocb_t *manager, ID id); |
56 | 54 | IMPORT W idtocb_getcontrolblock(idtocb_t *manager, ID id, idtocb_entry_t **ptr); |
57 | 55 | |
58 | -/* Vendor name: */ | |
59 | 56 | /* Functionality name: idtocb */ |
60 | 57 | /* Detail name: iterator */ |
61 | 58 | struct idtocb_iterator_t_ { |