alexmcs
/
BossBarAPI
Archived
2
0
Fork 0

deleted travis and added LICENSE to the build

master
(someone) 6 years ago
parent 5c63e84a7c
commit 129c21b32e

@ -1,9 +0,0 @@
language: java
jdk:
- oraclejdk8
script: "mvn deploy --settings settings.xml"
env:
global:
- secure: "FBEvL2TOKKQTWWkGf6yyW049I4F9U3EPbYGavPZY6YxuRHlZEP9livGC2YjFgZrNqdw/iPXaRS9i7j7Gi/Y0BdWYljtAL2RFAP7XqUo2D6VgtLeopShNu3K8KUQxQCwP+ESxgfNoEKXrEd1CGXPhjHT7dr0JquiySgdg+rAs9YVVs7QjrcLGXBB4I9h1vuzB/dxFbaWb16/tFdBJU3WGDoiQsDFfU7YZ2EnBDDJRTSgAw5SpeApE0XQgH+pFuj0vffoUftjqiVv8YJgCgDdIxeie2zrzWA9vPjnagH7kM9/0yS8IrH13/63Qwx4vOYGi9B8NfRpy3Qh8j/vojuGl0qOYOMh016AG+I6YacFemIC3WTVRH9XXq7WTdIoABa5Q3VQadlakuGusF2ydQjI49iHTpHieycDv0DMWBJFZfMXnHW4TXZENQbcVc43LFSx93UoEft7vi3phhZbp64nR79bw8oth/wJPFwND+0LayOqmWZ3i43YvI990aRBkFcJJaaKBL/sEMTn4IN9DBaqkdXNOOR4sP8TTTHBkjI7GOFOIOO/tpWTNeZbCD59YIjv2AIZ068CE9suWO94LvjHEwENuH+gDwUUL8Ogieh4/CmvUb5NVOMBkAIfr8KRP2F0lI0Yl2BuYmo15eWhts3X0GBvX5uGcKVR5L5PjHFwqLHI="
- secure: "U1UDF/PR8lSfhAo6iQtmSdZ0ZDdQ59nNyT3GvbPFmiHNFyVu5WQgj7SzBu9PhtQjxH0bixIeoBnkM6LI8yTkQd2U9bHBXz0nwGaMouke+WXBirIXaYFUI2KvQBL5lqSjYBu/DlgXWqkyyRE/+idWoBPxXuBCMOwrXmh+RwWQGzIIsW8k4L1DssNIBIhz9Y66nIKGhVMcy7leJMvaEdsSRanlKf5gNSoM0AVccfE2MycSusJr+JcIeAF+zRkW0z2s8Gfx55II4bcTsef03mOofZD2LGX4w6ZX4AqGZg6q0owZfL5mXCTLsHzKA1El2wiSDo67YIv9xUVg1B41LnSel5G4d3zKlJFwkHp+3zWqJd++J5IsUzfOVRgc1PImFIfYRCOhAhmfKosAO1huSRrzPCDNICvHOuhOP7ssIqVDv3QWK3ezxYDjX09KA1FSm8uzaQdxBFnBrGITM2bK5nvEmvdgd2huwrA7gjtkvOvOHI1GaglLbBPH7dC+7jhGPY8WooWDNA/wQ8+C90mlOigCyxki9NOhBU2BcWUOhoO6M68YAlQX0wrJ4SQqZvIE8PSoO3V2ZdOd0uBFdcpX+u/8toH8b0RvB8mh9a+X+me+QOza3X7e/FiVnXCRCd46ShkTmb5pzdpy3QQtsIl+4ZAZZI6K7+qsDIsXWImMNn2m4og="

@ -0,0 +1,28 @@
This fork is maintained by AlexMCS. The original code is from InventiveTalent. The disclaimer below was copied from pom.xml. This fork is maintained in compliance with the license below.
<!--
~ Copyright 2015-2016 inventivetalent. All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without modification, are
~ permitted provided that the following conditions are met:
~
~ 1. Redistributions of source code must retain the above copyright notice, this list of
~ conditions and the following disclaimer.
~
~ 2. Redistributions in binary form must reproduce the above copyright notice, this list
~ of conditions and the following disclaimer in the documentation and/or other materials
~ provided with the distribution.
~
~ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
~ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR
~ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
~ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
~ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
~ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
~ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
~
~ The views and conclusions contained in the software and documentation are those of the
~ authors and contributors and should not be interpreted as representing official policies,
~ either expressed or implied, of anybody else.
-->