mirror of
https://github.com/boostorg/release-tools.git
synced 2026-01-19 16:52:08 +00:00
Add license and copyright
[SVN r68932]
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
@echo off
|
||||
rem Copyright Beman Dawes 2009
|
||||
rem Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt
|
||||
if not %1$==$ goto usage_ok
|
||||
echo Usage: unmerged library-name [svn-options]
|
||||
echo Options include --summarize to show paths only. i.e. suppresses line-by-line diffs
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
rem Copyright Beman Dawes 2009
|
||||
rem Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt
|
||||
call unmerged accumulators --summarize
|
||||
call unmerged algorithm --summarize
|
||||
call unmerged any --summarize
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
rem Copyright Beman Dawes 2009
|
||||
rem Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt
|
||||
if not %1$==$ goto usage_ok
|
||||
echo Usage: upload2sourceforge release-folder
|
||||
echo Example: upload2sourceforge 1.40.0
|
||||
|
||||
Reference in New Issue
Block a user