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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user