[yum-commits] debuginfo-install.py find-repos-of-install.py needs-restarting.py package-cleanup.py repo-check.py repoclosure.py repodiff.py repo-graph.py repomanage.py repoquery.py repo-rss.py reposync.py repotrack.py show-changed-rco.py verifytree.py yum-builddep.py yum-complete-transaction.py yum-debug-dump.py yum-debug-restore.py yumdownloader.py
Ville Skyttä
scop at osuosl.org
Sun Dec 4 11:07:36 UTC 2011
debuginfo-install.py | 4 ++--
find-repos-of-install.py | 4 ++--
needs-restarting.py | 4 ++--
package-cleanup.py | 4 ++--
repo-check.py | 6 +++---
repo-graph.py | 4 ++--
repo-rss.py | 4 ++--
repoclosure.py | 4 ++--
repodiff.py | 4 ++--
repomanage.py | 4 ++--
repoquery.py | 4 ++--
reposync.py | 4 ++--
repotrack.py | 4 ++--
show-changed-rco.py | 4 ++--
verifytree.py | 4 ++--
yum-builddep.py | 4 ++--
yum-complete-transaction.py | 4 ++--
yum-debug-dump.py | 4 ++--
yum-debug-restore.py | 4 ++--
yumdownloader.py | 4 ++--
20 files changed, 41 insertions(+), 41 deletions(-)
New commits:
commit da1b1cea03b4ba2d6817b41604382e6edd08edf7
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Sun Dec 4 13:07:25 2011 +0200
Fix FSF address in license notices.
diff --git a/debuginfo-install.py b/debuginfo-install.py
index 177c6c3..c09d499 100755
--- a/debuginfo-install.py
+++ b/debuginfo-install.py
@@ -10,8 +10,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# Copyright 2007 Seth Vidal
import sys
diff --git a/find-repos-of-install.py b/find-repos-of-install.py
index 0578295..764ae51 100644
--- a/find-repos-of-install.py
+++ b/find-repos-of-install.py
@@ -10,8 +10,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# copyright 2008 red hat, inc
import sys
diff --git a/needs-restarting.py b/needs-restarting.py
index ae351ac..6f092bc 100755
--- a/needs-restarting.py
+++ b/needs-restarting.py
@@ -11,8 +11,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# Copyright 2009 Red Hat Inc
# written by Seth Vidal
diff --git a/package-cleanup.py b/package-cleanup.py
index 36f05c3..882ad5d 100755
--- a/package-cleanup.py
+++ b/package-cleanup.py
@@ -15,8 +15,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#
diff --git a/repo-check.py b/repo-check.py
index 7c4ae77..3beaf75 100755
--- a/repo-check.py
+++ b/repo-check.py
@@ -10,8 +10,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import sys
sys.path.insert(0,'/usr/share/yum-cli')
@@ -239,4 +239,4 @@ class RepoCheck(YumUtilBase):
if __name__ == '__main__':
setup_locale()
util = RepoCheck()
-
\ No newline at end of file
+
diff --git a/repo-graph.py b/repo-graph.py
index bb901a8..4d421be 100755
--- a/repo-graph.py
+++ b/repo-graph.py
@@ -10,8 +10,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# (c) 2005 Panu Matilainen <pmatilai at laiskiainen.org>
# generates graphviz .dot's from repomd data
diff --git a/repo-rss.py b/repo-rss.py
index 4a2917c..d2b632c 100755
--- a/repo-rss.py
+++ b/repo-rss.py
@@ -11,8 +11,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# seth vidal 2005 (c) etc etc
import yum
diff --git a/repoclosure.py b/repoclosure.py
index e710d8c..49c4180 100755
--- a/repoclosure.py
+++ b/repoclosure.py
@@ -11,8 +11,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# seth vidal 2005 (c) etc etc
diff --git a/repodiff.py b/repodiff.py
index 51b3132..0b6d1ab 100755
--- a/repodiff.py
+++ b/repodiff.py
@@ -10,8 +10,8 @@
# GNU General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# (c) 2007 Red Hat. Written by skvidal at fedoraproject.org
import yum
diff --git a/repomanage.py b/repomanage.py
index ff77e0d..2295265 100755
--- a/repomanage.py
+++ b/repomanage.py
@@ -11,8 +11,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# (c) Copyright Seth Vidal 2004
diff --git a/repoquery.py b/repoquery.py
index 61d396e..378b9ed 100755
--- a/repoquery.py
+++ b/repoquery.py
@@ -11,8 +11,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# (c) pmatilai at laiskiainen.org
diff --git a/reposync.py b/reposync.py
index 6aa49cc..9c43eb9 100755
--- a/reposync.py
+++ b/reposync.py
@@ -11,8 +11,8 @@
# GNU General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# copyright 2006 Duke University
# author seth vidal
diff --git a/repotrack.py b/repotrack.py
index ed26b9f..8984453 100755
--- a/repotrack.py
+++ b/repotrack.py
@@ -10,8 +10,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# (c) 2005 seth vidal skvidal at phy.duke.edu
diff --git a/show-changed-rco.py b/show-changed-rco.py
index 3489247..01d134e 100755
--- a/show-changed-rco.py
+++ b/show-changed-rco.py
@@ -13,8 +13,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import yum
diff --git a/verifytree.py b/verifytree.py
index d1fe5e2..a885489 100755
--- a/verifytree.py
+++ b/verifytree.py
@@ -10,8 +10,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# copyright (c) 2008 Red Hat, Inc - written by Seth Vidal and Will Woods
import yum
diff --git a/yum-builddep.py b/yum-builddep.py
index f24bfce..ca1398e 100755
--- a/yum-builddep.py
+++ b/yum-builddep.py
@@ -11,8 +11,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import sys
sys.path.insert(0,'/usr/share/yum-cli')
diff --git a/yum-complete-transaction.py b/yum-complete-transaction.py
index c5074ab..a383255 100755
--- a/yum-complete-transaction.py
+++ b/yum-complete-transaction.py
@@ -11,8 +11,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import sys
sys.path.insert(0,'/usr/share/yum-cli')
diff --git a/yum-debug-dump.py b/yum-debug-dump.py
index 4653f3c..a53e96b 100755
--- a/yum-debug-dump.py
+++ b/yum-debug-dump.py
@@ -11,8 +11,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
## (c) 2008 Red Hat. Written by skvidal at fedoraproject.org
import os
diff --git a/yum-debug-restore.py b/yum-debug-restore.py
index 32574a7..27cb4e8 100755
--- a/yum-debug-restore.py
+++ b/yum-debug-restore.py
@@ -11,8 +11,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
## (c) 2008 Red Hat. Written by skvidal at fedoraproject.org
## james at fedoraproject.org
diff --git a/yumdownloader.py b/yumdownloader.py
index 8abecb4..8eff341 100755
--- a/yumdownloader.py
+++ b/yumdownloader.py
@@ -10,8 +10,8 @@
# GNU Library General Public License for more details.
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import sys
import os
More information about the Yum-commits
mailing list