From Held, et al., "Appplied Statistical Inference", ex. 1c).
Let $X_{1:3}$ denote a random sample of size $n=3$ from a Cauchy $C(\theta, 1)$ distribution. $\theta \in \mathcal{R}$ is the location parameter of the Cauchy distribution with density
$$ f(x) = \frac{1}{\pi} \frac{1}{1+ (x-\theta)^2}, $$
derive the likelihood function for $\theta$.
Ok, so I would say
$$ L(\theta; x_{1:n}) = \prod_{i=1}^{n=3} f(x_i; \theta) = \frac{1}{\pi^3}\prod_{i=1}^{n=3} \frac{1}{1+ (x_i-\theta)^2}$$
Is that all?