svnno****@sourc*****
svnno****@sourc*****
2009年 4月 13日 (月) 19:03:49 JST
Revision: 3255 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3255 Author: j5ik2o Date: 2009-04-13 19:03:49 +0900 (Mon, 13 Apr 2009) Log Message: ----------- Javadoc Modified Paths: -------------- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/AssociationResolver.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/AttributeDescFactoryImpl.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/CompositeUniqueConstraintDescFactoryImpl.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/EntityDescFactoryImpl.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/EntitySetDescFactoryImpl.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/PluralFormDictinary.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/DeleteEmptyFileWriter.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/IncludeDirective.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/OnDemandDateModel.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/ResourceTemplateLoader.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/model/AttributeModelFactory.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbColumnMeta.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbForeignKeyMeta.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbTableMeta.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbTableMetaReader.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbUniqueKeyMeta.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/AbstractIdGeneratorMeta.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/AbstractPreAllocateIdGeneratorMeta.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/IdGeneratorMeta.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/AnnotationUtil.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/CaseInsensitiveMap.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/CaseInsensitiveSet.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/ReferentialActionType.java leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/ReferentialConstraint.java Added Paths: ----------- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/meta/ -------------- next part -------------- Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/AssociationResolver.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/AssociationResolver.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/AssociationResolver.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/AttributeDescFactoryImpl.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/AttributeDescFactoryImpl.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/AttributeDescFactoryImpl.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/CompositeUniqueConstraintDescFactoryImpl.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/CompositeUniqueConstraintDescFactoryImpl.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/CompositeUniqueConstraintDescFactoryImpl.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/EntityDescFactoryImpl.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/EntityDescFactoryImpl.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/EntityDescFactoryImpl.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/EntitySetDescFactoryImpl.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/EntitySetDescFactoryImpl.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/EntitySetDescFactoryImpl.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/PluralFormDictinary.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/PluralFormDictinary.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/desc/impl/PluralFormDictinary.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/DeleteEmptyFileWriter.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/DeleteEmptyFileWriter.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/DeleteEmptyFileWriter.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -9,7 +12,7 @@ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/IncludeDirective.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/IncludeDirective.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/IncludeDirective.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/OnDemandDateModel.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/OnDemandDateModel.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/OnDemandDateModel.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -9,7 +12,7 @@ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/ResourceTemplateLoader.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/ResourceTemplateLoader.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/generator/ResourceTemplateLoader.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/model/AttributeModelFactory.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/model/AttributeModelFactory.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/gen/model/AttributeModelFactory.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbColumnMeta.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbColumnMeta.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbColumnMeta.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbForeignKeyMeta.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbForeignKeyMeta.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbForeignKeyMeta.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbTableMeta.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbTableMeta.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbTableMeta.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbTableMetaReader.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbTableMetaReader.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbTableMetaReader.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbUniqueKeyMeta.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbUniqueKeyMeta.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/DbUniqueKeyMeta.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/AbstractIdGeneratorMeta.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/AbstractIdGeneratorMeta.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/AbstractIdGeneratorMeta.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/AbstractPreAllocateIdGeneratorMeta.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/AbstractPreAllocateIdGeneratorMeta.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/AbstractPreAllocateIdGeneratorMeta.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/IdGeneratorMeta.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/IdGeneratorMeta.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/meta/generator/IdGeneratorMeta.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/AnnotationUtil.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/AnnotationUtil.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/AnnotationUtil.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/CaseInsensitiveMap.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/CaseInsensitiveMap.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/CaseInsensitiveMap.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/CaseInsensitiveSet.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/CaseInsensitiveSet.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/CaseInsensitiveSet.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/ReferentialActionType.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/ReferentialActionType.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/ReferentialActionType.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at Modified: leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/ReferentialConstraint.java =================================================================== --- leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/ReferentialConstraint.java 2009-04-13 09:58:31 UTC (rev 3254) +++ leto/jiemamy-entity-io/trunk/src/main/java/org/jiemamy/entity/io/utils/ReferentialConstraint.java 2009-04-13 10:03:49 UTC (rev 3255) @@ -1,6 +1,9 @@ /* - * Copyright 2004-2009 the Seasar Foundation and the Others. + * Copyright 2007-2009 Jiemamy Project and the Others. + * Created on Apr 7, 2009 * + * This file is part of Jiemamy. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at