Skip to content

Commit c19243c

Browse files
committed
Update LICENSE related information
1 parent edb55c9 commit c19243c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2025 Sarah Ridge
3+
Copyright (c) 2020-2026 Sarah Ridge
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Published Version to VS Code](https://img.shields.io/visual-studio-marketplace/v/SarahRidge.vscode-ruby-syntax)](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-ruby-syntax)
33
[![VS Code Downloads](https://img.shields.io/visual-studio-marketplace/d/SarahRidge.vscode-ruby-syntax)](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-ruby-syntax)
44
[![VS Code Installs](https://img.shields.io/visual-studio-marketplace/i/SarahRidge.vscode-ruby-syntax)](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-ruby-syntax)
5-
[![GitHub License](https://img.shields.io/github/license/smridge/vscode-ruby-syntax.svg)](https://github.com/smridge/vscode-ruby-syntax/blob/main/LICENSE)
5+
[![GitHub License](https://img.shields.io/badge/license-MIT-gray?color=green)](https://github.com/smridge/vscode-ruby-syntax/blob/main/LICENSE)
66

77
Ruby, ERB and Gemfile Syntax Support.
88

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "vscode-ruby-syntax",
33
"displayName": "Ruby Syntax Highlighting",
4-
"description": "Adds Ruby, ERB and Gemfile Language Grammars.",
4+
"description": "Adds Ruby, ERB and Gemfile Language Grammars",
5+
"license": "MIT",
56
"publisher": "SarahRidge",
67
"icon": "images/icon.png",
78
"version": "1.1.0",

0 commit comments

Comments
 (0)