Added header comments to indicate the author(s) of original files.

Suggested by Sergey Sharybin through a code review of the branch.

The information was mostly recovered from the AUTHORS file [1] of the
stand-alone Freestyle package version 2.2.0.

[1] http://freestyle.cvs.sourceforge.net/viewvc/freestyle/freestyle/AUTHORS.TXT
This commit is contained in:
Tamito Kajiyama
2013-03-24 00:53:05 +00:00
parent 866d80bdf2
commit 5841d1c814
9 changed files with 44 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
#
# ##### END GPL LICENSE BLOCK #####
# Filename : logical_operators.py
# Authors : Fredo Durand, Stephane Grabli, Francois Sillion, Emmanuel Turquin
# Date : 08/04/2005
# Purpose : Logical unary predicates (functors) for 1D elements
from Freestyle import UnaryPredicate1D
class AndUP1D(UnaryPredicate1D):