Skip to content

Commit c3064a7

Browse files
author
tunnckoCore
committed
update license
1 parent a27ebe2 commit c3064a7

File tree

7 files changed

+17
-10
lines changed

7 files changed

+17
-10
lines changed

.editorconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .editorconfig <https://github.com/tunnckoCore/dotfiles>
22
#
3-
# Copyright (c) 2014 Charlike Mike Reagent, contributors.
3+
# Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
44
# Released under the MIT license.
55
#
66

@@ -13,9 +13,6 @@ end_of_line = lf
1313
insert_final_newline = false
1414
trim_trailing_whitespace = false
1515

16-
[*.{json,cson,yml,yaml,md,jade,css,stylus}]
17-
indent_size = 2
18-
1916
[*.{js,php}]
2017
indent_size = 2
2118
insert_final_newline = true
@@ -24,6 +21,9 @@ trim_trailing_whitespace = true
2421
[*.{php,html}]
2522
indent_size = 4
2623

24+
[*.{json,cson,yml,yaml,html,md,jade,css,stylus}]
25+
indent_size = 2
26+
2727
[Makefile]
2828
indent_size = 2
2929
indent_style = tab

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .gitattributes <https://github.com/tunnckoCore/dotfiles>
22
#
3-
# Copyright (c) 2014 Charlike Mike Reagent, contributors.
3+
# Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
44
# Released under the MIT license.
55
#
66

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .gitignore <https://github.com/tunnckoCore/dotfiles>
22
#
3-
# Copyright (c) 2014 Charlike Mike Reagent, contributors.
3+
# Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
44
# Released under the MIT license.
55
#
66

fixtures.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* mentions-regex <https://github.com/regexps/mentions-regex>
3+
*
4+
* Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
5+
* Released under the MIT license.
6+
*/
7+
18
module.exports = {
29
shouldMatchBarOnly: [
310
'foo @bar baz qux',

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* mentions-regex <https://github.com/regexps/mentions-regex>
33
*
4-
* Copyright (c) 2014 Charlike Mike Reagent, contributors.
4+
* Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
55
* Released under the MIT license.
66
*/
77

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 [Charlike Make Reagent](http://j.mp/1stW47C), contributors
1+
Copyright (c) 2014-2015 [Charlike Make Reagent](http://j.mp/1stW47C), contributors
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* mentions-regex <https://github.com/tunnckoCore/mentions-regex>
2+
* mentions-regex <https://github.com/regexps/mentions-regex>
33
*
4-
* Copyright (c) 2014 Charlike Mike Reagent, contributors.
4+
* Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
55
* Released under the MIT license.
66
*/
77

0 commit comments

Comments
 (0)