From 5d6f627755f7505ac0de745dbdff63f2b2fe55d5 Mon Sep 17 00:00:00 2001 From: dazzag24 Date: Mon, 3 Feb 2014 20:52:01 +0000 Subject: [PATCH] Remove IBM copyright --- social/pushover/57-pushover.js | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/social/pushover/57-pushover.js b/social/pushover/57-pushover.js index 51b62720..a67ea1f0 100644 --- a/social/pushover/57-pushover.js +++ b/social/pushover/57-pushover.js @@ -1,17 +1,15 @@ /** - * Copyright 2013 IBM Corp. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. **/ var RED = require(process.env.NODE_RED_HOME+"/red/red");