Skip to content

Commit 7b12e07

Browse files
committed
add missing copyright notices
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent 92fa600 commit 7b12e07

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

src/libsync/clientsideencryption.cpp

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright © 2017, Tomaz Canabrava <[email protected]>
3+
* Copyright © 2020, Andreas Jellinghaus <[email protected]>
4+
*
5+
* This program is free software; you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation; either version 2 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful, but
11+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12+
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13+
* for more details.
14+
*/
15+
116
#include "clientsideencryption.h"
217

318
#include "account.h"

src/libsync/clientsideencryption.h

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/*
2+
* Copyright © 2017, Tomaz Canabrava <[email protected]>
3+
*
4+
* This program is free software; you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful, but
10+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11+
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12+
* for more details.
13+
*/
14+
115
#ifndef CLIENTSIDEENCRYPTION_H
216
#define CLIENTSIDEENCRYPTION_H
317

0 commit comments

Comments
 (0)