From: W. Trevor King Date: Fri, 29 Nov 2013 22:49:41 +0000 (-0800) Subject: COPYING: Fill in the and markers X-Git-Tag: v1.0~1^2 X-Git-Url: http://git.tremily.us/?p=swc-git-example.git;a=commitdiff_plain;h=41d3ea17ac637841caa0409b791a40f4f1be805f;hp=e8051dc5817443a3078ff344478b92f3c164c1ab COPYING: Fill in the and markers This is a separate commit to make is extremely clear what parts of this file I've written on my own, and which parts I copied from the Open Source Initiative. Probably overkill in this case, but sometimes it's useful if your pulling someone else's work into your repository. After editing COPYING in my text editor, I committed the changes with: $ git commit --all --verbose We talked about the `--all` option in c481fb5 (README.md: Document the syntax used in the README, 2013-11-29). The `--verbose` option option shows the diff in comments in your editor so you can check them while you compose the commit message. This is useful when you're explaining complicated commits, and it also lets you verify that you are actually committing what you think you're committing. --- diff --git a/COPYING b/COPYING index 242132d..725a1f9 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) +Copyright (c) 2013 W. Trevor King Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal