From e3a2cf3a0fdf341387eeaa9ad06fefaa6b41df3a Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Wed, 14 Feb 2018 15:28:02 +0100 Subject: [PATCH] db.tuples[-docs]: update copyright headers --- basis/db/tuples/tuples-docs.factor | 1 + basis/db/tuples/tuples.factor | 1 + 2 files changed, 2 insertions(+) diff --git a/basis/db/tuples/tuples-docs.factor b/basis/db/tuples/tuples-docs.factor index bf467991f5..254e7fc282 100644 --- a/basis/db/tuples/tuples-docs.factor +++ b/basis/db/tuples/tuples-docs.factor @@ -1,4 +1,5 @@ ! Copyright (C) 2008 Doug Coleman. +! Copyright (C) 2018 Alexander Ilin. ! See http://factorcode.org/license.txt for BSD license. USING: classes help.markup help.syntax io.streams.string kernel quotations sequences strings math db.types db.tuples.private db ; diff --git a/basis/db/tuples/tuples.factor b/basis/db/tuples/tuples.factor index 015ec7a4d1..12f783711b 100644 --- a/basis/db/tuples/tuples.factor +++ b/basis/db/tuples/tuples.factor @@ -1,4 +1,5 @@ ! Copyright (C) 2008 Doug Coleman. +! Copyright (C) 2018 Alexander Ilin. ! See http://factorcode.org/license.txt for BSD license. USING: arrays assocs classes db kernel namespaces classes.tuple words sequences slots math accessors