bump v0.11.0 and update AUTHORS

This commit is contained in:
martin-rueegg 2017-04-22 11:34:36 +01:00
parent b2d8a08a2c
commit c0b847d0ab
54 changed files with 75 additions and 53 deletions

10
AUTHORS Normal file
View File

@ -0,0 +1,10 @@
# This is the official list of jSymVer authors for copyright purposes.
# The format is:
#
# Name Name Name (github nickname) <email1@example.com> <email2@example.com>
#
Kenduck (kenduck)
Larry Bordowitz (lbordowitz) <lbordowitz@yahoo-inc.com>
Martin Rüegg (martin.rueegg) <martin.rueegg@bristolpound.org> <martin.rueegg@metaworx.ch>
Zafar Khaja (zafarkhaja) <zafarkhaja@gmail.com>

View File

@ -1,6 +1,18 @@
Java SemVer Changelog Java SemVer Changelog
===================== =====================
### 0.11.0 (Oct 29, 2016) ###
* [Support long versions](https://github.com/lbordowitz/jsemver/commit/38bacfe8c1331b3cb5dfebb5639e6aee51e9b79e)
### 0.10.0 (Oct 24, 2016) ###
* [Add methods for checking major and minor compatibility](https://github.com/zafarkhaja/jsemver/commit/f6abcf5dd79ea9ee8e076cdeff71644012c1f7ac)
* [Fix Travis build](https://github.com/zafarkhaja/jsemver/commit/a34d6f2a7631d576304b91e6e388cd0c776edd58)
* [Upgrade the POM for easy deployment](https://github.com/zafarkhaja/jsemver/commit/2a77345c5f5a58aa67edb675b437bb5b2eb17e10)
* [Fix a typo in CHANGELOG](https://github.com/zafarkhaja/jsemver/commit/c1de46d8b62fe0aa0df08d89424060a894335eb6)
### 0.9.1 (Sep 18, 2015) ###
* [Convert to Eclipse plugin](https://github.com/OSSIndex/jsemver/commit/ac1d5121e3e2e2a11de67347de4044ce615523d9)
### 0.9.0 (Mar 19, 2015) ### ### 0.9.0 (Mar 19, 2015) ###
* [[#7](https://github.com/zafarkhaja/jsemver/issues/6)] Implemented internal DSL for the SemVer Expressions and Ranges * [[#7](https://github.com/zafarkhaja/jsemver/issues/6)] Implemented internal DSL for the SemVer Expressions and Ranges
* [[PR#18](https://github.com/zafarkhaja/jsemver/pull/18)] Introduced partial compatibility with `node-semver` ranges * [[PR#18](https://github.com/zafarkhaja/jsemver/pull/18)] Introduced partial compatibility with `node-semver` ranges

View File

@ -1,6 +1,6 @@
The MIT License The MIT License
Copyright 2012-2016 Zafar Khaja <zafarkhaja@gmail.com>. Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: jsemver Bundle-Name: jsemver
Bundle-SymbolicName: jsemver Bundle-SymbolicName: jsemver
Bundle-Version: 0.9.0.qualifier Bundle-Version: 0.11.0.qualifier
Export-Package: com.github.zafarkhaja.semver, Export-Package: com.github.zafarkhaja.semver,
com.github.zafarkhaja.semver.expr, com.github.zafarkhaja.semver.expr,
com.github.zafarkhaja.semver.util com.github.zafarkhaja.semver.util

View File

@ -1,8 +1,8 @@
Java SemVer v0.9.0 (SemVer 2) [![Build Status](https://travis-ci.org/zafarkhaja/jsemver.png)](https://travis-ci.org/zafarkhaja/jsemver) Java SemVer v0.11.0 (for SemVer 2) [![Build Status](https://travis-ci.org/zafarkhaja/jsemver.png)](https://travis-ci.org/zafarkhaja/jsemver)
============================ ============================
Java SemVer is a Java implementation of the Semantic Versioning Specification Java SemVer is a Java implementation of the Semantic Versioning Specification
(http://semver.org/). ([http://semver.org](http://semver.org/spec/v2.0.0.html)).
### Versioning ### ### Versioning ###
Java SemVer is versioned according to the SemVer Specification. Java SemVer is versioned according to the SemVer Specification.

View File

@ -4,7 +4,7 @@
<groupId>com.github.zafarkhaja</groupId> <groupId>com.github.zafarkhaja</groupId>
<artifactId>jsemver</artifactId> <artifactId>jsemver</artifactId>
<version>0.11.1</version> <version>0.11.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Java SemVer</name> <name>Java SemVer</name>

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2015 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/* /*
* The MIT License * The MIT License
* *
* Copyright 2012-2014 Zafar Khaja <zafarkhaja@gmail.com>. * Copyright 2012-2017 The jSemVer Authors (see AUTHORS file in root of project).
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal