commit 1b78732

Artur Manuel  ·  2026-07-21 17:12:28 +0000 UTC
parent 94f2e5f
meta: relicence to 0BSD
10 files changed,  +13, -109
+3, -7
 1@@ -1,9 +1,5 @@
 2-Copyright 2025 Artur Manuel
 3+Copyright (C) 2026 by Artur Manuel
 4 
 5-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 6+Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
 7 
 8-1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
 9-
10-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.
11-
12-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.
13+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+1, -1
1@@ -10,4 +10,4 @@ targets:
2 
3 crystal: '>= 1.16.3'
4 
5-license: BSD-2-Clause
6+license: 0BSD
+2, -2
1@@ -4,6 +4,6 @@
2 	],
3 	"copyright": "Copyright © 2025, amadaluzia",
4 	"description": "The collatz conjecture in D",
5-	"license": "GPL-3.0-only",
6+	"license": "0BSD",
7 	"name": "rosetta-collatz"
8-}
9+}
+3, -3
 1@@ -1,9 +1,9 @@
 2 name:                rosetta-collatz
 3 version:             0.1.0.0
 4-license:             BSD-3-Clause
 5+license:             0BSD
 6 author:              "Artur Manuel"
 7-maintainer:          "amad@atl.tools"
 8-copyright:           "2025 Artur Manuel <amad@atl.tools>"
 9+maintainer:          "amadaluzia@disroot.org"
10+copyright:           "2025 Artur Manuel <amadaluzia@disroot.org>"
11 
12 # Metadata used when publishing your package
13 # synopsis:            Short description of your package
+0, -63
 1@@ -1,63 +0,0 @@
 2-cabal-version: 2.2
 3-
 4--- This file has been generated from package.yaml by hpack version 0.38.1.
 5---
 6--- see: https://github.com/sol/hpack
 7-
 8-name:           rosetta-collatz
 9-version:        0.1.0.0
10-description:    Please see the README on SourceHut at <https://git.sr.ht/~amadaluzia/rosetta-collatz>
11-homepage:       https://git.sr.ht/~amadaluzia/rosetta-collatz
12-author:         Artur Manuel
13-maintainer:     amad@atl.tools
14-copyright:      2025 Artur Manuel <amad@atl.tools>
15-license:        BSD-2-Clause
16-license-file:   LICENSE
17-build-type:     Simple
18-
19-source-repository head
20-  type: git
21-  location: https://github.com/githubuser/rosetta-collatz
22-
23-library
24-  exposed-modules:
25-      Lib
26-  other-modules:
27-      Paths_rosetta_collatz
28-  autogen-modules:
29-      Paths_rosetta_collatz
30-  hs-source-dirs:
31-      src
32-  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
33-  build-depends:
34-      base >=4.7 && <5
35-  default-language: Haskell2010
36-
37-executable rosetta-collatz-exe
38-  main-is: Main.hs
39-  other-modules:
40-      Paths_rosetta_collatz
41-  autogen-modules:
42-      Paths_rosetta_collatz
43-  hs-source-dirs:
44-      app
45-  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
46-  build-depends:
47-      base >=4.7 && <5
48-    , rosetta-collatz
49-  default-language: Haskell2010
50-
51-test-suite rosetta-collatz-test
52-  type: exitcode-stdio-1.0
53-  main-is: Spec.hs
54-  other-modules:
55-      Paths_rosetta_collatz
56-  autogen-modules:
57-      Paths_rosetta_collatz
58-  hs-source-dirs:
59-      test
60-  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
61-  build-depends:
62-      base >=4.7 && <5
63-    , rosetta-collatz
64-  default-language: Haskell2010
+1, -1
1@@ -3,7 +3,7 @@
2 version       = "2025.5.0"
3 author        = "Artur Manuel"
4 description   = "A new awesome nimble package"
5-license       = "EUPL-1.2"
6+license       = "0BSD"
7 srcDir        = "src"
8 bin           = @["rosetta_collatz"]
9 
+1, -1
1@@ -11,7 +11,7 @@
2 
3 (maintainers "Artur Manuel")
4 
5-(license "2-BSD-Clause")
6+(license "0BSD")
7 
8 (package
9  (name rosetta_collatz)
+0, -29
 1@@ -1,29 +0,0 @@
 2-# This file is generated by dune, edit dune-project instead
 3-opam-version: "2.0"
 4-synopsis: "Rosetta code project for the Collatz conjecture"
 5-description: "Rosetta code project for the Collatz conjecture"
 6-maintainer: ["Artur Manuel"]
 7-authors: ["Artur Manuel"]
 8-license: "2-BSD-Clause"
 9-homepage: "https://sr.ht/~amadaluzia/rosetta-collatz"
10-bug-reports: "https://todo.sr.ht/~amadaluzia/rosetta-collatz"
11-depends: [
12-  "ocaml"
13-  "dune" {>= "3.7"}
14-  "odoc" {with-doc}
15-]
16-build: [
17-  ["dune" "subst"] {dev}
18-  [
19-    "dune"
20-    "build"
21-    "-p"
22-    name
23-    "-j"
24-    jobs
25-    "@install"
26-    "@runtest" {with-test}
27-    "@doc" {with-doc}
28-  ]
29-]
30-dev-repo: "git+https://git.sr.ht/~amadaluzia/rosetta-collatz"
+1, -1
1@@ -5,7 +5,7 @@ require_relative 'lib/rosetta_collatz/version'
2 Gem::Specification.new do |s|
3   s.name                  = 'rosetta-collatz'
4   s.version               = RosettaCollatz::VERSION
5-  s.licenses              = ['EUPL-1.2']
6+  s.licenses              = ['0BSD']
7   s.summary               = 'Rosetta stone attempt at the Collatz conjecture'
8   s.authors               = ['Artur Manuel']
9   s.email                 = 'amadaluzia@disroot.org'
+1, -1
1@@ -14,7 +14,7 @@
2     "url": "https://codeberg.org/amadaluzia/rosetta-collatz"
3   },
4   "author": "Artur Manuel",
5-  "license": "EUPL-1.2",
6+  "license": "0BSD",
7   "devDependencies": {
8     "@eslint/js": "^10.0.1",
9     "eslint": "^10.1.0",