From 22ab251bfad5992e62cfe99d3e32e97377d9eb30 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Thu, 1 Aug 2019 10:22:48 +0800 Subject: [PATCH] misc: add license header --- gio-qt/include/dgiofile.h | 20 ++++++++++++++++++++ gio-qt/include/dgiofileinfo.h | 20 ++++++++++++++++++++ gio-qt/include/dgiofileiterator.h | 20 ++++++++++++++++++++ gio-qt/include/dgiomount.h | 20 ++++++++++++++++++++ gio-qt/include/dgiomountoperation.h | 20 ++++++++++++++++++++ gio-qt/include/dgioutils.h | 20 ++++++++++++++++++++ gio-qt/include/dgiovolume.h | 20 ++++++++++++++++++++ gio-qt/include/dgiovolumemanager.h | 20 ++++++++++++++++++++ gio-qt/private/dgiohelper.cpp | 20 ++++++++++++++++++++ gio-qt/private/dgiohelper.h | 20 ++++++++++++++++++++ gio-qt/source/dgiofile.cpp | 20 ++++++++++++++++++++ gio-qt/source/dgiofileinfo.cpp | 20 ++++++++++++++++++++ gio-qt/source/dgiofileiterator.cpp | 22 +++++++++++++++++++++- gio-qt/source/dgiomount.cpp | 20 ++++++++++++++++++++ gio-qt/source/dgiomountoperation.cpp | 20 ++++++++++++++++++++ gio-qt/source/dgioutils.cpp | 20 ++++++++++++++++++++ gio-qt/source/dgiovolume.cpp | 20 ++++++++++++++++++++ gio-qt/source/dgiovolumemanager.cpp | 20 ++++++++++++++++++++ qgio-tools/main.cpp | 20 ++++++++++++++++++++ 19 files changed, 381 insertions(+), 1 deletion(-) diff --git a/gio-qt/include/dgiofile.h b/gio-qt/include/dgiofile.h index 9da7101..f73b310 100644 --- a/gio-qt/include/dgiofile.h +++ b/gio-qt/include/dgiofile.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 DGIOFILE_H #define DGIOFILE_H diff --git a/gio-qt/include/dgiofileinfo.h b/gio-qt/include/dgiofileinfo.h index 9ef6e86..21d8f3e 100644 --- a/gio-qt/include/dgiofileinfo.h +++ b/gio-qt/include/dgiofileinfo.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 DGIOFILEINFO_H #define DGIOFILEINFO_H diff --git a/gio-qt/include/dgiofileiterator.h b/gio-qt/include/dgiofileiterator.h index 0232971..27a5e99 100644 --- a/gio-qt/include/dgiofileiterator.h +++ b/gio-qt/include/dgiofileiterator.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 DGIOFILEITERATOR_H #define DGIOFILEITERATOR_H diff --git a/gio-qt/include/dgiomount.h b/gio-qt/include/dgiomount.h index 09d2bc1..37c6245 100644 --- a/gio-qt/include/dgiomount.h +++ b/gio-qt/include/dgiomount.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 DGIOMOUNT_H #define DGIOMOUNT_H diff --git a/gio-qt/include/dgiomountoperation.h b/gio-qt/include/dgiomountoperation.h index 02db02b..ecf779c 100644 --- a/gio-qt/include/dgiomountoperation.h +++ b/gio-qt/include/dgiomountoperation.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 DGIOMOUNTOPERATION_H #define DGIOMOUNTOPERATION_H diff --git a/gio-qt/include/dgioutils.h b/gio-qt/include/dgioutils.h index 6981527..a64fe4b 100644 --- a/gio-qt/include/dgioutils.h +++ b/gio-qt/include/dgioutils.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 DGIOUTILS_H #define DGIOUTILS_H diff --git a/gio-qt/include/dgiovolume.h b/gio-qt/include/dgiovolume.h index a8e08c1..f91c69e 100644 --- a/gio-qt/include/dgiovolume.h +++ b/gio-qt/include/dgiovolume.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 DGIOVOLUME_H #define DGIOVOLUME_H diff --git a/gio-qt/include/dgiovolumemanager.h b/gio-qt/include/dgiovolumemanager.h index 91e0194..d2f139e 100644 --- a/gio-qt/include/dgiovolumemanager.h +++ b/gio-qt/include/dgiovolumemanager.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 DGIOVOLUMEMANAGER_H #define DGIOVOLUMEMANAGER_H diff --git a/gio-qt/private/dgiohelper.cpp b/gio-qt/private/dgiohelper.cpp index edddfac..1d7afb3 100644 --- a/gio-qt/private/dgiohelper.cpp +++ b/gio-qt/private/dgiohelper.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 "dgiohelper.h" #include diff --git a/gio-qt/private/dgiohelper.h b/gio-qt/private/dgiohelper.h index 0c96f31..7b74b8e 100644 --- a/gio-qt/private/dgiohelper.h +++ b/gio-qt/private/dgiohelper.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 DGIOHELPER_H #define DGIOHELPER_H diff --git a/gio-qt/source/dgiofile.cpp b/gio-qt/source/dgiofile.cpp index 6b8d109..f069fbe 100644 --- a/gio-qt/source/dgiofile.cpp +++ b/gio-qt/source/dgiofile.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 "dgiofile.h" #include "dgiofileinfo.h" #include "dgiofileiterator.h" diff --git a/gio-qt/source/dgiofileinfo.cpp b/gio-qt/source/dgiofileinfo.cpp index 254be93..dae0d3a 100644 --- a/gio-qt/source/dgiofileinfo.cpp +++ b/gio-qt/source/dgiofileinfo.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 "dgiofileinfo.h" #include diff --git a/gio-qt/source/dgiofileiterator.cpp b/gio-qt/source/dgiofileiterator.cpp index 063eb0f..3f6a430 100644 --- a/gio-qt/source/dgiofileiterator.cpp +++ b/gio-qt/source/dgiofileiterator.cpp @@ -1,4 +1,24 @@ -#include "dgiofileiterator.h" +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 "dgiofileiterator.h" #include "dgiofileinfo.h" #include diff --git a/gio-qt/source/dgiomount.cpp b/gio-qt/source/dgiomount.cpp index 2ce60e4..d195155 100644 --- a/gio-qt/source/dgiomount.cpp +++ b/gio-qt/source/dgiomount.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 "dgiomount.h" #include "dgiovolume.h" #include "dgiofile.h" diff --git a/gio-qt/source/dgiomountoperation.cpp b/gio-qt/source/dgiomountoperation.cpp index 505deaf..2115888 100644 --- a/gio-qt/source/dgiomountoperation.cpp +++ b/gio-qt/source/dgiomountoperation.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 "dgiomountoperation.h" #include diff --git a/gio-qt/source/dgioutils.cpp b/gio-qt/source/dgioutils.cpp index f31601e..cc95257 100644 --- a/gio-qt/source/dgioutils.cpp +++ b/gio-qt/source/dgioutils.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 "dgioutils.h" #include diff --git a/gio-qt/source/dgiovolume.cpp b/gio-qt/source/dgiovolume.cpp index c70c144..e45148e 100644 --- a/gio-qt/source/dgiovolume.cpp +++ b/gio-qt/source/dgiovolume.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 "dgiomount.h" #include "dgiovolume.h" diff --git a/gio-qt/source/dgiovolumemanager.cpp b/gio-qt/source/dgiovolumemanager.cpp index 64538ad..054f5e9 100644 --- a/gio-qt/source/dgiovolumemanager.cpp +++ b/gio-qt/source/dgiovolumemanager.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 "dgiomount.h" #include "dgiovolume.h" #include "dgiodrive.h" diff --git a/qgio-tools/main.cpp b/qgio-tools/main.cpp index 912e76c..76f1c5f 100644 --- a/qgio-tools/main.cpp +++ b/qgio-tools/main.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2019 Deepin Technology Co., Ltd. + * + * Author: Gary Wang + * + * Maintainer: Gary Wang + * + * 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 + * 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 #include #include