License urls change to https

wilder-portage
Kurt Hindenburg 6 years ago
parent 399ba9eb1f
commit f4959efe01
  1. 2
      src/PrintOptions.cpp
  2. 2
      src/PrintOptions.h
  3. 2
      src/WindowSystemInfo.cpp
  4. 2
      src/WindowSystemInfo.h
  5. 2
      src/settings/GeneralSettings.cpp
  6. 2
      src/settings/GeneralSettings.h
  7. 2
      src/settings/PartInfo.cpp
  8. 2
      src/settings/PartInfo.h
  9. 2
      src/settings/TabBarSettings.cpp
  10. 2
      src/settings/TabBarSettings.h
  11. 2
      src/settings/TemporaryFilesSettings.cpp
  12. 2
      src/settings/TemporaryFilesSettings.h
  13. 2
      src/settings/ThumbnailsSettings.cpp
  14. 2
      src/settings/ThumbnailsSettings.h
  15. 2
      src/tests/demo_konsolepart/src/demo_konsolepart.cpp
  16. 2
      src/tests/demo_konsolepart/src/demo_konsolepart.h
  17. 2
      src/tests/demo_konsolepart/src/main.cpp

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
// Own

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
#ifndef PRINTOPTIONS_H

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
// Own

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
#ifndef WINDOWSYSTEMINFO_H

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
// Own

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
#ifndef GENERALSETTINGS_H

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
// Own

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
#ifndef PARTINFO_H

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
// Own

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
#ifndef TABBARSETTINGS_H

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
// Own

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
#ifndef TEMPORARYFILESSETTINGS_H

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
#include "ThumbnailsSettings.h"

@ -15,7 +15,7 @@
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, see http://www.gnu.org/licenses/.
along with this program. If not, see https://www.gnu.org/licenses/.
*/
#ifndef THUMBNAILSSETTINGS_H

@ -15,7 +15,7 @@
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, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include "demo_konsolepart.h"

@ -15,7 +15,7 @@
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, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef DEMO_KONSOLEPART_H

@ -15,7 +15,7 @@
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, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// application header

Loading…
Cancel
Save