From 3125bd2495e8b603dfea39d6ae383b8ae7ce8b12 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Feb 2012 11:45:25 -0500 Subject: Ran update-copyright.py. --- libbe/storage/__init__.py | 20 ++++++++++---------- libbe/storage/base.py | 20 ++++++++++---------- libbe/storage/http.py | 20 ++++++++++---------- libbe/storage/util/config.py | 20 ++++++++++---------- libbe/storage/util/mapfile.py | 20 ++++++++++---------- libbe/storage/util/properties.py | 20 ++++++++++---------- libbe/storage/util/settings_object.py | 20 ++++++++++---------- libbe/storage/util/upgrade.py | 20 ++++++++++---------- libbe/storage/vcs/__init__.py | 20 ++++++++++---------- libbe/storage/vcs/arch.py | 20 ++++++++++---------- libbe/storage/vcs/base.py | 20 ++++++++++---------- libbe/storage/vcs/bzr.py | 20 ++++++++++---------- libbe/storage/vcs/darcs.py | 20 ++++++++++---------- libbe/storage/vcs/git.py | 20 ++++++++++---------- libbe/storage/vcs/hg.py | 20 ++++++++++---------- libbe/storage/vcs/monotone.py | 20 ++++++++++---------- 16 files changed, 160 insertions(+), 160 deletions(-) (limited to 'libbe/storage') diff --git a/libbe/storage/__init__.py b/libbe/storage/__init__.py index 46e5bf2..c97d084 100644 --- a/libbe/storage/__init__.py +++ b/libbe/storage/__init__.py @@ -1,20 +1,20 @@ -# Copyright (C) 2009-2011 Chris Ball +# Copyright (C) 2009-2012 Chris Ball # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Define the :class:`~libbe.storage.base.Storage` and :class:`~libbe.storage.base.VersionedStorage` classes for storing BE diff --git a/libbe/storage/base.py b/libbe/storage/base.py index a9c1064..14c54bd 100644 --- a/libbe/storage/base.py +++ b/libbe/storage/base.py @@ -1,20 +1,20 @@ -# Copyright (C) 2009-2011 Chris Ball +# Copyright (C) 2009-2012 Chris Ball # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """ Abstract bug repository data storage to easily support multiple backends. diff --git a/libbe/storage/http.py b/libbe/storage/http.py index c2bb65b..877fc96 100644 --- a/libbe/storage/http.py +++ b/libbe/storage/http.py @@ -1,20 +1,20 @@ -# Copyright (C) 2010-2011 Chris Ball +# Copyright (C) 2010-2012 Chris Ball # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . # For urllib2 information, see # urllib2, from urllib2 - The Missing Manual diff --git a/libbe/storage/util/config.py b/libbe/storage/util/config.py index d138bf4..a6d5719 100644 --- a/libbe/storage/util/config.py +++ b/libbe/storage/util/config.py @@ -1,22 +1,22 @@ -# Copyright (C) 2005-2011 Aaron Bentley +# Copyright (C) 2005-2012 Aaron Bentley # Chris Ball # Gianluca Montecchi # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Create, save, and load the per-user config file at :func:`path`. """ diff --git a/libbe/storage/util/mapfile.py b/libbe/storage/util/mapfile.py index abea6c8..b33ce84 100644 --- a/libbe/storage/util/mapfile.py +++ b/libbe/storage/util/mapfile.py @@ -1,22 +1,22 @@ -# Copyright (C) 2005-2011 Aaron Bentley +# Copyright (C) 2005-2012 Aaron Bentley # Chris Ball # Gianluca Montecchi # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Serializing and deserializing dictionaries of parameters. diff --git a/libbe/storage/util/properties.py b/libbe/storage/util/properties.py index 9b0549a..29b9b39 100644 --- a/libbe/storage/util/properties.py +++ b/libbe/storage/util/properties.py @@ -1,22 +1,22 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008-2011 Chris Ball +# Copyright (C) 2008-2012 Chris Ball # Gianluca Montecchi # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Provides a series of useful decorators for defining various types of properties. diff --git a/libbe/storage/util/settings_object.py b/libbe/storage/util/settings_object.py index 7c02734..d65ee2e 100644 --- a/libbe/storage/util/settings_object.py +++ b/libbe/storage/util/settings_object.py @@ -1,22 +1,22 @@ # Bugs Everywhere - a distributed bugtracker -# Copyright (C) 2008-2011 Chris Ball +# Copyright (C) 2008-2012 Chris Ball # Gianluca Montecchi # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Provides :class:`SavedSettingsObject` implementing settings-dict based property storage. diff --git a/libbe/storage/util/upgrade.py b/libbe/storage/util/upgrade.py index 3a5aa1c..67842ef 100644 --- a/libbe/storage/util/upgrade.py +++ b/libbe/storage/util/upgrade.py @@ -1,21 +1,21 @@ -# Copyright (C) 2009-2011 Chris Ball +# Copyright (C) 2009-2012 Chris Ball # Gianluca Montecchi # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """ Handle conversion between the various BE storage formats. diff --git a/libbe/storage/vcs/__init__.py b/libbe/storage/vcs/__init__.py index 1f7166d..28ab377 100644 --- a/libbe/storage/vcs/__init__.py +++ b/libbe/storage/vcs/__init__.py @@ -1,20 +1,20 @@ -# Copyright (C) 2009-2011 Chris Ball +# Copyright (C) 2009-2012 Chris Ball # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Define the Version Controlled System (VCS)-based :class:`~libbe.storage.base.Storage` and diff --git a/libbe/storage/vcs/arch.py b/libbe/storage/vcs/arch.py index 5a40f7c..df8d7a4 100644 --- a/libbe/storage/vcs/arch.py +++ b/libbe/storage/vcs/arch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2011 Aaron Bentley +# Copyright (C) 2005-2012 Aaron Bentley # Ben Finney # Chris Ball # Gianluca Montecchi @@ -7,18 +7,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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """GNU Arch_ (tla) backend. diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py index eaaf2d8..5f13c01 100644 --- a/libbe/storage/vcs/base.py +++ b/libbe/storage/vcs/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2011 Aaron Bentley +# Copyright (C) 2005-2012 Aaron Bentley # Alexander Belchenko # Ben Finney # Chris Ball @@ -7,18 +7,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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Define the base :class:`VCS` (Version Control System) class, which should be subclassed by other Version Control System backends. The diff --git a/libbe/storage/vcs/bzr.py b/libbe/storage/vcs/bzr.py index 865df6b..2a689dd 100644 --- a/libbe/storage/vcs/bzr.py +++ b/libbe/storage/vcs/bzr.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2011 Aaron Bentley +# Copyright (C) 2005-2012 Aaron Bentley # Ben Finney # Chris Ball # Gianluca Montecchi @@ -8,18 +8,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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Bazaar_ (bzr) backend. diff --git a/libbe/storage/vcs/darcs.py b/libbe/storage/vcs/darcs.py index aef89cd..697e376 100644 --- a/libbe/storage/vcs/darcs.py +++ b/libbe/storage/vcs/darcs.py @@ -1,21 +1,21 @@ -# Copyright (C) 2009-2011 Chris Ball +# Copyright (C) 2009-2012 Chris Ball # Gianluca Montecchi # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Darcs_ backend. diff --git a/libbe/storage/vcs/git.py b/libbe/storage/vcs/git.py index f23f0ea..a8df733 100644 --- a/libbe/storage/vcs/git.py +++ b/libbe/storage/vcs/git.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 Ben Finney +# Copyright (C) 2008-2012 Ben Finney # Chris Ball # Gianluca Montecchi # Robert Lehmann @@ -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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Git_ backend. diff --git a/libbe/storage/vcs/hg.py b/libbe/storage/vcs/hg.py index eade02e..176719c 100644 --- a/libbe/storage/vcs/hg.py +++ b/libbe/storage/vcs/hg.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2011 Aaron Bentley +# Copyright (C) 2005-2012 Aaron Bentley # Ben Finney # Chris Ball # Gianluca Montecchi @@ -8,18 +8,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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Mercurial_ (hg) backend. diff --git a/libbe/storage/vcs/monotone.py b/libbe/storage/vcs/monotone.py index 9f4e278..ca6d865 100644 --- a/libbe/storage/vcs/monotone.py +++ b/libbe/storage/vcs/monotone.py @@ -1,20 +1,20 @@ -# Copyright (C) 2010-2011 Chris Ball +# Copyright (C) 2010-2012 Chris Ball # W. Trevor King # # 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 . +# You should have received a copy of the GNU General Public License along with +# Bugs Everywhere. If not, see . """Monotone_ backend. -- cgit