Skip to content

Commit 9b2571c

Browse files
author
Dipu Raj
committed
License link updated
1 parent e4215ba commit 9b2571c

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

MIT-LICENSE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Copyright 2013 Tech Laboratory,
1+
Copyright Tech Laboratory,
22
Created by Dipu Raj
33
http://techlaboratory.net
4+
http://dipuraj.me
45

56
Permission is hereby granted, free of charge, to any person obtaining
67
a copy of this software and associated documentation files (the

SmartTab.jquery.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"description": "flexible jQuery Tab Control plug-in.",
55
"keywords": [
66
"tab",
7-
"content"
7+
"content",
8+
"jquery",
9+
"ui"
810
],
911
"version": "2.0.0",
1012
"author": {
1113
"name": "Dipu Raj",
12-
"url": "http://techlaboratory.net/about"
14+
"url": "http://dipuraj.me"
1315
},
1416
"licenses": [
1517
{

js/jquery.smartTab.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/*
2-
* SmartTab plugin v2.0
1+
/* SmartTab plugin v2.0
32
* jQuery Tab Control Plugin
3+
* http://techlaboratory.net/smarttab
44
*
55
* by Dipu Raj
6-
* http://techlaboratory.net/smarttab
6+
* http://dipuraj.me
77
*
88
* License
9-
* http://creativecommons.org/licenses/by-sa/3.0/
9+
* https://github.com/techlab/SmartTab/blob/master/MIT-LICENSE.txt
1010
*/
1111

1212
(function($){

js/jquery.smartTab.min.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)