diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-18 11:59:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-18 11:59:14 +0200 |
commit | 548c9549cd3e408df63426090088b08d72c2658e (patch) | |
tree | 5b110c7bd2f6543e45e6d50207538ceed1dae39a /migration | |
parent | cec6c2ba81f7169994c1a952e68a2a85841d63c1 (diff) |
add missing copyright terms
Due to fucking AT&T vs BSD suit copyright defaults to all rights
reserved. Fuck Berne Convention as well.
Diffstat (limited to 'migration')
-rw-r--r-- | migration/20160906_00-mappings.cpp | 8 | ||||
-rw-r--r-- | migration/20160906_01-axis-signs.cpp | 8 | ||||
-rw-r--r-- | migration/20160906_02-modules.cpp | 8 | ||||
-rw-r--r-- | migration/20160917_00-accela.cpp | 8 | ||||
-rw-r--r-- | migration/migration.cpp | 8 | ||||
-rw-r--r-- | migration/migration.hpp | 8 |
6 files changed, 48 insertions, 0 deletions
diff --git a/migration/20160906_00-mappings.cpp b/migration/20160906_00-mappings.cpp index 7bc139cc..65759dec 100644 --- a/migration/20160906_00-mappings.cpp +++ b/migration/20160906_00-mappings.cpp @@ -1,3 +1,11 @@ +/* Copyright (c) 2016, Stanislaw Halik <sthalik@misaki.pl> + + * Permission to use, copy, modify, and/or distribute this + * software for any purpose with or without fee is hereby granted, + * provided that the above copyright notice and this permission + * notice appear in all copies. + */ + #include "migration.hpp" #include "logic/mappings.hpp" #include "logic/main-settings.hpp" diff --git a/migration/20160906_01-axis-signs.cpp b/migration/20160906_01-axis-signs.cpp index 8e905f5c..0934990d 100644 --- a/migration/20160906_01-axis-signs.cpp +++ b/migration/20160906_01-axis-signs.cpp @@ -1,3 +1,11 @@ +/* Copyright (c) 2016, Stanislaw Halik <sthalik@misaki.pl> + + * Permission to use, copy, modify, and/or distribute this + * software for any purpose with or without fee is hereby granted, + * provided that the above copyright notice and this permission + * notice appear in all copies. + */ + #include "migration.hpp" #include "options/options.hpp" #include "logic/main-settings.hpp" diff --git a/migration/20160906_02-modules.cpp b/migration/20160906_02-modules.cpp index ea635f67..0f0951f1 100644 --- a/migration/20160906_02-modules.cpp +++ b/migration/20160906_02-modules.cpp @@ -1,3 +1,11 @@ +/* Copyright (c) 2016, Stanislaw Halik <sthalik@misaki.pl> + + * Permission to use, copy, modify, and/or distribute this + * software for any purpose with or without fee is hereby granted, + * provided that the above copyright notice and this permission + * notice appear in all copies. + */ + #include "migration.hpp" #include "options/options.hpp" diff --git a/migration/20160917_00-accela.cpp b/migration/20160917_00-accela.cpp index 80f6a223..60104c24 100644 --- a/migration/20160917_00-accela.cpp +++ b/migration/20160917_00-accela.cpp @@ -1,3 +1,11 @@ +/* Copyright (c) 2016, Stanislaw Halik <sthalik@misaki.pl> + + * Permission to use, copy, modify, and/or distribute this + * software for any purpose with or without fee is hereby granted, + * provided that the above copyright notice and this permission + * notice appear in all copies. + */ + #include "migration.hpp" #include "options/options.hpp" #include "compat/util.hpp" diff --git a/migration/migration.cpp b/migration/migration.cpp index 902490f5..bb8386fc 100644 --- a/migration/migration.cpp +++ b/migration/migration.cpp @@ -1,3 +1,11 @@ +/* Copyright (c) 2016, Stanislaw Halik <sthalik@misaki.pl> + + * Permission to use, copy, modify, and/or distribute this + * software for any purpose with or without fee is hereby granted, + * provided that the above copyright notice and this permission + * notice appear in all copies. + */ + #include <cstdlib> #include "migration.hpp" diff --git a/migration/migration.hpp b/migration/migration.hpp index 02a42803..e7b42152 100644 --- a/migration/migration.hpp +++ b/migration/migration.hpp @@ -1,3 +1,11 @@ +/* Copyright (c) 2016, Stanislaw Halik <sthalik@misaki.pl> + + * Permission to use, copy, modify, and/or distribute this + * software for any purpose with or without fee is hereby granted, + * provided that the above copyright notice and this permission + * notice appear in all copies. + */ + #pragma once #include <QString> |