[Pkg-owncloud-commits] [owncloud-client] 62/164: Add proper copyright headers to some files, fixes #2869
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sun Mar 22 11:56:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 506cc3908ad3ffd4c971ba6bdaf46350b124157d
Author: Klaas Freitag <freitag at owncloud.com>
Date: Wed Feb 25 17:00:27 2015 +0100
Add proper copyright headers to some files, fixes #2869
---
src/gui/addcertificatedialog.cpp | 14 ++++++++++++++
src/gui/addcertificatedialog.h | 14 ++++++++++++++
src/gui/sharedialog.cpp | 16 +++++++++++++++-
src/gui/sharedialog.h | 3 ++-
src/gui/wizard/owncloudconnectionmethoddialog.cpp | 14 ++++++++++++++
src/gui/wizard/owncloudconnectionmethoddialog.h | 14 ++++++++++++++
6 files changed, 73 insertions(+), 2 deletions(-)
diff --git a/src/gui/addcertificatedialog.cpp b/src/gui/addcertificatedialog.cpp
index 6771a7f..bfdbe33 100644
--- a/src/gui/addcertificatedialog.cpp
+++ b/src/gui/addcertificatedialog.cpp
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2015 by nocteau
+ * Copyright (C) 2015 by Daniel Molkentin <danimo at owncloud.com>
+ *
+ * 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; version 2 of the License.
+ *
+ * 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.
+ */
+
#include "ui_addcertificatedialog.h"
#include "addcertificatedialog.h"
#include <QFileDialog>
diff --git a/src/gui/addcertificatedialog.h b/src/gui/addcertificatedialog.h
index 3ba7a65..77a0c04 100644
--- a/src/gui/addcertificatedialog.h
+++ b/src/gui/addcertificatedialog.h
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2015 by nocteau
+ * Copyright (C) 2015 by Daniel Molkentin <danimo at owncloud.com>
+ *
+ * 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; version 2 of the License.
+ *
+ * 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.
+ */
+
#ifndef ADDCERTIFICATEDIALOG_H
#define ADDCERTIFICATEDIALOG_H
diff --git a/src/gui/sharedialog.cpp b/src/gui/sharedialog.cpp
index 878459d..be620cb 100644
--- a/src/gui/sharedialog.cpp
+++ b/src/gui/sharedialog.cpp
@@ -1,4 +1,18 @@
-#include "sharedialog.h"
+/*
+ * Copyright (C) 2015 by Roeland Douma
+ * Copyright (C) 2015 by Klaas Freitag <freitag at owncloud.com>
+ *
+ * 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; version 2 of the License.
+ *
+ * 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.
+ */
+
+#include "sharedialog.h"
#include "ui_sharedialog.h"
#include "networkjobs.h"
#include "account.h"
diff --git a/src/gui/sharedialog.h b/src/gui/sharedialog.h
index 85172a6..a8e498f 100644
--- a/src/gui/sharedialog.h
+++ b/src/gui/sharedialog.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) by
+ * Copyright (C) 2015 by Roeland Douma
+ * Copyright (C) 2015 by Klaas Freitag <freitag at owncloud.com>
*
* 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
diff --git a/src/gui/wizard/owncloudconnectionmethoddialog.cpp b/src/gui/wizard/owncloudconnectionmethoddialog.cpp
index e07d722..c3418fd 100644
--- a/src/gui/wizard/owncloudconnectionmethoddialog.cpp
+++ b/src/gui/wizard/owncloudconnectionmethoddialog.cpp
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2015 by Jeroen Hoek
+ * Copyright (C) 2015 by Olivier Goffart <ogoffart at owncloud.com>
+ *
+ * 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; version 2 of the License.
+ *
+ * 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.
+ */
+
#include "wizard/owncloudconnectionmethoddialog.h"
#include "utility.h"
#include <QUrl>
diff --git a/src/gui/wizard/owncloudconnectionmethoddialog.h b/src/gui/wizard/owncloudconnectionmethoddialog.h
index d81dd0e..1ceab64 100644
--- a/src/gui/wizard/owncloudconnectionmethoddialog.h
+++ b/src/gui/wizard/owncloudconnectionmethoddialog.h
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2015 by Jeroen Hoek
+ * Copyright (C) 2015 by Olivier Goffart <ogoffart at owncloud.com>
+ *
+ * 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; version 2 of the License.
+ *
+ * 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.
+ */
+
#ifndef OWNCLOUDCONNECTIONMETHODDIALOG_H
#define OWNCLOUDCONNECTIONMETHODDIALOG_H
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list