diff options
author | breadcat | 2020-06-28 11:34:21 +0100 |
---|---|---|
committer | breadcat | 2020-06-28 11:34:21 +0100 |
commit | 5c025f80a902e84c73acc126b6eb31d3a0d54551 (patch) | |
tree | 47bff374adb3e87f70e6def6c0a39516624c6f48 /themes/Brine | |
parent | c98b815ae7dbbe5a568de283422bfead0e57fe80 (diff) | |
download | blog.minskio.co.uk-5c025f80a902e84c73acc126b6eb31d3a0d54551.tar.gz blog.minskio.co.uk-5c025f80a902e84c73acc126b6eb31d3a0d54551.tar.bz2 blog.minskio.co.uk-5c025f80a902e84c73acc126b6eb31d3a0d54551.zip |
Add some names to copyrights
Diffstat (limited to 'themes/Brine')
-rw-r--r-- | themes/Brine/LICENSE | 2 | ||||
-rw-r--r-- | themes/Brine/theme.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/Brine/LICENSE b/themes/Brine/LICENSE index faff36e..d0864be 100644 --- a/themes/Brine/LICENSE +++ b/themes/Brine/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 YOUR_NAME_HERE +Copyright (c) 2020 Breadcat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/themes/Brine/theme.toml b/themes/Brine/theme.toml index 4a31a57..b71f13d 100644 --- a/themes/Brine/theme.toml +++ b/themes/Brine/theme.toml @@ -1,7 +1,7 @@ name = "Brine" license = "MIT" -licenselink = "https://github.com/breadcat/yourtheme/blob/master/LICENSE" +licenselink = "https://github.com/breadcat/blog.minskio.co.uk/blob/master/themes/Brine/LICENSE" description = "A simple and minimal theme for blogs" homepage = "https://minskio.co.uk/" tags = ["blog", "minimal", "responsive"] |