Skip to content

Commit 0a42d62

Browse files
committed
Update copyright notices to 2022 year
1 parent 72755ec commit 0a42d62

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

LICENSE-MIT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Copyright (c) 2021 Brendan Molloy <brendan@bbqsrc.net>,
2-
Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3-
Kai Ren <tyranron@gmail.com>
1+
Copyright (c) 2021-2022 Brendan Molloy <brendan@bbqsrc.net>,
2+
Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3+
Kai Ren <tyranron@gmail.com>
44

55
Permission is hereby granted, free of charge, to any
66
person obtaining a copy of this software and associated

src/ast.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2021 Brendan Molloy <brendan@bbqsrc.net>,
2-
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3-
// Kai Ren <tyranron@gmail.com>
1+
// Copyright (c) 2021-2022 Brendan Molloy <brendan@bbqsrc.net>,
2+
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3+
// Kai Ren <tyranron@gmail.com>
44
//
55
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
66
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

src/combinator.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2021 Brendan Molloy <brendan@bbqsrc.net>,
2-
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3-
// Kai Ren <tyranron@gmail.com>
1+
// Copyright (c) 2021-2022 Brendan Molloy <brendan@bbqsrc.net>,
2+
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3+
// Kai Ren <tyranron@gmail.com>
44
//
55
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
66
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

src/expand/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2021 Brendan Molloy <brendan@bbqsrc.net>,
2-
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3-
// Kai Ren <tyranron@gmail.com>
1+
// Copyright (c) 2021-2022 Brendan Molloy <brendan@bbqsrc.net>,
2+
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3+
// Kai Ren <tyranron@gmail.com>
44
//
55
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
66
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

src/expand/parameters.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2021 Brendan Molloy <brendan@bbqsrc.net>,
2-
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3-
// Kai Ren <tyranron@gmail.com>
1+
// Copyright (c) 2021-2022 Brendan Molloy <brendan@bbqsrc.net>,
2+
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3+
// Kai Ren <tyranron@gmail.com>
44
//
55
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
66
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2021 Brendan Molloy <brendan@bbqsrc.net>,
2-
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3-
// Kai Ren <tyranron@gmail.com>
1+
// Copyright (c) 2021-2022 Brendan Molloy <brendan@bbqsrc.net>,
2+
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3+
// Kai Ren <tyranron@gmail.com>
44
//
55
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
66
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

src/parse.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2021 Brendan Molloy <brendan@bbqsrc.net>,
2-
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3-
// Kai Ren <tyranron@gmail.com>
1+
// Copyright (c) 2021-2022 Brendan Molloy <brendan@bbqsrc.net>,
2+
// Ilya Solovyiov <ilya.solovyiov@gmail.com>,
3+
// Kai Ren <tyranron@gmail.com>
44
//
55
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
66
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

0 commit comments

Comments
 (0)