From: W. Trevor King Date: Fri, 23 Mar 2012 19:25:54 +0000 (-0400) Subject: Ran update-copyright.py. X-Git-Tag: v0.1~5 X-Git-Url: http://git.tremily.us/?p=pygrader.git;a=commitdiff_plain;h=fbadf79f72f2635699c8fe3f8a461decb2b44f2a Ran update-copyright.py. --- diff --git a/bin/pg.py b/bin/pg.py index 62a1041..9a32c1d 100755 --- a/bin/pg.py +++ b/bin/pg.py @@ -1,6 +1,20 @@ #!/usr/bin/env python3 # -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . """Manage grades from the command line """ diff --git a/pygrader/__init__.py b/pygrader/__init__.py index 2dc4e28..bfdf5a4 100644 --- a/pygrader/__init__.py +++ b/pygrader/__init__.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . import logging as _logging diff --git a/pygrader/color.py b/pygrader/color.py index 741fd34..d504b5f 100644 --- a/pygrader/color.py +++ b/pygrader/color.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . import sys as _sys diff --git a/pygrader/email.py b/pygrader/email.py index d1f0ef0..b66a6b7 100644 --- a/pygrader/email.py +++ b/pygrader/email.py @@ -1,19 +1,19 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011 W. Trevor King +# Copyright (C) 2012 W. Trevor King # -# 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 file is part of pygrader. # -# 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. +# pygrader 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. # -# 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. +# pygrader 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 +# pygrader. If not, see . from __future__ import absolute_import diff --git a/pygrader/extract_mime.py b/pygrader/extract_mime.py index 97d6483..fddd8ae 100644 --- a/pygrader/extract_mime.py +++ b/pygrader/extract_mime.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . """Extract message parts with a given MIME type from a mailbox. """ diff --git a/pygrader/mailpipe.py b/pygrader/mailpipe.py index 87562b9..214765c 100644 --- a/pygrader/mailpipe.py +++ b/pygrader/mailpipe.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . from __future__ import absolute_import diff --git a/pygrader/model/__init__.py b/pygrader/model/__init__.py index b98f164..1a0d1f0 100644 --- a/pygrader/model/__init__.py +++ b/pygrader/model/__init__.py @@ -1 +1,15 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . diff --git a/pygrader/model/assignment.py b/pygrader/model/assignment.py index e2d8d6a..4b3a6fb 100644 --- a/pygrader/model/assignment.py +++ b/pygrader/model/assignment.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . class Assignment (object): def __init__(self, name, points=1, weight=0, due=0): diff --git a/pygrader/model/course.py b/pygrader/model/course.py index 1d56ac0..a80a0dd 100644 --- a/pygrader/model/course.py +++ b/pygrader/model/course.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . from .. import LOG as _LOG diff --git a/pygrader/model/grade.py b/pygrader/model/grade.py index 7662cff..284d9b7 100644 --- a/pygrader/model/grade.py +++ b/pygrader/model/grade.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . class Grade (object): def __init__(self, student, assignment, points, comment=None, diff --git a/pygrader/model/person.py b/pygrader/model/person.py index f3855fc..25e2758 100644 --- a/pygrader/model/person.py +++ b/pygrader/model/person.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . class Person (object): def __init__(self, name, emails=None, pgp_key=None, aliases=None, diff --git a/pygrader/storage.py b/pygrader/storage.py index 4033cb1..9e0a521 100644 --- a/pygrader/storage.py +++ b/pygrader/storage.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . from __future__ import absolute_import diff --git a/pygrader/tabulate.py b/pygrader/tabulate.py index e074801..395abb1 100644 --- a/pygrader/tabulate.py +++ b/pygrader/tabulate.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . import sys as _sys diff --git a/pygrader/template.py b/pygrader/template.py index 4ec585c..c209dc9 100644 --- a/pygrader/template.py +++ b/pygrader/template.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . import io as _io diff --git a/pygrader/todo.py b/pygrader/todo.py index 827b68a..23404ea 100644 --- a/pygrader/todo.py +++ b/pygrader/todo.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . """List grading that still needs to be done. """ diff --git a/setup.py b/setup.py index dcf9ffc..3fe6fe2 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pygrader. +# +# pygrader 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. +# +# pygrader 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 +# pygrader. If not, see . "Manage a course's grade database with email-based communication."