diff options
Diffstat (limited to 'libbe/util')
-rw-r--r-- | libbe/util/__init__.py | 20 | ||||
-rw-r--r-- | libbe/util/encoding.py | 20 | ||||
-rw-r--r-- | libbe/util/id.py | 20 | ||||
-rw-r--r-- | libbe/util/plugin.py | 20 | ||||
-rw-r--r-- | libbe/util/subproc.py | 20 | ||||
-rw-r--r-- | libbe/util/tree.py | 20 | ||||
-rw-r--r-- | libbe/util/utility.py | 20 |
7 files changed, 70 insertions, 70 deletions
diff --git a/libbe/util/__init__.py b/libbe/util/__init__.py index 78f615f..926830d 100644 --- a/libbe/util/__init__.py +++ b/libbe/util/__init__.py @@ -1,20 +1,20 @@ -# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# Copyright (C) 2009-2012 Chris Ball <cjb@laptop.org> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # -# Bugs Everywhere 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. +# Bugs Everywhere 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. # # Bugs Everywhere 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. +# 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 Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """ Miscellaneous utilities. diff --git a/libbe/util/encoding.py b/libbe/util/encoding.py index 949b3ce..ee51993 100644 --- a/libbe/util/encoding.py +++ b/libbe/util/encoding.py @@ -1,21 +1,21 @@ -# Copyright (C) 2008-2011 Chris Ball <cjb@laptop.org> +# Copyright (C) 2008-2012 Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # -# Bugs Everywhere 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. +# Bugs Everywhere 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. # # Bugs Everywhere 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. +# 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 Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """ Support input/output/filesystem encodings (e.g. UTF-8). diff --git a/libbe/util/id.py b/libbe/util/id.py index c14dd90..8dc6075 100644 --- a/libbe/util/id.py +++ b/libbe/util/id.py @@ -1,21 +1,21 @@ -# Copyright (C) 2008-2011 Chris Ball <cjb@laptop.org> +# Copyright (C) 2008-2012 Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # -# Bugs Everywhere 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. +# Bugs Everywhere 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. # # Bugs Everywhere 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. +# 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 Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """Handle ID creation and parsing. diff --git a/libbe/util/plugin.py b/libbe/util/plugin.py index 034b750..211e608 100644 --- a/libbe/util/plugin.py +++ b/libbe/util/plugin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2012 Aaron Bentley <abentley@panoramicfeedback.com> # Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # Marien Zwart <marien.zwart@gmail.com> @@ -6,18 +6,18 @@ # # This file is part of Bugs Everywhere. # -# Bugs Everywhere 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. +# Bugs Everywhere 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. # # Bugs Everywhere 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. +# 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 Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """ Allow simple listing and loading of the various becommands and libbe diff --git a/libbe/util/subproc.py b/libbe/util/subproc.py index fde5af5..2c45f0c 100644 --- a/libbe/util/subproc.py +++ b/libbe/util/subproc.py @@ -1,20 +1,20 @@ -# Copyright (C) 2009-2011 Chris Ball <cjb@laptop.org> +# Copyright (C) 2009-2012 Chris Ball <cjb@laptop.org> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # -# Bugs Everywhere 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. +# Bugs Everywhere 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. # # Bugs Everywhere 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. +# 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 Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """ Functions for running external commands in subprocesses. diff --git a/libbe/util/tree.py b/libbe/util/tree.py index 6e2ffec..89a86bf 100644 --- a/libbe/util/tree.py +++ b/libbe/util/tree.py @@ -1,22 +1,22 @@ # Bugs Everywhere, a distributed bugtracker -# Copyright (C) 2008-2011 Chris Ball <cjb@laptop.org> +# Copyright (C) 2008-2012 Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # -# Bugs Everywhere 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. +# Bugs Everywhere 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. # # Bugs Everywhere 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. +# 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 Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """Define :class:`Tree`, a traversable tree structure. """ diff --git a/libbe/util/utility.py b/libbe/util/utility.py index 0bdacb6..68782a1 100644 --- a/libbe/util/utility.py +++ b/libbe/util/utility.py @@ -1,22 +1,22 @@ -# Copyright (C) 2005-2011 Aaron Bentley <abentley@panoramicfeedback.com> +# Copyright (C) 2005-2012 Aaron Bentley <abentley@panoramicfeedback.com> # Chris Ball <cjb@laptop.org> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. # -# Bugs Everywhere 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. +# Bugs Everywhere 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. # # Bugs Everywhere 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. +# 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 Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """ Assorted utility functions that don't fit in anywhere else. |