diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-callback-info.c | 13 | ||||
-rw-r--r-- | src/mm-callback-info.h | 13 | ||||
-rw-r--r-- | src/mm-errors.c | 14 | ||||
-rw-r--r-- | src/mm-errors.h | 14 | ||||
-rw-r--r-- | src/mm-generic-cdma.c | 14 | ||||
-rw-r--r-- | src/mm-generic-cdma.h | 14 | ||||
-rw-r--r-- | src/mm-generic-gsm.c | 15 | ||||
-rw-r--r-- | src/mm-generic-gsm.h | 14 | ||||
-rw-r--r-- | src/mm-manager.c | 14 | ||||
-rw-r--r-- | src/mm-manager.h | 14 | ||||
-rw-r--r-- | src/mm-modem-cdma.c | 14 | ||||
-rw-r--r-- | src/mm-modem-cdma.h | 14 | ||||
-rw-r--r-- | src/mm-modem-gsm-card.c | 14 | ||||
-rw-r--r-- | src/mm-modem-gsm-card.h | 14 | ||||
-rw-r--r-- | src/mm-modem-gsm-network.c | 13 | ||||
-rw-r--r-- | src/mm-modem-gsm-network.h | 14 | ||||
-rw-r--r-- | src/mm-modem-gsm-sms.c | 13 | ||||
-rw-r--r-- | src/mm-modem-gsm-sms.h | 13 | ||||
-rw-r--r-- | src/mm-modem-simple.c | 14 | ||||
-rw-r--r-- | src/mm-modem-simple.h | 13 | ||||
-rw-r--r-- | src/mm-modem.c | 14 | ||||
-rw-r--r-- | src/mm-modem.h | 14 | ||||
-rw-r--r-- | src/mm-options.c | 13 | ||||
-rw-r--r-- | src/mm-options.h | 13 | ||||
-rw-r--r-- | src/mm-plugin.c | 14 | ||||
-rw-r--r-- | src/mm-plugin.h | 14 | ||||
-rw-r--r-- | src/mm-serial-parsers.c | 14 | ||||
-rw-r--r-- | src/mm-serial-parsers.h | 13 |
28 files changed, 384 insertions, 0 deletions
diff --git a/src/mm-callback-info.c b/src/mm-callback-info.c index ba76b18f..bb864c5d 100644 --- a/src/mm-callback-info.c +++ b/src/mm-callback-info.c @@ -1,4 +1,17 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + */ #include "mm-callback-info.h" #include "mm-errors.h" diff --git a/src/mm-callback-info.h b/src/mm-callback-info.h index c6c6c73a..591ac86e 100644 --- a/src/mm-callback-info.h +++ b/src/mm-callback-info.h @@ -1,4 +1,17 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + */ #ifndef MM_CALLBACK_INFO_H #define MM_CALLBACK_INFO_H diff --git a/src/mm-errors.c b/src/mm-errors.c index f0b11566..0b0706fd 100644 --- a/src/mm-errors.c +++ b/src/mm-errors.c @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #include "mm-errors.h" diff --git a/src/mm-errors.h b/src/mm-errors.h index 0e9e0d4c..2e452872 100644 --- a/src/mm-errors.h +++ b/src/mm-errors.h @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #ifndef MM_MODEM_ERROR_H #define MM_MODEM_ERROR_H diff --git a/src/mm-generic-cdma.c b/src/mm-generic-cdma.c index 6c6cb763..58f53546 100644 --- a/src/mm-generic-cdma.c +++ b/src/mm-generic-cdma.c @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 - 2009 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #include <string.h> #include <stdio.h> diff --git a/src/mm-generic-cdma.h b/src/mm-generic-cdma.h index 44fea73b..670f5cbd 100644 --- a/src/mm-generic-cdma.h +++ b/src/mm-generic-cdma.h @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #ifndef MM_GENERIC_CDMA_H #define MM_GENERIC_CDMA_H diff --git a/src/mm-generic-gsm.c b/src/mm-generic-gsm.c index 743a2466..d32b0174 100644 --- a/src/mm-generic-gsm.c +++ b/src/mm-generic-gsm.c @@ -1,4 +1,19 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 - 2009 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + * Copyright (C) 2009 Ericsson + */ #include <stdlib.h> #include <stdio.h> diff --git a/src/mm-generic-gsm.h b/src/mm-generic-gsm.h index d0df846c..cb250064 100644 --- a/src/mm-generic-gsm.h +++ b/src/mm-generic-gsm.h @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 - 2009 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #ifndef MM_GENERIC_GSM_H #define MM_GENERIC_GSM_H diff --git a/src/mm-manager.c b/src/mm-manager.c index aa109a99..3514dabb 100644 --- a/src/mm-manager.c +++ b/src/mm-manager.c @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 - 2009 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #include <string.h> #include <gmodule.h> diff --git a/src/mm-manager.h b/src/mm-manager.h index 0e7564ff..5220b772 100644 --- a/src/mm-manager.h +++ b/src/mm-manager.h @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 - 2009 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #ifndef MM_MANAGER_H #define MM_MANAGER_H diff --git a/src/mm-modem-cdma.c b/src/mm-modem-cdma.c index 20b9779a..02ef788c 100644 --- a/src/mm-modem-cdma.c +++ b/src/mm-modem-cdma.c @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #include <string.h> #include <dbus/dbus-glib.h> diff --git a/src/mm-modem-cdma.h b/src/mm-modem-cdma.h index a91d47f3..5a5de3d5 100644 --- a/src/mm-modem-cdma.h +++ b/src/mm-modem-cdma.h @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #ifndef MM_MODEM_CDMA_H #define MM_MODEM_CDMA_H diff --git a/src/mm-modem-gsm-card.c b/src/mm-modem-gsm-card.c index 1ad48cd5..80f381ac 100644 --- a/src/mm-modem-gsm-card.c +++ b/src/mm-modem-gsm-card.c @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #include <dbus/dbus-glib.h> diff --git a/src/mm-modem-gsm-card.h b/src/mm-modem-gsm-card.h index 5c6f55f4..8c4b21e8 100644 --- a/src/mm-modem-gsm-card.h +++ b/src/mm-modem-gsm-card.h @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #ifndef MM_MODEM_GSM_CARD_H #define MM_MODEM_GSM_CARD_H diff --git a/src/mm-modem-gsm-network.c b/src/mm-modem-gsm-network.c index 2bf75236..26ff4229 100644 --- a/src/mm-modem-gsm-network.c +++ b/src/mm-modem-gsm-network.c @@ -1,4 +1,17 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + */ #include <string.h> #include <dbus/dbus-glib.h> diff --git a/src/mm-modem-gsm-network.h b/src/mm-modem-gsm-network.h index 5ffa7cd1..493baec7 100644 --- a/src/mm-modem-gsm-network.h +++ b/src/mm-modem-gsm-network.h @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #ifndef MM_MODEM_GSM_NETWORK_H #define MM_MODEM_GSM_NETWORK_H diff --git a/src/mm-modem-gsm-sms.c b/src/mm-modem-gsm-sms.c index 46d4243c..23685b35 100644 --- a/src/mm-modem-gsm-sms.c +++ b/src/mm-modem-gsm-sms.c @@ -1,4 +1,17 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2009 Novell, Inc. + */ #include <string.h> #include <dbus/dbus-glib.h> diff --git a/src/mm-modem-gsm-sms.h b/src/mm-modem-gsm-sms.h index 24630ba7..e01e993b 100644 --- a/src/mm-modem-gsm-sms.h +++ b/src/mm-modem-gsm-sms.h @@ -1,4 +1,17 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2009 Novell, Inc. + */ #ifndef MM_MODEM_GSM_SMS_H #define MM_MODEM_GSM_SMS_H diff --git a/src/mm-modem-simple.c b/src/mm-modem-simple.c index 713098f5..415fd44b 100644 --- a/src/mm-modem-simple.c +++ b/src/mm-modem-simple.c @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2009 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #include <dbus/dbus-glib.h> diff --git a/src/mm-modem-simple.h b/src/mm-modem-simple.h index 435df223..03b55618 100644 --- a/src/mm-modem-simple.h +++ b/src/mm-modem-simple.h @@ -1,4 +1,17 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2009 Novell, Inc. + */ #ifndef MM_MODEM_SIMPLE_H #define MM_MODEM_SIMPLE_H diff --git a/src/mm-modem.c b/src/mm-modem.c index e5275020..79a07939 100644 --- a/src/mm-modem.c +++ b/src/mm-modem.c @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 - 2009 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #include <string.h> #include <dbus/dbus-glib.h> diff --git a/src/mm-modem.h b/src/mm-modem.h index df2480ac..a1d7ffc8 100644 --- a/src/mm-modem.h +++ b/src/mm-modem.h @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 - 2009 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #ifndef MM_MODEM_H #define MM_MODEM_H diff --git a/src/mm-options.c b/src/mm-options.c index 0e86f708..7bbeefd6 100644 --- a/src/mm-options.c +++ b/src/mm-options.c @@ -1,4 +1,17 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + */ #include <stdlib.h> #include <glib.h> diff --git a/src/mm-options.h b/src/mm-options.h index f3a2c449..ce33e274 100644 --- a/src/mm-options.h +++ b/src/mm-options.h @@ -1,4 +1,17 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + */ #ifndef MM_OPTIONS_H #define MM_OPTIONS_H diff --git a/src/mm-plugin.c b/src/mm-plugin.c index 12df9dab..830f2d66 100644 --- a/src/mm-plugin.c +++ b/src/mm-plugin.c @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #include "mm-plugin.h" diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 3fa3a2cb..d1e85b6a 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #ifndef MM_PLUGIN_H #define MM_PLUGIN_H diff --git a/src/mm-serial-parsers.c b/src/mm-serial-parsers.c index ae0c20da..ac84688d 100644 --- a/src/mm-serial-parsers.c +++ b/src/mm-serial-parsers.c @@ -1,4 +1,18 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 - 2009 Novell, Inc. + * Copyright (C) 2009 Red Hat, Inc. + */ #include <string.h> #include <stdlib.h> diff --git a/src/mm-serial-parsers.h b/src/mm-serial-parsers.h index 8bfda832..3e1fb9fc 100644 --- a/src/mm-serial-parsers.h +++ b/src/mm-serial-parsers.h @@ -1,4 +1,17 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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: + * + * Copyright (C) 2008 - 2009 Novell, Inc. + */ #ifndef MM_SERIAL_PARSERS_H #define MM_SERIAL_PARSERS_H |