]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Copyright and license headers (GPL-2.0-only)
authorMartin Vidner <mvidner@suse.cz>
Tue, 17 Dec 2019 09:59:27 +0000 (10:59 +0100)
committerMartin Vidner <mvidner@suse.cz>
Tue, 17 Dec 2019 10:22:27 +0000 (11:22 +0100)
zypp-plugin/snapper_zypp_plugin.cc
zypp-plugin/solvable_matcher.cc
zypp-plugin/solvable_matcher.h
zypp-plugin/zypp_commit_plugin.cc
zypp-plugin/zypp_commit_plugin.h
zypp-plugin/zypp_plugin.cc
zypp-plugin/zypp_plugin.h

index 702ae68c90af738c4d662385e85a46a79a2d19a7..bd7ed27e48f0d45989f342a3dd6b63e7e8135862 100644 (file)
@@ -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 <stdlib.h>
 // getppid
index fa77ef55bb81fbca17a4cc3bb39a4eb0a3003ed7..53cb556173a32fd44329318f7d3864b2eea92125 100644 (file)
@@ -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 <iostream>
index 0fb6b22889e2c15960073ec8c65d234067f7303a..1da22ce34daacc851f7284a28a88a5d76470c066 100644 (file)
@@ -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
 
index fbb3775db752815f7bda64966476835fffe5816f..f2b1b32c85058bc416f2f42aedc6df41f270070d 100644 (file)
@@ -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
+}
index bc2cd5ff42db8023af45cfa6303d0b9149da5017..da87613814e686e8bc1b5f62d55a36cf527bef25 100644 (file)
@@ -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
 
index c6258752f1ba50b3b1481122f155345581513a13..9120e94a60d3cf0a70c5f4b2aaf3e22407155429 100644 (file)
@@ -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 <iostream>
 #include <boost/algorithm/string/trim.hpp>
 #include <string>
index 1cfa26b900577c5fbaac3a425ce1a2b88f0285c8..3f12bf1827f84b92d8d5e94ccb9f6de58573bec1 100644 (file)
@@ -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