Update interop test license to Apache 2.0

Change the license for the interoperability test runner
to Apache 2.0, matching standard Google open source practice.
This commit is contained in:
KB Sriram
2017-09-28 06:14:29 -07:00
parent 4a0c61a478
commit db4f058ba8

View File

@@ -1,18 +1,17 @@
/* /*
* Copyright (C) 2016 Google Inc. * Copyright 2016 Google Inc.
* *
* This program is free software: you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms of the GNU General Public License as published by * you may not use this file except in compliance with the License.
* the Free Software Foundation, either version 3 of the License, or * You may obtain a copy of the License at
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * https://www.apache.org/licenses/LICENSE-2.0
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * Unless required by applicable law or agreed to in writing, software
* along with this program. If not, see <http://www.gnu.org/licenses/>. * 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.
*/ */
package org.sufficientlysecure.keychain.provider; package org.sufficientlysecure.keychain.provider;