Skip to content

Commit 0ae2b72

Browse files
authored
Add copyright info (#25)
* Add copyright info * Upgrade Rust
1 parent c2e69b5 commit 0ae2b72

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- 1.31.0
3+
- 1.34.0
44

55
# all unlabeled jobs run at test. Only if all "test" jobs finish, will the publish job run
66
stages:

COPYRIGHT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copyright (c) 2018-Present IronCore Labs Inc. All rights reserved.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,6 @@ const recrypt = require('index.node');
121121
+ From this repos root, run `npm i` or `yarn`.
122122
+ Run `npm/yarn run compile` to compile the Rust source into a `native/index.node` module.
123123
+ Run `npm/yarn run test`.
124+
125+
Copyright (c) 2018-present IronCore Labs, Inc.
126+
All rights reserved.

0 commit comments

Comments
 (0)