Skip to content

Commit

Permalink
MIT LICENSE added to other files
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed May 4, 2017
1 parent 824241b commit f66957b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lexers/mas.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Copyright 2016-2017 Gabriel Dubatti. See LICENSE.
-- MAS Assembly LPeg lexer.

local l = require('lexer')
Expand Down
1 change: 1 addition & 0 deletions lexers/myproj.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Copyright 2016-2017 Gabriel Dubatti. See LICENSE.
-- myproj LPeg lexer.

local l = require('lexer')
Expand Down
1 change: 1 addition & 0 deletions themes/ggg.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Copyright 2016-2017 Gabriel Dubatti. See LICENSE.
local buffer = buffer
local property, property_int = buffer.property, buffer.property_int

Expand Down

0 comments on commit f66957b

Please sign in to comment.