From 62e640512c5951611682c22995840c74c3982222 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 6 Apr 2024 11:39:17 +0200 Subject: [PATCH 3/6] point to modified sourcecode as per AGPL license of original source, modifications must be disclosed. --- .gitattributes | 12 ------------ resources/views/site/opensource.blade.php | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 25c1b1b6..00000000 --- a/.gitattributes +++ /dev/null @@ -1,12 +0,0 @@ -* text=auto -*.css linguist-vendored -*.scss linguist-vendored -*.js linguist-vendored -CHANGELOG.md export-ignore - -# Collapse diffs for generated files: -public/**/*.js text -diff -public/**/*.json text -diff -public/**/*.css text -diff -public/img/* binary -diff -public/fonts/* binary -diff diff --git a/resources/views/site/opensource.blade.php b/resources/views/site/opensource.blade.php index cb2e7c77..63645f0c 100644 --- a/resources/views/site/opensource.blade.php +++ b/resources/views/site/opensource.blade.php @@ -7,7 +7,7 @@
-

The software that powers this website is called Pixelfed and anyone can download or view the source code and run their own instance!

+

This website runs a modified version of the Pixelfed software, which you can find on Git (original, unmodified software: here on Github

@endsection -- 2.44.0