mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00

I noticed it when I looked at some files now used in AnkiDroid, wanting to be sure we clearly indicate that we have AGPLv3 code linked in the app
4 lines
187 B
Rust
4 lines
187 B
Rust
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/backend_proto.rs"));
|