diff --git a/bin/shspec b/bin/shspec index 0e032c3..fabb8fe 100755 --- a/bin/shspec +++ b/bin/shspec @@ -1,7 +1,7 @@ #!/bin/bash # shspec BDD CLI # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/src/expect.sh b/src/expect.sh index 01a319a..a5b536d 100644 --- a/src/expect.sh +++ b/src/expect.sh @@ -1,7 +1,7 @@ #!/bin/bash # Core expectations # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/src/expect/env.sh b/src/expect/env.sh index 0f7e141..a9d18ea 100644 --- a/src/expect/env.sh +++ b/src/expect/env.sh @@ -1,7 +1,7 @@ #!/bin/bash # Environment expectations # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/src/expect/output.sh b/src/expect/output.sh index 8229942..510aab0 100644 --- a/src/expect/output.sh +++ b/src/expect/output.sh @@ -1,7 +1,7 @@ #!/bin/bash # Output expectations # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/src/spec.sh b/src/spec.sh index c9cc3d4..c4e0cb8 100644 --- a/src/spec.sh +++ b/src/spec.sh @@ -1,7 +1,7 @@ #!/bin/bash # Specification language # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/src/specstack.sh b/src/specstack.sh index 84eec64..a00ceac 100644 --- a/src/specstack.sh +++ b/src/specstack.sh @@ -1,7 +1,7 @@ #!/bin/bash # Parser stack # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/src/util.sh b/src/util.sh index a357190..d648460 100644 --- a/src/util.sh +++ b/src/util.sh @@ -1,7 +1,7 @@ #!/bin/bash # Utility functions/procedures # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/test/test-expect-core b/test/test-expect-core index 579cadd..ec055ef 100644 --- a/test/test-expect-core +++ b/test/test-expect-core @@ -1,7 +1,7 @@ #!/bin/bash # Core expectation tests # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/test/test-expect-env b/test/test-expect-env index 510186c..0436997 100644 --- a/test/test-expect-env +++ b/test/test-expect-env @@ -1,7 +1,7 @@ #!/bin/bash # Environment expectation tests # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/test/test-spec b/test/test-spec index 8c31bb1..b95832f 100644 --- a/test/test-spec +++ b/test/test-spec @@ -1,7 +1,7 @@ #!/bin/bash # Specification DSL test # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. # diff --git a/test/test-util b/test/test-util index 60783ef..9564322 100644 --- a/test/test-util +++ b/test/test-util @@ -1,7 +1,7 @@ #!/bin/bash # Utility function/procedure tests # -# Copyright (C) 2014 Mike Gewitz +# Copyright (C) 2014 Mike Gerwitz # # This file is part of shspec. #