diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-06 09:27:12 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-11-06 09:27:12 +0100 |
commit | 226d43a1cf7f040d75324525aae761679259919b (patch) | |
tree | 59178ebd753677658f1b957155b7050e6f37520d /core/vendor/select2/LICENSE | |
parent | afa14d571cc767667373dcdfe1f5f03c98f6f3ee (diff) | |
download | nextcloud-server-226d43a1cf7f040d75324525aae761679259919b.tar.gz nextcloud-server-226d43a1cf7f040d75324525aae761679259919b.zip |
manage select2 via bower
Diffstat (limited to 'core/vendor/select2/LICENSE')
-rw-r--r-- | core/vendor/select2/LICENSE | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/core/vendor/select2/LICENSE b/core/vendor/select2/LICENSE new file mode 100644 index 00000000000..0247cc76273 --- /dev/null +++ b/core/vendor/select2/LICENSE @@ -0,0 +1,18 @@ +Copyright 2014 Igor Vaynberg + +Version: @@ver@@ Timestamp: @@timestamp@@ + +This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU +General Public License version 2 (the "GPL License"). You may choose either license to govern your +use of this software only upon the condition that you accept all of the terms of either the Apache +License or the GPL License. + +You may obtain a copy of the Apache License and the GPL License at: + +http://www.apache.org/licenses/LICENSE-2.0 +http://www.gnu.org/licenses/gpl-2.0.html + +Unless required by applicable law or agreed to in writing, software distributed under the Apache License +or the GPL Licesnse is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the Apache License and the GPL License for the specific language governing +permissions and limitations under the Apache License and the GPL License. |