diff options
author | LAN-TW <lantw44@gmail.com> | 2012-10-15 23:18:59 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2012-10-19 14:45:02 +0800 |
commit | 96072f3e7e9ddb7e7fbc8b9bcf2d682836a436bc (patch) | |
tree | f7df2ab9bf780aa558afcaaee5bfd1f034663191 | |
parent | 3b6bdf7d5388d393da4aef0be1047bada8e232ff (diff) | |
download | sctjudge-96072f3e7e9ddb7e7fbc8b9bcf2d682836a436bc.tar.gz sctjudge-96072f3e7e9ddb7e7fbc8b9bcf2d682836a436bc.tar.zst sctjudge-96072f3e7e9ddb7e7fbc8b9bcf2d682836a436bc.zip |
Add license info - use 3-clause BSD license
-rw-r--r-- | COPYING | 25 | ||||
-rw-r--r-- | sctjudge.spec.in | 4 |
2 files changed, 27 insertions, 2 deletions
@@ -0,0 +1,25 @@ +Copyright (c) 2012, èĉşç +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +3. Neither the name of the author nor the names of its contributors may be used + to endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/sctjudge.spec.in b/sctjudge.spec.in index 31bc68e..ca8e370 100644 --- a/sctjudge.spec.in +++ b/sctjudge.spec.in @@ -3,8 +3,8 @@ Version: @PROGRAM_VERSION@ Release: 1%{?dist} Summary: Simple common test judge program -Group: Unknown -License: Redistributable but unknown +Group: Applications +License: 3-clause BSD license URL: http://www.tfcis.org/~lantw44/programs.html Source0: sctjudge-%{version}.tar.gz |