Skip to content

Commit

Permalink
Happy new year 🎆 …also fix that one en dash
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Jan 9, 2014
1 parent 55af453 commit 1f8b2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ If you wish to add new functionality to harp, please provide [@sintaxi](mailto:b

## License

Copyright 2012 Chloi Inc. All rights reserved.
Copyright 2012–2014 Chloi Inc. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion bin/harp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var harp = require("../")
var output = function(msg){
var v = pkg.version
console.log("------------")
console.log("Harp v" + v + " Chloi Inc. 2012-2013")
console.log("Harp v" + v + " Chloi Inc. 2012-2014")
if(msg){
console.log(msg)
console.log("Press Ctl+C to stop the server")
Expand Down

0 comments on commit 1f8b2cb

Please sign in to comment.