[fondue-commits] [SCM] Fondue Font Editor branch, master, updated. 85629e3525a0e05a6d0483583269332ac45554ed

Eugeniy Meshcheryakov eugen at debian.org
Thu Feb 28 21:00:19 UTC 2008


The following commit has been merged in the master branch:
commit 85629e3525a0e05a6d0483583269332ac45554ed
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Thu Feb 28 22:00:55 2008 +0100

    move copyright notices to the top and make them comments

diff --git a/gui/unicodeproxymodel.cxx b/gui/unicodeproxymodel.cxx
index 8f45f1f..54e929e 100644
--- a/gui/unicodeproxymodel.cxx
+++ b/gui/unicodeproxymodel.cxx
@@ -1,3 +1,18 @@
+/* Copyright © 2007 Євгеній Мещеряков <eugen at debian.org>
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
 #include "unicodeproxymodel.h"
 #include "glyphsmodel.h"
 #include <QDebug>
@@ -338,16 +353,4 @@ void UnicodeProxyModel::sourceRowsRemoved(const QModelIndex &parent, int start,
 			toSourceMap[i.key()] = i.value() - diff;
 		}
 	}
- * 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 3 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, see <http://www.gnu.org/licenses/>.
 }
diff --git a/gui/unicodeproxymodel.h b/gui/unicodeproxymodel.h
index 9ac3cfd..e0d34a4 100644
--- a/gui/unicodeproxymodel.h
+++ b/gui/unicodeproxymodel.h
@@ -1,3 +1,18 @@
+/* Copyright © 2007 Євгеній Мещеряков <eugen at debian.org>
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
 #ifndef UNICODEPROXYMODEL_H
 #define UNICODEPROXYMODEL_H
 #include <QAbstractProxyModel>
@@ -41,16 +56,4 @@ private:
 	void createMapping();
 };
 
- * 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 3 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, see <http://www.gnu.org/licenses/>.
 #endif

-- 
Fondue Font Editor



More information about the fondue-commits mailing list