r74 - in trunk: choreg/src/main/java/org/chorem/choreg choreg/src/main/java/org/chorem/choreg/exceptions choreg-admin-webapp/src choreg-admin-webapp/src/license choreg-admin-webapp/src/main/java/org/chorem/choreg/admin choreg-admin-webapp/src/main/webapp choreg-admin-webapp/src/main/webapp/META-INF choreg-admin-webapp/src/main/webapp/WEB-INF choreg-test-webapp/src choreg-test-webapp/src/license choreg-test-webapp/src/main/java/org/chorem/choreg/test choreg-test-webapp/src/main/webapp choreg
Author: tchemit Date: 2010-11-22 09:50:48 +0100 (Mon, 22 Nov 2010) New Revision: 74 Url: http://chorem.org/repositories/revision/choreg/74 Log: consolidate third-parties add license header everywhere Added: trunk/choreg-admin-webapp/src/license/ trunk/choreg-admin-webapp/src/license/THIRD-PARTY.properties trunk/choreg-test-webapp/src/license/ trunk/choreg-test-webapp/src/license/THIRD-PARTY.properties trunk/chorem-commons/src/license/ trunk/chorem-commons/src/license/THIRD-PARTY.properties Modified: trunk/choreg-admin-webapp/src/main/java/org/chorem/choreg/admin/ViewServices.java trunk/choreg-admin-webapp/src/main/webapp/META-INF/context.xml trunk/choreg-admin-webapp/src/main/webapp/WEB-INF/web.xml trunk/choreg-admin-webapp/src/main/webapp/index.jsp trunk/choreg-test-webapp/src/main/java/org/chorem/choreg/test/TestBonzoms.java trunk/choreg-test-webapp/src/main/webapp/META-INF/context.xml trunk/choreg-test-webapp/src/main/webapp/WEB-INF/web.xml trunk/choreg-test-webapp/src/main/webapp/index.jsp trunk/choreg/src/main/java/org/chorem/choreg/AdminChoreg.java trunk/choreg/src/main/java/org/chorem/choreg/ChoremConvert.java trunk/choreg/src/main/java/org/chorem/choreg/ChoremRegistryImpl.java trunk/choreg/src/main/java/org/chorem/choreg/CryptedUser.java trunk/choreg/src/main/java/org/chorem/choreg/FormatType.java trunk/choreg/src/main/java/org/chorem/choreg/Link.java trunk/choreg/src/main/java/org/chorem/choreg/exceptions/ChoregException.java trunk/choreg/src/main/java/org/chorem/choreg/exceptions/NoServiceException.java trunk/choreg/src/main/java/org/chorem/choreg/exceptions/NotAllowedException.java trunk/choreg/src/main/java/org/chorem/choreg/exceptions/TimeoutException.java trunk/choreg/src/main/java/org/chorem/choreg/exceptions/WrongTypeException.java trunk/chorem-commons/src/main/java/org/chorem/exceptions/ConvertException.java trunk/chorem-commons/src/main/java/org/chorem/exceptions/EntityException.java trunk/chorem-commons/src/main/java/org/chorem/utils/Convert.java trunk/chorem-commons/src/main/java/org/chorem/utils/DateUtils.java trunk/chorem-commons/src/main/java/org/chorem/utils/DateValidator.java trunk/chorem-commons/src/main/java/org/chorem/utils/PeriodDates.java trunk/chorem-commons/src/main/java/org/chorem/utils/PropertiesLoader.java trunk/chorem-commons/src/main/java/org/chorem/utils/PropertyHelper.java trunk/chorem-commons/src/main/java/org/chorem/utils/ServiceHelper.java trunk/chorem-commons/src/main/resources/TopiaContextImpl.properties trunk/chorem-commons/src/main/resources/log4j.properties trunk/chorem-commons/src/test/java/org/chorem/utils/RangeTimeTest.java trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/OrganisationNameElement.java trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/PersonNameElement.java trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/SimplifiedNameElement.java trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/SubDivisionNameElement.java trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/XNLHelper.java trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/XPILHelper.java trunk/src/site/resources/css/site.css trunk/src/site/rst/architecture/archi_chorem_part1.rst trunk/src/site/rst/architecture/archi_chorem_part2.rst trunk/src/site/rst/developper/details.rst trunk/src/site/rst/developper/project.rst trunk/src/site/rst/developper/todo.rst trunk/src/site/rst/index.rst trunk/src/site/rst/presentation/api.rst trunk/src/site/rst/presentation/definitions.rst trunk/src/site/rst/presentation/presentation.rst trunk/src/site/rst/recherche/apache.rst trunk/src/site/rst/recherche/osgi.rst trunk/src/site/rst/recherche/technos.rst trunk/src/site/rst/stage/recapitulatif.rst trunk/src/site/rst/stage/sujet.rst trunk/src/site/rst/user/best_practices.rst trunk/src/site/rst/user/deployment.rst trunk/src/site/rst/user/faq.rst trunk/src/site/rst/user/filters.rst trunk/src/site/rst/user/formats.rst trunk/src/site/rst/user/security.rst trunk/src/site/rst/user/start.rst trunk/src/site/site.xml Modified: trunk/choreg/src/main/java/org/chorem/choreg/AdminChoreg.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/AdminChoreg.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/AdminChoreg.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,4 +1,28 @@ /* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ +/* * To change this template, choose Tools | Templates * and open the template in the editor. */ Modified: trunk/choreg/src/main/java/org/chorem/choreg/ChoremConvert.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/ChoremConvert.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/ChoremConvert.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg/src/main/java/org/chorem/choreg/ChoremRegistryImpl.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/ChoremRegistryImpl.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/ChoremRegistryImpl.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg/src/main/java/org/chorem/choreg/CryptedUser.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/CryptedUser.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/CryptedUser.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg/src/main/java/org/chorem/choreg/FormatType.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/FormatType.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/FormatType.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg/src/main/java/org/chorem/choreg/Link.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/Link.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/Link.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg/src/main/java/org/chorem/choreg/exceptions/ChoregException.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/exceptions/ChoregException.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/exceptions/ChoregException.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg/src/main/java/org/chorem/choreg/exceptions/NoServiceException.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/exceptions/NoServiceException.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/exceptions/NoServiceException.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg/src/main/java/org/chorem/choreg/exceptions/NotAllowedException.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/exceptions/NotAllowedException.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/exceptions/NotAllowedException.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg/src/main/java/org/chorem/choreg/exceptions/TimeoutException.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/exceptions/TimeoutException.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/exceptions/TimeoutException.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg/src/main/java/org/chorem/choreg/exceptions/WrongTypeException.java =================================================================== --- trunk/choreg/src/main/java/org/chorem/choreg/exceptions/WrongTypeException.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg/src/main/java/org/chorem/choreg/exceptions/WrongTypeException.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: ChoReg Registry + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Added: trunk/choreg-admin-webapp/src/license/THIRD-PARTY.properties =================================================================== --- trunk/choreg-admin-webapp/src/license/THIRD-PARTY.properties (rev 0) +++ trunk/choreg-admin-webapp/src/license/THIRD-PARTY.properties 2010-11-22 08:50:48 UTC (rev 74) @@ -0,0 +1,23 @@ +# Generated by org.nuiton.license.plugin.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - ANTLR 2 License +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Lesser General Public License (LGPL) v 3.0 +# - License Agreement for Java Transaction API Classes +# - MIT License +# - The Apache Software License, Version 2.0 +# - jdomlicence +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Mon Nov 22 09:48:57 CET 2010 +antlr--antlr--2.7.6--jar=ANTLR 2 License +commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 +dom4j--dom4j--1.6.1--jar=jdomlicence +javax.servlet--servlet-api--2.5--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +javax.transaction--jta--1.1--jar=License Agreement for Java Transaction API Classes +org.slf4j--slf4j-api--1.5.2--jar=MIT License +org.slf4j--slf4j-log4j12--1.5.2--jar=MIT License Property changes on: trunk/choreg-admin-webapp/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/choreg-admin-webapp/src/main/java/org/chorem/choreg/admin/ViewServices.java =================================================================== --- trunk/choreg-admin-webapp/src/main/java/org/chorem/choreg/admin/ViewServices.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg-admin-webapp/src/main/java/org/chorem/choreg/admin/ViewServices.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: Admin WebApp + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg-admin-webapp/src/main/webapp/META-INF/context.xml =================================================================== --- trunk/choreg-admin-webapp/src/main/webapp/META-INF/context.xml 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg-admin-webapp/src/main/webapp/META-INF/context.xml 2010-11-22 08:50:48 UTC (rev 74) @@ -1,2 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + ChoReg :: Admin WebApp + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <Context antiJARLocking="true" path="/choreg-admin"/> Modified: trunk/choreg-admin-webapp/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/choreg-admin-webapp/src/main/webapp/WEB-INF/web.xml 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg-admin-webapp/src/main/webapp/WEB-INF/web.xml 2010-11-22 08:50:48 UTC (rev 74) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + ChoReg :: Admin WebApp + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <!-- Copyright 2007 The Apache Software Foundation Modified: trunk/choreg-admin-webapp/src/main/webapp/index.jsp =================================================================== --- trunk/choreg-admin-webapp/src/main/webapp/index.jsp 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg-admin-webapp/src/main/webapp/index.jsp 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +<!-- + #%L + ChoReg :: Admin WebApp + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <%-- Document : index Created on : 27 juil. 2009, 12:24:41 Added: trunk/choreg-test-webapp/src/license/THIRD-PARTY.properties =================================================================== --- trunk/choreg-test-webapp/src/license/THIRD-PARTY.properties (rev 0) +++ trunk/choreg-test-webapp/src/license/THIRD-PARTY.properties 2010-11-22 08:50:48 UTC (rev 74) @@ -0,0 +1,12 @@ +# Generated by org.nuiton.license.plugin.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - BSD License +# - Lesser General Public License (LGPL) v 3.0 +# - The Apache Software License, Version 2.0 +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Mon Nov 22 09:47:09 CET 2010 +javax.servlet--servlet-api--2.5--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 \ No newline at end of file Property changes on: trunk/choreg-test-webapp/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/choreg-test-webapp/src/main/java/org/chorem/choreg/test/TestBonzoms.java =================================================================== --- trunk/choreg-test-webapp/src/main/java/org/chorem/choreg/test/TestBonzoms.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg-test-webapp/src/main/java/org/chorem/choreg/test/TestBonzoms.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg :: Test WebApp + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% ChoReg * Copyright (C) 2009 CodeLutin Modified: trunk/choreg-test-webapp/src/main/webapp/META-INF/context.xml =================================================================== --- trunk/choreg-test-webapp/src/main/webapp/META-INF/context.xml 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg-test-webapp/src/main/webapp/META-INF/context.xml 2010-11-22 08:50:48 UTC (rev 74) @@ -1,2 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + ChoReg :: Test WebApp + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <Context antiJARLocking="true" path="/choreg-test"/> Modified: trunk/choreg-test-webapp/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/choreg-test-webapp/src/main/webapp/WEB-INF/web.xml 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg-test-webapp/src/main/webapp/WEB-INF/web.xml 2010-11-22 08:50:48 UTC (rev 74) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + ChoReg :: Test WebApp + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <!-- Copyright 2007 The Apache Software Foundation Modified: trunk/choreg-test-webapp/src/main/webapp/index.jsp =================================================================== --- trunk/choreg-test-webapp/src/main/webapp/index.jsp 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/choreg-test-webapp/src/main/webapp/index.jsp 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +<!-- + #%L + ChoReg :: Test WebApp + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> <%-- Document : index Created on : 27 juil. 2009, 12:24:41 Added: trunk/chorem-commons/src/license/THIRD-PARTY.properties =================================================================== --- trunk/chorem-commons/src/license/THIRD-PARTY.properties (rev 0) +++ trunk/chorem-commons/src/license/THIRD-PARTY.properties 2010-11-22 08:50:48 UTC (rev 74) @@ -0,0 +1,27 @@ +# Generated by org.nuiton.license.plugin.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - ANTLR 2 License +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Common Public License Version 1.0 +# - GNU Lesser General Public License +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - License Agreement for Java Transaction API Classes +# - MIT License +# - The Apache Software License, Version 2.0 +# - jdomlicence +# - lgpl +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Mon Nov 22 09:46:53 CET 2010 +antlr--antlr--2.7.6--jar=ANTLR 2 License +commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 +dom4j--dom4j--1.6.1--jar=jdomlicence +javax.servlet--servlet-api--2.5--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +javax.transaction--jta--1.1--jar=License Agreement for Java Transaction API Classes +org.slf4j--slf4j-api--1.5.2--jar=MIT License +org.slf4j--slf4j-log4j12--1.5.2--jar=MIT License Property changes on: trunk/chorem-commons/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/chorem-commons/src/main/java/org/chorem/exceptions/ConvertException.java =================================================================== --- trunk/chorem-commons/src/main/java/org/chorem/exceptions/ConvertException.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/java/org/chorem/exceptions/ConvertException.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Chorem-Commons * Copyright (C) 2009 CodeLutin Modified: trunk/chorem-commons/src/main/java/org/chorem/exceptions/EntityException.java =================================================================== --- trunk/chorem-commons/src/main/java/org/chorem/exceptions/EntityException.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/java/org/chorem/exceptions/EntityException.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Chorem-Commons * Copyright (C) 2009 CodeLutin Modified: trunk/chorem-commons/src/main/java/org/chorem/utils/Convert.java =================================================================== --- trunk/chorem-commons/src/main/java/org/chorem/utils/Convert.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/java/org/chorem/utils/Convert.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Chorem-Commons * Copyright (C) 2009 CodeLutin Modified: trunk/chorem-commons/src/main/java/org/chorem/utils/DateUtils.java =================================================================== --- trunk/chorem-commons/src/main/java/org/chorem/utils/DateUtils.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/java/org/chorem/utils/DateUtils.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Chorem-Commons * Copyright (C) 2009 CodeLutin Modified: trunk/chorem-commons/src/main/java/org/chorem/utils/DateValidator.java =================================================================== --- trunk/chorem-commons/src/main/java/org/chorem/utils/DateValidator.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/java/org/chorem/utils/DateValidator.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Chorem-Commons * Copyright (C) 2009 CodeLutin Modified: trunk/chorem-commons/src/main/java/org/chorem/utils/PeriodDates.java =================================================================== --- trunk/chorem-commons/src/main/java/org/chorem/utils/PeriodDates.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/java/org/chorem/utils/PeriodDates.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Chorem-Commons * Copyright (C) 2009 CodeLutin Modified: trunk/chorem-commons/src/main/java/org/chorem/utils/PropertiesLoader.java =================================================================== --- trunk/chorem-commons/src/main/java/org/chorem/utils/PropertiesLoader.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/java/org/chorem/utils/PropertiesLoader.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /* *##% Pollen * Copyright (C) 2009 CodeLutin * Modified: trunk/chorem-commons/src/main/java/org/chorem/utils/PropertyHelper.java =================================================================== --- trunk/chorem-commons/src/main/java/org/chorem/utils/PropertyHelper.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/java/org/chorem/utils/PropertyHelper.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Chorem-Commons * Copyright (C) 2009 CodeLutin Modified: trunk/chorem-commons/src/main/java/org/chorem/utils/ServiceHelper.java =================================================================== --- trunk/chorem-commons/src/main/java/org/chorem/utils/ServiceHelper.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/java/org/chorem/utils/ServiceHelper.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Chorem-Commons * Copyright (C) 2009 CodeLutin Modified: trunk/chorem-commons/src/main/resources/TopiaContextImpl.properties =================================================================== --- trunk/chorem-commons/src/main/resources/TopiaContextImpl.properties 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/resources/TopiaContextImpl.properties 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +### +# #%L +# Choreg :: Chorem-Commons +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### topia.application.provide.org.chorem.registry.ChoremRegistry=xml-rpc topia.application.server.port.rmi=8888 Modified: trunk/chorem-commons/src/main/resources/log4j.properties =================================================================== --- trunk/chorem-commons/src/main/resources/log4j.properties 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/main/resources/log4j.properties 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +### +# #%L +# Choreg :: Chorem-Commons +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### ### direct log messages to stdout ### log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out Modified: trunk/chorem-commons/src/test/java/org/chorem/utils/RangeTimeTest.java =================================================================== --- trunk/chorem-commons/src/test/java/org/chorem/utils/RangeTimeTest.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/chorem-commons/src/test/java/org/chorem/utils/RangeTimeTest.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,4 +1,28 @@ /* + * #%L + * Choreg :: Chorem-Commons + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ +/* * To change this template, choose Tools | Templates * and open the template in the editor. */ Modified: trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/OrganisationNameElement.java =================================================================== --- trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/OrganisationNameElement.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/OrganisationNameElement.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Oasis CIQ Api + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Oasis CIQ Api * Copyright (C) 2009 CodeLutin Modified: trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/PersonNameElement.java =================================================================== --- trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/PersonNameElement.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/PersonNameElement.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Oasis CIQ Api + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Oasis CIQ Api * Copyright (C) 2009 CodeLutin Modified: trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/SimplifiedNameElement.java =================================================================== --- trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/SimplifiedNameElement.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/SimplifiedNameElement.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Oasis CIQ Api + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Oasis CIQ Api * Copyright (C) 2009 CodeLutin Modified: trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/SubDivisionNameElement.java =================================================================== --- trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/SubDivisionNameElement.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/SubDivisionNameElement.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Oasis CIQ Api + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Oasis CIQ Api * Copyright (C) 2009 CodeLutin Modified: trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/XNLHelper.java =================================================================== --- trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/XNLHelper.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/XNLHelper.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Oasis CIQ Api + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Oasis CIQ Api * Copyright (C) 2009 CodeLutin Modified: trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/XPILHelper.java =================================================================== --- trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/XPILHelper.java 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/oasis-ciq-api/src/main/java/org/chorem/oasis/ciq/api/XPILHelper.java 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * Choreg :: Oasis CIQ Api + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ /** * *##% Oasis CIQ Api * Copyright (C) 2009 CodeLutin Modified: trunk/src/site/resources/css/site.css =================================================================== --- trunk/src/site/resources/css/site.css 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/resources/css/site.css 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +/* + * #%L + * ChoReg + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ pre.literal_block { border: 2px groove #FF4940; background-color: #FFF1E1; Modified: trunk/src/site/rst/architecture/archi_chorem_part1.rst =================================================================== --- trunk/src/site/rst/architecture/archi_chorem_part1.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/architecture/archi_chorem_part1.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Architecture des applications CHOREM ==================================== Modified: trunk/src/site/rst/architecture/archi_chorem_part2.rst =================================================================== --- trunk/src/site/rst/architecture/archi_chorem_part2.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/architecture/archi_chorem_part2.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Chorem-Registry Application (Trouver un nom pour l'application) =============================================================== Modified: trunk/src/site/rst/developper/details.rst =================================================================== --- trunk/src/site/rst/developper/details.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/developper/details.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - ChoremRegistryImpl ================== Modified: trunk/src/site/rst/developper/project.rst =================================================================== --- trunk/src/site/rst/developper/project.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/developper/project.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Projet CHOREM Type ================== Modified: trunk/src/site/rst/developper/todo.rst =================================================================== --- trunk/src/site/rst/developper/todo.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/developper/todo.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Documentation : - Security Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/index.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Introduction ============ Modified: trunk/src/site/rst/presentation/api.rst =================================================================== --- trunk/src/site/rst/presentation/api.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/presentation/api.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - API de ChoReg ============= Modified: trunk/src/site/rst/presentation/definitions.rst =================================================================== --- trunk/src/site/rst/presentation/definitions.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/presentation/definitions.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Definitions =========== Modified: trunk/src/site/rst/presentation/presentation.rst =================================================================== --- trunk/src/site/rst/presentation/presentation.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/presentation/presentation.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Présentation de ChoReg ====================== Modified: trunk/src/site/rst/recherche/apache.rst =================================================================== --- trunk/src/site/rst/recherche/apache.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/recherche/apache.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - ============== Projets Apache ============== Modified: trunk/src/site/rst/recherche/osgi.rst =================================================================== --- trunk/src/site/rst/recherche/osgi.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/recherche/osgi.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - ================== Utilisation d'OSGi ================== Modified: trunk/src/site/rst/recherche/technos.rst =================================================================== --- trunk/src/site/rst/recherche/technos.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/recherche/technos.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - ========================= Recherche & Développement ========================= Modified: trunk/src/site/rst/stage/recapitulatif.rst =================================================================== --- trunk/src/site/rst/stage/recapitulatif.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/stage/recapitulatif.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - ============================= Compte Rendus durant le Stage ============================= Modified: trunk/src/site/rst/stage/sujet.rst =================================================================== --- trunk/src/site/rst/stage/sujet.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/stage/sujet.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Stage: Logiciel de gestion de projet/RH/CRM =========================================== Modified: trunk/src/site/rst/user/best_practices.rst =================================================================== --- trunk/src/site/rst/user/best_practices.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/user/best_practices.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Bonnes pratiques ================ Modified: trunk/src/site/rst/user/deployment.rst =================================================================== --- trunk/src/site/rst/user/deployment.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/user/deployment.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Déploiement des applications Chorem =================================== Modified: trunk/src/site/rst/user/faq.rst =================================================================== --- trunk/src/site/rst/user/faq.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/user/faq.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - FAQ === Modified: trunk/src/site/rst/user/filters.rst =================================================================== --- trunk/src/site/rst/user/filters.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/user/filters.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Filtres ======= Modified: trunk/src/site/rst/user/formats.rst =================================================================== --- trunk/src/site/rst/user/formats.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/user/formats.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Formats ======= Modified: trunk/src/site/rst/user/security.rst =================================================================== --- trunk/src/site/rst/user/security.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/user/security.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Sécurité ======== Modified: trunk/src/site/rst/user/start.rst =================================================================== --- trunk/src/site/rst/user/start.rst 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/rst/user/start.rst 2010-11-22 08:50:48 UTC (rev 74) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * ChoReg +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - Getting Started =============== Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2010-11-22 08:40:59 UTC (rev 73) +++ trunk/src/site/site.xml 2010-11-22 08:50:48 UTC (rev 74) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + ChoReg + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% + --> + <project name="${project.name}"> <bannerLeft>
participants (1)
-
tchemit@users.chorem.org