From ab6a96a991cd61bd2d8c87911dc94a75ddb96b17 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 12 May 2017 16:48:02 -0700 Subject: [PATCH] Fix License header of certain examples Certain examples rely extensively on the originating PhantomJS examples. This patch fixes license headers of these examples to mention PhantomJS authors. --- examples/colorwheel.js | 2 +- examples/detectsniff.js | 2 +- examples/features.js | 2 +- examples/unrandomize.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/colorwheel.js b/examples/colorwheel.js index 89d5a99ec39d3..cbc713474ac21 100644 --- a/examples/colorwheel.js +++ b/examples/colorwheel.js @@ -1,5 +1,5 @@ /** - * Copyright 2017 Google Inc. All rights reserved. + * Copyright 2017 Google Inc., PhantomJS Authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/detectsniff.js b/examples/detectsniff.js index d6b45d36bf125..aee4269b34d6c 100644 --- a/examples/detectsniff.js +++ b/examples/detectsniff.js @@ -1,5 +1,5 @@ /** - * Copyright 2017 Google Inc. All rights reserved. + * Copyright 2017 Google Inc., PhantomJS Authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/features.js b/examples/features.js index 3bbbe2bb9b544..4ba110d72c0ce 100644 --- a/examples/features.js +++ b/examples/features.js @@ -1,5 +1,5 @@ /** - * Copyright 2017 Google Inc. All rights reserved. + * Copyright 2017 Google Inc., PhantomJS Authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/unrandomize.js b/examples/unrandomize.js index fc8df3fcd1ee6..4918314db45cb 100644 --- a/examples/unrandomize.js +++ b/examples/unrandomize.js @@ -1,5 +1,5 @@ /** - * Copyright 2017 Google Inc. All rights reserved. + * Copyright 2017 Google Inc., PhantomJS Authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.