summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-14 10:36:33 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-14 10:36:33 +0200
commit8cc61f75425296ffa2df68ca2393ea83a46e68c1 (patch)
treed5b3891f8b6f0b8a1311d2252b66ee1b0646fb10
parent5b9b73e31e6d54d5b3ff38b66163b6c53c4154ed (diff)
downloadupstream-monitor-8cc61f75425296ffa2df68ca2393ea83a46e68c1.tar.bz2
upstream-monitor-8cc61f75425296ffa2df68ca2393ea83a46e68c1.tar.xz
add copyright
-rwxr-xr-xaports-vercmp5
-rw-r--r--upstream.lua7
2 files changed, 12 insertions, 0 deletions
diff --git a/aports-vercmp b/aports-vercmp
index 15d30b6..486187c 100755
--- a/aports-vercmp
+++ b/aports-vercmp
@@ -1,5 +1,10 @@
#!/usr/bin/lua5.2
+--[[
+Copyright (c) 2015 Natanael Copa <ncopa@alpinelinux.org>
+
+This content is released under the MIT License.
+--]]
upstream_providers = {
(require("upstream.gnome")),
diff --git a/upstream.lua b/upstream.lua
index 2c8fd2c..951978c 100644
--- a/upstream.lua
+++ b/upstream.lua
@@ -1,3 +1,10 @@
+--[[
+Copyright (c) 2015 Natanael Copa <ncopa@alpinelinux.org>
+
+This content is released under the MIT License.
+--]]
+
+
module(..., package.seeall)
require("apk")