summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-24 14:38:20 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-24 14:38:20 +0300
commit17b5069a8a4d2f7bdfa9cb2617bad739d5b22fc3 (patch)
tree14680592138c6b8381586becdf9f140a530ea729 /arch
parent55ab1c78a6fe42c6e0857fa82cab248dcd2f0172 (diff)
downloadick2-17b5069a8a4d2f7bdfa9cb2617bad739d5b22fc3.tar.gz
Add: copyright statements, check they exist
Diffstat (limited to 'arch')
-rw-r--r--arch/build.py2
-rwxr-xr-xarch/build.sh1
-rw-r--r--arch/ick2-arch.mdwn6
-rw-r--r--arch/ick2.css2
4 files changed, 11 insertions, 0 deletions
diff --git a/arch/build.py b/arch/build.py
index d60be05..fbd9f91 100644
--- a/arch/build.py
+++ b/arch/build.py
@@ -1,4 +1,6 @@
#!/usr/bin/env python2
+#
+# Copyright 2017 Lars Wirzenius
import os
diff --git a/arch/build.sh b/arch/build.sh
index 90cebb7..ce1bad7 100755
--- a/arch/build.sh
+++ b/arch/build.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# Copyright 2017 Lars Wirzenius
set -eu
diff --git a/arch/ick2-arch.mdwn b/arch/ick2-arch.mdwn
index 1f62d5c..b368034 100644
--- a/arch/ick2-arch.mdwn
+++ b/arch/ick2-arch.mdwn
@@ -1,3 +1,9 @@
+<!--
+
+Copyright 2017 Lars Wirzenius
+
+-->
+
---
title: Ick2, a CI system (architecture)
author: Lars Wirzenius
diff --git a/arch/ick2.css b/arch/ick2.css
index 78cd374..c925781 100644
--- a/arch/ick2.css
+++ b/arch/ick2.css
@@ -1,3 +1,5 @@
+/* Copyright 2017 Lars Wirzenius */
+
<style>
html {
background: white;