From 7bc9363ad139546e296778774b7d16e7cdf72d55 Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Mon, 8 Jan 2018 10:40:49 +1100 Subject: [PATCH] Updating copyright for 2018 --- LICENSE | 2 +- README.md | 4 ++-- dist/react-select.es.js | 2 +- dist/react-select.js | 2 +- examples/src/index.html | 2 +- examples/src/standalone.html | 2 +- lib/Select.js | 2 +- src/Select.js | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index d8e561e950..4117bfae03 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index e645a74891..7bcd9361a6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ class App extends React.Component { render() { const { selectedOption } = this.state; const value = selectedOption && selectedOption.value; - + return (