Skip to content

Commit b8eaf13

Browse files
committed
fix(copyright): fix #13
1 parent 936d3d9 commit b8eaf13

File tree

17 files changed

+31
-116
lines changed

17 files changed

+31
-116
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright [yyyy] [name of copyright owner]
190+
Copyright 2022 Pyroscope
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

examples/async.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2021 Developers of Pyroscope.
2-
3-
// Licensed under the Apache License, Version 2.0 <LICENSE or
4-
// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
5-
// except according to those terms.
6-
71
extern crate pyroscope;
82

93
use pyroscope::{PyroscopeAgent, Result};

examples/backend-pprof.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2021 Developers of Pyroscope.
2-
3-
// Licensed under the Apache License, Version 2.0 <LICENSE or
4-
// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
5-
// except according to those terms.
6-
71
extern crate pyroscope;
82

93
use pyroscope::backends::pprof::Pprof;

examples/backend.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2021 Developers of Pyroscope.
2-
3-
// Licensed under the Apache License, Version 2.0 <LICENSE or
4-
// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
5-
// except according to those terms.
6-
71
extern crate pyroscope;
82

93
use pyroscope::backends::pprof::Pprof;

examples/basic.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2021 Developers of Pyroscope.
2-
3-
// Licensed under the Apache License, Version 2.0 <LICENSE or
4-
// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
5-
// except according to those terms.
6-
71
extern crate pyroscope;
82

93
use pyroscope::{PyroscopeAgent, Result};

examples/error.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2021 Developers of Pyroscope.
2-
3-
// Licensed under the Apache License, Version 2.0 <LICENSE or
4-
// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
5-
// except according to those terms.
6-
71
extern crate pyroscope;
82

93
use pyroscope::{PyroscopeAgent, Result};

examples/internals-timer.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2021 Developers of Pyroscope.
2-
3-
// Licensed under the Apache License, Version 2.0 <LICENSE or
4-
// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
5-
// except according to those terms.
6-
71
extern crate pyroscope;
82

93
use std::sync::mpsc::channel;

examples/multi-thread.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2021 Developers of Pyroscope.
2-
3-
// Licensed under the Apache License, Version 2.0 <LICENSE or
4-
// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
5-
// except according to those terms.
6-
71
extern crate pyroscope;
82

93
use pyroscope::{PyroscopeAgent, Result};

examples/tags.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2021 Developers of Pyroscope.
2-
3-
// Licensed under the Apache License, Version 2.0 <LICENSE or
4-
// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
5-
// except according to those terms.
6-
71
extern crate pyroscope;
82

93
use pyroscope::{PyroscopeAgent, Result};

examples/with-logger.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2021 Developers of Pyroscope.
2-
3-
// Licensed under the Apache License, Version 2.0 <LICENSE or
4-
// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
5-
// except according to those terms.
6-
71
extern crate pyroscope;
82

93
use log::{debug, error, info, trace, warn};

0 commit comments

Comments
 (0)