diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/base_exception.cpp | 2 | ||||
-rw-r--r-- | src/utils/base_exception.hpp | 2 | ||||
-rw-r--r-- | src/utils/binary_file.cpp | 2 | ||||
-rw-r--r-- | src/utils/binary_file.hpp | 2 | ||||
-rw-r--r-- | src/utils/dimension.hpp | 2 | ||||
-rw-r--r-- | src/utils/file.hpp | 2 | ||||
-rw-r--r-- | src/utils/image.cpp | 2 | ||||
-rw-r--r-- | src/utils/image.hpp | 2 | ||||
-rw-r--r-- | src/utils/locale_independent_float.cpp | 2 | ||||
-rw-r--r-- | src/utils/locale_independent_float.hpp | 2 | ||||
-rw-r--r-- | src/utils/math.hpp | 2 | ||||
-rw-r--r-- | src/utils/point.hpp | 2 | ||||
-rw-r--r-- | src/utils/point_3d.hpp | 2 | ||||
-rw-r--r-- | src/utils/rectangle.hpp | 2 | ||||
-rw-r--r-- | src/utils/rgb_color.cpp | 2 | ||||
-rw-r--r-- | src/utils/rgb_color.hpp | 2 | ||||
-rw-r--r-- | src/utils/text_file.cpp | 2 | ||||
-rw-r--r-- | src/utils/text_file.hpp | 2 |
18 files changed, 0 insertions, 36 deletions
diff --git a/src/utils/base_exception.cpp b/src/utils/base_exception.cpp index 6f60c157..57a96a71 100644 --- a/src/utils/base_exception.cpp +++ b/src/utils/base_exception.cpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #include "base_exception.hpp" diff --git a/src/utils/base_exception.hpp b/src/utils/base_exception.hpp index 08e4b371..8933c1a2 100644 --- a/src/utils/base_exception.hpp +++ b/src/utils/base_exception.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef BASE_MESSAGE_EXCEPTIONS_HPP diff --git a/src/utils/binary_file.cpp b/src/utils/binary_file.cpp index d9b164e6..06056405 100644 --- a/src/utils/binary_file.cpp +++ b/src/utils/binary_file.cpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #include "binary_file.hpp" diff --git a/src/utils/binary_file.hpp b/src/utils/binary_file.hpp index d2ab210e..51665c9c 100644 --- a/src/utils/binary_file.hpp +++ b/src/utils/binary_file.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef BINARY_FILE_HPP diff --git a/src/utils/dimension.hpp b/src/utils/dimension.hpp index 788adbf9..95fc8204 100644 --- a/src/utils/dimension.hpp +++ b/src/utils/dimension.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef DIMENSION_HPP diff --git a/src/utils/file.hpp b/src/utils/file.hpp index 9e96fb60..f23ec768 100644 --- a/src/utils/file.hpp +++ b/src/utils/file.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef FILE_HPP diff --git a/src/utils/image.cpp b/src/utils/image.cpp index 1eb09ac1..4146e0e4 100644 --- a/src/utils/image.cpp +++ b/src/utils/image.cpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #include "image.hpp" diff --git a/src/utils/image.hpp b/src/utils/image.hpp index 4c9d911e..e27dc49d 100644 --- a/src/utils/image.hpp +++ b/src/utils/image.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef IMAGE_HPP diff --git a/src/utils/locale_independent_float.cpp b/src/utils/locale_independent_float.cpp index e0015cee..435ca404 100644 --- a/src/utils/locale_independent_float.cpp +++ b/src/utils/locale_independent_float.cpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #include "locale_independent_float.hpp" diff --git a/src/utils/locale_independent_float.hpp b/src/utils/locale_independent_float.hpp index 82801868..619b6801 100644 --- a/src/utils/locale_independent_float.hpp +++ b/src/utils/locale_independent_float.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef LOCALE_INDEPDENT_FLOAT_HPP diff --git a/src/utils/math.hpp b/src/utils/math.hpp index d49ff18c..bd9e4217 100644 --- a/src/utils/math.hpp +++ b/src/utils/math.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef MATH_HPP diff --git a/src/utils/point.hpp b/src/utils/point.hpp index 40660941..f548160a 100644 --- a/src/utils/point.hpp +++ b/src/utils/point.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef POINT_HPP diff --git a/src/utils/point_3d.hpp b/src/utils/point_3d.hpp index 12540b26..1687e6a8 100644 --- a/src/utils/point_3d.hpp +++ b/src/utils/point_3d.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef POINT_3D_HPP diff --git a/src/utils/rectangle.hpp b/src/utils/rectangle.hpp index 95f1a7b4..81b45905 100644 --- a/src/utils/rectangle.hpp +++ b/src/utils/rectangle.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef RECTANGLE_HPP diff --git a/src/utils/rgb_color.cpp b/src/utils/rgb_color.cpp index d470d495..ea8327e1 100644 --- a/src/utils/rgb_color.cpp +++ b/src/utils/rgb_color.cpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #include "rgb_color.hpp" diff --git a/src/utils/rgb_color.hpp b/src/utils/rgb_color.hpp index dbc504cd..4c06e765 100644 --- a/src/utils/rgb_color.hpp +++ b/src/utils/rgb_color.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef RGB_COLOR_HPP diff --git a/src/utils/text_file.cpp b/src/utils/text_file.cpp index b84c667f..beaa3d1c 100644 --- a/src/utils/text_file.cpp +++ b/src/utils/text_file.cpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #include "text_file.hpp" diff --git a/src/utils/text_file.hpp b/src/utils/text_file.hpp index b5249035..0f06b727 100644 --- a/src/utils/text_file.hpp +++ b/src/utils/text_file.hpp @@ -20,8 +20,6 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ */ #ifndef TEXT_FILE_HPP |