diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2017-01-26 00:07:23 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2017-01-26 00:07:23 +0000 |
commit | 3ca94b7ce7a5cd72358485647591e17069766df1 (patch) | |
tree | 64d7687a5cc083018e05cf48494ab07c6f3f90a6 | |
parent | 5ae8da22c825a9e834ad31111faeee6e254d10e4 (diff) | |
download | debian-3ca94b7ce7a5cd72358485647591e17069766df1.tar.bz2 |
v1.2-1
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | copyright | 25 |
2 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,9 @@ +gall (1.2-1) unstable; urgency=medium + + * New upstream version, uses git_libgit2_init() + + -- Daniel Silverstone <dsilvers@digital-scurf.org> Thu, 26 Jan 2017 00:00:16 +0000 + gall (1.1-2) unstable; urgency=medium * Fix homepage URL to the git server for Gall. @@ -10,6 +10,10 @@ Files: debian/* Copyright: Copyright 2015 Daniel Silverstone <dsilvers@digital-scurf.org> License: BSD-3-clause +Files: test/website.tar +Copyright: Copyright 2016 Kishan B, 2017 Ana Custura +License: MIT + License: BSD-3-clause Copyright 2012 Daniel Silverstone <dsilvers@digital-scurf.org> All rights reserved. @@ -37,3 +41,24 @@ License: BSD-3-clause 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. + +License: MIT + Copyright 2016 Kishan B, 2017 Ana Custura + . + 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. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. |