From 5df05e0cf4f5dadf966736d7e8071c6e342bba12 Mon Sep 17 00:00:00 2001 From: Alex Chapman Date: Tue, 20 May 2008 12:01:14 +1000 Subject: [PATCH] housekeeping --- extra/bank/bank.factor | 2 ++ extra/morse/morse.factor | 2 +- extra/morse/summary.txt | 1 + extra/synth/authors.txt | 1 + extra/synth/buffers/authors.txt | 1 + extra/synth/example/authors.txt | 1 + extra/synth/example/example.factor | 2 ++ extra/synth/summary.txt | 1 + extra/synth/synth.factor | 2 ++ 9 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 extra/morse/summary.txt create mode 100644 extra/synth/authors.txt create mode 100644 extra/synth/buffers/authors.txt create mode 100644 extra/synth/example/authors.txt create mode 100644 extra/synth/summary.txt diff --git a/extra/bank/bank.factor b/extra/bank/bank.factor index abe3250ecf..a409c97815 100644 --- a/extra/bank/bank.factor +++ b/extra/bank/bank.factor @@ -1,3 +1,5 @@ +! Copyright (C) 2008 Alex Chapman +! See http://factorcode.org/license.txt for BSD license. USING: accessors calendar kernel math math.order money sequences ; IN: bank diff --git a/extra/morse/morse.factor b/extra/morse/morse.factor index 9c5cb4c72c..9d335896be 100644 --- a/extra/morse/morse.factor +++ b/extra/morse/morse.factor @@ -1,4 +1,4 @@ -! Copyright (C) 2007 Alex Chapman +! Copyright (C) 2007, 2008 Alex Chapman ! See http://factorcode.org/license.txt for BSD license. USING: accessors assocs combinators hashtables kernel lazy-lists math namespaces openal parser-combinators promises sequences strings symbols synth synth.buffers unicode.case ; IN: morse diff --git a/extra/morse/summary.txt b/extra/morse/summary.txt new file mode 100644 index 0000000000..2c1f091a9a --- /dev/null +++ b/extra/morse/summary.txt @@ -0,0 +1 @@ +Converts between text and morse code, and plays morse code. diff --git a/extra/synth/authors.txt b/extra/synth/authors.txt new file mode 100644 index 0000000000..e9c193bac7 --- /dev/null +++ b/extra/synth/authors.txt @@ -0,0 +1 @@ +Alex Chapman diff --git a/extra/synth/buffers/authors.txt b/extra/synth/buffers/authors.txt new file mode 100644 index 0000000000..e9c193bac7 --- /dev/null +++ b/extra/synth/buffers/authors.txt @@ -0,0 +1 @@ +Alex Chapman diff --git a/extra/synth/example/authors.txt b/extra/synth/example/authors.txt new file mode 100644 index 0000000000..e9c193bac7 --- /dev/null +++ b/extra/synth/example/authors.txt @@ -0,0 +1 @@ +Alex Chapman diff --git a/extra/synth/example/example.factor b/extra/synth/example/example.factor index dbad867ee6..3357c103ad 100644 --- a/extra/synth/example/example.factor +++ b/extra/synth/example/example.factor @@ -1,3 +1,5 @@ +! Copyright (C) 2008 Alex Chapman +! See http://factorcode.org/license.txt for BSD license. USING: accessors arrays kernel namespaces openal sequences synth synth.buffers ; IN: synth.example diff --git a/extra/synth/summary.txt b/extra/synth/summary.txt new file mode 100644 index 0000000000..ece589350d --- /dev/null +++ b/extra/synth/summary.txt @@ -0,0 +1 @@ +Simple sound synthesis using OpenAL. diff --git a/extra/synth/synth.factor b/extra/synth/synth.factor index 3f79ad5b40..be1e5943af 100644 --- a/extra/synth/synth.factor +++ b/extra/synth/synth.factor @@ -1,3 +1,5 @@ +! Copyright (C) 2008 Alex Chapman +! See http://factorcode.org/license.txt for BSD license. USING: accessors kernel locals math math.constants math.functions memoize openal synth.buffers sequences sequences.modified sequences.repeating ; IN: synth