fix copyright notice of new files
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 24 Jan 2023 21:31:09 +0000 (22:31 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 25 Jan 2023 15:37:37 +0000 (16:37 +0100)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/caseclashfilenamedialog.cpp
src/gui/caseclashfilenamedialog.h
src/libsync/caseclashconflictsolver.cpp
src/libsync/caseclashconflictsolver.h

index fff17c0b8a480791ed68c97e627d5191646f5136..cfba3660f1e7b96374e1371541ad0c53be4118e5 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) by Felix Weilbach <felix.weilbach@nextcloud.com>
+ * Copyright 2021 (c) Felix Weilbach <felix.weilbach@nextcloud.com>
+ * Copyright 2022 (c) Matthieu Gallien <matthieu.gallien@nextcloud.com>
+ * Copyright 2022 (c) Claudio Cambra <claudio.cambra@nextcloud.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
index 54b1be0c114b68c85b74225f923aef6336b7d5e4..6608cb80102bc28575c9533f02ad9cf848fbda94 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) by Felix Weilbach <felix.weilbach@nextcloud.com>
+ * Copyright 2021 (c) Felix Weilbach <felix.weilbach@nextcloud.com>
+ * Copyright 2022 (c) Matthieu Gallien <matthieu.gallien@nextcloud.com>
+ * Copyright 2022 (c) Claudio Cambra <claudio.cambra@nextcloud.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
index cee931d3659112bf11a10fa5c320b40cf73003af..f6f5b94be9154d66d31ab37e6eaf7817ad6665d7 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2021 (c) Felix Weilbach <felix.weilbach@nextcloud.com>
+ * Copyright 2022 (c) Matthieu Gallien <matthieu.gallien@nextcloud.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; 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.
+ */
+
 #include "caseclashconflictsolver.h"
 
 #include "networkjobs.h"
index 4438ecb897fa1c399a2ef2f2eecf7fa31a75a7db..f20ea2deb6cde230c9c60f68e95950ac72795f3a 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2021 (c) Felix Weilbach <felix.weilbach@nextcloud.com>
+ * Copyright 2022 (c) Matthieu Gallien <matthieu.gallien@nextcloud.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; 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.
+ */
+
 #ifndef CASECLASHCONFLICTSOLVER_H
 #define CASECLASHCONFLICTSOLVER_H