diff options
| author | Grégoire Duchêne <gduchene@fastmail.net> | 2011-01-28 23:46:31 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@fastmail.net> | 2011-01-28 23:46:31 +0100 |
| commit | 8b4d3a47a6dce83d9455e59c84946e3fee38f79a (patch) | |
| tree | 744b1b91326240625cbf7e92d3386b66f5f92d05 /src/main.cpp | |
| parent | 70cf7c0f25d482e3e90285f8045c6a442268abbe (diff) | |
Copyright notices updated.
Yes, this is a real patch!
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index f4113fd..f4fcc70 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2010, Grégoire Duchêne <gduchene@fastmail.net> +Copyright (c) 2010, 2011, Grégoire Duchêne <gduchene@fastmail.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -25,7 +25,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. namespace ka = boost::spirit::karma; namespace qi = boost::spirit::qi; -int main(int argc, char **argv) { +int main(int argc, char** argv) { using namespace std; if (argc != 2) |
