Browse Source

Add SPDX license identifiers.

pull/17/head v1.3.0+docs
Fredrik Ekre 2 years ago
parent
commit
82699c0b83
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 2
      LICENSE
  2. 2
      src/Prometheus.jl
  3. 2
      src/gc_collector.jl
  4. 2
      src/process_collector.jl
  5. 2
      test/runtests.jl

2
LICENSE

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2023 Fredrik Ekre and Prometheus.jl contributors Copyright (c) 2023-2024 Fredrik Ekre and Prometheus.jl contributors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

2
src/Prometheus.jl

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
module Prometheus module Prometheus
using CodecZlib: GzipCompressorStream using CodecZlib: GzipCompressorStream

2
src/gc_collector.jl

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
############################ ############################
# GCCollector <: Collector # # GCCollector <: Collector #
############################ ############################

2
src/process_collector.jl

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
################################# #################################
# ProcessCollector <: Collector # # ProcessCollector <: Collector #
################################# #################################

2
test/runtests.jl

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
using HTTP: HTTP using HTTP: HTTP
using Prometheus: Prometheus using Prometheus: Prometheus
using Test: @test, @test_logs, @test_throws, @testset using Test: @test, @test_logs, @test_throws, @testset

Loading…
Cancel
Save