Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insert license text in comment header of sources #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docopt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// docopt.cpp
// docopt
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the MIT and/or Boost licenses at your convenience.
// See the LICENSE-MIT and LICENSE-Boost-1.0 files for details.
//
// Created by Jared Grubb on 2013-11-03.
// Copyright (c) 2013 Jared Grubb. All rights reserved.
//
Expand Down
4 changes: 4 additions & 0 deletions docopt.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// docopt.h
// docopt
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the MIT and/or Boost licenses at your convenience.
// See the LICENSE-MIT and LICENSE-Boost-1.0 files for details.
//
// Created by Jared Grubb on 2013-11-03.
// Copyright (c) 2013 Jared Grubb. All rights reserved.
//
Expand Down
4 changes: 4 additions & 0 deletions docopt_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// docopt_private.h
// docopt
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the MIT and/or Boost licenses at your convenience.
// See the LICENSE-MIT and LICENSE-Boost-1.0 files for details.
//
// Created by Jared Grubb on 2013-11-04.
// Copyright (c) 2013 Jared Grubb. All rights reserved.
//
Expand Down
4 changes: 4 additions & 0 deletions docopt_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// docopt_util.h
// docopt
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the MIT and/or Boost licenses at your convenience.
// See the LICENSE-MIT and LICENSE-Boost-1.0 files for details.
//
// Created by Jared Grubb on 2013-11-04.
// Copyright (c) 2013 Jared Grubb. All rights reserved.
//
Expand Down
4 changes: 4 additions & 0 deletions docopt_value.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// value.h
// docopt
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the MIT and/or Boost licenses at your convenience.
// See the LICENSE-MIT and LICENSE-Boost-1.0 files for details.
//
// Created by Jared Grubb on 2013-10-14.
// Copyright (c) 2013 Jared Grubb. All rights reserved.
//
Expand Down