# HG changeset patch # User Pavol Rusnak # Date 1317083491 -7200 # Node ID 847ae02bc13b77759efc0ca5bae2841350df099f # Parent 483f5fe9d2b24f8c19a356debe090cbe091df18f added GPLv2 headers diff -r 483f5fe9d2b2 -r 847ae02bc13b main.c --- a/main.c Mon Sep 26 18:59:14 2011 +0200 +++ b/main.c Tue Sep 27 02:31:31 2011 +0200 @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2011 Pavol Rusnak + * + * Licensed under the GNU General Public License Version 2 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "notify.h" #include "packagekit.h" #include diff -r 483f5fe9d2b2 -r 847ae02bc13b notify.c --- a/notify.c Mon Sep 26 18:59:14 2011 +0200 +++ b/notify.c Tue Sep 27 02:31:31 2011 +0200 @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2011 Pavol Rusnak + * + * Licensed under the GNU General Public License Version 2 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include "notify.h" diff -r 483f5fe9d2b2 -r 847ae02bc13b notify.h --- a/notify.h Mon Sep 26 18:59:14 2011 +0200 +++ b/notify.h Tue Sep 27 02:31:31 2011 +0200 @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2011 Pavol Rusnak + * + * Licensed under the GNU General Public License Version 2 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef NOTIFY_H #define NOTIFY_H diff -r 483f5fe9d2b2 -r 847ae02bc13b packagekit.c --- a/packagekit.c Mon Sep 26 18:59:14 2011 +0200 +++ b/packagekit.c Tue Sep 27 02:31:31 2011 +0200 @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2011 Pavol Rusnak + * + * Licensed under the GNU General Public License Version 2 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include "packagekit.h" diff -r 483f5fe9d2b2 -r 847ae02bc13b packagekit.h --- a/packagekit.h Mon Sep 26 18:59:14 2011 +0200 +++ b/packagekit.h Tue Sep 27 02:31:31 2011 +0200 @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2011 Pavol Rusnak + * + * Licensed under the GNU General Public License Version 2 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef PACKAGEKIT_H #define PACKAGEKIT_H 1