Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adashofdata/taylor_swift_data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: describo/dataset-TaylorSwiftData
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 13, 2024

  1. Add licence and attribution (#1)

    * add mit licence and ro crate file with attribution
    
    * update licence
    
    * update crate
    marcolarosa authored Jun 13, 2024
    Copy the full SHA
    35b56c6 View commit details

Commits on Jul 15, 2024

  1. updates

    commit 856dc321105a429870f9b8668e4301b1ffbc5fc5
    Author: Marco La Rosa <m@lr.id.au>
    Date:   Mon Jul 15 13:58:09 2024 +1000
    
        update crate
    
    commit 4718294
    Author: Marco La Rosa <m@lr.id.au>
    Date:   Mon Jun 10 13:25:17 2024 +1000
    
        update crate
    
    commit ae694fc
    Author: Marco La Rosa <m@lr.id.au>
    Date:   Mon Jun 10 13:24:52 2024 +1000
    
        update licence
    
    commit cca8829
    Author: Marco La Rosa <m@lr.id.au>
    Date:   Mon Jun 10 13:20:45 2024 +1000
    
        add mit licence and ro crate file with attribution
    marcolarosa committed Jul 15, 2024
    Copy the full SHA
    39809bf View commit details
Showing with 13,864 additions and 0 deletions.
  1. +18 −0 LICENCE
  2. +13,846 −0 ro-crate-metadata.json
18 changes: 18 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
MIT License

Copyright (c) Alice Zhao

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading