diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | share/rcm.sh.in | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ Copyright (c) 2013, Mike Burns +Copyright (c) 2014, thoughtbot All rights reserved. Redistribution and use in source and binary forms, with or without @@ -68,3 +68,4 @@ License ------- Copyright 2013 Mike Burns. BSD license. +Copyright 2014 thoughtbot. BSD license. diff --git a/share/rcm.sh.in b/share/rcm.sh.in index a71316c..809fca3 100644 --- a/share/rcm.sh.in +++ b/share/rcm.sh.in @@ -59,6 +59,7 @@ version() { cat << EOV $1 (rcm) $VERSION Copyright (C) 2013 Mike Burns +Copyright (C) 2014 thoughtbot License BSD: BSD 3-clause license Written by Mike Burns. |