From 6607ea6d0de103d6b4cf98abcd81699f1ec92595 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Wed, 25 Aug 2021 18:53:43 -0600 Subject: [PATCH] update email address --- LICENSE | 2 +- ext.py | 2 +- models.py | 2 +- views.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 385fb38..4226272 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Copyright (c) 2020, Derek Stevens -drkste@zoho.com +nilix@nilfm.cc Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/ext.py b/ext.py index 3e648f6..fad49af 100644 --- a/ext.py +++ b/ext.py @@ -1,5 +1,5 @@ # comments/ext.py -# (c) 2020 Derek Stevens +# (c) 2020 Derek Stevens # this is a helper script to initialize comment threads externally # move this to the project directory and change the settings imports accordingly diff --git a/models.py b/models.py index dc1ead8..49ccc0a 100644 --- a/models.py +++ b/models.py @@ -1,5 +1,5 @@ # comments/models.py -# (c) 2020 Derek Stevens +# (c) 2020 Derek Stevens from django.db import models from datetime import datetime diff --git a/views.py b/views.py index cee4c36..228f0ac 100644 --- a/views.py +++ b/views.py @@ -1,5 +1,5 @@ # Comments/views.py -# (c) 2020 Derek Stevens +# (c) 2020 Derek Stevens from django.shortcuts import render from django.http import HttpResponse, HttpResponseRedirect