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