From 1f6d76bb12cf026dff26a0588a75c2dfdaa8cde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bri=C3=A8re?= Date: Sat, 1 Oct 2016 18:30:38 -0400 Subject: Replace (old) FSF postal address with URL in header files Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71 --- src/utils/file_utils.cpp | 3 +-- src/utils/file_utils.h | 3 +-- src/utils/mime_database.cpp | 3 +-- src/utils/mime_database.h | 3 +-- src/utils/record_file.h | 3 +-- src/utils/record_file.hpp | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) (limited to 'src/utils') diff --git a/src/utils/file_utils.cpp b/src/utils/file_utils.cpp index e3734c1..e370250 100644 --- a/src/utils/file_utils.cpp +++ b/src/utils/file_utils.cpp @@ -12,8 +12,7 @@ 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ #include "file_utils.h" diff --git a/src/utils/file_utils.h b/src/utils/file_utils.h index a6e97a1..85df1d6 100644 --- a/src/utils/file_utils.h +++ b/src/utils/file_utils.h @@ -12,8 +12,7 @@ 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /** diff --git a/src/utils/mime_database.cpp b/src/utils/mime_database.cpp index ff8248e..e79616e 100644 --- a/src/utils/mime_database.cpp +++ b/src/utils/mime_database.cpp @@ -12,8 +12,7 @@ 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ #include "mime_database.h" diff --git a/src/utils/mime_database.h b/src/utils/mime_database.h index fcf6444..67585f3 100644 --- a/src/utils/mime_database.h +++ b/src/utils/mime_database.h @@ -12,8 +12,7 @@ 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /** diff --git a/src/utils/record_file.h b/src/utils/record_file.h index c3fb6de..053e41d 100644 --- a/src/utils/record_file.h +++ b/src/utils/record_file.h @@ -12,8 +12,7 @@ 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ /** diff --git a/src/utils/record_file.hpp b/src/utils/record_file.hpp index 43281d6..7d4b1db 100644 --- a/src/utils/record_file.hpp +++ b/src/utils/record_file.hpp @@ -12,8 +12,7 @@ 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see . */ #define COMMENT_SYMBOL '#' -- cgit v1.2.3