summaryrefslogtreecommitdiff
path: root/libs/canvas/item.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-08-03 04:40:09 +0200
committerRobin Gareus <robin@gareus.org>2019-08-03 15:53:17 +0200
commitcec5ce8f4520c6bf066d1f521f26316997fedd53 (patch)
tree1e71e3edf5919c9af8bbe33f3d3f5222df602ca0 /libs/canvas/item.cc
parentc1bd70d8b085acf3895303459cbe50d7dcdd95fe (diff)
Update canvas/UI lib GPL boilerplate and (C) from git log
Diffstat (limited to 'libs/canvas/item.cc')
-rw-r--r--libs/canvas/item.cc36
1 files changed, 19 insertions, 17 deletions
diff --git a/libs/canvas/item.cc b/libs/canvas/item.cc
index c941e8e980..9c7555c149 100644
--- a/libs/canvas/item.cc
+++ b/libs/canvas/item.cc
@@ -1,21 +1,23 @@
/*
- Copyright (C) 2011-2013 Paul Davis
- Author: Carl Hetherington <cth@carlh.net>
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program 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 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., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
+ * Copyright (C) 2012 Carl Hetherington <carl@carlh.net>
+ * Copyright (C) 2013-2017 Paul Davis <paul@linuxaudiosystems.com>
+ * Copyright (C) 2014-2017 Robin Gareus <robin@gareus.org>
+ * Copyright (C) 2015-2017 Tim Mayberry <mojofunk@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
#include "pbd/compose.h"
#include "pbd/demangle.h"