Skip to content

Commit

Permalink
Updating copyright for 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Jan 7, 2018
1 parent 680a5d3 commit 7bc9363
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
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) 2017 Jed Watson
Copyright (c) 2018 Jed Watson

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class App extends React.Component {
render() {
const { selectedOption } = this.state;
const value = selectedOption && selectedOption.value;

return (
<Select
name="form-field-name"
Expand Down Expand Up @@ -451,4 +451,4 @@ Thanks to the projects this was inspired by: [Selectize](http://selectize.github

# License

MIT Licensed. Copyright (c) Jed Watson 2017.
MIT Licensed. Copyright (c) Jed Watson 2018.
2 changes: 1 addition & 1 deletion dist/react-select.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ Value.propTypes = {
};

/*!
Copyright (c) 2017 Jed Watson.
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/react-select
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/react-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Value.propTypes = {
};

/*!
Copyright (c) 2017 Jed Watson.
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/react-select
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>React Select</h1>
</div>
<footer class="page-footer">
<div class="container">
<span>Copyright &copy; <a href="https://twitter.com/jedwatson" target="_blank">Jed Watson</a> 2017. MIT Licensed.</span>
<span>Copyright &copy; <a href="https://twitter.com/jedwatson" target="_blank">Jed Watson</a> 2018. MIT Licensed.</span>
</div>
</footer>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/src/standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>Standalone (UMD) Bulid</h2>
<div>For usage without browserify / rollup / webpack</div>
<div id="select" style="margin: 20px 0;"></div>
<div class="footer">
Copyright &copy; Jed Watson 2017. MIT Licensed.
Copyright &copy; Jed Watson 2018. MIT Licensed.
</div>
</div>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js" charset="utf-8"></script>
Expand Down
2 changes: 1 addition & 1 deletion lib/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; /*!
Copyright (c) 2017 Jed Watson.
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/react-select
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Select.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Copyright (c) 2017 Jed Watson.
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/react-select
*/
Expand Down

0 comments on commit 7bc9363

Please sign in to comment.