Skip to content

Commit

Permalink
copyright: claim contributions
Browse files Browse the repository at this point in the history
These are contributions of >= 30% or >= 20 lines (half-automated).

I hereby resubmit all my previous contributions to the ARTIQ project
under the following terms:

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Closes #130

Signed-off-by: Robert Jordens <jordens@gmail.com>
jordens committed Sep 6, 2015

Verified

This commit was signed with the committer’s verified signature.
headius Charles Oliver Nutter
1 parent 2bd27a3 commit 01416bb
Showing 20 changed files with 43 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis/get-anaconda.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

export PATH=$HOME/miniconda/bin:$PATH
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
2 changes: 2 additions & 0 deletions .travis/get-xilinx.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
# Copyright (C) 2014, 2015 M-Labs Limited
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

wget http://sionneau.net/artiq/Xilinx/xilinx_ise_14.7_s3_s6.tar.gz.gpg
echo "$secret" | gpg --passphrase-fd 0 xilinx_ise_14.7_s3_s6.tar.gz.gpg
2 changes: 1 addition & 1 deletion artiq/devices/pdq2/driver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Robert Jordens <jordens@gmail.com>, 2012-2015
# Copyright (C) 2012-2015 Robert Jordens <jordens@gmail.com>

from math import log, sqrt
import logging
2 changes: 2 additions & 0 deletions artiq/frontend/artiq_run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2014, 2015 M-Labs Limited
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

import argparse
import sys
2 changes: 1 addition & 1 deletion artiq/frontend/pdq2_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python
# Robert Jordens <jordens@gmail.com>, 2012-2015
# Copyright (C) 2012-2015 Robert Jordens <jordens@gmail.com>

import argparse
import time
2 changes: 2 additions & 0 deletions artiq/gateware/rtio/phy/ttl_serdes_spartan6.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

from migen.fhdl.std import *

from artiq.gateware.rtio.phy import ttl_serdes_generic
2 changes: 2 additions & 0 deletions artiq/language/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

from artiq.language import core, environment, units, scan
from artiq.language.core import *
from artiq.language.environment import *
2 changes: 2 additions & 0 deletions artiq/test/coefficients.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

import unittest

import numpy as np
3 changes: 3 additions & 0 deletions artiq/test/coredevice.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2014, 2015 M-Labs Limited
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

from math import sqrt

from artiq.language import *
2 changes: 2 additions & 0 deletions artiq/test/hardware_testbench.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

import os
import sys
import unittest
2 changes: 2 additions & 0 deletions artiq/test/pdq2.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

import unittest
import os
import io
2 changes: 2 additions & 0 deletions artiq/test/wavesynth.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

import unittest

from artiq.wavesynth import compute_samples
2 changes: 2 additions & 0 deletions artiq/wavesynth/coefficients.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

import numpy as np
from scipy.interpolate import splrep, splev, spalde
from scipy.special import binom
3 changes: 3 additions & 0 deletions artiq/wavesynth/compute_samples.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2014, 2015 M-Labs Limited
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

from copy import copy
from math import cos, pi

2 changes: 2 additions & 0 deletions doc/manual/faq.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>
FAQ
###

2 changes: 2 additions & 0 deletions doc/slides/taaccs.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
% Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

\documentclass[final,presentation,compress]{beamer}
\usepackage[mathcal]{euler}
\usepackage{amsmath, amssymb, amsopn} %amssymb,amstext
2 changes: 2 additions & 0 deletions examples/master/repository/tdr.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

from artiq import *


2 changes: 2 additions & 0 deletions examples/master/repository/transport.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

import numpy as np

from artiq import *
5 changes: 5 additions & 0 deletions soc/runtime/test_mode.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (C) 2014, 2015 M-Labs Limited
* Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
3 changes: 3 additions & 0 deletions soc/targets/artiq_pipistrello.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>
# Copyright (C) 2014, 2015 M-Labs Limited

from fractions import Fraction

from migen.fhdl.std import *

0 comments on commit 01416bb

Please sign in to comment.