diff --git a/assets/AppCover.qml b/assets/AppCover.qml index 8c3fb5c..bb6546d 100644 --- a/assets/AppCover.qml +++ b/assets/AppCover.qml @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2016 Morgan McMillian + * + * This file is apart of the Goober application, a client for pnut.io + * + * 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 3 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, see . + */ + import bb.cascades 1.4 Container { diff --git a/assets/LoginSheet.qml b/assets/LoginSheet.qml index 0f97007..1a014d3 100644 --- a/assets/LoginSheet.qml +++ b/assets/LoginSheet.qml @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2016 Morgan McMillian + * + * This file is apart of the Goober application, a client for pnut.io + * + * 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 3 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, see . + */ + import bb.cascades 1.4 Sheet { diff --git a/assets/ProfilePage.qml b/assets/ProfilePage.qml index 606fbd6..4894f57 100644 --- a/assets/ProfilePage.qml +++ b/assets/ProfilePage.qml @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2016 Morgan McMillian + * + * This file is apart of the Goober application, a client for pnut.io + * + * 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 3 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, see . + */ + import bb.cascades 1.4 import org.labsquare 1.0 diff --git a/assets/RefreshItem.qml b/assets/RefreshItem.qml index a34ae53..d911a11 100644 --- a/assets/RefreshItem.qml +++ b/assets/RefreshItem.qml @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2016 Morgan McMillian + * + * This file is apart of the Goober application, a client for pnut.io + * + * 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 3 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, see . + */ + import bb.cascades 1.4 Container { diff --git a/assets/SettingsPage.qml b/assets/SettingsPage.qml index c96849a..1fb6589 100644 --- a/assets/SettingsPage.qml +++ b/assets/SettingsPage.qml @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2016 Morgan McMillian + * + * This file is apart of the Goober application, a client for pnut.io + * + * 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 3 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, see . + */ + import bb.cascades 1.4 Page { diff --git a/assets/ThreadPage.qml b/assets/ThreadPage.qml index eefa8bd..c2e36ce 100644 --- a/assets/ThreadPage.qml +++ b/assets/ThreadPage.qml @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2016 Morgan McMillian + * + * This file is apart of the Goober application, a client for pnut.io + * + * 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 3 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, see . + */ + import bb.cascades 1.4 Page { diff --git a/buildnum b/buildnum index ae4ee13..05cf258 100644 --- a/buildnum +++ b/buildnum @@ -1 +1 @@ -200 \ No newline at end of file +201 \ No newline at end of file diff --git a/src/ActiveFrameQML.cpp b/src/ActiveFrameQML.cpp index 60d02e1..812d644 100644 --- a/src/ActiveFrameQML.cpp +++ b/src/ActiveFrameQML.cpp @@ -1,8 +1,20 @@ /* - * ActiveFrameQML.cpp + * Copyright (C) 2016 Morgan McMillian * - * Created on: Oct 21, 2016 - * Author: morga + * This file is apart of the Goober application, a client for pnut.io + * + * 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 3 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, see . */ #include diff --git a/src/ActiveFrameQML.h b/src/ActiveFrameQML.h index 97a6f5c..f36d978 100644 --- a/src/ActiveFrameQML.h +++ b/src/ActiveFrameQML.h @@ -1,8 +1,20 @@ /* - * ActiveFrameQML.h + * Copyright (C) 2016 Morgan McMillian * - * Created on: Oct 21, 2016 - * Author: morga + * This file is apart of the Goober application, a client for pnut.io + * + * 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 3 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, see . */ #ifndef ACTIVEFRAMEQML_H_