From 1c08fbd165fc451d8438b55b45a1d630ccf1372d Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Sun, 10 Sep 2017 00:04:19 +1000 Subject: [PATCH] Updating copyright --- LICENSE | 2 +- README.md | 2 +- examples/src/index.html | 2 +- examples/src/standalone.html | 2 +- src/Select.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index e6620b5895..d8e561e950 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Jed Watson +Copyright (c) 2017 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 b7323b010f..416d2d4e1a 100644 --- a/README.md +++ b/README.md @@ -424,4 +424,4 @@ Thanks to the projects this was inspired by: [Selectize](http://selectize.github # License -MIT Licensed. Copyright (c) Jed Watson 2016. +MIT Licensed. Copyright (c) Jed Watson 2017. diff --git a/examples/src/index.html b/examples/src/index.html index 2294b88d5e..2703939a54 100644 --- a/examples/src/index.html +++ b/examples/src/index.html @@ -41,7 +41,7 @@

React Select

diff --git a/src/Select.js b/src/Select.js index 6880bda9cf..c26d75e3f1 100644 --- a/src/Select.js +++ b/src/Select.js @@ -1,5 +1,5 @@ /*! - Copyright (c) 2016 Jed Watson. + Copyright (c) 2017 Jed Watson. Licensed under the MIT License (MIT), see http://jedwatson.github.io/react-select */