r198 - in trunk/src: license main/webapp/WEB-INF/decorators main/webapp/jsp main/webapp/jsp/inc
Author: bpoussin Date: 2011-02-16 01:18:16 +0100 (Wed, 16 Feb 2011) New Revision: 198 Url: http://chorem.org/repositories/revision/bow/198 Log: update license Modified: trunk/src/license/THIRD-PARTY.properties trunk/src/main/webapp/WEB-INF/decorators/main.jsp trunk/src/main/webapp/jsp/inc/footer.jsp trunk/src/main/webapp/jsp/inc/header.jsp trunk/src/main/webapp/jsp/login.jsp Modified: trunk/src/license/THIRD-PARTY.properties =================================================================== --- trunk/src/license/THIRD-PARTY.properties 2011-02-16 00:16:53 UTC (rev 197) +++ trunk/src/license/THIRD-PARTY.properties 2011-02-16 00:18:16 UTC (rev 198) @@ -5,10 +5,13 @@ # - Apache License # - Apache Software License, version 1.1 # - BSD License +# - BSD style +# - BSD-style license # - CDDL -# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) v1.0 # - Common Development and Distribution License (CDDL) v1.0 # - Common Public License +# - Common Public License Version 1.0 # - GPLv2+CE # - Indiana University Extreme! Lab Software License, vesion 1.1.1 # - LGPL 2.1 @@ -16,16 +19,21 @@ # - Lesser General Public License (LGPL) v 3.0 # - MIT License # - Public Domain +# - Public domain +# - The Apache Software License, Version 1.1 # - The Apache Software License, Version 2.0 # - The H2 License, Version 1.0 +# - The OpenSymphony Software License 1.1 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Tue Nov 23 09:14:09 CET 2010 -com.experlog--xapool--1.5.0--jar=Lesser General Public License (LGPL) v 3.0 +#Wed Feb 16 01:05:46 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 +concurrent--concurrent--1.0--jar=TECHNOLOGY LICENSE FROM SUN MICROSYSTEMS, INC. +javax.servlet--jsp-api--2.0--jar=Common Development and Distribution License (CDDL) v1.0 javax.servlet--servlet-api--2.5--jar=Common Development and Distribution License (CDDL) v1.0 javax.transaction--jta--1.1--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) v1.0 -jgroups--jgroups--2.9.0.GA--jar=Lesser General Public License (LGPL) v 3.0 +ognl--ognl--2.7.3--jar=The OpenSymphony Software License 1.1 woodstox--wstx-asl--3.2.7--jar=LGPL 2.1 / The Apache Software License - Version 2.0 +xpp3--xpp3_min--1.1.3.4.O--jar=Indiana University Extreme! Lab Software License, vesion 1.1.1 Modified: trunk/src/main/webapp/WEB-INF/decorators/main.jsp =================================================================== --- trunk/src/main/webapp/WEB-INF/decorators/main.jsp 2011-02-16 00:16:53 UTC (rev 197) +++ trunk/src/main/webapp/WEB-INF/decorators/main.jsp 2011-02-16 00:18:16 UTC (rev 198) @@ -1,4 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + bow + + $Id$ + $HeadURL$ + %% + Copyright (C) 2010 - 2011 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero 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 Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"--> <%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> Modified: trunk/src/main/webapp/jsp/inc/footer.jsp =================================================================== --- trunk/src/main/webapp/jsp/inc/footer.jsp 2011-02-16 00:16:53 UTC (rev 197) +++ trunk/src/main/webapp/jsp/inc/footer.jsp 2011-02-16 00:18:16 UTC (rev 198) @@ -1,3 +1,26 @@ +<!-- + #%L + bow + + $Id$ + $HeadURL$ + %% + Copyright (C) 2010 - 2011 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero 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 Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> <%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@taglib prefix="s" uri="/struts-tags" %> Modified: trunk/src/main/webapp/jsp/inc/header.jsp =================================================================== --- trunk/src/main/webapp/jsp/inc/header.jsp 2011-02-16 00:16:53 UTC (rev 197) +++ trunk/src/main/webapp/jsp/inc/header.jsp 2011-02-16 00:18:16 UTC (rev 198) @@ -1,3 +1,26 @@ +<!-- + #%L + bow + + $Id$ + $HeadURL$ + %% + Copyright (C) 2010 - 2011 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero 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 Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> <%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@taglib prefix="s" uri="/struts-tags" %> <div id="header" Modified: trunk/src/main/webapp/jsp/login.jsp =================================================================== --- trunk/src/main/webapp/jsp/login.jsp 2011-02-16 00:16:53 UTC (rev 197) +++ trunk/src/main/webapp/jsp/login.jsp 2011-02-16 00:18:16 UTC (rev 198) @@ -1,3 +1,26 @@ +<!-- + #%L + bow + + $Id$ + $HeadURL$ + %% + Copyright (C) 2010 - 2011 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero 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 Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> <%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@taglib prefix="s" uri="/struts-tags"%>
participants (1)
-
bpoussin@users.chorem.org