r287 - in trunk: chorem-entities/src/main/java/org/chorem chorem-entities/src/main/java/org/chorem/entities chorem-entities/src/main/xmi chorem-webmotion/src/main/java/org/chorem/webmotion chorem-webmotion/src/main/java/org/chorem/webmotion/actions chorem-webmotion/src/main/webapp/css chorem-webmotion/src/main/webapp/js
Author: jcouteau Date: 2012-12-08 15:30:15 +0100 (Sat, 08 Dec 2012) New Revision: 287 Url: http://chorem.org/projects/chorem/repository/revisions/287 Log: Update licence header Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryHelper.java trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryMaker.java trunk/chorem-entities/src/main/java/org/chorem/entities/EmployeeMigration.java trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceMigration.java trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationMigration.java trunk/chorem-entities/src/main/java/org/chorem/entities/VacationMigration.java trunk/chorem-entities/src/main/xmi/vacations.rst trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremDateUtil.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/HrAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java trunk/chorem-webmotion/src/main/webapp/css/vacationRequest.css trunk/chorem-webmotion/src/main/webapp/js/bootstrap.min.js trunk/chorem-webmotion/src/main/webapp/js/jqplot.canvasAxisTickRenderer.min.js trunk/chorem-webmotion/src/main/webapp/js/jqplot.canvasTextRenderer.min.js trunk/chorem-webmotion/src/main/webapp/js/jqplot.categoryAxisRenderer.min.js trunk/chorem-webmotion/src/main/webapp/js/jqplot.cursor.min.js trunk/chorem-webmotion/src/main/webapp/js/jqplot.highlighter.min.js trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-addon.js trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-fr.js trunk/chorem-webmotion/src/main/webapp/js/jquery.jqplot.min.js trunk/chorem-webmotion/src/main/webapp/js/jquery.maskedinput-1.3.js trunk/chorem-webmotion/src/main/webapp/js/jquery.tokeninput.js trunk/chorem-webmotion/src/main/webapp/js/jquery.ui.datepicker-fr.js trunk/chorem-webmotion/src/main/webapp/js/less-1.2.1.min.js Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryHelper.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryHelper.java 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryHelper.java 2012-12-08 14:30:15 UTC (rev 287) @@ -1,6 +1,29 @@ package org.chorem; +/* + * #%L + * Chorem entities + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ + import java.util.Collection; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryMaker.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryMaker.java 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryMaker.java 2012-12-08 14:30:15 UTC (rev 287) @@ -1,6 +1,29 @@ package org.chorem; +/* + * #%L + * Chorem entities + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.chorem.entities.Employee; Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/EmployeeMigration.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/EmployeeMigration.java 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/EmployeeMigration.java 2012-12-08 14:30:15 UTC (rev 287) @@ -4,7 +4,30 @@ */ package org.chorem.entities; +/* + * #%L + * Chorem entities + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ + import java.beans.PropertyChangeListener; import java.math.BigDecimal; import java.util.Collection; Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceMigration.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceMigration.java 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceMigration.java 2012-12-08 14:30:15 UTC (rev 287) @@ -4,7 +4,30 @@ */ package org.chorem.entities; +/* + * #%L + * Chorem entities + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ + import java.beans.PropertyChangeListener; import java.math.BigDecimal; import java.util.Collection; Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationMigration.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationMigration.java 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationMigration.java 2012-12-08 14:30:15 UTC (rev 287) @@ -4,7 +4,30 @@ */ package org.chorem.entities; +/* + * #%L + * Chorem entities + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ + import java.beans.PropertyChangeListener; import java.math.BigDecimal; import java.util.Collection; Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/VacationMigration.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/VacationMigration.java 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/VacationMigration.java 2012-12-08 14:30:15 UTC (rev 287) @@ -4,7 +4,30 @@ */ package org.chorem.entities; +/* + * #%L + * Chorem entities + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ + import java.beans.PropertyChangeListener; import java.math.BigDecimal; import java.util.Collection; Modified: trunk/chorem-entities/src/main/xmi/vacations.rst =================================================================== --- trunk/chorem-entities/src/main/xmi/vacations.rst 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-entities/src/main/xmi/vacations.rst 2012-12-08 14:30:15 UTC (rev 287) @@ -1,3 +1,25 @@ +.. - +.. * #%L +.. * Chorem entities +.. * $Id:$ +.. * $HeadURL:$ +.. * %% +.. * Copyright (C) 2011 - 2012 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% +.. - EmployeeHR est une nouvelle entité définissant l'employé interne à la société (Default Company). On a donc passé les attributs types "ressources humaines" (salary, workingtime, paidleave) de l'entité Employee vers l'entité EmployeeHR. Trois attributs pour les congés : Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremDateUtil.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremDateUtil.java 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremDateUtil.java 2012-12-08 14:30:15 UTC (rev 287) @@ -4,6 +4,29 @@ */ package org.chorem.webmotion; +/* + * #%L + * Chorem webmotion + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ + import java.util.Date; import java.util.GregorianCalendar; Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/HrAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/HrAction.java 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/HrAction.java 2012-12-08 14:30:15 UTC (rev 287) @@ -1,6 +1,29 @@ package org.chorem.webmotion.actions; +/* + * #%L + * Chorem webmotion + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ + import java.util.Arrays; import java.util.HashMap; import java.util.List; Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java 2012-12-08 14:30:15 UTC (rev 287) @@ -1,5 +1,28 @@ package org.chorem.webmotion.actions; +/* + * #%L + * Chorem webmotion + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ + import java.util.Arrays; import java.util.Collection; import java.util.Map; Modified: trunk/chorem-webmotion/src/main/webapp/css/vacationRequest.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/vacationRequest.css 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/css/vacationRequest.css 2012-12-08 14:30:15 UTC (rev 287) @@ -1,3 +1,25 @@ +/* + * #%L + * Chorem webmotion + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 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% + */ /* Document : vacationRequest.css Created on : 26 nov. 2012, 14:42:50 Modified: trunk/chorem-webmotion/src/main/webapp/js/bootstrap.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/bootstrap.min.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/bootstrap.min.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,26 +1,6 @@ -/* - * #%L - * Chorem webmotion - * $Id:$ - * $HeadURL:$ - * %% - * Copyright (C) 2011 - 2012 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% - */ /** + * %%Ignore-License + * * Bootstrap.js by @fat & @mdo * plugins: bootstrap-transition.js, bootstrap-modal.js, bootstrap-dropdown.js, bootstrap-scrollspy.js, bootstrap-tab.js, bootstrap-tooltip.js, bootstrap-popover.js, bootstrap-alert.js, bootstrap-button.js, bootstrap-collapse.js, bootstrap-carousel.js, bootstrap-typeahead.js * Copyright 2012 Twitter, Inc. Modified: trunk/chorem-webmotion/src/main/webapp/js/jqplot.canvasAxisTickRenderer.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jqplot.canvasAxisTickRenderer.min.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jqplot.canvasAxisTickRenderer.min.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,4 +1,6 @@ /** + * %%Ignore-License + * * jqPlot * Pure JavaScript plotting plugin using jQuery * Modified: trunk/chorem-webmotion/src/main/webapp/js/jqplot.canvasTextRenderer.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jqplot.canvasTextRenderer.min.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jqplot.canvasTextRenderer.min.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,4 +1,6 @@ /** + * %%Ignore-License + * * jqPlot * Pure JavaScript plotting plugin using jQuery * Modified: trunk/chorem-webmotion/src/main/webapp/js/jqplot.categoryAxisRenderer.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jqplot.categoryAxisRenderer.min.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jqplot.categoryAxisRenderer.min.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,4 +1,6 @@ /** + * %%Ignore-License + * * jqPlot * Pure JavaScript plotting plugin using jQuery * Modified: trunk/chorem-webmotion/src/main/webapp/js/jqplot.cursor.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jqplot.cursor.min.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jqplot.cursor.min.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,4 +1,6 @@ /** + * %%Ignore-License + * * jqPlot * Pure JavaScript plotting plugin using jQuery * Modified: trunk/chorem-webmotion/src/main/webapp/js/jqplot.highlighter.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jqplot.highlighter.min.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jqplot.highlighter.min.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,4 +1,6 @@ /** + * %%Ignore-License + * * jqPlot * Pure JavaScript plotting plugin using jQuery * Modified: trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-addon.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-addon.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-addon.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,26 +1,6 @@ /* - * #%L - * Chorem webmotion - * $Id:$ - * $HeadURL:$ - * %% - * Copyright (C) 2011 - 2012 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% - */ -/* + * %%Ignore-License + * * jQuery timepicker addon * By: Trent Richardson [http://trentrichardson.com] * Version 1.0.0 Modified: trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-fr.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-fr.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-fr.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,24 +1,6 @@ /* - * #%L - * Chorem webmotion - * $Id:$ - * $HeadURL:$ - * %% - * Copyright (C) 2011 - 2012 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% + * %%Ignore-License + * */ /* French translation for the jQuery Timepicker Addon */ /* Written by Thomas Lété */ Modified: trunk/chorem-webmotion/src/main/webapp/js/jquery.jqplot.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jquery.jqplot.min.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jquery.jqplot.min.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,4 +1,6 @@ /** + * %%Ignore-License + * * jqPlot * Pure JavaScript plotting plugin using jQuery * Modified: trunk/chorem-webmotion/src/main/webapp/js/jquery.maskedinput-1.3.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jquery.maskedinput-1.3.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jquery.maskedinput-1.3.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,26 +1,6 @@ /* - * #%L - * Chorem webmotion - * $Id:$ - * $HeadURL:$ - * %% - * Copyright (C) 2011 - 2012 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% - */ -/* + * %%Ignore-License + * Masked Input plugin for jQuery Copyright (c) 2007-2011 Josh Bush (digitalbush.com) Licensed under the MIT license (http://digitalbush.com/projects/masked-input-plugin/#license) Modified: trunk/chorem-webmotion/src/main/webapp/js/jquery.tokeninput.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jquery.tokeninput.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jquery.tokeninput.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,26 +1,6 @@ /* - * #%L - * Chorem webmotion - * $Id:$ - * $HeadURL:$ - * %% - * Copyright (C) 2011 - 2012 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% - */ -/* + * %%Ignore-License + * * jQuery Plugin: Tokenizing Autocomplete Text Entry * Version 1.6.0 * Modified: trunk/chorem-webmotion/src/main/webapp/js/jquery.ui.datepicker-fr.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jquery.ui.datepicker-fr.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/jquery.ui.datepicker-fr.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,3 +1,6 @@ +/* + * %%Ignore-License + */ /* French initialisation for the jQuery UI date picker plugin. */ /* Written by Keith Wood (kbwood@virginbroadband.com.au) and Stéphane Nahmani (sholby@sholby.net). */ jQuery(function($){ Modified: trunk/chorem-webmotion/src/main/webapp/js/less-1.2.1.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/less-1.2.1.min.js 2012-12-08 13:45:52 UTC (rev 286) +++ trunk/chorem-webmotion/src/main/webapp/js/less-1.2.1.min.js 2012-12-08 14:30:15 UTC (rev 287) @@ -1,24 +1,6 @@ /* - * #%L - * Chorem webmotion - * $Id:$ - * $HeadURL:$ - * %% - * Copyright (C) 2011 - 2012 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% + * %%Ignore-License + * */ // // LESS - Leaner CSS v1.2.1
participants (1)
-
jcouteau@users.chorem.org