Commit Graph

131 Commits (refactor/python-detect)

Author SHA1 Message Date
Arron Atchison ecb93d0627 version bump to 0.9.1 2017-10-18 13:58:22 -05:00
Arron Atchison 896470c18f Update __init__.py 2017-10-05 20:38:39 +09:00
Arron Atchison 2a8aeeb459 version bump to 9.0.0 2017-10-05 20:36:09 +09:00
penrods 8f2e5d9498 Change to Apache 2.0 license from GPLv3.0
This commit officially switches the mycroft-core repository from
GPLv3.0 licensing to Apache 2.0.  All dependencies on GPL'ed code
have been removed and we have contacted all previous contributors
with still-existing code in the repository to agree to this change.

Going forward, all contributors will sign a Contributor License
Agreement (CLA) by visiting https://mycroft.ai/cla, then they will
be included in the Mycroft Project's overall Contributor list,
found at: https://github.com/MycroftAI/contributors.  This cleanly
protects the project, the contributor and all who use the technology
to build upon.

Futher discussion can be found at this blog post:
https://mycroft.ai/blog/right-license/

This commit also removes all __author__="" from the code.  These
lines are painful to maintain and the etiquette surrounding their
maintainence is unclear.  Do you remove a name from the list if the
last line of code the wrote gets replaced?  Etc.  Now all
contributors are publicly acknowledged in the aforementioned repo,
and actual authorship is maintained by Github in a much more
effective and elegant way!

Finally, a few references to "Mycroft AI" were changed to the correct
legal entity name "Mycroft AI Inc."

==== Fixed Issues ====
#403 Update License.md and file headers to Apache 2.0
#400 Update LICENSE.md

====  Documentation Notes ====
Deprecated the ScheduledSkill and ScheduledCRUDSkill classes.
These capabilities have been superceded by the more flexible MycroftSkill
class methods schedule_event(), schedule_repeating_event(), update_event(),
and cancel_event().
2017-10-04 01:28:44 -05:00
Åke b13113d76e Merge pull request #1095 from MycroftAI/feature/logger
Add new LOG class
2017-09-21 16:55:44 +02:00
Arron Atchison 85081c00f3 Version bump to 0.8.22 2017-09-19 11:15:20 +09:00
Matthew D. Scholefield 5e392f34aa Optimize imports
Remove unused imports and group local vs external alphabetically
2017-09-18 16:07:50 -05:00
Matthew D. Scholefield cfdc405da5 Add new LOG class 2017-09-18 13:56:06 -05:00
Åke Forslund c8d86ff98d Add check_version method to mycroft.version
==== Fixed Issues ====
NONE - replace with associated issue numbers, e.g. #123, #304

====  Tech Notes ====
Adds a function to check if the core version is newer than a given
version string.
2017-09-15 00:04:24 -05:00
Arron Atchison bdfdc1fec5 bump version to 0.8.20 2017-08-03 14:19:29 -05:00
Arron Atchison dc386a432e bump version to 0.8.19 2017-07-20 19:05:24 -05:00
Arron Atchison 3a6b9be389 version bump to 0.8.18 2017-07-07 12:12:59 -05:00
Arron Atchison 14df7e6846 Update __init__.py 2017-06-30 09:37:06 -05:00
Arron Atchison 5bb7d25765 bump version to 0.8.16 2017-06-13 18:16:52 -05:00
Arron Atchison a5592d8216 bump version to 0.8.15 2017-06-07 21:13:28 -05:00
Arron Atchison 5da2420686 Bump version to 0.8.14 2017-05-22 14:13:11 -05:00
Arron Atchison 68be4282e6 Update __init__.py 2017-05-18 16:53:10 -03:00
Arron Atchison 2e1e6a07bb Version bump to 0.8.12 2017-05-18 16:53:10 -03:00
Arron Atchison 32fcd53934 Update __init__.py 2017-05-18 16:53:10 -03:00
penrods 236e639728 Bumping version number to allow new build with 'git' as a package requirement for 'msm' 2017-05-18 16:49:07 -03:00
Arron Atchison fb70977891 bump version to 0.8.9 2017-04-20 17:49:10 -07:00
Arron Atchison 729401fd80 increment version to 0.8.8 2017-04-03 14:28:27 -07:00
Arron Atchison 09ed3a6845 bump to 0.8.6 2017-03-01 09:45:56 -06:00
Arron Atchison e4a09fef65 increment version to 0.8.3 2017-02-07 14:42:30 -06:00
Arron Atchison eb2e88a6aa Un-bump core version build 2017-01-24 21:10:20 -06:00
Steve Penrod 2586a7cb04 Bumped version number to 0.8.2 2017-01-24 20:20:23 -06:00
Steve Penrod b303af0864 Bumping to version 0.8.1 2017-01-24 17:34:44 -06:00
Ethan Ward c4bc2ea161 Update to fix pep8 errors (#420) 2017-01-18 16:41:48 -03:00
Augusto Monteiro 4b0a65597c Issues 391 - Refactoring VersionManager 2016-12-17 10:27:01 -05:00
Augusto Monteiro 66e63e5616 Issues 391 - Refactoring VersionManager 2016-12-17 10:27:01 -05:00
Augusto Monteiro 56456090be Issues 391 - Sending core and enclosure version to tartarus 2016-12-17 10:27:01 -05:00