Skip to content

Commit bb954f8

Browse files
committed
changed copyright year, added gquery plugin manifest
1 parent 06cf479 commit bb954f8

4 files changed

Lines changed: 32 additions & 3 deletions

File tree

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2012 Thorsten Schüller <thorsten@schueller.me>
1+
Copyright (c) 2010-2013 Thorsten Schüller <thorsten@schueller.me>
22

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

inputFileWidth.jquery.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "inputFileWidth",
3+
"title": "jQuery inputFileWidth Plugin",
4+
"description": "The jQuery inputFileWidth plugin sets the width of an input file element, also in FireFox.",
5+
"keywords": [
6+
"file",
7+
"upload",
8+
"firefox",
9+
"input"
10+
],
11+
"version": "1.0.2",
12+
"author": {
13+
"name": "Thorsten Schüller",
14+
"email": "thorsten@schueller.me"
15+
},
16+
"licenses": [
17+
{
18+
"type": "MIT",
19+
"url": "https://github.com/tschueller/jquery-inputFileWidth-plugin/blob/master/LICENSE.txt"
20+
}
21+
],
22+
"bugs": "https://github.com/tschueller/jquery-inputFileWidth-plugin/issues",
23+
"homepage": "https://github.com/tschueller/jquery-inputFileWidth-plugin",
24+
"docs": "https://github.com/tschueller/jquery-inputFileWidth-plugin",
25+
"demo": "http://schueller.me/projects/jquery-plugins/inputFileWidth/demo/",
26+
"dependencies": {
27+
"jquery": ">=1.6"
28+
}
29+
}

jquery.inputFileWidth-min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery inputFileWidth Plugin v1.0.2
33
* Sets the width of an input file element.
4-
* Copyright (c) 2010-2012, Thorsten Schüller
4+
* Copyright (c) 2010-2013, Thorsten Schüller
55
* http://schueller.me/projects/
66
* Licensed under the MIT license.
77
*/

jquery.inputFileWidth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jQuery inputFileWidth Plugin v1.0.2
33
* Sets the width of an input file element.
4-
* Copyright (c) 2010-2012, Thorsten Schüller
4+
* Copyright (c) 2010-2013, Thorsten Schüller
55
* http://schueller.me/projects/
66
* Licensed under the MIT license.
77
*/

0 commit comments

Comments
 (0)