[libsigcplusplus] Remove unnecessary -*- c++ - *-* comments.



commit c59c50db4cd120952bf792cd0651d4f03272490c
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Apr 20 08:41:41 2016 +0200

    Remove unnecessary -*- c++ - *-* comments.

 sigc++/adaptors/adaptors.h    |    4 +---
 sigc++/functors/functors.h    |    4 +---
 tests/test_accumulated.cc     |    1 -
 tests/test_bind.cc            |    1 -
 tests/test_bind_as_slot.cc    |    1 -
 tests/test_bind_return.cc     |    1 -
 tests/test_compose.cc         |    1 -
 tests/test_exception_catch.cc |    1 -
 tests/test_hide.cc            |    1 -
 tests/test_mem_fun.cc         |    1 -
 tests/test_ptr_fun.cc         |    1 -
 tests/test_retype.cc          |    1 -
 tests/test_retype_return.cc   |    1 -
 tests/test_signal.cc          |    1 -
 tests/test_size.cc            |    1 -
 tests/test_trackable.cc       |    1 -
 tests/test_trackable_move.cc  |    1 -
 17 files changed, 2 insertions(+), 21 deletions(-)
---
diff --git a/sigc++/adaptors/adaptors.h b/sigc++/adaptors/adaptors.h
index deecc95..ac53685 100644
--- a/sigc++/adaptors/adaptors.h
+++ b/sigc++/adaptors/adaptors.h
@@ -1,6 +1,4 @@
-// -*- c++ -*-
-/*
- * Copyright 2002 - 2016, The libsigc++ Development Team
+/* Copyright 2002 - 2016, The libsigc++ Development Team
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public
diff --git a/sigc++/functors/functors.h b/sigc++/functors/functors.h
index a0ab57d..37e3c59 100644
--- a/sigc++/functors/functors.h
+++ b/sigc++/functors/functors.h
@@ -1,6 +1,4 @@
-// -*- c++ -*-
-/*
- * Copyright 2002 - 2016, The libsigc++ Development Team
+/*  Copyright 2002 - 2016, The libsigc++ Development Team
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public
diff --git a/tests/test_accumulated.cc b/tests/test_accumulated.cc
index 788cfed..bdc3301 100644
--- a/tests/test_accumulated.cc
+++ b/tests/test_accumulated.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_bind.cc b/tests/test_bind.cc
index 9b5b01a..44e0c2e 100644
--- a/tests/test_bind.cc
+++ b/tests/test_bind.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_bind_as_slot.cc b/tests/test_bind_as_slot.cc
index 985c34b..d65e357 100644
--- a/tests/test_bind_as_slot.cc
+++ b/tests/test_bind_as_slot.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_bind_return.cc b/tests/test_bind_return.cc
index 16df3a6..7aa38a7 100644
--- a/tests/test_bind_return.cc
+++ b/tests/test_bind_return.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_compose.cc b/tests/test_compose.cc
index 8c03b04..1913a58 100644
--- a/tests/test_compose.cc
+++ b/tests/test_compose.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_exception_catch.cc b/tests/test_exception_catch.cc
index b9b059d..51a9379 100644
--- a/tests/test_exception_catch.cc
+++ b/tests/test_exception_catch.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_hide.cc b/tests/test_hide.cc
index 03ae9ab..20284df 100644
--- a/tests/test_hide.cc
+++ b/tests/test_hide.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_mem_fun.cc b/tests/test_mem_fun.cc
index 78838ed..50408d6 100644
--- a/tests/test_mem_fun.cc
+++ b/tests/test_mem_fun.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_ptr_fun.cc b/tests/test_ptr_fun.cc
index 73f57a5..7cbd8f4 100644
--- a/tests/test_ptr_fun.cc
+++ b/tests/test_ptr_fun.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_retype.cc b/tests/test_retype.cc
index ff2b080..3fc7f0d 100644
--- a/tests/test_retype.cc
+++ b/tests/test_retype.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_retype_return.cc b/tests/test_retype_return.cc
index 45a4d57..4d0ba03 100644
--- a/tests/test_retype_return.cc
+++ b/tests/test_retype_return.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_signal.cc b/tests/test_signal.cc
index c533e87..0f72199 100644
--- a/tests/test_signal.cc
+++ b/tests/test_signal.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_size.cc b/tests/test_size.cc
index 2b2a4d9..3075b16 100644
--- a/tests/test_size.cc
+++ b/tests/test_size.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_trackable.cc b/tests/test_trackable.cc
index e03c1b4..83a1861 100644
--- a/tests/test_trackable.cc
+++ b/tests/test_trackable.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */
diff --git a/tests/test_trackable_move.cc b/tests/test_trackable_move.cc
index d423bec..add3028 100644
--- a/tests/test_trackable_move.cc
+++ b/tests/test_trackable_move.cc
@@ -1,4 +1,3 @@
-// -*- c++ -*-
 /* Copyright 2002 - 2016, The libsigc++ Development Team
  *  Assigned to public domain.  Use as you wish without restriction.
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]