Skip to content

Commit

Permalink
Increment copyright year; add Py3.6 to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsle committed Sep 21, 2017
1 parent 4c2284f commit b55c820
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "nightly"
install: "pip install -r requirements.txt"
script: nosetests
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Noah Petherbridge
Copyright (c) 2017 Noah Petherbridge

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The `status` will be `ok` on success, or `error` if there was an error. The
```
The MIT License (MIT)
Copyright (c) 2016 Noah Petherbridge
Copyright (c) 2017 Noah Petherbridge
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# General information about the project.
project = 'rivescript'
copyright = '2016, Noah Petherbridge <[email protected]>'
copyright = '2017, Noah Petherbridge <[email protected]>'
author = 'Noah Petherbridge <[email protected]>'

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit b55c820

Please sign in to comment.