From b299c8a72d887fd12b6fdf4b04431ba30ae7c893 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 18 Feb 2015 22:40:55 +0100 Subject: [PATCH] Fix license headers to match LICENSE file. --- bridge.go | 15 +++++++++++---- bridge_test.go | 15 +++++++++++---- main.go | 15 +++++++++++---- mapper.go | 15 +++++++++++---- mapper_test.go | 15 +++++++++++---- telemetry.go | 15 +++++++++++---- 6 files changed, 66 insertions(+), 24 deletions(-) diff --git a/bridge.go b/bridge.go index 32fbc86..0d603b2 100644 --- a/bridge.go +++ b/bridge.go @@ -1,8 +1,15 @@ -// Copyright (c) 2013, Prometheus Team -// All rights reserved. +// Copyright 2013 The Prometheus Authors +// 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 // -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// 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. package main diff --git a/bridge_test.go b/bridge_test.go index a720979..21e283f 100644 --- a/bridge_test.go +++ b/bridge_test.go @@ -1,8 +1,15 @@ -// Copyright (c) 2013, Prometheus Team -// All rights reserved. +// Copyright 2013 The Prometheus Authors +// 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 // -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// 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. package main diff --git a/main.go b/main.go index 67c7381..c72bfbc 100644 --- a/main.go +++ b/main.go @@ -1,8 +1,15 @@ -// Copyright (c) 2013, Prometheus Team -// All rights reserved. +// Copyright 2013 The Prometheus Authors +// 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 // -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// 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. package main diff --git a/mapper.go b/mapper.go index 37e58c1..b98dc84 100644 --- a/mapper.go +++ b/mapper.go @@ -1,8 +1,15 @@ -// Copyright (c) 2013, Prometheus Team -// All rights reserved. +// Copyright 2013 The Prometheus Authors +// 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 // -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// 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. package main diff --git a/mapper_test.go b/mapper_test.go index 6b9ccb2..68d02c6 100644 --- a/mapper_test.go +++ b/mapper_test.go @@ -1,8 +1,15 @@ -// Copyright (c) 2013, Prometheus Team -// All rights reserved. +// Copyright 2013 The Prometheus Authors +// 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 // -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// 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. package main diff --git a/telemetry.go b/telemetry.go index e13591e..df0c56b 100644 --- a/telemetry.go +++ b/telemetry.go @@ -1,8 +1,15 @@ -// Copyright (c) 2013, Prometheus Team -// All rights reserved. +// Copyright 2013 The Prometheus Authors +// 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 // -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// 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. package main