[SCM] vim-addon-manager packaging branch, master, updated. v0.4.4-60-gaccf25d

Antonio Terceiro terceiro at debian.org
Wed Feb 1 12:57:55 UTC 2012


The following commit has been merged in the master branch:
commit accf25d718668ef599a0f71a2064e2aa2f97fc07
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Feb 1 10:55:21 2012 -0200

    Fix all lower case copyright notices

diff --git a/lib/vim/addon_manager.rb b/lib/vim/addon_manager.rb
index fd3fdd3..8200af2 100644
--- a/lib/vim/addon_manager.rb
+++ b/lib/vim/addon_manager.rb
@@ -1,10 +1,10 @@
-# vim-addons: command line manager of vim addons
+# vim-addons: command line manager of Vim addons
 #
-# copyright (c) 2007 stefano zacchiroli
+# Copyright (C) 2007 Stefano Zacchiroli
 #
-# 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 3 of the license, or
+# 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 3 of the License, or
 # (at your option) any later version.
 
 require 'fileutils'
diff --git a/lib/vim/addon_manager/addon.rb b/lib/vim/addon_manager/addon.rb
index 801ca09..4739919 100644
--- a/lib/vim/addon_manager/addon.rb
+++ b/lib/vim/addon_manager/addon.rb
@@ -1,10 +1,10 @@
-# vim-addons: command line manager of vim addons
+# vim-addons: command line manager of Vim addons
 #
-# copyright (c) 2007 stefano zacchiroli
+# Copyright (C) 2007 Stefano Zacchiroli
 #
-# 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 3 of the license, or
+# 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 3 of the License, or
 # (at your option) any later version.
 
 require 'vim/addon_manager/addon_status'
diff --git a/lib/vim/addon_manager/addon/directory.rb b/lib/vim/addon_manager/addon/directory.rb
index baad87f..6535f1e 100644
--- a/lib/vim/addon_manager/addon/directory.rb
+++ b/lib/vim/addon_manager/addon/directory.rb
@@ -1,10 +1,10 @@
-# vim-addons: command line manager of vim addons
+# vim-addons: command line manager of Vim addons
 #
-# copyright (c) 2012 Antonio Terceiro <terceiro at debian.org>
+# Copyright (c) 2012 Antonio Terceiro <terceiro at debian.org>
 #
-# 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 3 of the license, or
+# 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 3 of the License, or
 # (at your option) any later version.
 
 module Vim
diff --git a/lib/vim/addon_manager/addon/legacy.rb b/lib/vim/addon_manager/addon/legacy.rb
index 3762532..6dcf4b7 100644
--- a/lib/vim/addon_manager/addon/legacy.rb
+++ b/lib/vim/addon_manager/addon/legacy.rb
@@ -1,10 +1,10 @@
-# vim-addons: command line manager of vim addons
+# vim-addons: command line manager of Vim addons
 #
-# copyright (c) 2007 stefano zacchiroli
+# Copyright (C) 2007 Stefano Zacchiroli
 #
-# 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 3 of the license, or
+# 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 3 of the License, or
 # (at your option) any later version.
 
 module Vim

-- 
vim-addon-manager packaging



More information about the pkg-vim-maintainers mailing list