Skip to content

Commit 2101246

Browse files
author
Alejandro Baez
committed
updated license information
1 parent 5bbe7a0 commit 2101246

11 files changed

+19
-19
lines changed

LICENSE

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

3-
Copyright (c) 2016 Alejandro Baez <https://keybase.io/baez>
3+
Copyright (c) 2014-2016 Alejandro Baez <https://keybase.io/baez>
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

autocomplete.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- autocomplete and api declaration.
2-
-- @author [Alejandro Baez](https://twitter.com/a_baez)
3-
-- @copyright 2015
2+
-- @author [Alejandro Baez](https://keybase.io/baez)
3+
-- @copyright 2014-2016
44
-- @license MIT (see LICENSE)
55
-- @module autocomplete
66

builder/api.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- the module to build user api when building the project.
2-
-- @author [Alejandro Baez](https://twitter.com/a_baez)
3-
-- @copyright 2015
2+
-- @author [Alejandro Baez](https://keybase.io/baez)
3+
-- @copyright 2014-2016
44
-- @license MIT (see LICENSE)
55
-- @module api
66

builder/crates.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- all crates as of v1.8.0
22
-- @author Alejandro Baez <https://keybase.io/baez>
3-
-- @copyright 2016
3+
-- @copyright 2015-2016
44
-- @license MIT (see LICENSE)
55
-- @module crates
66

@@ -48,4 +48,4 @@ return {
4848
"syntax_ext",
4949
"term",
5050
"test",
51-
}
51+
}

builder/cratesrc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
local header = [[
88
--- all crates as of v1.8.0
99
-- @author Alejandro Baez <https://keybase.io/baez>
10-
-- @copyright 2016
10+
-- @copyright 2014-2016
1111
-- @license MIT (see LICENSE)
1212
-- @module crates
1313

builder/raw.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- the moduler to builder the raw tags.
2-
-- @author [Alejandro Baez](https:/twitter.com/a_baez)
3-
-- @copyright 2015
2+
-- @author [Alejandro Baez](https://keybase.io/baez)
3+
-- @copyright 2014-2016
44
-- @licence MIT (see LICENSE)
55
-- @module raw
66

builder/rustsrc.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
--- builds the api and tags files for all crates in rust.
33
-- Completely self contained parser.
44
-- See @{README.md} for details on usage.
5-
-- @author [Alejandro Baez](https://twitter.com/a_baez)
6-
-- @copyright 2015
5+
-- @author [Alejandro Baez](https://keybase.io/baez)
6+
-- @copyright 2015-2016
77
-- @license MIT (see LICENSE)
88
-- @module rustsrc
99

builder/tag.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- the module to build user tag when building the project.
2-
-- @author [Alejandro Baez](https://twitter.com/a_baez)
3-
-- @copyright 2015
2+
-- @author [Alejandro Baez](https://keybase.io/baez)
3+
-- @copyright 2014-2016
44
-- @license MIT (see LICENSE)
55
-- @module tag
66

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- the Textadept initializer for the Rust module
22
-- See @{README.md} for details on usage.
3-
-- @author [Alejandro Baez](https://twitter.com/a_baez)
4-
-- @copyright 2015
3+
-- @author [Alejandro Baez](https://keybase.io/baez)
4+
-- @copyright 2014-2016
55
-- @license MIT (see LICENSE)
66
-- @module init
77

rust.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- Rust LPeg lexer.
22
-- See @{README.md} for details on usage.
33
-- @author [Alejandro Baez](https://keybase.io/baez)
4-
-- @copyright 2016
4+
-- @copyright 2014-2016
55
-- @license MIT (see LICENSE)
66
-- @module rust
77

snippets.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- holds all snippets for rust.
2-
-- @author [Alejandro Baez](https://twitter.com/a_baez)
3-
-- @copyright 2015
2+
-- @author [Alejandro Baez](https://keybase.io/baez)
3+
-- @copyright 2014-2016
44
-- @license MIT (see LICENSE)
55
-- @module snippets
66

0 commit comments

Comments
 (0)