Skip to content
Snippets Groups Projects
  1. Sep 20, 2013
  2. Sep 19, 2013
  3. Sep 18, 2013
  4. Sep 17, 2013
  5. Sep 16, 2013
  6. Sep 15, 2013
    • Or Cohen's avatar
      Replaced libvirt-fuse with zfs-fuse · bc979de7
      Or Cohen authored
      bc979de7
    • Or Cohen's avatar
      Update mgmt index to change SSH ports, removed telnet · c1ba8b15
      Or Cohen authored
      Also, fixed the Java command to forward all arguments to RunJava
      c1ba8b15
    • Nadav Har'El's avatar
      Add copyright statements in tests/ · d6b00348
      Nadav Har'El authored
      Add Cloudius copyright statements to our tests (C++ and Java code).
      d6b00348
    • Nadav Har'El's avatar
      Add copyright statements in libc/ · bec69a62
      Nadav Har'El authored
      Add Cloudius copyright statements in libc/.
      
      One unfortunate problem we have in libc/ is that most of the code there was copied
      from Musl, and Musl is copyrighted and licensed, but individual files do not carry
      any statements - Rich Felker explains in Musl's COPYRIGHT file: "The decision to
      exclude such comments is intentional, as it should be possible to carry around the
      complete source code on tiny storage media."
      
      In the future, we should find all the Musl files and add to each one the line
      Copyright (C) 2005-2013 Rich Felker. But we'll need to do it carefully so as not
      to wrongly attribute non-Musl code to Musl. In the meantime, if we just have
      documentation/LICENSE-musl, and don't claim our own copyright on the musl files,
      I think we're playing fair.
      bec69a62
    • Nadav Har'El's avatar
      Add copyright statement to files in java/ · fd038e7a
      Nadav Har'El authored
      Add Cloudius copyright statement to files in java/. All of these (one C++
      java.cc and the rest Java source code) are our own code.
      fd038e7a
    • Nadav Har'El's avatar
      Add copyright statement to files in include subdirectory · 4a134100
      Nadav Har'El authored
      Added Cloudius copyright statement to our own code in include/.
      Also added include/api/LICENSE saying that these are copied from Musl
      and public domain (according to the Musl COPYRIGHT file).
      4a134100
    • Nadav Har'El's avatar
      Add LICENSE files to the main project · e29aa259
      Nadav Har'El authored
      This patch addes a "LICENSE" file, explaining our copyright status and
      3-clause BSD license.
      
      It also includes in documentation/LICENSE-* the licenses of the four projects
      we copied code from - FreeBSD, Prex, Open Solaris and Musl. Our top-level
      LICENSE file refers to these separate LICENSE files.
      e29aa259
    • Nadav Har'El's avatar
      Add "CONTRIBUTING" file · f198bd01
      Nadav Har'El authored
      Add "CONTRIBUTING" file, with instructions based mostly on Linux's
      "Developer's Certificate of Origin 1.1" (Documentation/SendingPatches).
      f198bd01
    • Nadav Har'El's avatar
      Add copyright statement to files in fs subdirectory · bc213b60
      Nadav Har'El authored
      Added Cloudius copyright statement to source files in fs/ which are our
      own code (and not from Prex or FreeBSD). Also added our copyright statement
      in addition to the original one when I thought we made non-trivial changes
      to the original.
      bc213b60
    • Nadav Har'El's avatar
      Add copyright statement to drivers/* · c0e0ebf2
      Nadav Har'El authored
      Add Cloudius copyright and license statement to drivers/*.
      
      A couple of header files were based on Linux's BSD-licensed header files
      (e.g., include/uapi/linux/virtio_net.h) so they included the BSD license,
      but not any copyright statement, so we can just replace that by our own
      statement of the BSD license.
      c0e0ebf2
    • Nadav Har'El's avatar
      Add copyright statement to core/* · 4c0b39f3
      Nadav Har'El authored
      Added Cloudius copyright statement to core/*.
      
      poll.cc already had a BSD copyright statement, I believe this is a mistake
      (I think Guy wrote this code from scratch), but not wanting to rush to a
      conclusion I'm leaving both copyright statements and we should address this
      issue later.
      4c0b39f3
Loading