OSDN Git Service

modify comments.
authorornse01 <ornse01@users.sourceforge.jp>
Sun, 12 May 2013 13:58:21 +0000 (13:58 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Sun, 12 May 2013 13:58:21 +0000 (13:58 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanf/trunk@565 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/coll/arraybase.h
src/coll/bytearray.h
src/coll/idtocb.h

index 5ad3b3a..0a44c39 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * arraybase.h
  *
- * Copyright (c) 2010-2012 project bchan
+ * Copyright (c) 2010-2013 project bchan
  *
  * This software is provided 'as-is', without any express or implied
  * warranty. In no event will the authors be held liable for any damages
@@ -34,7 +34,6 @@
 #ifndef __ARRAYBASE_H__
 #define __ARRAYBASE_H__
 
-/* Vendor name: */
 /* Functionality name: arraybase */
 /* Detail name: datanode */
 struct arraybase_datanode_t_ {
@@ -43,7 +42,6 @@ struct arraybase_datanode_t_ {
 };
 typedef struct arraybase_datanode_t_ arraybase_datanode_t;
 
-/* Vendor name: */
 /* Functionality name: arraybase */
 /* Detail name: */
 struct arraybase_t_ {
index b6d59e0..749d22d 100644 (file)
@@ -33,7 +33,6 @@
 #ifndef __BYTEARRAY_H__
 #define __BYTEARRAY_H__
 
-/* Vendor name: */
 /* Functionality name: bytearray */
 /* Detail name: */
 struct bytearray_t_ {
@@ -42,7 +41,6 @@ struct bytearray_t_ {
 };
 typedef struct bytearray_t_ bytearray_t;
 
-/* Vendor name: */
 /* Functionality name: bytearray */
 /* Detail name: cursor */
 struct bytearray_cursor_t_ {
index 0735f5a..1ef531c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * idtocb.h
  *
- * Copyright (c) 2012 project bchan
+ * Copyright (c) 2012-2013 project bchan
  *
  * This software is provided 'as-is', without any express or implied
  * warranty. In no event will the authors be held liable for any damages
@@ -36,7 +36,6 @@
 #ifndef __IDTOCB_H__
 #define __IDTOCB_H__
 
-/* Vendor name: */
 /* Functionality name: idtocb */
 /* Detail name: entry */
 struct idtocb_entry_t_ {
@@ -44,7 +43,6 @@ struct idtocb_entry_t_ {
 };
 typedef struct idtocb_entry_t_ idtocb_entry_t;
 
-/* Vendor name: */
 /* Functionality name: idtocb */
 /* Detail name: */
 typedef struct idtocb_t_ idtocb_t;
@@ -55,7 +53,6 @@ IMPORT ID idtocb_allocate(idtocb_t *manager);
 IMPORT VOID idtocb_free(idtocb_t *manager, ID id);
 IMPORT W idtocb_getcontrolblock(idtocb_t *manager, ID id, idtocb_entry_t **ptr);
 
-/* Vendor name: */
 /* Functionality name: idtocb */
 /* Detail name: iterator */
 struct idtocb_iterator_t_ {