Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit ca834c7

Browse files
author
Hendrik van Antwerpen
committed
Add copyright headers and update authors
1 parent b4f8c0f commit ca834c7

File tree

5 files changed

+23
-1
lines changed

5 files changed

+23
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Douglas Creager <[email protected]>
22
Hendrik van Antwerpen <[email protected]>
3+

stack-graphs/src/serde/filter.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// -*- coding: utf-8 -*-
2+
// ------------------------------------------------------------------------------------------------
3+
// Copyright © 2023, stack-graphs authors.
4+
// Licensed under either of Apache License, Version 2.0, or MIT license, at your option.
5+
// Please see the LICENSE-APACHE or LICENSE-MIT files in this distribution for license details.
6+
// ------------------------------------------------------------------------------------------------
7+
18
use itertools::Itertools;
29

310
use crate::arena::Handle;

stack-graphs/src/serde/graph.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// -*- coding: utf-8 -*-
2+
// ------------------------------------------------------------------------------------------------
3+
// Copyright © 2023, stack-graphs authors.
4+
// Licensed under either of Apache License, Version 2.0, or MIT license, at your option.
5+
// Please see the LICENSE-APACHE or LICENSE-MIT files in this distribution for license details.
6+
// ------------------------------------------------------------------------------------------------
7+
18
use serde::Deserialize;
29
use serde::Serialize;
310
use thiserror::Error;

stack-graphs/src/serde/mod.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// -*- coding: utf-8 -*-
2+
// ------------------------------------------------------------------------------------------------
3+
// Copyright © 2023, stack-graphs authors.
4+
// Licensed under either of Apache License, Version 2.0, or MIT license, at your option.
5+
// Please see the LICENSE-APACHE or LICENSE-MIT files in this distribution for license details.
6+
// ------------------------------------------------------------------------------------------------
7+
18
mod filter;
29
mod graph;
310

stack-graphs/tests/it/serde.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- coding: utf-8 -*-
22
// ------------------------------------------------------------------------------------------------
3-
// Copyright © 2022, stack-graphs authors.
3+
// Copyright © 2023, stack-graphs authors.
44
// Licensed under either of Apache License, Version 2.0, or MIT license, at your option.
55
// Please see the LICENSE-APACHE or LICENSE-MIT files in this distribution for license details.
66
// ------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)