From c25ea8c65f177fd8b8b0b75965914a887d8c1690 Mon Sep 17 00:00:00 2001 From: Denver Gingerich Date: Tue, 4 Apr 2017 18:55:36 +0000 Subject: [PATCH] add requisite copyright notice for a98b0f9 changes --- em_promise.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/em_promise.rb b/em_promise.rb index cdd84305de927652bd0b738c618348305e9ab4b3..ba45e660a949687043490db97a4130603b06894d 100644 --- a/em_promise.rb +++ b/em_promise.rb @@ -1,3 +1,22 @@ +#!/usr/bin/env ruby +# +# Copyright (C) 2017 Stephen Paul Weber +# +# This file is part of sgx-catapult. +# +# sgx-catapult 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 (at your option) any +# later version. +# +# sgx-catapult 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 sgx-catapult. If not, see . + require "eventmachine" require "promise"