From 3039b0ba31955d8496f3519b57b77919d1800108 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 10 Nov 2010 17:09:04 +0200 Subject: [PATCH] Add copyright notices to tests --- tests/test_ofonocallbarring.cpp | 23 +++++++++++++++++++++++ tests/test_ofonocallforwarding.cpp | 23 +++++++++++++++++++++++ tests/test_ofonocallmeter.cpp | 23 +++++++++++++++++++++++ tests/test_ofonocallsettings.cpp | 23 +++++++++++++++++++++++ tests/test_ofonointerface.cpp | 23 +++++++++++++++++++++++ tests/test_ofonomessagemanager.cpp | 23 +++++++++++++++++++++++ tests/test_ofonomessagewaiting.cpp | 23 +++++++++++++++++++++++ tests/test_ofonomodem.cpp | 23 +++++++++++++++++++++++ tests/test_ofonomodemmanager.cpp | 23 +++++++++++++++++++++++ tests/test_ofononetworkoperator.cpp | 23 +++++++++++++++++++++++ tests/test_ofononetworkregistration.cpp | 23 +++++++++++++++++++++++ tests/test_ofonophonebook.cpp | 23 +++++++++++++++++++++++ tests/test_ofonoradiosettings.cpp | 23 +++++++++++++++++++++++ tests/test_ofonosimmanager.cpp | 23 +++++++++++++++++++++++ tests/test_ofonosupplementaryservices.cpp | 23 +++++++++++++++++++++++ tests/test_ofonovoicecallmanager.cpp | 23 +++++++++++++++++++++++ 16 files changed, 368 insertions(+) diff --git a/tests/test_ofonocallbarring.cpp b/tests/test_ofonocallbarring.cpp index 790151b..28cbcb2 100644 --- a/tests/test_ofonocallbarring.cpp +++ b/tests/test_ofonocallbarring.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonocallforwarding.cpp b/tests/test_ofonocallforwarding.cpp index 8809cbe..5467e69 100644 --- a/tests/test_ofonocallforwarding.cpp +++ b/tests/test_ofonocallforwarding.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonocallmeter.cpp b/tests/test_ofonocallmeter.cpp index a0a72ba..f29b723 100644 --- a/tests/test_ofonocallmeter.cpp +++ b/tests/test_ofonocallmeter.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonocallsettings.cpp b/tests/test_ofonocallsettings.cpp index a92b85b..f315f8c 100644 --- a/tests/test_ofonocallsettings.cpp +++ b/tests/test_ofonocallsettings.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonointerface.cpp b/tests/test_ofonointerface.cpp index 79d7492..62911ea 100644 --- a/tests/test_ofonointerface.cpp +++ b/tests/test_ofonointerface.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonomessagemanager.cpp b/tests/test_ofonomessagemanager.cpp index 820f58d..60dbfbb 100644 --- a/tests/test_ofonomessagemanager.cpp +++ b/tests/test_ofonomessagemanager.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonomessagewaiting.cpp b/tests/test_ofonomessagewaiting.cpp index ce5d0c1..42b06d5 100644 --- a/tests/test_ofonomessagewaiting.cpp +++ b/tests/test_ofonomessagewaiting.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonomodem.cpp b/tests/test_ofonomodem.cpp index e79ad74..10b45a3 100644 --- a/tests/test_ofonomodem.cpp +++ b/tests/test_ofonomodem.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonomodemmanager.cpp b/tests/test_ofonomodemmanager.cpp index 50b3dea..424507b 100644 --- a/tests/test_ofonomodemmanager.cpp +++ b/tests/test_ofonomodemmanager.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofononetworkoperator.cpp b/tests/test_ofononetworkoperator.cpp index 94bd5f7..a3d9381 100644 --- a/tests/test_ofononetworkoperator.cpp +++ b/tests/test_ofononetworkoperator.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofononetworkregistration.cpp b/tests/test_ofononetworkregistration.cpp index bd85c81..1482cb5 100644 --- a/tests/test_ofononetworkregistration.cpp +++ b/tests/test_ofononetworkregistration.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonophonebook.cpp b/tests/test_ofonophonebook.cpp index 1df0cc5..a5501cc 100644 --- a/tests/test_ofonophonebook.cpp +++ b/tests/test_ofonophonebook.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonoradiosettings.cpp b/tests/test_ofonoradiosettings.cpp index 19c76bb..eee5559 100644 --- a/tests/test_ofonoradiosettings.cpp +++ b/tests/test_ofonoradiosettings.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonosimmanager.cpp b/tests/test_ofonosimmanager.cpp index 9645bc6..774d533 100644 --- a/tests/test_ofonosimmanager.cpp +++ b/tests/test_ofonosimmanager.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonosupplementaryservices.cpp b/tests/test_ofonosupplementaryservices.cpp index 040f018..65480e9 100644 --- a/tests/test_ofonosupplementaryservices.cpp +++ b/tests/test_ofonosupplementaryservices.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include diff --git a/tests/test_ofonovoicecallmanager.cpp b/tests/test_ofonovoicecallmanager.cpp index e6b11a3..d3443ea 100644 --- a/tests/test_ofonovoicecallmanager.cpp +++ b/tests/test_ofonovoicecallmanager.cpp @@ -1,3 +1,26 @@ +/* + * This file is part of ofono-qt + * + * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * Contact: Alexander Kanavin + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include #include -- 2.7.4