From 1cf49985f7313ff037925394e8ea18d60a58d005 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 1 Nov 2019 18:57:44 -0400 Subject: dingy -> nfsw keep it simple, stupid. --- nfsw/__init__.py | 2 +- nfsw/auth.py | 2 +- nfsw/db.py | 2 +- nfsw/epilogue.py | 2 +- nfsw/io.py | 2 +- nfsw/junk/colophon/ohno | 2 +- nfsw/redis.py | 2 +- nfsw/scenes.py | 2 +- nfsw/static/auth.css | 2 +- nfsw/static/epilogue.css | 2 +- nfsw/static/epilogue.js | 2 +- nfsw/static/io.css | 2 +- nfsw/static/io.js | 2 +- nfsw/static/root.css | 2 +- nfsw/static/sorry.css | 2 +- nfsw/static/terms.css | 2 +- nfsw/util.py | 2 +- nfsw/uwsgi.py | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) (limited to 'nfsw') diff --git a/nfsw/__init__.py b/nfsw/__init__.py index 669c7fc..a47e1bf 100644 --- a/nfsw/__init__.py +++ b/nfsw/__init__.py @@ -4,7 +4,7 @@ # # Copyright (C) 2019 rsiddharth # -# This file is part of dingy. +# This file is part of nfsw. # import os diff --git a/nfsw/auth.py b/nfsw/auth.py index 9b099fd..3c28eeb 100644 --- a/nfsw/auth.py +++ b/nfsw/auth.py @@ -4,7 +4,7 @@ # # Copyright (C) 2019 rsiddharth # -# This file is part of dingy. +# This file is part of nfsw. # import functools diff --git a/nfsw/db.py b/nfsw/db.py index aa6638c..7d4656d 100644 --- a/nfsw/db.py +++ b/nfsw/db.py @@ -4,7 +4,7 @@ # # Copyright (C) 2019 rsiddharth # -# This file is part of dingy. +# This file is part of nfsw. # import sqlite3 diff --git a/nfsw/epilogue.py b/nfsw/epilogue.py index 5c7430a..2c70b18 100644 --- a/nfsw/epilogue.py +++ b/nfsw/epilogue.py @@ -4,7 +4,7 @@ # # Copyright (C) 2019 rsiddharth # -# This file is part of dingy. +# This file is part of nfsw. # from nfsw.auth import login_required diff --git a/nfsw/io.py b/nfsw/io.py index 6cc04f9..2716151 100644 --- a/nfsw/io.py +++ b/nfsw/io.py @@ -4,7 +4,7 @@ # # Copyright (C) 2019 rsiddharth # -# This file is part of dingy. +# This file is part of nfsw. # import functools diff --git a/nfsw/junk/colophon/ohno b/nfsw/junk/colophon/ohno index 566d118..cd86ca5 100644 --- a/nfsw/junk/colophon/ohno +++ b/nfsw/junk/colophon/ohno @@ -23,4 +23,4 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Source code for this game may be downloaded from -https://ricketyspace.net/file/dingy_nfsw-v0.1.0.tar.gz +https://ricketyspace.net/nfsw diff --git a/nfsw/redis.py b/nfsw/redis.py index 7231e48..d05ce52 100644 --- a/nfsw/redis.py +++ b/nfsw/redis.py @@ -4,7 +4,7 @@ # # Copyright (C) 2019 rsiddharth # -# This file is part of dingy. +# This file is part of nfsw. # from redis import Redis diff --git a/nfsw/scenes.py b/nfsw/scenes.py index 6091ad7..cf6b310 100644 --- a/nfsw/scenes.py +++ b/nfsw/scenes.py @@ -4,7 +4,7 @@ # # Copyright (C) 2019 rsiddharth # -# This file is part of dingy. +# This file is part of nfsw. # import os.path diff --git a/nfsw/static/auth.css b/nfsw/static/auth.css index ce3ae1b..c2c1750 100644 --- a/nfsw/static/auth.css +++ b/nfsw/static/auth.css @@ -3,7 +3,7 @@ * * Copyright (C) 2019 rsiddharth * - * This file is part of dingy. + * This file is part of nfsw. */ @font-face { diff --git a/nfsw/static/epilogue.css b/nfsw/static/epilogue.css index 8694d26..9ea46dd 100644 --- a/nfsw/static/epilogue.css +++ b/nfsw/static/epilogue.css @@ -3,7 +3,7 @@ * * Copyright (C) 2019 rsiddharth * - * This file is part of dingy. + * This file is part of nfsw. */ @font-face { diff --git a/nfsw/static/epilogue.js b/nfsw/static/epilogue.js index 15111a7..e7c3006 100644 --- a/nfsw/static/epilogue.js +++ b/nfsw/static/epilogue.js @@ -3,7 +3,7 @@ * * Copyright (C) 2019 rsiddharth * - * This file is part of dingy. + * This file is part of nfsw. */ document.addEventListener('DOMContentLoaded', function() { diff --git a/nfsw/static/io.css b/nfsw/static/io.css index 0958311..84d7187 100644 --- a/nfsw/static/io.css +++ b/nfsw/static/io.css @@ -3,7 +3,7 @@ * * Copyright (C) 2019 rsiddharth * - * This file is part of dingy. + * This file is part of nfsw. */ @font-face { diff --git a/nfsw/static/io.js b/nfsw/static/io.js index addafb4..f95b5f2 100644 --- a/nfsw/static/io.js +++ b/nfsw/static/io.js @@ -3,7 +3,7 @@ * * Copyright (C) 2019 rsiddharth * - * This file is part of dingy. + * This file is part of nfsw. */ document.addEventListener('DOMContentLoaded', function() { diff --git a/nfsw/static/root.css b/nfsw/static/root.css index eaa28d5..aac50a5 100644 --- a/nfsw/static/root.css +++ b/nfsw/static/root.css @@ -3,7 +3,7 @@ * * Copyright (C) 2019 rsiddharth * - * This file is part of dingy. + * This file is part of nfsw. */ @font-face { diff --git a/nfsw/static/sorry.css b/nfsw/static/sorry.css index f596d64..3319797 100644 --- a/nfsw/static/sorry.css +++ b/nfsw/static/sorry.css @@ -3,7 +3,7 @@ * * Copyright (C) 2019 rsiddharth * - * This file is part of dingy. + * This file is part of nfsw. */ @font-face { diff --git a/nfsw/static/terms.css b/nfsw/static/terms.css index 6ec8aa7..5adaadf 100644 --- a/nfsw/static/terms.css +++ b/nfsw/static/terms.css @@ -3,7 +3,7 @@ * * Copyright (C) 2019 rsiddharth * - * This file is part of dingy. + * This file is part of nfsw. */ @font-face { diff --git a/nfsw/util.py b/nfsw/util.py index 73f0015..d41b7aa 100644 --- a/nfsw/util.py +++ b/nfsw/util.py @@ -4,7 +4,7 @@ # # Copyright (C) 2019 rsiddharth # -# This file is part of dingy. +# This file is part of nfsw. # import os diff --git a/nfsw/uwsgi.py b/nfsw/uwsgi.py index dc87e58..c8587b3 100644 --- a/nfsw/uwsgi.py +++ b/nfsw/uwsgi.py @@ -4,7 +4,7 @@ # # Copyright (C) 2019 rsiddharth # -# This file is part of dingy. +# This file is part of nfsw. # from nfsw import create_app -- cgit v1.2.3