Re: [xwiki-devs] [xwiki-notifications] r35098 - in platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote: . internal internal/converter jgroups
On Thu, Mar 3, 2011 at 17:40, vmassol <platform-notifications@xwiki.org> wrote:
Author: vmassol Date: 2011-03-03 17:40:23 +0100 (Thu, 03 Mar 2011) New Revision: 35098
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java Log: More missing headers
Shame on me...
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote;
import org.xwiki.component.annotation.ComponentRole;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote;
import org.xwiki.component.annotation.ComponentRole;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote;
import org.xwiki.component.annotation.ComponentRole;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote.internal;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote.internal;
import java.util.Collections;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote.internal;
import org.xwiki.component.annotation.Component;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote.internal;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote.internal.converter;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote.internal.converter;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote.jgroups;
import org.jgroups.Receiver;
_______________________________________________ notifications mailing list notifications@xwiki.org http://lists.xwiki.org/mailman/listinfo/notifications
-- Thomas Mortagne
On Thu, Mar 3, 2011 at 18:13, Thomas Mortagne <thomas.mortagne@xwiki.com>wrote:
On Thu, Mar 3, 2011 at 17:40, vmassol <platform-notifications@xwiki.org> wrote:
Author: vmassol Date: 2011-03-03 17:40:23 +0100 (Thu, 03 Mar 2011) New Revision: 35098
Modified:
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java
platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java
Log: More missing headers
Shame on me...
Don't blame yourself too hard, a baby takes a lot of time, attention and dedication ;-) Guillaume
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote;
import org.xwiki.component.annotation.ComponentRole;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote;
import org.xwiki.component.annotation.ComponentRole;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote;
import org.xwiki.component.annotation.ComponentRole;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote.internal;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote.internal;
import java.util.Collections;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote.internal;
import org.xwiki.component.annotation.Component;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote.internal;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote.internal.converter;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -16,7 +16,6 @@ * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * */ package org.xwiki.observation.remote.internal.converter;
Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java =================================================================== --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java 2011-03-03 16:39:01 UTC (rev 35097) +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java 2011-03-03 16:40:23 UTC (rev 35098) @@ -1,3 +1,22 @@ +/* + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ package org.xwiki.observation.remote.jgroups;
import org.jgroups.Receiver;
_______________________________________________ notifications mailing list notifications@xwiki.org http://lists.xwiki.org/mailman/listinfo/notifications
-- Thomas Mortagne _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Guillaume Lerouge -
Thomas Mortagne