From b2c0995d5c3c88fe350ae8c30c394d7e600aacdd Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 24 Dec 2020 01:51:01 +0000 Subject: [PATCH] fix(userstyle): add @license properties to userstyles --- userstyles/github-dark-tweaks.user.css | 3 ++- userstyles/github-tab-size.user.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/userstyles/github-dark-tweaks.user.css b/userstyles/github-dark-tweaks.user.css index 280e3b5..a35ed53 100644 --- a/userstyles/github-dark-tweaks.user.css +++ b/userstyles/github-dark-tweaks.user.css @@ -1,8 +1,9 @@ /* ==UserStyle== @name GitHub Dark Tweaks @description Custom tweaks for GitHub Dark (https://github.com/StylishThemes/GitHub-Dark) +@version 1.0.1 +@license MIT @author Jim Myhrberg (https://jimeh.me/) -@version 1.0.0 @namespace jimeh.me @homepageURL https://github.com/jimeh/dotfiles/blob/master/userstyles/github-dark-tweaks.user.css @updateURL https://github.com/jimeh/dotfiles/raw/master/userstyles/github-dark-tweaks.user.css diff --git a/userstyles/github-tab-size.user.css b/userstyles/github-tab-size.user.css index e0f3022..a399fe4 100644 --- a/userstyles/github-tab-size.user.css +++ b/userstyles/github-tab-size.user.css @@ -1,8 +1,9 @@ /* ==UserStyle== @name GitHub Tab-Size @description Customize tab-width in GitHub code views +@version 1.0.1 +@license MIT @author Jim Myhrberg (https://jimeh.me/) -@version 1.0.0 @namespace jimeh.me @homepageURL https://github.com/jimeh/dotfiles/blob/master/userstyles/github-tab-size.user.css @updateURL https://github.com/jimeh/dotfiles/raw/master/userstyles/github-tab-size.user.css