summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-04-20 08:44:13 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-04-20 08:45:29 +0200
commitb324d0fc0dd0677b3b5e3b87d1d93f309c08cb27 (patch)
treea8c1fbd10fe5996bf1b0e6122cc900c9a5cbe7a5 /tests
parentc59c50db4cd120952bf792cd0651d4f03272490c (diff)
downloadsigc++-b324d0fc0dd0677b3b5e3b87d1d93f309c08cb27.tar.gz
tests: Move copyright headers to top.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_bind_refptr.cc34
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/test_bind_refptr.cc b/tests/test_bind_refptr.cc
index 7b7d3a4..202baf3 100644
--- a/tests/test_bind_refptr.cc
+++ b/tests/test_bind_refptr.cc
@@ -1,3 +1,20 @@
+/* Copyright 2002 - 2016, The gtkmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
// Bug 564005 - Valgrind errors and crash on exit with Gtk::UIManager
// Bug 154498 - Unnecessary warning on console: signalproxy_connectionnode.cc
@@ -16,23 +33,6 @@
#ifndef _GLIBMM_REFPTR_H
#define _GLIBMM_REFPTR_H
-/* Copyright 2002 - 2016, The gtkmm Development Team
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
//#include <glibmmconfig.h>
namespace Glib