From 2cd03d15f8c8d8c29daef2efb4406825de8b0b12 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 31 May 2016 12:29:41 +0200 Subject: Added the `bin` directory and sorted out licensing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything is licensed under the MIT license, except what it's inside of the `bin` directory, which is licensed under the GPLv3+ license. Signed-off-by: Miquel Sabaté Solà --- bin/test/main.cpp.expected | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bin/test/main.cpp.expected (limited to 'bin/test/main.cpp.expected') diff --git a/bin/test/main.cpp.expected b/bin/test/main.cpp.expected new file mode 100644 index 0000000..27c570c --- /dev/null +++ b/bin/test/main.cpp.expected @@ -0,0 +1,13 @@ +/* + * Copyright (C) 2015 Miquel Sabaté Solà + * Copyright (c) 2015 Miquel Sabaté Solà + * Copyright (C) 2015 Miquel Sabaté Solà + * Copyright (C) 2013-2015 Miquel Sabaté Solà + * Copyright (C) 2014-2015 Miquel Sabaté Solà + * Copyright (C) 2015 Miquel Sabaté Solà + */ + +int main(int argc, char *argv[]) +{ +} + -- cgit v1.2.3