Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
hainguyen committed May 6, 2015
1 parent 5b6d365 commit 754829b
Show file tree
Hide file tree
Showing 35 changed files with 3 additions and 561 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-config. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-config.
* <p>
* mycollab-config 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.
* <p>
* mycollab-config 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-config. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.configuration;

import com.esofthead.mycollab.core.MyCollabException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-config. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-config.
* <p>
* mycollab-config 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.
* <p>
* mycollab-config 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-config. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.configuration;

import com.esofthead.mycollab.core.DeploymentMode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-mobile. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-mobile.
* <p>
* mycollab-mobile 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.
* <p>
* mycollab-mobile 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-mobile. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.mobile.module.project.ui.form.field;

import com.esofthead.mycollab.common.i18n.GenericI18Enum;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-mobile. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-mobile.
* <p>
* mycollab-mobile 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.
* <p>
* mycollab-mobile 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-mobile. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.mobile.module.project.view.bug;

import com.esofthead.mycollab.common.i18n.GenericI18Enum;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-reporting. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-reporting.
* <p>
* mycollab-reporting 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.
* <p>
* mycollab-reporting 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-reporting. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.reporting;

import static net.sf.dynamicreports.report.builder.DynamicReports.cmp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@

/**
* Shutdown/Stop Monitor thread.
* <p>
* This thread listens on the port specified by the STOP.PORT system parameter
* (defaults to -1 for not listening) for request authenticated with the key
* given by the STOP.KEY system parameter (defaults to "eclipse") for admin
* requests.
* <p>
* If the stop port is set to zero, then a random port is assigned and the port
* number is printed to stdout.
* <p>
* Commands "stop" and "status" are currently supported.
*/
public class ShutdownMonitor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-server-runner. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-server-runner.
* <p>
* mycollab-server-runner 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.
* <p>
* mycollab-server-runner 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-server-runner. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.servlet;

import com.esofthead.mycollab.configuration.SharingOptions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-services. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-services.
* <p>
* mycollab-services 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.
* <p>
* mycollab-services 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-services. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.common.service.ibatis;

import com.esofthead.mycollab.cache.CacheUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,14 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-services. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-services.
* <p>
* mycollab-services 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.
* <p>
* mycollab-services 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-services. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.module.crm;

import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.Map;

import com.esofthead.mycollab.configuration.MyCollabAssets;
import com.esofthead.mycollab.core.MyCollabException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.lang.reflect.Method;

/**
*
* @author MyCollab Ltd.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-services. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-services.
* <p>
* mycollab-services 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.
* <p>
* mycollab-services 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-services. If not, see <http://www.gnu.org/licenses/>.
*/

package com.esofthead.mycollab.module.file;

import com.esofthead.mycollab.core.MyCollabException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-services. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-services.
* <p>
* mycollab-services 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.
* <p>
* mycollab-services 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-services. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.module.mail.service;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-ui. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-ui.
* <p>
* mycollab-ui 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.
* <p>
* mycollab-ui 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-ui. If not, see <http://www.gnu.org/licenses/>.
*/

package com.esofthead.mycollab.vaadin.mvp;

import com.esofthead.mycollab.core.MyCollabException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-ui. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-ui.
* <p>
* mycollab-ui 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.
* <p>
* mycollab-ui 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-ui. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.vaadin.ui;

import com.esofthead.mycollab.core.MyCollabException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-web. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-web.
* <p>
* mycollab-web 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.
* <p>
* mycollab-web 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-web. If not, see <http://www.gnu.org/licenses/>.
*/

package com.esofthead.mycollab.module.crm.ui.components;

import com.esofthead.mycollab.common.domain.CommentWithBLOBs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-web. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-web.
* <p>
* mycollab-web 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.
* <p>
* mycollab-web 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-web. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.module.crm.view.account;

import com.esofthead.mycollab.common.i18n.GenericI18Enum;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with mycollab-web. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of mycollab-web.
* <p>
* mycollab-web 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.
* <p>
* mycollab-web 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.
* <p>
* You should have received a copy of the GNU General Public License
* along with mycollab-web. If not, see <http://www.gnu.org/licenses/>.
*/
package com.esofthead.mycollab.module.crm.view.account;

import com.esofthead.mycollab.common.i18n.GenericI18Enum;
Expand Down
Loading

0 comments on commit 754829b

Please sign in to comment.