diff --git a/.editorconfig b/.editorconfig index 87bee69..8e5e5b1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ # .editorconfig # -# Copyright (c) 2015 Charlike Mike Reagent, contributors. +# Copyright (c) 2015-2016 Charlike Mike Reagent, contributors. # Released under the MIT license. # diff --git a/.gitignore b/.gitignore index 1116760..8eccb7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # .gitignore # -# Copyright (c) 2015 Charlike Mike Reagent, contributors. +# Copyright (c) 2015-2016 Charlike Mike Reagent, contributors. # Released under the MIT license. # diff --git a/.travis.yml b/.travis.yml index 3a5642f..d9389a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ sudo: false node_js: - "0.10" - "0.12" - - "4.2" - "4" + - "5" notifications: email: diff --git a/LICENSE b/LICENSE index 53eb8e4..1f506e7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Charlike Mike Reagent +Copyright (c) 2015-2016 Charlike Mike Reagent 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/index.js b/index.js index 70babc8..efc193d 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ /*! * redolent * - * Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk) + * Copyright (c) 2015-2016 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk) * Released under the MIT license. */ diff --git a/test.js b/test.js index 7d37e74..666922e 100644 --- a/test.js +++ b/test.js @@ -1,7 +1,7 @@ /*! * redolent * - * Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk) + * Copyright (c) 2015-2016 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk) * Released under the MIT license. */