From b06f5e5adc57617d69f87d7a23049512cc1df817 Mon Sep 17 00:00:00 2001 From: Anon Date: Mon, 24 Apr 2023 20:10:58 -0700 Subject: [PATCH] Minor update to header --- run.sh | 2 +- src/create_app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 65ab0ca..011f450 100755 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash # Create Pleroma App, automate the creation of pleroma apps -# Copyright (C) 2022 Anon +# Copyright (C) 2022 Anon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/create_app.py b/src/create_app.py index 6cbf4b6..0c2d309 100755 --- a/src/create_app.py +++ b/src/create_app.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # Create Pleroma App, a python script to generate OAuth tokens for fedi -# Copyright (C) 2022 Anon +# Copyright (C) 2022 Anon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by