Skip to content

Commit a86635e

Browse files
committed
fix: Update licensing
Fixes #23
1 parent 2529281 commit a86635e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/boolean.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017, Nick Stevens <[email protected]>
1+
// Copyright (c) 2018 The predicates-rs Project Developers.
22
//
33
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
44
// http://www.apache.org/license/LICENSE-2.0> or the MIT license

src/boxed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017, Nick Stevens <[email protected]>
1+
// Copyright (c) 2018 The predicates-rs Project Developers.
22
//
33
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
44
// http://www.apache.org/license/LICENSE-2.0> or the MIT license

src/constant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017, Nick Stevens <[email protected]>
1+
// Copyright (c) 2018 The predicates-rs Project Developers.
22
//
33
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
44
// http://www.apache.org/license/LICENSE-2.0> or the MIT license

src/function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017, Nick Stevens <[email protected]>
1+
// Copyright (c) 2018 The predicates-rs Project Developers.
22
//
33
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
44
// http://www.apache.org/license/LICENSE-2.0> or the MIT license

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017, Nick Stevens <[email protected]>
1+
// Copyright (c) 2018 The predicates-rs Project Developers.
22
//
33
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
44
// http://www.apache.org/license/LICENSE-2.0> or the MIT license

src/ord.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017, Nick Stevens <[email protected]>
1+
// Copyright (c) 2018 The predicates-rs Project Developers.
22
//
33
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
44
// http://www.apache.org/license/LICENSE-2.0> or the MIT license

src/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017, Nick Stevens <[email protected]>
1+
// Copyright (c) 2018 The predicates-rs Project Developers.
22
//
33
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
44
// http://www.apache.org/license/LICENSE-2.0> or the MIT license

0 commit comments

Comments
 (0)