File: 010_fix_license

package info (click to toggle)
ruby-shadow 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: ansic: 323; ruby: 97; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description: Fix license problems
 Fix the LICENSE and README's files to reflect upstream's
 choice for a license.

--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1 @@
-License: Free for any use with your own risk!
-
-OR
-
 The terms of the Public Domain License (http://creativecommons.org/licenses/publicdomain/)
--- a/README.euc
+++ b/README.euc
@@ -2,7 +2,7 @@ Shadow Password module
 
 Copyright (C) 1998-1999 Takaaki Tateishi <ttate@jaist.ac.jp>
 Modified at: <1999/8/19 06:48:01 by ttate>
-License: Free for any use with your own risk!
+License: See LICENSE
 
 
 1. 
--- a/shadow/shadow.c
+++ b/shadow/shadow.c
@@ -4,7 +4,7 @@
  * Ruby extention module for using Linux shadow password.
  *
  * Copyright (C) 1998-1999 by Takaaki.Tateishi(ttate@jaist.ac.jp)
- * License: Free for any use with your own risk!
+ * License: See LICENSE
  */
 
 #include <shadow.h>