Skip to content

Commit 8299edc

Browse files
committed
[Sigils] Update license info
This code updates the license info based on the content of https://www.gnu.org/licenses/gpl-3.0.html Signed-off-by: Valerio Cosentino <[email protected]>
1 parent 58f265f commit 8299edc

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2017 Bitergia
4+
# Copyright (C) 2015-2019 Bitergia
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
@@ -14,8 +14,7 @@
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with this program; if not, write to the Free Software
18-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1918
#
2019
# Authors:
2120
# Jesus M. Gonzalez-Barahona <[email protected]>

src/indextest/compare.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2015-2016 Bitergia
3+
# Copyright (C) 2015-2019 Bitergia
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Daniel Izquierdo Cortazar <[email protected]>

src/indextest/connect.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2015-2016 Bitergia
3+
# Copyright (C) 2015-2019 Bitergia
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Daniel Izquierdo Cortazar <[email protected]>

src/migration/to_kibana5.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2015-2016 Bitergia
4+
# Copyright (C) 2015-2019 Bitergia
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
@@ -14,8 +14,7 @@
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with this program; if not, write to the Free Software
18-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1918
#
2019
# Authors:
2120
# Alberto Pérez García-Plaza <[email protected]>

src/migration/utils.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2015 Bitergia
3+
# Copyright (C) 2015-2019 Bitergia
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Alberto Pérez García-Plaza <[email protected]>

0 commit comments

Comments
 (0)