diff options
author | W. Trevor King <wking@drexel.edu> | 2010-06-22 21:38:37 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-06-22 21:38:37 -0400 |
commit | 2dbd638083487400afd3b1d6a0d7a4e925c7db1f (patch) | |
tree | e0ca3ba2c6300c4c92d1208935d0b5efdfc8e6e0 /libbe/storage/util | |
parent | bb382a6aba11eedeb380e2aaa9755bc0e47f9095 (diff) | |
download | bugseverywhere-2dbd638083487400afd3b1d6a0d7a4e925c7db1f.tar.gz |
Ran update_copyright.py
Diffstat (limited to 'libbe/storage/util')
-rw-r--r-- | libbe/storage/util/__init__.py | 1 | ||||
-rw-r--r-- | libbe/storage/util/config.py | 25 | ||||
-rw-r--r-- | libbe/storage/util/mapfile.py | 25 | ||||
-rw-r--r-- | libbe/storage/util/properties.py | 23 | ||||
-rw-r--r-- | libbe/storage/util/settings_object.py | 23 | ||||
-rw-r--r-- | libbe/storage/util/upgrade.py | 26 |
6 files changed, 65 insertions, 58 deletions
diff --git a/libbe/storage/util/__init__.py b/libbe/storage/util/__init__.py index e69de29..8b13789 100644 --- a/libbe/storage/util/__init__.py +++ b/libbe/storage/util/__init__.py @@ -0,0 +1 @@ + diff --git a/libbe/storage/util/config.py b/libbe/storage/util/config.py index 7d59712..664215c 100644 --- a/libbe/storage/util/config.py +++ b/libbe/storage/util/config.py @@ -1,20 +1,21 @@ -# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # -# 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 Bugs Everywhere. # -# 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. +# 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. # -# 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. +# 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. +# +# You should have received a copy of the GNU General Public License +# along with Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """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 55863d7..73c98d8 100644 --- a/libbe/storage/util/mapfile.py +++ b/libbe/storage/util/mapfile.py @@ -1,20 +1,21 @@ -# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc. +# Copyright (C) 2005-2010 Aaron Bentley <abentley@panoramicfeedback.com> # Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # -# 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 Bugs Everywhere. # -# 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. +# 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. # -# 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. +# 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. +# +# You should have received a copy of the GNU General Public License +# along with Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """Serializing and deserializing dictionaries of parameters. diff --git a/libbe/storage/util/properties.py b/libbe/storage/util/properties.py index b5681b1..ba78032 100644 --- a/libbe/storage/util/properties.py +++ b/libbe/storage/util/properties.py @@ -2,19 +2,20 @@ # Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # -# 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 Bugs Everywhere. # -# 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. +# 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. # -# 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. +# 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. +# +# You should have received a copy of the GNU General Public License +# along with Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """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 6e4da55..47a85b1 100644 --- a/libbe/storage/util/settings_object.py +++ b/libbe/storage/util/settings_object.py @@ -2,19 +2,20 @@ # Copyright (C) 2008-2010 Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # -# 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 Bugs Everywhere. # -# 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. +# 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. # -# 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. +# 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. +# +# You should have received a copy of the GNU General Public License +# along with Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. """Provides :class:`SavedSettingsObject` implementing settings-dict based property storage. diff --git a/libbe/storage/util/upgrade.py b/libbe/storage/util/upgrade.py index f3c4912..74d0240 100644 --- a/libbe/storage/util/upgrade.py +++ b/libbe/storage/util/upgrade.py @@ -1,18 +1,20 @@ -# Copyright (C) 2009-2010 W. Trevor King <wking@drexel.edu> +# Copyright (C) 2009-2010 Gianluca Montecchi <gian@grys.it> +# W. Trevor King <wking@drexel.edu> # -# 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 Bugs Everywhere. # -# 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. +# 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. # -# 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. +# 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. +# +# 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 conversion between the various BE storage formats. |