Skip to content

Commit

Permalink
chore: repo housekeeping (#195)
Browse files Browse the repository at this point in the history
* chore: add missing license headers

* chore: repo cleanup

* chore: rm former employees from CODEOWNERS
* chore: add new contributors to NOTICE
  • Loading branch information
lvlcn-t authored Sep 14, 2024
1 parent 7805b0d commit 9ce3e0a
Show file tree
Hide file tree
Showing 11 changed files with 166 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @y-eight @NiklasTreml @puffitos @nico151999 @lvlcn-t @eumel8
* @y-eight @NiklasTreml @puffitos @lvlcn-t
6 changes: 3 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 Deutsche Telekom IT GmbH.
Copyright (c) 2024 Deutsche Telekom IT GmbH.

This project is licensed under Apache License, Version 2.0;
you may not use them except in compliance with the License.
Expand All @@ -9,6 +9,6 @@ Contributors:
Maximilian Schubert [y-eight], Deutsche Telekom IT GmbH
Niklas Treml [niklastreml], Deutsche Telekom IT GmbH
Bruno Bressi [puffitos], Deutsche Telekom IT GmbH
Nico Feulner [nico151999], Deutsche Telekom IT GmbH
Tom Vendolsky [lvlcn-t], Deutsche Telekom IT GmbH
Frank Kloeker [eumel8], Deutsche Telekom IT GmbH
Frank Kloeker [eumel8], Deutsche Telekom IT GmbH
Jan Taeuber [JTaeuber], Deutsche Telekom IT GmbH
18 changes: 18 additions & 0 deletions pkg/api/errors.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// sparrow
// (C) 2024, Deutsche Telekom IT GmbH
//
// Deutsche Telekom IT GmbH and all other contributors /
// copyright owners license this file to you 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.

package api

import "fmt"
Expand Down
18 changes: 18 additions & 0 deletions pkg/checks/health/metrics.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// sparrow
// (C) 2024, Deutsche Telekom IT GmbH
//
// Deutsche Telekom IT GmbH and all other contributors /
// copyright owners license this file to you 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.

package health

import (
Expand Down
18 changes: 18 additions & 0 deletions pkg/checks/latency/metrics.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// sparrow
// (C) 2024, Deutsche Telekom IT GmbH
//
// Deutsche Telekom IT GmbH and all other contributors /
// copyright owners license this file to you 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.

package latency

import (
Expand Down
18 changes: 18 additions & 0 deletions pkg/checks/traceroute/check.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// sparrow
// (C) 2024, Deutsche Telekom IT GmbH
//
// Deutsche Telekom IT GmbH and all other contributors /
// copyright owners license this file to you 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.

package traceroute

import (
Expand Down
18 changes: 18 additions & 0 deletions pkg/checks/traceroute/check_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// sparrow
// (C) 2024, Deutsche Telekom IT GmbH
//
// Deutsche Telekom IT GmbH and all other contributors /
// copyright owners license this file to you 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.

package traceroute

import (
Expand Down
18 changes: 18 additions & 0 deletions pkg/checks/traceroute/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// sparrow
// (C) 2024, Deutsche Telekom IT GmbH
//
// Deutsche Telekom IT GmbH and all other contributors /
// copyright owners license this file to you 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.

package traceroute

import (
Expand Down
18 changes: 18 additions & 0 deletions pkg/checks/traceroute/metrics.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// sparrow
// (C) 2024, Deutsche Telekom IT GmbH
//
// Deutsche Telekom IT GmbH and all other contributors /
// copyright owners license this file to you 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.

package traceroute

import (
Expand Down
18 changes: 18 additions & 0 deletions pkg/checks/traceroute/traceroute.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// sparrow
// (C) 2024, Deutsche Telekom IT GmbH
//
// Deutsche Telekom IT GmbH and all other contributors /
// copyright owners license this file to you 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.

package traceroute

import (
Expand Down
18 changes: 18 additions & 0 deletions pkg/checks/traceroute/traceroute_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// sparrow
// (C) 2024, Deutsche Telekom IT GmbH
//
// Deutsche Telekom IT GmbH and all other contributors /
// copyright owners license this file to you 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.

package traceroute

import (
Expand Down

0 comments on commit 9ce3e0a

Please sign in to comment.