Skip to content

Commit

Permalink
Added license info
Browse files Browse the repository at this point in the history
  • Loading branch information
errorsuccessdev committed Jun 7, 2024
1 parent 9179496 commit fd8e123
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
15 changes: 15 additions & 0 deletions RBMLauncher/launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
* program to create a shortcut to that will run silently and launch RBM.
* This also allows us to set a static icon in the start menu in a manner that
* does not interfere with the dynamic icons in RBM.
*
* Copyright (C) 2024 ERROR_SUCCESS Software
*
* 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
* (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.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#define _CRT_SECURE_NO_WARNINGS
Expand Down
19 changes: 19 additions & 0 deletions RecycleBinManager/ini.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
* Use an ini file for persisting confirmation dialog setting
*
* Copyright(C) 2024 ERROR_SUCCESS Software
*
* 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
* (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.
*
* You should have received a copy of the GNU General Public License
* along with this program.If not, see < https://www.gnu.org/licenses/>.
*/

#pragma once
#include "ini.h"
#include "logger.h"
Expand Down
15 changes: 15 additions & 0 deletions RecycleBinManager/main.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
/*
* Recycle Bin Manager - Access and empty your recycle bin from anywhere.
*
* Copyright (C) 2024 ERROR_SUCCESS Software
*
* 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
* (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.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down

0 comments on commit fd8e123

Please sign in to comment.