From fbf3ce9255d8d4abd822feaf01e87a249c1f2a05 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Wed, 6 May 2015 20:12:14 +0200 Subject: [PATCH] Update copyright year to 2015 --- README.md | 2 +- lib/cors-anywhere.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2b8370..3b66e35 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ The following options are recognized by both methods: ## License -Copyright (C) 2013 - 2014 Rob Wu +Copyright (C) 2013 - 2015 Rob Wu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/lib/cors-anywhere.js b/lib/cors-anywhere.js index 0f00cd2..4aa994c 100644 --- a/lib/cors-anywhere.js +++ b/lib/cors-anywhere.js @@ -1,4 +1,4 @@ -// © 2013 - 2014 Rob Wu +// © 2013 - 2015 Rob Wu // Released under the MIT license 'use strict';