diff --git a/lib/git/fallback/status_shortcuts_shell.sh b/lib/git/fallback/status_shortcuts_shell.sh index 6e69415..6eb7c3f 100644 --- a/lib/git/fallback/status_shortcuts_shell.sh +++ b/lib/git/fallback/status_shortcuts_shell.sh @@ -1,5 +1,5 @@ # ------------------------------------------------------------------------------ -# Git Breeze - Streamline your git workflow. +# SCM Breeze - Streamline your SCM workflow. # Copyright 2011 Nathan Broadbent (http://madebynathan.com). All Rights Reserved. # Released under the LGPL (GNU Lesser General Public License) # ------------------------------------------------------------------------------ diff --git a/lib/git/repo_management.sh b/lib/git/repo_management.sh index b01b59a..9ed7a18 100644 --- a/lib/git/repo_management.sh +++ b/lib/git/repo_management.sh @@ -1,5 +1,5 @@ # ------------------------------------------------------- -# Git Breeze - Streamline your git workflow. +# SCM Breeze - Streamline your SCM workflow. # Copyright 2011 Nathan Broadbent (http://madebynathan.com). All Rights Reserved. # Released under the LGPL (GNU Lesser General Public License) # ------------------------------------------------------- diff --git a/lib/git/status_shortcuts.rb b/lib/git/status_shortcuts.rb index e6a461f..c5da6b1 100644 --- a/lib/git/status_shortcuts.rb +++ b/lib/git/status_shortcuts.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # encoding: UTF-8 # ------------------------------------------------------------------------------ -# Git Breeze - Streamline your git workflow. +# SCM Breeze - Streamline your SCM workflow. # Copyright 2011 Nathan Broadbent (http://madebynathan.com). All Rights Reserved. # Released under the LGPL (GNU Lesser General Public License) # ------------------------------------------------------------------------------ diff --git a/lib/git/status_shortcuts.sh b/lib/git/status_shortcuts.sh index bb04c5e..94e03bc 100644 --- a/lib/git/status_shortcuts.sh +++ b/lib/git/status_shortcuts.sh @@ -1,5 +1,5 @@ # ------------------------------------------------------------------------------ -# Git Breeze - Streamline your git workflow. +# SCM Breeze - Streamline your SCM workflow. # Copyright 2011 Nathan Broadbent (http://madebynathan.com). All Rights Reserved. # Released under the LGPL (GNU Lesser General Public License) # ------------------------------------------------------------------------------ diff --git a/lib/git/tools.sh b/lib/git/tools.sh index 0be534b..00fb9c5 100644 --- a/lib/git/tools.sh +++ b/lib/git/tools.sh @@ -1,5 +1,5 @@ # ------------------------------------------------------- -# Git Breeze - Streamline your git workflow. +# SCM Breeze - Streamline your SCM workflow. # Copyright 2011 Nathan Broadbent (http://madebynathan.com). All Rights Reserved. # Released under the LGPL (GNU Lesser General Public License) # ------------------------------------------------------- diff --git a/test/lib/git/repo_management_test.sh b/test/lib/git/repo_management_test.sh index 9df3340..b6930cb 100755 --- a/test/lib/git/repo_management_test.sh +++ b/test/lib/git/repo_management_test.sh @@ -1,6 +1,6 @@ #!/bin/bash # ------------------------------------------------------------------------------ -# Git Breeze - Streamline your git workflow. +# SCM Breeze - Streamline your SCM workflow. # Copyright 2011 Nathan Broadbent (http://madebynathan.com). All Rights Reserved. # Released under the LGPL (GNU Lesser General Public License) # ------------------------------------------------------------------------------ diff --git a/test/lib/git/status_shortcuts_test.sh b/test/lib/git/status_shortcuts_test.sh index 152754d..acf3335 100755 --- a/test/lib/git/status_shortcuts_test.sh +++ b/test/lib/git/status_shortcuts_test.sh @@ -1,6 +1,6 @@ #!/bin/bash # ------------------------------------------------------------------------------ -# Git Breeze - Streamline your git workflow. +# SCM Breeze - Streamline your SCM workflow. # Copyright 2011 Nathan Broadbent (http://madebynathan.com). All Rights Reserved. # Released under the LGPL (GNU Lesser General Public License) # ------------------------------------------------------------------------------