X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fvaluelink.cpp;h=c38dbe57095053186132e424f3eb7aef435f4b58;hb=e7e1794959f6b4af0d60d69b5501adcd305f2207;hp=c4e64b4d76ae2580982b6bd24034d7966ba30c11;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/valuelink.cpp b/synfig-studio/trunk/src/gtkmm/valuelink.cpp index c4e64b4..c38dbe5 100644 --- a/synfig-studio/trunk/src/gtkmm/valuelink.cpp +++ b/synfig-studio/trunk/src/gtkmm/valuelink.cpp @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file valuelink.cpp ** \brief ValueBase Link Implementation File ** @@ -7,14 +7,15 @@ ** \legal ** Copyright (c) 2004 Adrian Bentley ** -** This software and associated documentation -** are CONFIDENTIAL and PROPRIETARY property of -** the above-mentioned copyright holder. +** This package 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. ** -** You may not copy, print, publish, or in any -** other way distribute this software without -** a prior written agreement with -** the copyright holder. +** This package 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. ** \endlegal */ /* ========================================================================= */ @@ -36,7 +37,7 @@ using namespace std; using namespace etl; -using namespace sinfg; +using namespace synfig; using studio::ValueBaseLink;