Skip to content

Commit

Permalink
Revert "Update license"
Browse files Browse the repository at this point in the history
This reverts commit a82cbaf.
  • Loading branch information
AtomXY committed Nov 29, 2021
1 parent a82cbaf commit 6fe161b
Show file tree
Hide file tree
Showing 8 changed files with 201 additions and 765 deletions.
875 changes: 201 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions ton_api/build.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
* Copyright (C) 2019-2021 TON Labs. All Rights Reserved.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* limitations under the License.
*/

use std::{fs, path};
use std::io::Read;
use std::path::Path;
Expand Down
13 changes: 0 additions & 13 deletions ton_api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
* Copyright (C) 2019-2021 TON Labs. All Rights Reserved.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* limitations under the License.
*/

#![allow(clippy::unreadable_literal)]
#![deny(private_in_public)]

Expand Down
13 changes: 0 additions & 13 deletions ton_api/src/secure.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
* Copyright (C) 2019-2021 TON Labs. All Rights Reserved.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* limitations under the License.
*/

use std::fmt::{Debug, Display, Formatter};
use std::hash::{Hash, Hasher};

Expand Down
13 changes: 0 additions & 13 deletions ton_api/src/ton_prelude.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
* Copyright (C) 2019-2021 TON Labs. All Rights Reserved.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* limitations under the License.
*/

#![allow(non_camel_case_types)]

use std::fmt;
Expand Down
13 changes: 0 additions & 13 deletions ton_tl_codegen/src/bin/codegen_test.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
* Copyright (C) 2019-2021 TON Labs. All Rights Reserved.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* limitations under the License.
*/

use std::{fs, path};
use std::io::Read;
use std::path::Path;
Expand Down
13 changes: 0 additions & 13 deletions ton_tl_codegen/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
* Copyright (C) 2019-2021 TON Labs. All Rights Reserved.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* limitations under the License.
*/

#![deny(private_in_public, unused_extern_crates)]
#![recursion_limit = "128"]

Expand Down
13 changes: 0 additions & 13 deletions ton_tl_codegen/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
* Copyright (C) 2019-2021 TON Labs. All Rights Reserved.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* limitations under the License.
*/

use super::*;

#[test]
Expand Down

0 comments on commit 6fe161b

Please sign in to comment.