From 575f4ced80428f7063a00c6957956d7160b6f31c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 31 Jan 2011 21:24:36 -0200 Subject: Adding license to ruby files --- lib/keyring.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'lib/keyring.rb') diff --git a/lib/keyring.rb b/lib/keyring.rb index d3e9260..d394f47 100644 --- a/lib/keyring.rb +++ b/lib/keyring.rb @@ -1,3 +1,23 @@ +#!/usr/bin/env ruby +# +# Keyringer secret management system. +# +# Copyright (C) 2011 Keyringer Development Team. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# + # internal requires $:.unshift File.dirname(__FILE__) require 'backend' -- cgit v1.2.3