summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoristeven <isteven@server.fake>2014-03-31 18:19:03 +0800
committeristeven <isteven@server.fake>2014-03-31 18:19:03 +0800
commitfb53a8766863683100fafb000c302a3f101b8742 (patch)
tree90a3facf32e2955473c5848174f187d490adebdc
parent9c53fb72fa8566022f1e39939893c0d9c45bb19a (diff)
downloadangular-multi-select-fb53a8766863683100fafb000c302a3f101b8742.zip
angular-multi-select-fb53a8766863683100fafb000c302a3f101b8742.tar.gz
angular-multi-select-fb53a8766863683100fafb000c302a3f101b8742.tar.bz2
Fix MIT License
-rw-r--r--angular-multi-select.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/angular-multi-select.js b/angular-multi-select.js
index f96d0f4..f6d1a4c 100644
--- a/angular-multi-select.js
+++ b/angular-multi-select.js
@@ -1,21 +1,21 @@
/*
- * Created: Tue, 14 Jan 2014 - 5:18:02 PM
- *
* Angular JS Multi Select
* Creates a dropdown-like button with checkboxes.
*
+ * Created: Tue, 14 Jan 2014 - 5:18:02 PM
+ *
* Released under MIT License
* --------------------------------------------------------------------------------
- * MIT License
+ * The MIT License (MIT)
*
- * Copyright (C) 2014 Ignatius Steven
+ * Copyright (c) 2014 Ignatius Steven (https://github.com/isteven)
*
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
- * this software and associated documentation files (the "Software"), to deal in
- * the Software without restriction, including without limitation the rights to
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
- * the Software, and to permit persons to whom the Software is furnished to do so,
- * subject to the following conditions:
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.