Fix license headers

This commit is contained in:
Gergely Polonkai 2015-12-09 13:09:56 +01:00
parent f2704cb68a
commit c884983d32
11 changed files with 105 additions and 86 deletions

View File

@ -1,18 +1,18 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */

View File

@ -1,18 +1,18 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be
* but WITHOUT ANY WARRANTY; without even the implied warranty of * useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* General Public License for more details. * See the GNU Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */

View File

@ -1,18 +1,19 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the * License, or (at your option) any later
* version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be
* but WITHOUT ANY WARRANTY; without even the implied warranty of * useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* General Public License for more details. * See the GNU Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */

View File

@ -1,3 +1,21 @@
/*
* This file is part of telepathy-matrix
*
* telepathy-matrix 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 3 of * the License, or (at your option) any later version.
*
* telepathy-matrix is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>.
*/
#ifndef __MATRIX_CONNECTION_H__ #ifndef __MATRIX_CONNECTION_H__
#define __MATRIX_CONNECTION_H__ #define __MATRIX_CONNECTION_H__

View File

@ -1,18 +1,18 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */

View File

@ -1,18 +1,18 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */

View File

@ -1,18 +1,18 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */

View File

@ -1,18 +1,18 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License * along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */

View File

@ -1,18 +1,18 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be
* but WITHOUT ANY WARRANTY; without even the implied warranty of * useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* General Public License for more details. * See the GNU Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */

View File

@ -1,18 +1,18 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */

View File

@ -1,18 +1,18 @@
/* /*
* This file is part of telepathy-matrix. * This file is part of telepathy-matrix
* *
* telepathy-matrix is free software: you can redistribute it and/or * telepathy-matrix is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU Lesser General Public
* published by the Free Software Foundation, either version 3 of the * License as published by the Free Software Foundation, either
* License, or (at your option) any later version. * version 3 of the License, or (at your option) any later version.
* *
* telepathy-matrix is distributed in the hope that it will be useful, * telepathy-matrix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with telepathy-matrix. If not, see * License along with telepathy-matrix. If not, see
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */