[Pkg-owncloud-commits] [owncloud-client] 28/69: Add missing license headers
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:08 UTC 2014
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 1eccfb798f8d2a7e06268d0f7f234406418f10c7
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Wed Oct 29 13:27:26 2014 +0100
Add missing license headers
Part of #2068
---
shell_integration/testclient/main.cpp | 13 +++++++++++++
shell_integration/testclient/socketclient.cpp | 12 ++++++++++++
shell_integration/testclient/socketclient.h | 13 +++++++++++++
shell_integration/testclient/window.cpp | 13 +++++++++++++
shell_integration/testclient/window.h | 13 +++++++++++++
src/mirall/settingsdialogmac.cpp | 13 +++++++++++++
src/mirall/settingsdialogmac.h | 14 ++++++++++++++
7 files changed, 91 insertions(+)
diff --git a/shell_integration/testclient/main.cpp b/shell_integration/testclient/main.cpp
index 901767d..84291ba 100644
--- a/shell_integration/testclient/main.cpp
+++ b/shell_integration/testclient/main.cpp
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 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 <QApplication>
#include <QLocalSocket>
#include <QDir>
diff --git a/shell_integration/testclient/socketclient.cpp b/shell_integration/testclient/socketclient.cpp
index dbe8bdf..1c0067d 100644
--- a/shell_integration/testclient/socketclient.cpp
+++ b/shell_integration/testclient/socketclient.cpp
@@ -1,3 +1,15 @@
+/*
+ * Copyright (C) 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 "socketclient.h"
diff --git a/shell_integration/testclient/socketclient.h b/shell_integration/testclient/socketclient.h
index 59bb088..252b8f6 100644
--- a/shell_integration/testclient/socketclient.h
+++ b/shell_integration/testclient/socketclient.h
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 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 SOCKETCLIENT_H
#define SOCKETCLIENT_H
diff --git a/shell_integration/testclient/window.cpp b/shell_integration/testclient/window.cpp
index a3f185b..ec30b51 100644
--- a/shell_integration/testclient/window.cpp
+++ b/shell_integration/testclient/window.cpp
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 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 "window.h"
#include "ui_window.h"
diff --git a/shell_integration/testclient/window.h b/shell_integration/testclient/window.h
index ec37d21..63fb821 100644
--- a/shell_integration/testclient/window.h
+++ b/shell_integration/testclient/window.h
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 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 WINDOW_H
#define WINDOW_H
diff --git a/src/mirall/settingsdialogmac.cpp b/src/mirall/settingsdialogmac.cpp
index f2d2c34..3d442d7 100644
--- a/src/mirall/settingsdialogmac.cpp
+++ b/src/mirall/settingsdialogmac.cpp
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) by Denis Dzyubenko
+ *
+ * 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 "settingsdialogmac.h"
#include "macstandardicon.h"
diff --git a/src/mirall/settingsdialogmac.h b/src/mirall/settingsdialogmac.h
index c44fbc9..55a6cb0 100644
--- a/src/mirall/settingsdialogmac.h
+++ b/src/mirall/settingsdialogmac.h
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) by Denis Dzyubenko
+ *
+ * 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 SETTINGSDIALOGMAC_H
#define SETTINGSDIALOGMAC_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