forked from openlp/openlp
Relicense GPL-2 files
There are still some leftovers or new files that are still GPL-2 licensed. Relicense them according to the contributors' agreements to change the license to GPL-3+.
This commit is contained in:
parent
793a801235
commit
5e981be6fe
@ -1,24 +1,24 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
|
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from flask import request, Blueprint, jsonify
|
from flask import request, Blueprint, jsonify
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
|
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from flask import abort, request, Blueprint, jsonify
|
from flask import abort, request, Blueprint, jsonify
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2018 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
"""
|
"""
|
||||||
The :mod:`~openlp.core.ui.media` module contains various API endpoints
|
The :mod:`~openlp.core.ui.media` module contains various API endpoints
|
||||||
"""
|
"""
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
|
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from flask import abort, request, Blueprint, jsonify
|
from flask import abort, request, Blueprint, jsonify
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
"""
|
"""
|
||||||
The :mod:`planningcenter` module provides the PlanningCenter plugin.
|
The :mod:`planningcenter` module provides the PlanningCenter plugin.
|
||||||
The PlanningCenter plugin interfaces with the PlanningCenter v2 API to
|
The PlanningCenter plugin interfaces with the PlanningCenter v2 API to
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
"""
|
"""
|
||||||
The :mod:`~openlp.plugins.planningcenter.forms.selectplandialog` module contains the user interface code for the dialog
|
The :mod:`~openlp.plugins.planningcenter.forms.selectplandialog` module contains the user interface code for the dialog
|
||||||
"""
|
"""
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
"""
|
"""
|
||||||
The :mod:`~openlp.plugins.planningcenter.forms.selectplanform` module contains
|
The :mod:`~openlp.plugins.planningcenter.forms.selectplanform` module contains
|
||||||
the GUI for the PlanningCenter Service importer
|
the GUI for the PlanningCenter Service importer
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
"""
|
"""
|
||||||
The :mod:`~openlp.plugins.planningcenter.lib.customimport` module provides
|
The :mod:`~openlp.plugins.planningcenter.lib.customimport` module provides
|
||||||
a function that imports a single custom slide into the database and returns
|
a function that imports a single custom slide into the database and returns
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
"""
|
"""
|
||||||
The :mod:`~openlp.plugins.planningcenter.lib.planningcenter_api` module contains
|
The :mod:`~openlp.plugins.planningcenter.lib.planningcenter_api` module contains
|
||||||
an API interface for the V2API for Planning Center Online
|
an API interface for the V2API for Planning Center Online
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
"""
|
"""
|
||||||
The :mod:`~openlp.plugins.planningcenter.lib.songimport` module provides
|
The :mod:`~openlp.plugins.planningcenter.lib.songimport` module provides
|
||||||
2 classes that are used to import Planning Center Online Service Songs into
|
2 classes that are used to import Planning Center Online Service Songs into
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 2 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
"""
|
"""
|
||||||
The :mod:`~openlp.plugins.planningcenter.PlanningCenterPlugin` module contains
|
The :mod:`~openlp.plugins.planningcenter.PlanningCenterPlugin` module contains
|
||||||
the Plugin class for the PlanningCenter plugin.
|
the Plugin class for the PlanningCenter plugin.
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###############################################################################
|
##########################################################################
|
||||||
# OpenLP - Open Source Lyrics Projection #
|
# OpenLP - Open Source Lyrics Projection #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# Copyright (c) 2008-2020 OpenLP Developers #
|
# Copyright (c) 2008-2020 OpenLP Developers #
|
||||||
# --------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------- #
|
||||||
# This program is free software; you can redistribute it and/or modify it #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# under the terms of the GNU General Public License as published by the Free #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
# Software Foundation; version 3 of the License. #
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# #
|
# (at your option) any later version. #
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT #
|
# #
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or #
|
# This program is distributed in the hope that it will be useful, #
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for #
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# more details. #
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# #
|
# GNU General Public License for more details. #
|
||||||
# You should have received a copy of the GNU General Public License along #
|
# #
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
# You should have received a copy of the GNU General Public License #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
###############################################################################
|
##########################################################################
|
||||||
"""
|
"""
|
||||||
The :mod:`singingthefaith` module provides the functionality for importing songs which are
|
The :mod:`singingthefaith` module provides the functionality for importing songs which are
|
||||||
exported from Singing The Faith - an Authorised songbook for the Methodist Church of
|
exported from Singing The Faith - an Authorised songbook for the Methodist Church of
|
||||||
|
Loading…
Reference in New Issue
Block a user