mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 14:20:26 +02:00
Correct license to properly advertise LGPLv3 and not GPLv3.
This commit is contained in:
parent
19e227e035
commit
b5763c42aa
53 changed files with 531 additions and 425 deletions
18
Makefile.am
18
Makefile.am
|
@ -1,15 +1,17 @@
|
||||||
#
|
#
|
||||||
# Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
# Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This is free software; you can redistribute it and/or modify
|
# This file is part of GNU lightning.
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
#
|
||||||
# This software is distributed in the hope that it will be useful,
|
# GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# under the terms of the GNU Lesser General Public License as published
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# by the Free Software Foundation; either version 3, or (at your option)
|
||||||
# GNU General Public License for more details.
|
# any later version.
|
||||||
|
#
|
||||||
|
# GNU lightning 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.
|
||||||
#
|
#
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
#
|
#
|
||||||
# Copyright 2012 Free Software Foundation, Inc.
|
# Copyright 2012 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This is free software; you can redistribute it and/or modify
|
# This file is part of GNU lightning.
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
#
|
||||||
# This software is distributed in the hope that it will be useful,
|
# GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# under the terms of the GNU Lesser General Public License as published
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# by the Free Software Foundation; either version 3, or (at your option)
|
||||||
# GNU General Public License for more details.
|
# any later version.
|
||||||
|
#
|
||||||
|
# GNU lightning 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.
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE
|
AM_CFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
18
configure.ac
18
configure.ac
|
@ -1,15 +1,17 @@
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
dnl Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This is free software; you can redistribute it and/or modify
|
dnl This file is part of GNU lightning.
|
||||||
dnl it under the terms of the GNU General Public License as published by
|
|
||||||
dnl the Free Software Foundation; either version 3 of the License, or
|
|
||||||
dnl (at your option) any later version.
|
|
||||||
dnl
|
dnl
|
||||||
dnl This software is distributed in the hope that it will be useful,
|
dnl GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
dnl under the terms of the GNU Lesser General Public License as published
|
||||||
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
dnl by the Free Software Foundation; either version 3, or (at your option)
|
||||||
dnl GNU General Public License for more details.
|
dnl any later version.
|
||||||
|
dnl
|
||||||
|
dnl GNU lightning is distributed in the hope that it will be useful, but
|
||||||
|
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
||||||
|
dnl License for more details.
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
#
|
#
|
||||||
# Copyright 2012 Free Software Foundation, Inc.
|
# Copyright 2012 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This is free software; you can redistribute it and/or modify
|
# This file is part of GNU lightning.
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
#
|
||||||
# This software is distributed in the hope that it will be useful,
|
# GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# under the terms of the GNU Lesser General Public License as published
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# by the Free Software Foundation; either version 3, or (at your option)
|
||||||
# GNU General Public License for more details.
|
# any later version.
|
||||||
|
#
|
||||||
|
# GNU lightning 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.
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE
|
AM_CFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
#
|
#
|
||||||
# Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
# Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This is free software; you can redistribute it and/or modify
|
# This file is part of GNU lightning.
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
#
|
||||||
# This software is distributed in the hope that it will be useful,
|
# GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# under the terms of the GNU Lesser General Public License as published
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# by the Free Software Foundation; either version 3, or (at your option)
|
||||||
# GNU General Public License for more details.
|
# any later version.
|
||||||
|
#
|
||||||
|
# GNU lightning 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.
|
||||||
#
|
#
|
||||||
|
|
||||||
include_HEADERS = lightning.h
|
include_HEADERS = lightning.h
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
#
|
#
|
||||||
# Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
# Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This is free software; you can redistribute it and/or modify
|
# This file is part of GNU lightning.
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
#
|
||||||
# This software is distributed in the hope that it will be useful,
|
# GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# under the terms of the GNU Lesser General Public License as published
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# by the Free Software Foundation; either version 3, or (at your option)
|
||||||
# GNU General Public License for more details.
|
# any later version.
|
||||||
|
#
|
||||||
|
# GNU lightning 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.
|
||||||
#
|
#
|
||||||
|
|
||||||
lightning_includedir = $(includedir)/lightning
|
lightning_includedir = $(includedir)/lightning
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
#
|
#
|
||||||
# Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
# Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This is free software; you can redistribute it and/or modify
|
# This file is part of GNU lightning.
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
#
|
||||||
# This software is distributed in the hope that it will be useful,
|
# GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# under the terms of the GNU Lesser General Public License as published
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# by the Free Software Foundation; either version 3, or (at your option)
|
||||||
# GNU General Public License for more details.
|
# any later version.
|
||||||
|
#
|
||||||
|
# GNU lightning 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.
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE $(LIGHTNING_CFLAGS)
|
AM_CFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE $(LIGHTNING_CFLAGS)
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
* Copyright (C) 2012, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This file is part of GNU lightning.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This software is distributed in the hope that it will be useful,
|
* GNU lightning is free software; you can redistribute it and/or modify it
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* by the Free Software Foundation; either version 3, or (at your option)
|
||||||
* GNU General Public License for more details.
|
* any later version.
|
||||||
|
*
|
||||||
|
* GNU lightning 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.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Paulo Cesar Pereira de Andrade
|
* Paulo Cesar Pereira de Andrade
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue