From: Martin Vidner Date: Tue, 17 Dec 2019 09:59:27 +0000 (+0100) Subject: Copyright and license headers (GPL-2.0-only) X-Git-Tag: v0.8.7^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e416609e9942989ca12db9ab9d6076927670e27;p=thirdparty%2Fsnapper.git Copyright and license headers (GPL-2.0-only) --- diff --git a/zypp-plugin/snapper_zypp_plugin.cc b/zypp-plugin/snapper_zypp_plugin.cc index 702ae68c..bd7ed27e 100644 --- a/zypp-plugin/snapper_zypp_plugin.cc +++ b/zypp-plugin/snapper_zypp_plugin.cc @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2019 SUSE LLC + * + * All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, contact SUSE LLC. + * + * To contact SUSE about this file by physical or electronic mail, you may + * find current contact information at www.suse.com. + */ + // getenv #include // getppid diff --git a/zypp-plugin/solvable_matcher.cc b/zypp-plugin/solvable_matcher.cc index fa77ef55..53cb5561 100644 --- a/zypp-plugin/solvable_matcher.cc +++ b/zypp-plugin/solvable_matcher.cc @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2019 SUSE LLC + * + * All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, contact SUSE LLC. + * + * To contact SUSE about this file by physical or electronic mail, you may + * find current contact information at www.suse.com. + */ + #include "solvable_matcher.h" #include diff --git a/zypp-plugin/solvable_matcher.h b/zypp-plugin/solvable_matcher.h index 0fb6b228..1da22ce3 100644 --- a/zypp-plugin/solvable_matcher.h +++ b/zypp-plugin/solvable_matcher.h @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2019 SUSE LLC + * + * All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, contact SUSE LLC. + * + * To contact SUSE about this file by physical or electronic mail, you may + * find current contact information at www.suse.com. + */ + #ifndef SOLVABLE_MATCHER_H #define SOLVABLE_MATCHER_H diff --git a/zypp-plugin/zypp_commit_plugin.cc b/zypp-plugin/zypp_commit_plugin.cc index fbb3775d..f2b1b32c 100644 --- a/zypp-plugin/zypp_commit_plugin.cc +++ b/zypp-plugin/zypp_commit_plugin.cc @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2019 SUSE LLC + * + * All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, contact SUSE LLC. + * + * To contact SUSE about this file by physical or electronic mail, you may + * find current contact information at www.suse.com. + */ + #include "zypp_commit_plugin.h" ZyppPlugin::Message ZyppCommitPlugin::dispatch(const Message& msg) { @@ -15,4 +36,4 @@ ZyppPlugin::Message ZyppCommitPlugin::dispatch(const Message& msg) { } return ZyppPlugin::dispatch(msg); -} \ No newline at end of file +} diff --git a/zypp-plugin/zypp_commit_plugin.h b/zypp-plugin/zypp_commit_plugin.h index bc2cd5ff..da876138 100644 --- a/zypp-plugin/zypp_commit_plugin.h +++ b/zypp-plugin/zypp_commit_plugin.h @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2019 SUSE LLC + * + * All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, contact SUSE LLC. + * + * To contact SUSE about this file by physical or electronic mail, you may + * find current contact information at www.suse.com. + */ + #ifndef ZYPP_COMMIT_PLUGIN_H #define ZYPP_COMMIT_PLUGIN_H diff --git a/zypp-plugin/zypp_plugin.cc b/zypp-plugin/zypp_plugin.cc index c6258752..9120e94a 100644 --- a/zypp-plugin/zypp_plugin.cc +++ b/zypp-plugin/zypp_plugin.cc @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2019 SUSE LLC + * + * All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, contact SUSE LLC. + * + * To contact SUSE about this file by physical or electronic mail, you may + * find current contact information at www.suse.com. + */ + #include #include #include diff --git a/zypp-plugin/zypp_plugin.h b/zypp-plugin/zypp_plugin.h index 1cfa26b9..3f12bf18 100644 --- a/zypp-plugin/zypp_plugin.h +++ b/zypp-plugin/zypp_plugin.h @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2019 SUSE LLC + * + * All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, contact SUSE LLC. + * + * To contact SUSE about this file by physical or electronic mail, you may + * find current contact information at www.suse.com. + */ + #ifndef ZYPP_PLUGIN_H #define ZYPP_PLUGIN_H