[ltt-dev] [PATCH] Change synchronization code license to LGPLv2.1

Mathieu Desnoyers compudj at krystal.dyndns.org
Thu Feb 25 12:12:02 EST 2010


* Benjamin Poirier (benjamin.poirier at polymtl.ca) wrote:
> This change is to allow potential inclusion of the synchronization code in the
> Tracing and Monitoring Framework project of Eclipse.

Acked-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>

Pierre-Marc, do you want to do the merge ?

Thanks,

Mathieu

> 
> Signed-off-by: Benjamin Poirier <benjamin.poirier at polymtl.ca>
> ---
>  lttv/lttv/sync/README                            |    2 +-
>  lttv/lttv/sync/data_structures.c                 |   23 ++++++++++-----------
>  lttv/lttv/sync/data_structures.h                 |   23 ++++++++++-----------
>  lttv/lttv/sync/event_analysis.h                  |   23 ++++++++++-----------
>  lttv/lttv/sync/event_analysis_chull.c            |   23 ++++++++++-----------
>  lttv/lttv/sync/event_analysis_chull.h            |   23 ++++++++++-----------
>  lttv/lttv/sync/event_analysis_eval.c             |   23 ++++++++++-----------
>  lttv/lttv/sync/event_analysis_eval.h             |   23 ++++++++++-----------
>  lttv/lttv/sync/event_analysis_linreg.c           |   23 ++++++++++-----------
>  lttv/lttv/sync/event_analysis_linreg.h           |   23 ++++++++++-----------
>  lttv/lttv/sync/event_matching.h                  |   23 ++++++++++-----------
>  lttv/lttv/sync/event_matching_broadcast.c        |   23 ++++++++++-----------
>  lttv/lttv/sync/event_matching_broadcast.h        |   23 ++++++++++-----------
>  lttv/lttv/sync/event_matching_distributor.c      |   23 ++++++++++-----------
>  lttv/lttv/sync/event_matching_distributor.h      |   23 ++++++++++-----------
>  lttv/lttv/sync/event_matching_tcp.c              |   23 ++++++++++-----------
>  lttv/lttv/sync/event_matching_tcp.h              |   23 ++++++++++-----------
>  lttv/lttv/sync/event_processing.h                |   23 ++++++++++-----------
>  lttv/lttv/sync/event_processing_lttng_common.c   |   23 ++++++++++-----------
>  lttv/lttv/sync/event_processing_lttng_common.h   |   23 ++++++++++-----------
>  lttv/lttv/sync/event_processing_lttng_null.c     |   23 ++++++++++-----------
>  lttv/lttv/sync/event_processing_lttng_null.h     |   23 ++++++++++-----------
>  lttv/lttv/sync/event_processing_lttng_standard.c |   23 ++++++++++-----------
>  lttv/lttv/sync/event_processing_lttng_standard.h |   23 ++++++++++-----------
>  lttv/lttv/sync/event_processing_text.c           |   23 ++++++++++-----------
>  lttv/lttv/sync/event_processing_text.h           |   23 ++++++++++-----------
>  lttv/lttv/sync/graph_functions.c                 |   23 ++++++++++-----------
>  lttv/lttv/sync/graph_functions.h                 |   23 ++++++++++-----------
>  lttv/lttv/sync/sync_chain.c                      |   23 ++++++++++-----------
>  lttv/lttv/sync/sync_chain.h                      |   23 ++++++++++-----------
>  lttv/lttv/sync/sync_chain_lttv.c                 |   23 ++++++++++-----------
>  lttv/lttv/sync/sync_chain_lttv.h                 |   23 ++++++++++-----------
>  lttv/lttv/sync/sync_chain_unittest.c             |   23 ++++++++++-----------
>  33 files changed, 353 insertions(+), 385 deletions(-)
> 
> diff --git a/lttv/lttv/sync/README b/lttv/lttv/sync/README
> index 01a09a8..fe242e9 100644
> --- a/lttv/lttv/sync/README
> +++ b/lttv/lttv/sync/README
> @@ -1,6 +1,6 @@
>  Benjamin Poirier
>  benjamin.poirier at polymtl.ca
> -2009
> +2009, 2010
>  
>  + About time synchronization
>  This framework performs offline time synchronization. This means that the
> diff --git a/lttv/lttv/sync/data_structures.c b/lttv/lttv/sync/data_structures.c
> index 7a9b16d..c2bf646 100644
> --- a/lttv/lttv/sync/data_structures.c
> +++ b/lttv/lttv/sync/data_structures.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> diff --git a/lttv/lttv/sync/data_structures.h b/lttv/lttv/sync/data_structures.h
> index 0eab539..7ed3bfc 100644
> --- a/lttv/lttv/sync/data_structures.h
> +++ b/lttv/lttv/sync/data_structures.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef DATA_STRUCTURES_H
> diff --git a/lttv/lttv/sync/event_analysis.h b/lttv/lttv/sync/event_analysis.h
> index 4c89aca..95f713e 100644
> --- a/lttv/lttv/sync/event_analysis.h
> +++ b/lttv/lttv/sync/event_analysis.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_ANALYSIS_H
> diff --git a/lttv/lttv/sync/event_analysis_chull.c b/lttv/lttv/sync/event_analysis_chull.c
> index 5be199b..12c3d85 100644
> --- a/lttv/lttv/sync/event_analysis_chull.c
> +++ b/lttv/lttv/sync/event_analysis_chull.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  #define _ISOC99_SOURCE
>  
> diff --git a/lttv/lttv/sync/event_analysis_chull.h b/lttv/lttv/sync/event_analysis_chull.h
> index 07942cc..c96dcae 100644
> --- a/lttv/lttv/sync/event_analysis_chull.h
> +++ b/lttv/lttv/sync/event_analysis_chull.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_ANALYSIS_CHULL_H
> diff --git a/lttv/lttv/sync/event_analysis_eval.c b/lttv/lttv/sync/event_analysis_eval.c
> index 39aa7cd..0872eb6 100644
> --- a/lttv/lttv/sync/event_analysis_eval.c
> +++ b/lttv/lttv/sync/event_analysis_eval.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #define _GNU_SOURCE
> diff --git a/lttv/lttv/sync/event_analysis_eval.h b/lttv/lttv/sync/event_analysis_eval.h
> index 05d8660..fcde82f 100644
> --- a/lttv/lttv/sync/event_analysis_eval.h
> +++ b/lttv/lttv/sync/event_analysis_eval.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_ANALYSIS_EVAL_H
> diff --git a/lttv/lttv/sync/event_analysis_linreg.c b/lttv/lttv/sync/event_analysis_linreg.c
> index 7011f96..0cab480 100644
> --- a/lttv/lttv/sync/event_analysis_linreg.c
> +++ b/lttv/lttv/sync/event_analysis_linreg.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  // for INFINITY in math.h
> diff --git a/lttv/lttv/sync/event_analysis_linreg.h b/lttv/lttv/sync/event_analysis_linreg.h
> index 0eafe3f..7c9a235 100644
> --- a/lttv/lttv/sync/event_analysis_linreg.h
> +++ b/lttv/lttv/sync/event_analysis_linreg.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_ANALYSIS_LINREG_H
> diff --git a/lttv/lttv/sync/event_matching.h b/lttv/lttv/sync/event_matching.h
> index 28839f2..f7f1cf9 100644
> --- a/lttv/lttv/sync/event_matching.h
> +++ b/lttv/lttv/sync/event_matching.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_MATCHING_H
> diff --git a/lttv/lttv/sync/event_matching_broadcast.c b/lttv/lttv/sync/event_matching_broadcast.c
> index 1bc5d75..c50fe4a 100644
> --- a/lttv/lttv/sync/event_matching_broadcast.c
> +++ b/lttv/lttv/sync/event_matching_broadcast.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> diff --git a/lttv/lttv/sync/event_matching_broadcast.h b/lttv/lttv/sync/event_matching_broadcast.h
> index d9c4fbf..a1259a8 100644
> --- a/lttv/lttv/sync/event_matching_broadcast.h
> +++ b/lttv/lttv/sync/event_matching_broadcast.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_MATCHING_BROADCAST_H
> diff --git a/lttv/lttv/sync/event_matching_distributor.c b/lttv/lttv/sync/event_matching_distributor.c
> index 6ea6c0f..c83187d 100644
> --- a/lttv/lttv/sync/event_matching_distributor.c
> +++ b/lttv/lttv/sync/event_matching_distributor.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> diff --git a/lttv/lttv/sync/event_matching_distributor.h b/lttv/lttv/sync/event_matching_distributor.h
> index e5e071a..0334072 100644
> --- a/lttv/lttv/sync/event_matching_distributor.h
> +++ b/lttv/lttv/sync/event_matching_distributor.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_MATCHING_DISTRIBUTOR_H
> diff --git a/lttv/lttv/sync/event_matching_tcp.c b/lttv/lttv/sync/event_matching_tcp.c
> index 5f3aa93..64078ac 100644
> --- a/lttv/lttv/sync/event_matching_tcp.c
> +++ b/lttv/lttv/sync/event_matching_tcp.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> diff --git a/lttv/lttv/sync/event_matching_tcp.h b/lttv/lttv/sync/event_matching_tcp.h
> index 9ec887a..6f9b072 100644
> --- a/lttv/lttv/sync/event_matching_tcp.h
> +++ b/lttv/lttv/sync/event_matching_tcp.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_MATCHING_TCP_H
> diff --git a/lttv/lttv/sync/event_processing.h b/lttv/lttv/sync/event_processing.h
> index 2ac26ae..876ca1d 100644
> --- a/lttv/lttv/sync/event_processing.h
> +++ b/lttv/lttv/sync/event_processing.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_PROCESSING_H
> diff --git a/lttv/lttv/sync/event_processing_lttng_common.c b/lttv/lttv/sync/event_processing_lttng_common.c
> index 4a982e0..62044f6 100644
> --- a/lttv/lttv/sync/event_processing_lttng_common.c
> +++ b/lttv/lttv/sync/event_processing_lttng_common.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> diff --git a/lttv/lttv/sync/event_processing_lttng_common.h b/lttv/lttv/sync/event_processing_lttng_common.h
> index 7a710f7..8fad844 100644
> --- a/lttv/lttv/sync/event_processing_lttng_common.h
> +++ b/lttv/lttv/sync/event_processing_lttng_common.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_PROCESSING_LTTNG_COMMON_H
> diff --git a/lttv/lttv/sync/event_processing_lttng_null.c b/lttv/lttv/sync/event_processing_lttng_null.c
> index 3a91731..3f4c64c 100644
> --- a/lttv/lttv/sync/event_processing_lttng_null.c
> +++ b/lttv/lttv/sync/event_processing_lttng_null.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> diff --git a/lttv/lttv/sync/event_processing_lttng_null.h b/lttv/lttv/sync/event_processing_lttng_null.h
> index 8e01c58..3a307f8 100644
> --- a/lttv/lttv/sync/event_processing_lttng_null.h
> +++ b/lttv/lttv/sync/event_processing_lttng_null.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_PROCESSING_LTTNG_NULL_H
> diff --git a/lttv/lttv/sync/event_processing_lttng_standard.c b/lttv/lttv/sync/event_processing_lttng_standard.c
> index 55806df..99086fe 100644
> --- a/lttv/lttv/sync/event_processing_lttng_standard.c
> +++ b/lttv/lttv/sync/event_processing_lttng_standard.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #define _ISOC99_SOURCE
> diff --git a/lttv/lttv/sync/event_processing_lttng_standard.h b/lttv/lttv/sync/event_processing_lttng_standard.h
> index 419aac2..d686d60 100644
> --- a/lttv/lttv/sync/event_processing_lttng_standard.h
> +++ b/lttv/lttv/sync/event_processing_lttng_standard.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_PROCESSING_LTTNG_STANDARD_H
> diff --git a/lttv/lttv/sync/event_processing_text.c b/lttv/lttv/sync/event_processing_text.c
> index 238d658..8268d82 100644
> --- a/lttv/lttv/sync/event_processing_text.c
> +++ b/lttv/lttv/sync/event_processing_text.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #define _GNU_SOURCE
> diff --git a/lttv/lttv/sync/event_processing_text.h b/lttv/lttv/sync/event_processing_text.h
> index 451b7b9..e4faa91 100644
> --- a/lttv/lttv/sync/event_processing_text.h
> +++ b/lttv/lttv/sync/event_processing_text.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef EVENT_PROCESSING_TEXT_H
> diff --git a/lttv/lttv/sync/graph_functions.c b/lttv/lttv/sync/graph_functions.c
> index 85adcf3..c347b24 100644
> --- a/lttv/lttv/sync/graph_functions.c
> +++ b/lttv/lttv/sync/graph_functions.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> diff --git a/lttv/lttv/sync/graph_functions.h b/lttv/lttv/sync/graph_functions.h
> index 6551708..65981dd 100644
> --- a/lttv/lttv/sync/graph_functions.h
> +++ b/lttv/lttv/sync/graph_functions.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef GRAPH_FUNCTIONS_H
> diff --git a/lttv/lttv/sync/sync_chain.c b/lttv/lttv/sync/sync_chain.c
> index c32f341..4c73f9b 100644
> --- a/lttv/lttv/sync/sync_chain.c
> +++ b/lttv/lttv/sync/sync_chain.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> diff --git a/lttv/lttv/sync/sync_chain.h b/lttv/lttv/sync/sync_chain.h
> index 5d10a08..076d196 100644
> --- a/lttv/lttv/sync/sync_chain.h
> +++ b/lttv/lttv/sync/sync_chain.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef SYNC_CHAIN_H
> diff --git a/lttv/lttv/sync/sync_chain_lttv.c b/lttv/lttv/sync/sync_chain_lttv.c
> index 7fd0c6e..c0693b7 100644
> --- a/lttv/lttv/sync/sync_chain_lttv.c
> +++ b/lttv/lttv/sync/sync_chain_lttv.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> diff --git a/lttv/lttv/sync/sync_chain_lttv.h b/lttv/lttv/sync/sync_chain_lttv.h
> index 43e1650..b47a5f4 100644
> --- a/lttv/lttv/sync/sync_chain_lttv.h
> +++ b/lttv/lttv/sync/sync_chain_lttv.h
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifndef SYNC_CHAIN_LTTV_H
> diff --git a/lttv/lttv/sync/sync_chain_unittest.c b/lttv/lttv/sync/sync_chain_unittest.c
> index 79b3b58..9916591 100644
> --- a/lttv/lttv/sync/sync_chain_unittest.c
> +++ b/lttv/lttv/sync/sync_chain_unittest.c
> @@ -1,19 +1,18 @@
>  /* This file is part of the Linux Trace Toolkit viewer
> - * Copyright (C) 2009 Benjamin Poirier <benjamin.poirier at polymtl.ca>
> + * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier at polymtl.ca>
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License Version 2 as
> - * published by the Free Software Foundation;
> + * This program 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 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.
> + * 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 Lesser General Public
> + * License for more details.
>   *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
> - * MA 02111-1307, USA.
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #define _GNU_SOURCE
> -- 
> 1.6.6.1
> 
> 
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
> 

-- 
Mathieu Desnoyers
Operating System Efficiency Consultant
EfficiOS Inc.
http://www.efficios.com




More information about the lttng-dev mailing list