diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-31 12:29:41 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-31 12:29:41 +0200 |
| commit | 2cd03d15f8c8d8c29daef2efb4406825de8b0b12 (patch) | |
| tree | ffe0585ff717f38099c9468eb6cc5a878e5489e3 /bin/test/main.cpp.expected | |
| parent | 30862ed08e26f4c1ee2c4cce8c419b8c9fbfe568 (diff) | |
| download | dotfiles-2cd03d15f8c8d8c29daef2efb4406825de8b0b12.tar.gz dotfiles-2cd03d15f8c8d8c29daef2efb4406825de8b0b12.zip | |
Added the `bin` directory and sorted out licensing
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à <msabate@suse.com>
Diffstat (limited to 'bin/test/main.cpp.expected')
| -rw-r--r-- | bin/test/main.cpp.expected | 13 |
1 files changed, 13 insertions, 0 deletions
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à <mikisabate@gmail.com> + * Copyright (c) 2015 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (C) 2015 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (C) 2013-2015 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (C) 2014-2015 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (C) 2015 Miquel Sabaté Solà <mikisabate@gmail.com> + */ + +int main(int argc, char *argv[]) +{ +} + |
