summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2017-08-30 15:57:44 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2017-08-30 15:57:44 +0200
commitb92ef23e38f9863ebe4704a916e3322eea2f1f2c (patch)
tree9012400386be2486a9754d9ac7d2eee33a375c07 /tests
parent242b2fa320df6c1798878d154ba067419d6b1b0b (diff)
downloadglibmm-b92ef23e38f9863ebe4704a916e3322eea2f1f2c.tar.gz
Update the Free Software Foundation address in copyright notices
Bug 786824
Diffstat (limited to 'tests')
-rw-r--r--tests/glibmm_bool_vector/main.cc3
-rw-r--r--tests/glibmm_null_vectorutils/main.cc3
-rw-r--r--tests/glibmm_vector/main.cc3
3 files changed, 3 insertions, 6 deletions
diff --git a/tests/glibmm_bool_vector/main.cc b/tests/glibmm_bool_vector/main.cc
index 79b286c4..07523188 100644
--- a/tests/glibmm_bool_vector/main.cc
+++ b/tests/glibmm_bool_vector/main.cc
@@ -11,8 +11,7 @@
* 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.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <cstdlib>
#include <ctime>
diff --git a/tests/glibmm_null_vectorutils/main.cc b/tests/glibmm_null_vectorutils/main.cc
index b658b391..533451ff 100644
--- a/tests/glibmm_null_vectorutils/main.cc
+++ b/tests/glibmm_null_vectorutils/main.cc
@@ -11,8 +11,7 @@
* 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.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <glibmm/vectorutils.h>
diff --git a/tests/glibmm_vector/main.cc b/tests/glibmm_vector/main.cc
index e4e779c8..31138cf0 100644
--- a/tests/glibmm_vector/main.cc
+++ b/tests/glibmm_vector/main.cc
@@ -11,8 +11,7 @@
* 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.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
// ugly code ahead.