diff --git a/src/backend/mediaaccessfacade.cpp b/src/backend/mediaaccessfacade.cpp index 9c86f82dc..f6a1b8305 100644 --- a/src/backend/mediaaccessfacade.cpp +++ b/src/backend/mediaaccessfacade.cpp @@ -2,7 +2,7 @@ MediaAccessFacade - functions for querying media file and channels. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/backend/mediaaccessfacade.hpp b/src/backend/mediaaccessfacade.hpp index faac58b63..d4c0e3a0d 100644 --- a/src/backend/mediaaccessfacade.hpp +++ b/src/backend/mediaaccessfacade.hpp @@ -2,7 +2,7 @@ MEDIAACCESSFACADE.hpp - functions for querying media file and channels. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/appconfig.hpp b/src/common/appconfig.hpp index 84ea317ec..a3b0e3191 100644 --- a/src/common/appconfig.hpp +++ b/src/common/appconfig.hpp @@ -3,6 +3,7 @@ Copyright (C) CinelerraCV 2007, Christian Thaeter + Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/cmdline.cpp b/src/common/cmdline.cpp index bc553f357..ef23743ca 100644 --- a/src/common/cmdline.cpp +++ b/src/common/cmdline.cpp @@ -2,7 +2,7 @@ Cmdline - abstraction of the usual commandline, a sequence of strings Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/cmdline.hpp b/src/common/cmdline.hpp index f05605b01..d2ea9e72b 100644 --- a/src/common/cmdline.hpp +++ b/src/common/cmdline.hpp @@ -2,7 +2,7 @@ CMDLINE.hpp - abstraction of the usual commandline, a sequence of strings Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/error.cpp b/src/common/error.cpp index 4c7b5b656..94f7ca3ed 100644 --- a/src/common/error.cpp +++ b/src/common/error.cpp @@ -2,7 +2,7 @@ Error - Cinelerra Exception Interface Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/error.hpp b/src/common/error.hpp index f89b0a80a..3251752df 100644 --- a/src/common/error.hpp +++ b/src/common/error.hpp @@ -2,7 +2,7 @@ ERROR.hpp - Cinelerra Exception Interface Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/factory.hpp b/src/common/factory.hpp index 691ba25db..8c96fd14c 100644 --- a/src/common/factory.hpp +++ b/src/common/factory.hpp @@ -2,7 +2,7 @@ FACTORY.hpp - template for object/smart-pointer factories Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/factorytest.cpp b/src/common/factorytest.cpp index 6c11cb45b..c9606da58 100644 --- a/src/common/factorytest.cpp +++ b/src/common/factorytest.cpp @@ -2,7 +2,7 @@ Factorytest - check basic workings of object/smart-pointer factory Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/multithread.hpp b/src/common/multithread.hpp index c4a070104..0dc79e7c2 100644 --- a/src/common/multithread.hpp +++ b/src/common/multithread.hpp @@ -3,6 +3,7 @@ Copyright (C) CinelerraCV 2007, Christian Thaeter + Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/singleton.hpp b/src/common/singleton.hpp index 28100784d..677b454d3 100644 --- a/src/common/singleton.hpp +++ b/src/common/singleton.hpp @@ -2,7 +2,7 @@ SINGLETON.hpp - configuration header for singleton factory Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/singletonfactory.hpp b/src/common/singletonfactory.hpp index b2143ef7a..4eb34f2c0 100644 --- a/src/common/singletonfactory.hpp +++ b/src/common/singletonfactory.hpp @@ -2,7 +2,7 @@ SINGLETONFACTORY.hpp - template for implementing the singleton pattern Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/singletonpolicies.hpp b/src/common/singletonpolicies.hpp index 3093d275d..3036efea5 100644 --- a/src/common/singletonpolicies.hpp +++ b/src/common/singletonpolicies.hpp @@ -2,7 +2,7 @@ SINGLETONPOLICIES.hpp - how to manage creation, lifecycle and multithreading Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/singletonpreconfigure.hpp b/src/common/singletonpreconfigure.hpp index 3ffa46c64..c7f08ae6a 100644 --- a/src/common/singletonpreconfigure.hpp +++ b/src/common/singletonpreconfigure.hpp @@ -2,7 +2,7 @@ SINGLETONPRECONFIGURE - declare the configuration of some Singleton types in advance Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -28,10 +28,10 @@ ** Dependency Manager, but for the moment using just some specialized Singleton ** type for some instances seems sufficient. ** - ** One Reason why one wants special Singleton behaviour is Testing: Without - ** altering the executable, for running some Tests we need to inject a Test Mock - ** in place of some Service Object, so we can verify the behaviour of the code - ** using this Service. For this, we mix cinelerra::test::MockInjector + ** One reason why one wants special Singleton behaviour is testing: Without + ** altering the executable, for running some tests we need to inject a Test Mock + ** in place of some service object, so we can verify the behaviour of the code + ** using this service. For this, we mix cinelerra::test::MockInjector ** into the actual Singleton type. ** ** @note we declare the specialisations into the target namespace diff --git a/src/common/test/mockinjector.hpp b/src/common/test/mockinjector.hpp index 2bd20f25a..8e567fe5d 100644 --- a/src/common/test/mockinjector.hpp +++ b/src/common/test/mockinjector.hpp @@ -2,7 +2,7 @@ MOCKINJECTOR.hpp - replacement singleton factory for injecting Test-Mock objects Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/test/suite.cpp b/src/common/test/suite.cpp index 8239141f6..cca65903f 100644 --- a/src/common/test/suite.cpp +++ b/src/common/test/suite.cpp @@ -2,7 +2,7 @@ Suite - helper class for running collections of tests Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/test/suite.hpp b/src/common/test/suite.hpp index acf9d270e..4e525a7cd 100644 --- a/src/common/test/suite.hpp +++ b/src/common/test/suite.hpp @@ -2,7 +2,7 @@ SUITE.hpp - helper class for running collections of tests Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/test/testoption.cpp b/src/common/test/testoption.cpp index 7fa0d7020..3e40a063c 100644 --- a/src/common/test/testoption.cpp +++ b/src/common/test/testoption.cpp @@ -2,7 +2,7 @@ Suite - helper class for running collections of tests Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/test/testoption.hpp b/src/common/test/testoption.hpp index ca50bebed..8b1a012d3 100644 --- a/src/common/test/testoption.hpp +++ b/src/common/test/testoption.hpp @@ -2,7 +2,7 @@ TESTOPTION.hpp - handle cmdline for invoking Testsuite Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/time.cpp b/src/common/time.cpp index c257070b7..12798a58d 100644 --- a/src/common/time.cpp +++ b/src/common/time.cpp @@ -2,7 +2,7 @@ Time - unified representation of a time point, including conversion functions Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/time.hpp b/src/common/time.hpp index 482f074c9..c0d832098 100644 --- a/src/common/time.hpp +++ b/src/common/time.hpp @@ -2,7 +2,7 @@ TIME.hpp - unified representation of a time point, including conversion functions Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/util.cpp b/src/common/util.cpp index 6adc93ab2..f80b5d2b6 100644 --- a/src/common/util.cpp +++ b/src/common/util.cpp @@ -2,7 +2,7 @@ util.cpp - helper functions implementation Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/util.hpp b/src/common/util.hpp index 4857382d6..0874f88e9 100644 --- a/src/common/util.hpp +++ b/src/common/util.hpp @@ -2,7 +2,7 @@ UTIL.hpp - collection of small helper functions used "everywhere" Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset.cpp b/src/proc/asset.cpp index 5ca25754e..5878936f0 100644 --- a/src/proc/asset.cpp +++ b/src/proc/asset.cpp @@ -2,7 +2,7 @@ Asset} - Superinterface: bookeeping view of "things" present in the session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset.hpp b/src/proc/asset.hpp index 4173cf31b..923fec6a8 100644 --- a/src/proc/asset.hpp +++ b/src/proc/asset.hpp @@ -2,7 +2,7 @@ ASSET.hpp - Superinterface: bookeeping view of "things" present in the session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/buildinstruct.cpp b/src/proc/asset/buildinstruct.cpp index b344d9ddf..de19c647e 100644 --- a/src/proc/asset/buildinstruct.cpp +++ b/src/proc/asset/buildinstruct.cpp @@ -2,7 +2,7 @@ BuildInstruct - Instructions for building some configuration of render nodes. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/buildinstruct.hpp b/src/proc/asset/buildinstruct.hpp index 5aef64eb4..0a0062e25 100644 --- a/src/proc/asset/buildinstruct.hpp +++ b/src/proc/asset/buildinstruct.hpp @@ -2,7 +2,7 @@ BUILDINSTRUCT.hpp - Instructions for building some configuration of render nodes. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/category.cpp b/src/proc/asset/category.cpp index 2e07c8b3a..41f6e1c03 100644 --- a/src/proc/asset/category.cpp +++ b/src/proc/asset/category.cpp @@ -2,7 +2,7 @@ Category - tree like classification of Assets Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/category.hpp b/src/proc/asset/category.hpp index 6b36e467b..b70f34943 100644 --- a/src/proc/asset/category.hpp +++ b/src/proc/asset/category.hpp @@ -2,7 +2,7 @@ CATEGORY.hpp - tree like classification of Assets Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/clip.cpp b/src/proc/asset/clip.cpp index 1fee2b091..38e78e59a 100644 --- a/src/proc/asset/clip.cpp +++ b/src/proc/asset/clip.cpp @@ -2,7 +2,7 @@ Clip(Asset) - bookkeeping (asset) view of a media clip. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/clip.hpp b/src/proc/asset/clip.hpp index 142f73fdc..47f6e2860 100644 --- a/src/proc/asset/clip.hpp +++ b/src/proc/asset/clip.hpp @@ -2,7 +2,7 @@ CLIP.hpp - bookkeeping (asset) view of a media clip. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/codec.cpp b/src/proc/asset/codec.cpp index d7fdac062..ecfcb0313 100644 --- a/src/proc/asset/codec.cpp +++ b/src/proc/asset/codec.cpp @@ -2,7 +2,7 @@ Codec(Asset) - description of some media data decoder or encoder facility Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/codec.hpp b/src/proc/asset/codec.hpp index 8da2ff3bd..890eaa422 100644 --- a/src/proc/asset/codec.hpp +++ b/src/proc/asset/codec.hpp @@ -2,7 +2,7 @@ CODEC.hpp - description of some media data decoder or encoder facility Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/compoundmedia.cpp b/src/proc/asset/compoundmedia.cpp index 5cabaee22..8b53c97e8 100644 --- a/src/proc/asset/compoundmedia.cpp +++ b/src/proc/asset/compoundmedia.cpp @@ -2,7 +2,7 @@ CompoundMedia - multichannel media Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/compoundmedia.hpp b/src/proc/asset/compoundmedia.hpp index 9e2b64d7e..0e7b0bd97 100644 --- a/src/proc/asset/compoundmedia.hpp +++ b/src/proc/asset/compoundmedia.hpp @@ -2,7 +2,7 @@ COMPOUNDMEDIA.hpp - multichannel media Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/dataset.cpp b/src/proc/asset/dataset.cpp index 50e8e08ae..7b1ddf997 100644 --- a/src/proc/asset/dataset.cpp +++ b/src/proc/asset/dataset.cpp @@ -2,7 +2,7 @@ Dataset - meta asset describing a collection of control data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/dataset.hpp b/src/proc/asset/dataset.hpp index 1d85c39e0..8ce580cbe 100644 --- a/src/proc/asset/dataset.hpp +++ b/src/proc/asset/dataset.hpp @@ -2,7 +2,7 @@ DATASET.hpp - meta asset describing a collection of control data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/db.hpp b/src/proc/asset/db.hpp index c0ba4b19f..8f228d01b 100644 --- a/src/proc/asset/db.hpp +++ b/src/proc/asset/db.hpp @@ -2,7 +2,7 @@ DB.hpp - registry holding known Asset instances. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/effect.cpp b/src/proc/asset/effect.cpp index 283bef53a..7ff288876 100644 --- a/src/proc/asset/effect.cpp +++ b/src/proc/asset/effect.cpp @@ -2,7 +2,7 @@ Effect(Asset) - Effect or media processing component Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/effect.hpp b/src/proc/asset/effect.hpp index 78ac66837..78c990c98 100644 --- a/src/proc/asset/effect.hpp +++ b/src/proc/asset/effect.hpp @@ -2,7 +2,7 @@ EFFECT.hpp - Effect or media processing component Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/media.cpp b/src/proc/asset/media.cpp index 05f4417ad..7f5206836 100644 --- a/src/proc/asset/media.cpp +++ b/src/proc/asset/media.cpp @@ -2,7 +2,7 @@ Media(Asset) - key abstraction: media-like assets Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/media.hpp b/src/proc/asset/media.hpp index 3ba17ec52..9c1a85627 100644 --- a/src/proc/asset/media.hpp +++ b/src/proc/asset/media.hpp @@ -2,7 +2,7 @@ MEDIA.hpp - key abstraction: media-like assets Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/meta.cpp b/src/proc/asset/meta.cpp index be2382f1f..0395d3ea8 100644 --- a/src/proc/asset/meta.cpp +++ b/src/proc/asset/meta.cpp @@ -2,7 +2,7 @@ Meta(Asset) - key abstraction: metadata and organisational asset Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/meta.hpp b/src/proc/asset/meta.hpp index 21715fe0f..e1b2f48fc 100644 --- a/src/proc/asset/meta.hpp +++ b/src/proc/asset/meta.hpp @@ -2,7 +2,7 @@ META.hpp - key abstraction: metadata and organisational asset Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/outport.cpp b/src/proc/asset/outport.cpp index 50e993ec9..c0a228319 100644 --- a/src/proc/asset/outport.cpp +++ b/src/proc/asset/outport.cpp @@ -2,7 +2,7 @@ OutPort - structural asset corresponding to some port generating media output Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/outport.hpp b/src/proc/asset/outport.hpp index e589a9f05..c0afd059d 100644 --- a/src/proc/asset/outport.hpp +++ b/src/proc/asset/outport.hpp @@ -2,7 +2,7 @@ OUTPORT.hpp - structural asset corresponding to some port generating media output Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/preview.cpp b/src/proc/asset/preview.cpp index e2a920d57..888681f35 100644 --- a/src/proc/asset/preview.cpp +++ b/src/proc/asset/preview.cpp @@ -2,7 +2,7 @@ Preview(Asset) - alternative version of the media data, probably with lower resolution Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/preview.hpp b/src/proc/asset/preview.hpp index 462e9149d..2a8c3c8a3 100644 --- a/src/proc/asset/preview.hpp +++ b/src/proc/asset/preview.hpp @@ -2,7 +2,7 @@ PREVIEW.hpp - alternative version of the media data, probably with lower resolution Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/proc.cpp b/src/proc/asset/proc.cpp index 7f66edcca..cff302a24 100644 --- a/src/proc/asset/proc.cpp +++ b/src/proc/asset/proc.cpp @@ -2,7 +2,7 @@ Proc(Asset) - key abstraction: media-like assets Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/proc.hpp b/src/proc/asset/proc.hpp index 0c201705b..fb9d2f494 100644 --- a/src/proc/asset/proc.hpp +++ b/src/proc/asset/proc.hpp @@ -2,7 +2,7 @@ PROC.hpp - key abstraction: media-like assets Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/procpatt.cpp b/src/proc/asset/procpatt.cpp index e1404e028..eebed7fad 100644 --- a/src/proc/asset/procpatt.cpp +++ b/src/proc/asset/procpatt.cpp @@ -2,7 +2,7 @@ ProcPatt - template for building some render processing network Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/procpatt.hpp b/src/proc/asset/procpatt.hpp index 9cf9db9d7..77ea5cd26 100644 --- a/src/proc/asset/procpatt.hpp +++ b/src/proc/asset/procpatt.hpp @@ -2,7 +2,7 @@ PROCPATT.hpp - template for building some render processing network Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/struct.cpp b/src/proc/asset/struct.cpp index 8af2b2e94..069830c27 100644 --- a/src/proc/asset/struct.cpp +++ b/src/proc/asset/struct.cpp @@ -2,7 +2,7 @@ Struct(Asset) - key abstraction: structural asset Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/struct.hpp b/src/proc/asset/struct.hpp index dd1b635aa..33d329979 100644 --- a/src/proc/asset/struct.hpp +++ b/src/proc/asset/struct.hpp @@ -2,7 +2,7 @@ STRUCT.hpp - key abstraction: structural asset Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/track.cpp b/src/proc/asset/track.cpp index 1f9a4f03a..d7b9b8feb 100644 --- a/src/proc/asset/track.cpp +++ b/src/proc/asset/track.cpp @@ -2,7 +2,7 @@ Track - structural asset holding the configuration of a track in the EDL Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/track.hpp b/src/proc/asset/track.hpp index baece5d4e..6a7aa04e3 100644 --- a/src/proc/asset/track.hpp +++ b/src/proc/asset/track.hpp @@ -2,7 +2,7 @@ TRACK.hpp - structural asset holding the configuration of a track in the EDL Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/unknown.cpp b/src/proc/asset/unknown.cpp index 48194d878..57da632df 100644 --- a/src/proc/asset/unknown.cpp +++ b/src/proc/asset/unknown.cpp @@ -2,7 +2,7 @@ Unknown - placeholder for unknown or unavailable media source Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/asset/unknown.hpp b/src/proc/asset/unknown.hpp index ce89daa90..8f11518b4 100644 --- a/src/proc/asset/unknown.hpp +++ b/src/proc/asset/unknown.hpp @@ -2,7 +2,7 @@ UNKNOWN.hpp - placeholder for unknown or unavailable media source Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/assetmanager.cpp b/src/proc/assetmanager.cpp index c59354cf2..90ddaca35 100644 --- a/src/proc/assetmanager.cpp +++ b/src/proc/assetmanager.cpp @@ -2,7 +2,7 @@ AssetManager - Facade for the Asset subsystem Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/assetmanager.hpp b/src/proc/assetmanager.hpp index 71988cd0d..aaf5910dd 100644 --- a/src/proc/assetmanager.hpp +++ b/src/proc/assetmanager.hpp @@ -2,7 +2,7 @@ ASSETMANAGER.hpp - Facade for the Asset subsystem Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/controllerfacade.cpp b/src/proc/controllerfacade.cpp index 92dca2864..52ce4889e 100644 --- a/src/proc/controllerfacade.cpp +++ b/src/proc/controllerfacade.cpp @@ -2,7 +2,7 @@ ControllerFacade - Facade and service access point for the Proc Layer Controller Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/controllerfacade.hpp b/src/proc/controllerfacade.hpp index 1d32d9488..7fd07a8aa 100644 --- a/src/proc/controllerfacade.hpp +++ b/src/proc/controllerfacade.hpp @@ -2,7 +2,7 @@ CONTROLLERFACADE.hpp - Facade and service access point for the Proc Layer Controller Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/aframe.cpp b/src/proc/engine/aframe.cpp index 53109fffd..067feaf5b 100644 --- a/src/proc/engine/aframe.cpp +++ b/src/proc/engine/aframe.cpp @@ -2,7 +2,7 @@ AFrame - buffer holding a Audio samples for the render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/aframe.hpp b/src/proc/engine/aframe.hpp index 37e920e6f..234bce578 100644 --- a/src/proc/engine/aframe.hpp +++ b/src/proc/engine/aframe.hpp @@ -2,7 +2,7 @@ AFRAME.hpp - buffer holding a Audio samples for the render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/arender.cpp b/src/proc/engine/arender.cpp index 95db74706..e9fbc4897 100644 --- a/src/proc/engine/arender.cpp +++ b/src/proc/engine/arender.cpp @@ -2,7 +2,7 @@ ARender - Representation of a Audio Render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/arender.hpp b/src/proc/engine/arender.hpp index 0ac62282e..98c929c7a 100644 --- a/src/proc/engine/arender.hpp +++ b/src/proc/engine/arender.hpp @@ -2,7 +2,7 @@ ARENDER.hpp - Representation of a Audio Render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/codecadapter.cpp b/src/proc/engine/codecadapter.cpp index 104008d2a..28ce9317e 100644 --- a/src/proc/engine/codecadapter.cpp +++ b/src/proc/engine/codecadapter.cpp @@ -2,7 +2,7 @@ CodecAdapter - Processing Node for (de)coding media data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/codecadapter.hpp b/src/proc/engine/codecadapter.hpp index a82692697..e6d1eec02 100644 --- a/src/proc/engine/codecadapter.hpp +++ b/src/proc/engine/codecadapter.hpp @@ -2,7 +2,7 @@ CODECADAPTER.hpp - Processing Node for (de)coding media data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/exitnode.cpp b/src/proc/engine/exitnode.cpp index f0ecaae36..7f1539af2 100644 --- a/src/proc/engine/exitnode.cpp +++ b/src/proc/engine/exitnode.cpp @@ -2,7 +2,7 @@ ExitNode - special Processing Node providing "pullable" output Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/exitnode.hpp b/src/proc/engine/exitnode.hpp index 43d26756b..e0b7ffc2e 100644 --- a/src/proc/engine/exitnode.hpp +++ b/src/proc/engine/exitnode.hpp @@ -2,7 +2,7 @@ EXITNODE.hpp - special Processing Node providing "pullable" output Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/glbuf.cpp b/src/proc/engine/glbuf.cpp index 856fea223..d383174ae 100644 --- a/src/proc/engine/glbuf.cpp +++ b/src/proc/engine/glbuf.cpp @@ -2,7 +2,7 @@ GLBuf - a buffer and render process holding a Video frame for OpenGL rendering Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/glbuf.hpp b/src/proc/engine/glbuf.hpp index d48da3985..59735595e 100644 --- a/src/proc/engine/glbuf.hpp +++ b/src/proc/engine/glbuf.hpp @@ -2,7 +2,7 @@ GLBUF.hpp - a buffer and render process holding a Video frame for OpenGL rendering Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/glpipe.cpp b/src/proc/engine/glpipe.cpp index 8abd008a9..41139b7cd 100644 --- a/src/proc/engine/glpipe.cpp +++ b/src/proc/engine/glpipe.cpp @@ -2,7 +2,7 @@ GLPipe - specialized connection element for handling OpenGL implementation details Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/glpipe.hpp b/src/proc/engine/glpipe.hpp index 06f21474f..b0c2c66f0 100644 --- a/src/proc/engine/glpipe.hpp +++ b/src/proc/engine/glpipe.hpp @@ -2,7 +2,7 @@ GLPIPE.hpp - specialized connection element for handling OpenGL implementation details Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/glrender.cpp b/src/proc/engine/glrender.cpp index e27899935..a15a369e7 100644 --- a/src/proc/engine/glrender.cpp +++ b/src/proc/engine/glrender.cpp @@ -2,7 +2,7 @@ GLRender - Representation of a OpenGL accellerated Video render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/glrender.hpp b/src/proc/engine/glrender.hpp index a0eb79c4e..99af3fb5a 100644 --- a/src/proc/engine/glrender.hpp +++ b/src/proc/engine/glrender.hpp @@ -2,7 +2,7 @@ GLRENDER.hpp - Representation of a OpenGL accellerated Video render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/hub.cpp b/src/proc/engine/hub.cpp index 14c847aed..30a4b62fa 100644 --- a/src/proc/engine/hub.cpp +++ b/src/proc/engine/hub.cpp @@ -2,7 +2,7 @@ Hub - special ProcNode used to build data distributing connections Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/hub.hpp b/src/proc/engine/hub.hpp index d7961db36..161e8bfd8 100644 --- a/src/proc/engine/hub.hpp +++ b/src/proc/engine/hub.hpp @@ -2,7 +2,7 @@ HUB.hpp - special ProcNode used to build data distributing connections Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/link.cpp b/src/proc/engine/link.cpp index b447accbd..089ca35c5 100644 --- a/src/proc/engine/link.cpp +++ b/src/proc/engine/link.cpp @@ -2,7 +2,7 @@ Link - forwarding, adapting or connecting ProcNode Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/link.hpp b/src/proc/engine/link.hpp index 42127f86c..78accf220 100644 --- a/src/proc/engine/link.hpp +++ b/src/proc/engine/link.hpp @@ -2,7 +2,7 @@ LINK.hpp - forwarding, adapting or connecting ProcNode Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/mask.cpp b/src/proc/engine/mask.cpp index b1b292557..8f0b61156 100644 --- a/src/proc/engine/mask.cpp +++ b/src/proc/engine/mask.cpp @@ -2,7 +2,7 @@ Mask - Video ProcNode for masking regions of the image (automatable) Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/mask.hpp b/src/proc/engine/mask.hpp index 89fc22af0..2bbcedd14 100644 --- a/src/proc/engine/mask.hpp +++ b/src/proc/engine/mask.hpp @@ -2,7 +2,7 @@ MASK.hpp - Video ProcNode for masking regions of the image (automatable) Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/pluginadapter.cpp b/src/proc/engine/pluginadapter.cpp index 909271133..9d9f9c621 100644 --- a/src/proc/engine/pluginadapter.cpp +++ b/src/proc/engine/pluginadapter.cpp @@ -2,7 +2,7 @@ PluginAdapter - Adapter for integrating various Effect processors in the render pipeline Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/pluginadapter.hpp b/src/proc/engine/pluginadapter.hpp index 8c0a850a7..cfbd0ac78 100644 --- a/src/proc/engine/pluginadapter.hpp +++ b/src/proc/engine/pluginadapter.hpp @@ -2,7 +2,7 @@ PLUGINADAPTER.hpp - Adapter for integrating various Effect processors in the render pipeline Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/processor.cpp b/src/proc/engine/processor.cpp index a81589342..4db2f793e 100644 --- a/src/proc/engine/processor.cpp +++ b/src/proc/engine/processor.cpp @@ -2,7 +2,7 @@ Processor - a single render pipeline for one segment of the timeline Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/processor.hpp b/src/proc/engine/processor.hpp index 0794d7285..2856fec3d 100644 --- a/src/proc/engine/processor.hpp +++ b/src/proc/engine/processor.hpp @@ -2,7 +2,7 @@ PROCESSOR.hpp - a single render pipeline for one segment of the timeline Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/procnode.cpp b/src/proc/engine/procnode.cpp index 81a1dd22d..0e7af64ca 100644 --- a/src/proc/engine/procnode.cpp +++ b/src/proc/engine/procnode.cpp @@ -2,7 +2,7 @@ ProcNode - Key abstraction of the Render Engine: a Processing Node Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/procnode.hpp b/src/proc/engine/procnode.hpp index dbf983f3c..9fe4a053d 100644 --- a/src/proc/engine/procnode.hpp +++ b/src/proc/engine/procnode.hpp @@ -2,7 +2,7 @@ PROCNODE.hpp - Key abstraction of the Render Engine: a Processing Node Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/projector.cpp b/src/proc/engine/projector.cpp index 15eef8c8a..38d44631d 100644 --- a/src/proc/engine/projector.cpp +++ b/src/proc/engine/projector.cpp @@ -2,7 +2,7 @@ Projector - video ProcNode for scaling and translating image data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/projector.hpp b/src/proc/engine/projector.hpp index 881a988b1..fa60a30d8 100644 --- a/src/proc/engine/projector.hpp +++ b/src/proc/engine/projector.hpp @@ -2,7 +2,7 @@ PROJECTOR.hpp - video ProcNode for scaling and translating image data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/renderengine.cpp b/src/proc/engine/renderengine.cpp index 50ba3b68b..23afb432a 100644 --- a/src/proc/engine/renderengine.cpp +++ b/src/proc/engine/renderengine.cpp @@ -2,7 +2,7 @@ RenderEngine - a complete network of processing nodes usable for rendering Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/renderengine.hpp b/src/proc/engine/renderengine.hpp index a05a1f596..10a6e80e3 100644 --- a/src/proc/engine/renderengine.hpp +++ b/src/proc/engine/renderengine.hpp @@ -2,7 +2,7 @@ RENDERENGINE.hpp - a complete network of processing nodes usable for rendering Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/source.cpp b/src/proc/engine/source.cpp index 801da289e..dec53e998 100644 --- a/src/proc/engine/source.cpp +++ b/src/proc/engine/source.cpp @@ -2,7 +2,7 @@ Source - Representation of a Media source Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/source.hpp b/src/proc/engine/source.hpp index 9241b7998..e8a6063cc 100644 --- a/src/proc/engine/source.hpp +++ b/src/proc/engine/source.hpp @@ -2,7 +2,7 @@ SOURCE.hpp - Representation of a Media source Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/trafo.cpp b/src/proc/engine/trafo.cpp index c570e999e..ab96fae91 100644 --- a/src/proc/engine/trafo.cpp +++ b/src/proc/engine/trafo.cpp @@ -2,7 +2,7 @@ Trafo - transforming processing Node Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/trafo.hpp b/src/proc/engine/trafo.hpp index 6aa327beb..7367415ea 100644 --- a/src/proc/engine/trafo.hpp +++ b/src/proc/engine/trafo.hpp @@ -2,7 +2,7 @@ TRAFO.hpp - transforming processing Node Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/vframe.cpp b/src/proc/engine/vframe.cpp index 9fe88d7a1..d96b1a07c 100644 --- a/src/proc/engine/vframe.cpp +++ b/src/proc/engine/vframe.cpp @@ -2,7 +2,7 @@ VFrame - a buffer holding a Video frame for the render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/vframe.hpp b/src/proc/engine/vframe.hpp index 350b7d26a..ebd400dfc 100644 --- a/src/proc/engine/vframe.hpp +++ b/src/proc/engine/vframe.hpp @@ -2,7 +2,7 @@ VFRAME.hpp - a buffer holding a Video frame for the render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/vrender.cpp b/src/proc/engine/vrender.cpp index 1fbd6b6b3..5b13999d0 100644 --- a/src/proc/engine/vrender.cpp +++ b/src/proc/engine/vrender.cpp @@ -2,7 +2,7 @@ VRender - Representation of a Video render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/engine/vrender.hpp b/src/proc/engine/vrender.hpp index 5a9f16179..f47e40ca9 100644 --- a/src/proc/engine/vrender.hpp +++ b/src/proc/engine/vrender.hpp @@ -2,7 +2,7 @@ VRENDER.hpp - Representation of a Video render process Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/frame.cpp b/src/proc/frame.cpp index 9443b46e7..8cc62841a 100644 --- a/src/proc/frame.cpp +++ b/src/proc/frame.cpp @@ -2,7 +2,7 @@ Frame - Key Abstraction: render process and buffer holding frame data. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/frame.hpp b/src/proc/frame.hpp index 072f57a2d..5072ca00b 100644 --- a/src/proc/frame.hpp +++ b/src/proc/frame.hpp @@ -2,7 +2,7 @@ FRAME.hpp - Key Abstraction: render process and buffer holding frame data. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/buildable.cpp b/src/proc/mobject/buildable.cpp index 1b9d335de..9f11ef017 100644 --- a/src/proc/mobject/buildable.cpp +++ b/src/proc/mobject/buildable.cpp @@ -2,7 +2,7 @@ Buildable - marker interface denoting any MObject able to be treated by Tools Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/buildable.hpp b/src/proc/mobject/buildable.hpp index 145c3496b..17c6ad0ff 100644 --- a/src/proc/mobject/buildable.hpp +++ b/src/proc/mobject/buildable.hpp @@ -2,7 +2,7 @@ BUILDABLE.hpp - marker interface denoting any (M)Object able to be treated by Tools Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/assembler.cpp b/src/proc/mobject/builder/assembler.cpp index 1be4f8957..c20850012 100644 --- a/src/proc/mobject/builder/assembler.cpp +++ b/src/proc/mobject/builder/assembler.cpp @@ -2,7 +2,7 @@ Assembler - building facility (implementation of the build process) Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/assembler.hpp b/src/proc/mobject/builder/assembler.hpp index 238071f79..7f3a70a14 100644 --- a/src/proc/mobject/builder/assembler.hpp +++ b/src/proc/mobject/builder/assembler.hpp @@ -2,7 +2,7 @@ ASSEMBLER.hpp - building facility (implementation of the build process) Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/conmanager.cpp b/src/proc/mobject/builder/conmanager.cpp index c159c24e8..15b6def9c 100644 --- a/src/proc/mobject/builder/conmanager.cpp +++ b/src/proc/mobject/builder/conmanager.cpp @@ -2,7 +2,7 @@ ConManager - manages the creation of additional ProcNode connections for the Renderengine Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/conmanager.hpp b/src/proc/mobject/builder/conmanager.hpp index bd390e96b..d59e53d48 100644 --- a/src/proc/mobject/builder/conmanager.hpp +++ b/src/proc/mobject/builder/conmanager.hpp @@ -2,7 +2,7 @@ CONMANAGER.hpp - manages the creation of additional ProcNode connections for the Renderengine Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/nodecreatertool.cpp b/src/proc/mobject/builder/nodecreatertool.cpp index 81f0281b5..adecc6ebd 100644 --- a/src/proc/mobject/builder/nodecreatertool.cpp +++ b/src/proc/mobject/builder/nodecreatertool.cpp @@ -2,7 +2,7 @@ NodeCreaterTool - central Tool implementing the Renderengine building Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/nodecreatertool.hpp b/src/proc/mobject/builder/nodecreatertool.hpp index ea1c5f26d..b4aa19297 100644 --- a/src/proc/mobject/builder/nodecreatertool.hpp +++ b/src/proc/mobject/builder/nodecreatertool.hpp @@ -2,7 +2,7 @@ NODECREATERTOOL.hpp - central Tool implementing the Renderengine building Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/segmentationtool.cpp b/src/proc/mobject/builder/segmentationtool.cpp index 65965fec4..0ede72ecd 100644 --- a/src/proc/mobject/builder/segmentationtool.cpp +++ b/src/proc/mobject/builder/segmentationtool.cpp @@ -2,7 +2,7 @@ SegmentationTool - Tool for creating a partitioning of the current timeline Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/segmentationtool.hpp b/src/proc/mobject/builder/segmentationtool.hpp index 5f666ea78..0a58276ef 100644 --- a/src/proc/mobject/builder/segmentationtool.hpp +++ b/src/proc/mobject/builder/segmentationtool.hpp @@ -2,7 +2,7 @@ SEGMENTATIONTOOL.hpp - Tool for creating a partitioning of the current timeline Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/tool.cpp b/src/proc/mobject/builder/tool.cpp index 784692485..2afbfd2f4 100644 --- a/src/proc/mobject/builder/tool.cpp +++ b/src/proc/mobject/builder/tool.cpp @@ -2,7 +2,7 @@ Tool - Interface, any tool for processing MObjects Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/tool.hpp b/src/proc/mobject/builder/tool.hpp index e6ca43f07..0d158c2fb 100644 --- a/src/proc/mobject/builder/tool.hpp +++ b/src/proc/mobject/builder/tool.hpp @@ -2,7 +2,7 @@ TOOL.hpp - Interface, any tool for processing MObjects Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/toolfactory.cpp b/src/proc/mobject/builder/toolfactory.cpp index 1297d15b4..6601162e3 100644 --- a/src/proc/mobject/builder/toolfactory.cpp +++ b/src/proc/mobject/builder/toolfactory.cpp @@ -2,7 +2,7 @@ ToolFactory - supply of Tool implementations for the Builder Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builder/toolfactory.hpp b/src/proc/mobject/builder/toolfactory.hpp index 65c74913e..65b1a1eb2 100644 --- a/src/proc/mobject/builder/toolfactory.hpp +++ b/src/proc/mobject/builder/toolfactory.hpp @@ -2,7 +2,7 @@ TOOLFACTORY.hpp - supply of Tool implementations for the Builder Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builderfacade.cpp b/src/proc/mobject/builderfacade.cpp index 6113ad857..8ebed9d08 100644 --- a/src/proc/mobject/builderfacade.cpp +++ b/src/proc/mobject/builderfacade.cpp @@ -2,7 +2,7 @@ BuilderFacade - Facade and service access point for the Builder Subsystem Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/builderfacade.hpp b/src/proc/mobject/builderfacade.hpp index 72c884e20..c0b8398e1 100644 --- a/src/proc/mobject/builderfacade.hpp +++ b/src/proc/mobject/builderfacade.hpp @@ -2,7 +2,7 @@ BUILDERFACADE.hpp - Facade and service access point for the Builder Subsystem Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/controller/pathmanager.cpp b/src/proc/mobject/controller/pathmanager.cpp index 674fb6847..b197784a6 100644 --- a/src/proc/mobject/controller/pathmanager.cpp +++ b/src/proc/mobject/controller/pathmanager.cpp @@ -2,7 +2,7 @@ PathManager - Manager for deciding the actual render strategy Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/controller/pathmanager.hpp b/src/proc/mobject/controller/pathmanager.hpp index 786297360..fecc36021 100644 --- a/src/proc/mobject/controller/pathmanager.hpp +++ b/src/proc/mobject/controller/pathmanager.hpp @@ -2,7 +2,7 @@ PATHMANAGER.hpp - Manager for deciding the actual render strategy Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/controller/renderstate.cpp b/src/proc/mobject/controller/renderstate.cpp index 5a1c52e7b..f1db1dfbb 100644 --- a/src/proc/mobject/controller/renderstate.cpp +++ b/src/proc/mobject/controller/renderstate.cpp @@ -2,7 +2,7 @@ RenderState - renderengine state manager Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/controller/renderstate.hpp b/src/proc/mobject/controller/renderstate.hpp index b9cf195e0..c73b3c647 100644 --- a/src/proc/mobject/controller/renderstate.hpp +++ b/src/proc/mobject/controller/renderstate.hpp @@ -2,7 +2,7 @@ RENDERSTATE.hpp - renderengine state manager Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/explicitplacement.hpp b/src/proc/mobject/explicitplacement.hpp index 1200feef7..416b1d4f1 100644 --- a/src/proc/mobject/explicitplacement.hpp +++ b/src/proc/mobject/explicitplacement.hpp @@ -2,7 +2,7 @@ EXPLICITPLACEMENT.hpp - special Placement yielding an absolute location (Time,Track) for a MObject Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/interpolator.cpp b/src/proc/mobject/interpolator.cpp index 36bf6e8c3..3767770ca 100644 --- a/src/proc/mobject/interpolator.cpp +++ b/src/proc/mobject/interpolator.cpp @@ -2,7 +2,7 @@ Interpolator - denotes a facility to get (continuously interpolated) parameter values Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/interpolator.hpp b/src/proc/mobject/interpolator.hpp index 7c1c4e9cb..7ff3e371a 100644 --- a/src/proc/mobject/interpolator.hpp +++ b/src/proc/mobject/interpolator.hpp @@ -2,7 +2,7 @@ INTERPOLATOR.hpp - denotes a facility to get (continuously interpolated) parameter values Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/mobject.cpp b/src/proc/mobject/mobject.cpp index 6b775d206..e8692abf7 100644 --- a/src/proc/mobject/mobject.cpp +++ b/src/proc/mobject/mobject.cpp @@ -2,7 +2,7 @@ MObject - Key Abstraction: A Media Object in the Session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/mobject.hpp b/src/proc/mobject/mobject.hpp index f3b791f53..49110b9ac 100644 --- a/src/proc/mobject/mobject.hpp +++ b/src/proc/mobject/mobject.hpp @@ -2,7 +2,7 @@ MOBJECT.hpp - Key Abstraction: A Media Object in the Session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/parameter.cpp b/src/proc/mobject/parameter.cpp index 93345f05a..b603a2055 100644 --- a/src/proc/mobject/parameter.cpp +++ b/src/proc/mobject/parameter.cpp @@ -2,7 +2,7 @@ Parameter - representation of an automatable effect/plugin parameter Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/parameter.hpp b/src/proc/mobject/parameter.hpp index 59832fa26..da75bb48e 100644 --- a/src/proc/mobject/parameter.hpp +++ b/src/proc/mobject/parameter.hpp @@ -2,7 +2,7 @@ PARAMETER.hpp - representation of an automatable effect/plugin parameter Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/paramprovider.cpp b/src/proc/mobject/paramprovider.cpp index d90c91493..e9a6b26ce 100644 --- a/src/proc/mobject/paramprovider.cpp +++ b/src/proc/mobject/paramprovider.cpp @@ -2,7 +2,7 @@ ParamProvider - interface denoting a source for actual Parameter values Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/paramprovider.hpp b/src/proc/mobject/paramprovider.hpp index 4ac155e81..9057167be 100644 --- a/src/proc/mobject/paramprovider.hpp +++ b/src/proc/mobject/paramprovider.hpp @@ -2,7 +2,7 @@ PARAMPROVIDER.hpp - interface denoting a source for actual Parameter values Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/placement.cpp b/src/proc/mobject/placement.cpp index 6a6203226..7929a7a6f 100644 --- a/src/proc/mobject/placement.cpp +++ b/src/proc/mobject/placement.cpp @@ -2,7 +2,7 @@ Placement - Key Abstraction: a way to place and locate a Media Object Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/placement.hpp b/src/proc/mobject/placement.hpp index e1f1e48c6..ebca6436d 100644 --- a/src/proc/mobject/placement.hpp +++ b/src/proc/mobject/placement.hpp @@ -2,7 +2,7 @@ PLACEMENT.hpp - Key Abstraction: a way to place and locate a Media Object Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session.hpp b/src/proc/mobject/session.hpp index 6bbe665f5..c61bc938a 100644 --- a/src/proc/mobject/session.hpp +++ b/src/proc/mobject/session.hpp @@ -2,7 +2,7 @@ SESSION.hpp - holds the complete session to be edited by the user Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/abstractmo.cpp b/src/proc/mobject/session/abstractmo.cpp index b2ec01b0f..8316ae5d9 100644 --- a/src/proc/mobject/session/abstractmo.cpp +++ b/src/proc/mobject/session/abstractmo.cpp @@ -2,7 +2,7 @@ AbstractMO - abstract base class for all Media Objects Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/abstractmo.hpp b/src/proc/mobject/session/abstractmo.hpp index d98bfd324..ee73228a4 100644 --- a/src/proc/mobject/session/abstractmo.hpp +++ b/src/proc/mobject/session/abstractmo.hpp @@ -2,7 +2,7 @@ ABSTRACTMO.hpp - abstract base class for all Media Objects Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/allocation.cpp b/src/proc/mobject/session/allocation.cpp index a8082cdef..0b070a9be 100644 --- a/src/proc/mobject/session/allocation.cpp +++ b/src/proc/mobject/session/allocation.cpp @@ -2,7 +2,7 @@ Allocation - objective to place a MObject in a specific way Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/allocation.hpp b/src/proc/mobject/session/allocation.hpp index dc8cd5191..95a5b9a01 100644 --- a/src/proc/mobject/session/allocation.hpp +++ b/src/proc/mobject/session/allocation.hpp @@ -2,7 +2,7 @@ ALLOCATION.hpp - objective to place a MObject in a specific way Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/auto.cpp b/src/proc/mobject/session/auto.cpp index 2911b39f1..6e046260b 100644 --- a/src/proc/mobject/session/auto.cpp +++ b/src/proc/mobject/session/auto.cpp @@ -2,7 +2,7 @@ Auto - Media Object holding automation data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/auto.hpp b/src/proc/mobject/session/auto.hpp index 2bc12e8ae..d0b54cad6 100644 --- a/src/proc/mobject/session/auto.hpp +++ b/src/proc/mobject/session/auto.hpp @@ -2,7 +2,7 @@ AUTO.hpp - Media Object holding automation data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/clip.cpp b/src/proc/mobject/session/clip.cpp index 0ce3894ae..7ea375173 100644 --- a/src/proc/mobject/session/clip.cpp +++ b/src/proc/mobject/session/clip.cpp @@ -2,7 +2,7 @@ Clip - a Media Clip Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/clip.hpp b/src/proc/mobject/session/clip.hpp index a4e0c7271..fd6748b0f 100644 --- a/src/proc/mobject/session/clip.hpp +++ b/src/proc/mobject/session/clip.hpp @@ -2,7 +2,7 @@ CLIP.hpp - a Media Clip Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/compoundclip.cpp b/src/proc/mobject/session/compoundclip.cpp index e5bea5744..68694e136 100644 --- a/src/proc/mobject/session/compoundclip.cpp +++ b/src/proc/mobject/session/compoundclip.cpp @@ -2,7 +2,7 @@ CompoundClip - compound of several clips (multichannel) Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/compoundclip.hpp b/src/proc/mobject/session/compoundclip.hpp index ee2fc5785..332396a48 100644 --- a/src/proc/mobject/session/compoundclip.hpp +++ b/src/proc/mobject/session/compoundclip.hpp @@ -2,7 +2,7 @@ COMPOUNDCLIP.hpp - compound of several clips (multichannel) Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/edl.cpp b/src/proc/mobject/session/edl.cpp index bad6ad185..84a3f6e4c 100644 --- a/src/proc/mobject/session/edl.cpp +++ b/src/proc/mobject/session/edl.cpp @@ -2,7 +2,7 @@ EDL - the (high level) Edit Decision List within the current Session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/edl.hpp b/src/proc/mobject/session/edl.hpp index 82222958f..122aadf8c 100644 --- a/src/proc/mobject/session/edl.hpp +++ b/src/proc/mobject/session/edl.hpp @@ -2,7 +2,7 @@ EDL.hpp - the (high level) Edit Decision List within the current Session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/effect.cpp b/src/proc/mobject/session/effect.cpp index 36e5835b5..8a58ec7a6 100644 --- a/src/proc/mobject/session/effect.cpp +++ b/src/proc/mobject/session/effect.cpp @@ -2,7 +2,7 @@ Effect - EDL representation of a pluggable and automatable effect. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/effect.hpp b/src/proc/mobject/session/effect.hpp index fa034e6b6..5255e718b 100644 --- a/src/proc/mobject/session/effect.hpp +++ b/src/proc/mobject/session/effect.hpp @@ -2,7 +2,7 @@ EFFECT.hpp - EDL representation of a pluggable and automatable effect. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/fixedlocation.cpp b/src/proc/mobject/session/fixedlocation.cpp index e12205ec4..150702bb0 100644 --- a/src/proc/mobject/session/fixedlocation.cpp +++ b/src/proc/mobject/session/fixedlocation.cpp @@ -2,7 +2,7 @@ FixedLocation - directly positioning a MObject to a fixed location Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/fixedlocation.hpp b/src/proc/mobject/session/fixedlocation.hpp index b509765de..8d4282443 100644 --- a/src/proc/mobject/session/fixedlocation.hpp +++ b/src/proc/mobject/session/fixedlocation.hpp @@ -2,7 +2,7 @@ FIXEDLOCATION.hpp - directly positioning a MObject to a fixed location Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/fixture.cpp b/src/proc/mobject/session/fixture.cpp index ed1682168..deb2a6db1 100644 --- a/src/proc/mobject/session/fixture.cpp +++ b/src/proc/mobject/session/fixture.cpp @@ -2,7 +2,7 @@ Fixture - the (low level) representation of the EDL with explicit placement data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/fixture.hpp b/src/proc/mobject/session/fixture.hpp index 4467abd8b..78c0cdac5 100644 --- a/src/proc/mobject/session/fixture.hpp +++ b/src/proc/mobject/session/fixture.hpp @@ -2,7 +2,7 @@ FIXTURE.hpp - the (low level) representation of the EDL with explicit placement data Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/label.cpp b/src/proc/mobject/session/label.cpp index 3fd9f283b..e1f81728a 100644 --- a/src/proc/mobject/session/label.cpp +++ b/src/proc/mobject/session/label.cpp @@ -2,7 +2,7 @@ Label - a user visible Marker or Tag Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/label.hpp b/src/proc/mobject/session/label.hpp index 2998b923c..54080f0f3 100644 --- a/src/proc/mobject/session/label.hpp +++ b/src/proc/mobject/session/label.hpp @@ -2,7 +2,7 @@ LABEL.hpp - a user visible Marker or Tag Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/locatingpin.cpp b/src/proc/mobject/session/locatingpin.cpp index 885018bfe..fc290c4be 100644 --- a/src/proc/mobject/session/locatingpin.cpp +++ b/src/proc/mobject/session/locatingpin.cpp @@ -2,7 +2,7 @@ LocatingPin - Chaining and constraining the Placement of a Media Object Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/locatingpin.hpp b/src/proc/mobject/session/locatingpin.hpp index c01a4a295..cfa8416ba 100644 --- a/src/proc/mobject/session/locatingpin.hpp +++ b/src/proc/mobject/session/locatingpin.hpp @@ -2,7 +2,7 @@ LOCATINGPIN.hpp - Chaining and constraining the Placement of a Media Object Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/meta.cpp b/src/proc/mobject/session/meta.cpp index 35c1cc7af..0b6cb3ad8 100644 --- a/src/proc/mobject/session/meta.cpp +++ b/src/proc/mobject/session/meta.cpp @@ -2,7 +2,7 @@ Meta - abstract base class of all MObjects representing meta data or processing instructions Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/meta.hpp b/src/proc/mobject/session/meta.hpp index 108c3e6dc..6810cce03 100644 --- a/src/proc/mobject/session/meta.hpp +++ b/src/proc/mobject/session/meta.hpp @@ -2,7 +2,7 @@ META.hpp - abstract base class of all MObjects representing meta data or processing instructions Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/mobjectfactory.cpp b/src/proc/mobject/session/mobjectfactory.cpp index 194d84bf1..c86da719b 100644 --- a/src/proc/mobject/session/mobjectfactory.cpp +++ b/src/proc/mobject/session/mobjectfactory.cpp @@ -2,7 +2,7 @@ MObjectFactory - creating concrete MObject subclass instances Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/mobjectfactory.hpp b/src/proc/mobject/session/mobjectfactory.hpp index e8fe05794..3bc27a2a2 100644 --- a/src/proc/mobject/session/mobjectfactory.hpp +++ b/src/proc/mobject/session/mobjectfactory.hpp @@ -2,7 +2,7 @@ MOBJECTFACTORY.hpp - creating concrete MObject subclass instances Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/relativelocation.cpp b/src/proc/mobject/session/relativelocation.cpp index df4f53fca..6488d4d77 100644 --- a/src/proc/mobject/session/relativelocation.cpp +++ b/src/proc/mobject/session/relativelocation.cpp @@ -2,7 +2,7 @@ RelativeLocation - Placement implementation attaching MObjects relative to another one Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/relativelocation.hpp b/src/proc/mobject/session/relativelocation.hpp index 5e1607029..810476c04 100644 --- a/src/proc/mobject/session/relativelocation.hpp +++ b/src/proc/mobject/session/relativelocation.hpp @@ -2,7 +2,7 @@ RELATIVELOCATION.hpp - Placement implementation attaching MObjects relative to another one Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/segment.cpp b/src/proc/mobject/session/segment.cpp index e89021c2a..7d8f3ca1a 100644 --- a/src/proc/mobject/session/segment.cpp +++ b/src/proc/mobject/session/segment.cpp @@ -2,7 +2,7 @@ Segment - Segment of the Timeline. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/segment.hpp b/src/proc/mobject/session/segment.hpp index af12f6de1..22305b5e4 100644 --- a/src/proc/mobject/session/segment.hpp +++ b/src/proc/mobject/session/segment.hpp @@ -2,7 +2,7 @@ SEGMENT.hpp - Segment of the Timeline. Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/session.cpp b/src/proc/mobject/session/session.cpp index 136347bf5..6e9b8f3fe 100644 --- a/src/proc/mobject/session/session.cpp +++ b/src/proc/mobject/session/session.cpp @@ -2,7 +2,7 @@ Session - holds the complete session to be edited by the user Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/sessionimpl.cpp b/src/proc/mobject/session/sessionimpl.cpp index e4dfec881..d89edac15 100644 --- a/src/proc/mobject/session/sessionimpl.cpp +++ b/src/proc/mobject/session/sessionimpl.cpp @@ -2,7 +2,7 @@ SessionImpl - holds the complete session data to be edited by the user Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/sessionimpl.hpp b/src/proc/mobject/session/sessionimpl.hpp index 4e07f1a38..c0cc070cd 100644 --- a/src/proc/mobject/session/sessionimpl.hpp +++ b/src/proc/mobject/session/sessionimpl.hpp @@ -2,7 +2,7 @@ SESSIONIMPL.hpp - holds the complete session data to be edited by the user Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/sessmanagerimpl.cpp b/src/proc/mobject/session/sessmanagerimpl.cpp index 85998b8c6..9031bb712 100644 --- a/src/proc/mobject/session/sessmanagerimpl.cpp +++ b/src/proc/mobject/session/sessmanagerimpl.cpp @@ -2,7 +2,7 @@ SessManagerImpl - global session access and lifecycle Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/simpleclip.cpp b/src/proc/mobject/session/simpleclip.cpp index 0797ed1de..053a5f148 100644 --- a/src/proc/mobject/session/simpleclip.cpp +++ b/src/proc/mobject/session/simpleclip.cpp @@ -2,7 +2,7 @@ SimpleClip - Elementary clip (single media stream only) Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/simpleclip.hpp b/src/proc/mobject/session/simpleclip.hpp index f462eff94..446090cc1 100644 --- a/src/proc/mobject/session/simpleclip.hpp +++ b/src/proc/mobject/session/simpleclip.hpp @@ -2,7 +2,7 @@ SIMPLECLIP.hpp - Elementary clip (single media stream only) Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/track.cpp b/src/proc/mobject/session/track.cpp index d3e24a9e4..05b0dd31f 100644 --- a/src/proc/mobject/session/track.cpp +++ b/src/proc/mobject/session/track.cpp @@ -2,7 +2,7 @@ Track - descriptor for one track in the Session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/mobject/session/track.hpp b/src/proc/mobject/session/track.hpp index f3acec86f..42d5fe783 100644 --- a/src/proc/mobject/session/track.hpp +++ b/src/proc/mobject/session/track.hpp @@ -2,7 +2,7 @@ TRACK.hpp - descriptor for one track in the Session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/stateproxy.cpp b/src/proc/stateproxy.cpp index fa11dc11d..9d4004d0f 100644 --- a/src/proc/stateproxy.cpp +++ b/src/proc/stateproxy.cpp @@ -2,7 +2,7 @@ StateProxy - Key Interface representing a render process and encapsulating state Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/proc/stateproxy.hpp b/src/proc/stateproxy.hpp index 02e0914b4..c1ce6d52f 100644 --- a/src/proc/stateproxy.hpp +++ b/src/proc/stateproxy.hpp @@ -2,7 +2,7 @@ STATEPROXY.hpp - Key Interface representing a render process and encapsulating state Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/backend/mediaaccessmock.cpp b/tests/components/backend/mediaaccessmock.cpp index 6cbdaf97a..cd87399bb 100644 --- a/tests/components/backend/mediaaccessmock.cpp +++ b/tests/components/backend/mediaaccessmock.cpp @@ -2,7 +2,7 @@ MediaAccessMock.hpp - a test (stub) target object for testing the factories Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/backend/mediaaccessmock.hpp b/tests/components/backend/mediaaccessmock.hpp index 9810773a5..2b70ca3fa 100644 --- a/tests/components/backend/mediaaccessmock.hpp +++ b/tests/components/backend/mediaaccessmock.hpp @@ -2,7 +2,7 @@ MEDIAACCESSMOCK.hpp - a test (stub) target object for testing the factories Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/backend/mediaaccessmocktest.cpp b/tests/components/backend/mediaaccessmocktest.cpp index 5e7ef4cc4..2e4a71ec5 100644 --- a/tests/components/backend/mediaaccessmocktest.cpp +++ b/tests/components/backend/mediaaccessmocktest.cpp @@ -2,7 +2,7 @@ MediaAccessMock(Test) - checking our Test Mock replacing the MediaAccessFacade Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/appconfigtest.cpp b/tests/components/common/appconfigtest.cpp index 748e05a72..c76817712 100644 --- a/tests/components/common/appconfigtest.cpp +++ b/tests/components/common/appconfigtest.cpp @@ -2,7 +2,7 @@ Appconfig(Test) - accessing the allwasy-available Appconfig singleton Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/exceptionerrortest.cpp b/tests/components/common/exceptionerrortest.cpp index 2fdfa80b1..51e621dbc 100644 --- a/tests/components/common/exceptionerrortest.cpp +++ b/tests/components/common/exceptionerrortest.cpp @@ -2,7 +2,7 @@ Exceptionhandlin(Test) - throwing and catching our exception type Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/factoryspecialtest.cpp b/tests/components/common/factoryspecialtest.cpp index d02d2f851..39066d952 100644 --- a/tests/components/common/factoryspecialtest.cpp +++ b/tests/components/common/factoryspecialtest.cpp @@ -2,7 +2,7 @@ Factory-Special(Test) - testing the more advanced features of factory Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/factorytest.cpp b/tests/components/common/factorytest.cpp index a57475ffd..4648fe6d8 100644 --- a/tests/components/common/factorytest.cpp +++ b/tests/components/common/factorytest.cpp @@ -2,7 +2,7 @@ Factory(Test) - unittest for the object creating factory Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/sanitizedidentifiertest.cpp b/tests/components/common/sanitizedidentifiertest.cpp index 938f5cbe4..b066ec03c 100644 --- a/tests/components/common/sanitizedidentifiertest.cpp +++ b/tests/components/common/sanitizedidentifiertest.cpp @@ -2,7 +2,7 @@ SanitizedIdentifier(Test) - remove non-standard-chars and punctuation Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/singletontest.cpp b/tests/components/common/singletontest.cpp index e29f6e223..1fa5e0209 100644 --- a/tests/components/common/singletontest.cpp +++ b/tests/components/common/singletontest.cpp @@ -2,7 +2,7 @@ Singleton(Test) - unittest for our Singleton template Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/singletontestmocktest.cpp b/tests/components/common/singletontestmocktest.cpp index 4e86597f9..eab73eba6 100644 --- a/tests/components/common/singletontestmocktest.cpp +++ b/tests/components/common/singletontestmocktest.cpp @@ -2,7 +2,7 @@ SingletonTestMock(Test) - using Singleton for injecting Test-Mocks Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/test/cmdlinewrappertest.cpp b/tests/components/common/test/cmdlinewrappertest.cpp index 5dfaf6af7..4ab8b28be 100644 --- a/tests/components/common/test/cmdlinewrappertest.cpp +++ b/tests/components/common/test/cmdlinewrappertest.cpp @@ -2,7 +2,7 @@ Cmdlinewrapper(Test) - build vector of tokens from cmdline, various conversions Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/test/testoptiontest.cpp b/tests/components/common/test/testoptiontest.cpp index afd141477..aac3269f0 100644 --- a/tests/components/common/test/testoptiontest.cpp +++ b/tests/components/common/test/testoptiontest.cpp @@ -2,7 +2,7 @@ TestOption(Test) - parsing of cmd line options for running Testcases Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/common/testtargetobj.hpp b/tests/components/common/testtargetobj.hpp index a51ab1ceb..d367f4cd6 100644 --- a/tests/components/common/testtargetobj.hpp +++ b/tests/components/common/testtargetobj.hpp @@ -2,7 +2,7 @@ TESTTARGETOBJ.hpp - a test (stub) target object for testing the factories Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/helloworldtest.cpp b/tests/components/helloworldtest.cpp index 3a9011736..3aa516ca3 100644 --- a/tests/components/helloworldtest.cpp +++ b/tests/components/helloworldtest.cpp @@ -2,7 +2,7 @@ HelloWorld(Test) - how to use this test framework... Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/assetcategorytest.cpp b/tests/components/proc/asset/assetcategorytest.cpp index b13de7056..af671d91f 100644 --- a/tests/components/proc/asset/assetcategorytest.cpp +++ b/tests/components/proc/asset/assetcategorytest.cpp @@ -2,7 +2,7 @@ AssetCategory(Test) - verifying Asset category tuple functions Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/assetdiagnostics.hpp b/tests/components/proc/asset/assetdiagnostics.hpp index e4147f3a4..c8df758f8 100644 --- a/tests/components/proc/asset/assetdiagnostics.hpp +++ b/tests/components/proc/asset/assetdiagnostics.hpp @@ -2,7 +2,7 @@ ASSETDIAGNOSTICS.hpp - collection of test and debug helpers Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/compoundmediatest.cpp b/tests/components/proc/asset/compoundmediatest.cpp index 96373d741..ba11c1bef 100644 --- a/tests/components/proc/asset/compoundmediatest.cpp +++ b/tests/components/proc/asset/compoundmediatest.cpp @@ -2,7 +2,7 @@ CompoundMedia(Test) - handling multichannel Media Assets Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/createassettest.cpp b/tests/components/proc/asset/createassettest.cpp index 6074da11a..01ae76efe 100644 --- a/tests/components/proc/asset/createassettest.cpp +++ b/tests/components/proc/asset/createassettest.cpp @@ -2,7 +2,7 @@ CreateAsset(Test) - constructing and registering Assets Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/deleteassettest.cpp b/tests/components/proc/asset/deleteassettest.cpp index 01302aa49..15430ce95 100644 --- a/tests/components/proc/asset/deleteassettest.cpp +++ b/tests/components/proc/asset/deleteassettest.cpp @@ -2,7 +2,7 @@ DeleteAsset(Test) - deleting and Asset with all dependencies Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/dependantassetstest.cpp b/tests/components/proc/asset/dependantassetstest.cpp index 49c5510a2..3842ad933 100644 --- a/tests/components/proc/asset/dependantassetstest.cpp +++ b/tests/components/proc/asset/dependantassetstest.cpp @@ -2,7 +2,7 @@ DependantAssets(Test) - unittest for the object creating factory Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/identityofassetstest.cpp b/tests/components/proc/asset/identityofassetstest.cpp index 05a6e0ae9..adf7d35ea 100644 --- a/tests/components/proc/asset/identityofassetstest.cpp +++ b/tests/components/proc/asset/identityofassetstest.cpp @@ -2,7 +2,7 @@ IdentityOfAssets(Test) - Asset object identity and versioning Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/makecliptest.cpp b/tests/components/proc/asset/makecliptest.cpp index 5ec6a76bc..cb8999c55 100644 --- a/tests/components/proc/asset/makecliptest.cpp +++ b/tests/components/proc/asset/makecliptest.cpp @@ -2,7 +2,7 @@ MakeClip(Test) - create a Clip from a Media Asset Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/mediastructurequerytest.cpp b/tests/components/proc/asset/mediastructurequerytest.cpp index 19a352806..11d758b63 100644 --- a/tests/components/proc/asset/mediastructurequerytest.cpp +++ b/tests/components/proc/asset/mediastructurequerytest.cpp @@ -2,7 +2,7 @@ MediaStructureQuery(Test) - check functionallity used for creating media assets Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/orderingofassetstest.cpp b/tests/components/proc/asset/orderingofassetstest.cpp index 99381c9e6..dba64433d 100644 --- a/tests/components/proc/asset/orderingofassetstest.cpp +++ b/tests/components/proc/asset/orderingofassetstest.cpp @@ -2,7 +2,7 @@ OrderingOfAssets(Test) - equality and comparisons Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/testasset.cpp b/tests/components/proc/asset/testasset.cpp index e8420c203..ffc035722 100644 --- a/tests/components/proc/asset/testasset.cpp +++ b/tests/components/proc/asset/testasset.cpp @@ -2,7 +2,7 @@ TestClip - test clip (stub) for checking EDL/Session functionality Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/testasset.hpp b/tests/components/proc/asset/testasset.hpp index 551a7d8d9..9e7e66da9 100644 --- a/tests/components/proc/asset/testasset.hpp +++ b/tests/components/proc/asset/testasset.hpp @@ -2,7 +2,7 @@ TESTASSET.hpp - test asset (stub) for checking internal asset functionality Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/asset/testclipasset.hpp b/tests/components/proc/asset/testclipasset.hpp index 3a06d1ba8..35e56525d 100644 --- a/tests/components/proc/asset/testclipasset.hpp +++ b/tests/components/proc/asset/testclipasset.hpp @@ -2,7 +2,7 @@ TESTCLIPASSET.hpp - test Media-Asset (clip) for checking Assets and MObjects Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/engine/sourcenodetest.cpp b/tests/components/proc/engine/sourcenodetest.cpp index 9bbe30f30..6177475b0 100644 --- a/tests/components/proc/engine/sourcenodetest.cpp +++ b/tests/components/proc/engine/sourcenodetest.cpp @@ -2,7 +2,7 @@ SourceNode(Test) - unit test of the source readering render node Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/builder/buildsegmenttest.cpp b/tests/components/proc/mobject/builder/buildsegmenttest.cpp index 800cb4558..2e6a8fb9b 100644 --- a/tests/components/proc/mobject/builder/buildsegmenttest.cpp +++ b/tests/components/proc/mobject/builder/buildsegmenttest.cpp @@ -2,7 +2,7 @@ BuildSegment(Test) - building the render-tree for a segment of the EDL Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/controller/rendersegmenttest.cpp b/tests/components/proc/mobject/controller/rendersegmenttest.cpp index c0ca3259d..b99965946 100644 --- a/tests/components/proc/mobject/controller/rendersegmenttest.cpp +++ b/tests/components/proc/mobject/controller/rendersegmenttest.cpp @@ -2,7 +2,7 @@ RenderSegment(Test) - Proc-Layer Integrationtest Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/placementbasictest.cpp b/tests/components/proc/mobject/placementbasictest.cpp index 5ec9daa9f..f26b0ab47 100644 --- a/tests/components/proc/mobject/placementbasictest.cpp +++ b/tests/components/proc/mobject/placementbasictest.cpp @@ -2,7 +2,7 @@ PlacementBasic(Test) - basic Placement and MObject handling Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/session/addcliptest.cpp b/tests/components/proc/mobject/session/addcliptest.cpp index 35cb24f98..cf5a11d77 100644 --- a/tests/components/proc/mobject/session/addcliptest.cpp +++ b/tests/components/proc/mobject/session/addcliptest.cpp @@ -2,7 +2,7 @@ AddClip(Test) - adding an Clip-MObject to the EDL/Session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/session/deletecliptest.cpp b/tests/components/proc/mobject/session/deletecliptest.cpp index 5258e2b61..bc7dc2229 100644 --- a/tests/components/proc/mobject/session/deletecliptest.cpp +++ b/tests/components/proc/mobject/session/deletecliptest.cpp @@ -2,7 +2,7 @@ DeleteClip(Test) - removing an Clip-MObject from the Session Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/session/rebuildfixturetest.cpp b/tests/components/proc/mobject/session/rebuildfixturetest.cpp index b92e2288a..48d2726ac 100644 --- a/tests/components/proc/mobject/session/rebuildfixturetest.cpp +++ b/tests/components/proc/mobject/session/rebuildfixturetest.cpp @@ -2,7 +2,7 @@ RebuildFixture(Test) - (re)building the explicit placements Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/session/sessionmanagertest.cpp b/tests/components/proc/mobject/session/sessionmanagertest.cpp index 234f4ed93..409e53b46 100644 --- a/tests/components/proc/mobject/session/sessionmanagertest.cpp +++ b/tests/components/proc/mobject/session/sessionmanagertest.cpp @@ -2,7 +2,7 @@ SessionManager(Test) - accessing, loading and saving the Session/EDL Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/session/sessionstructuretest.cpp b/tests/components/proc/mobject/session/sessionstructuretest.cpp index f7dacdac8..46fe59aee 100644 --- a/tests/components/proc/mobject/session/sessionstructuretest.cpp +++ b/tests/components/proc/mobject/session/sessionstructuretest.cpp @@ -2,7 +2,7 @@ SessionStructure(Test) - verifying basic Session/EDL structure Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/session/testclip.cpp b/tests/components/proc/mobject/session/testclip.cpp index 0d1f4f451..d79124020 100644 --- a/tests/components/proc/mobject/session/testclip.cpp +++ b/tests/components/proc/mobject/session/testclip.cpp @@ -2,7 +2,7 @@ TestClip - test clip (stub) for checking EDL/Session functionality Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/session/testclip.hpp b/tests/components/proc/mobject/session/testclip.hpp index edb3369ff..77209e84d 100644 --- a/tests/components/proc/mobject/session/testclip.hpp +++ b/tests/components/proc/mobject/session/testclip.hpp @@ -2,7 +2,7 @@ TESTCLIP.hpp - test clip (stub) for checking EDL/Session functionality Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/components/proc/mobject/session/testsession1.hpp b/tests/components/proc/mobject/session/testsession1.hpp index 3e6ad3d25..b749d084d 100644 --- a/tests/components/proc/mobject/session/testsession1.hpp +++ b/tests/components/proc/mobject/session/testsession1.hpp @@ -2,7 +2,7 @@ TESTSESSION1.hpp - complete session configuration used for various tests Copyright (C) CinelerraCV - 2007, Christian Thaeter + 2007, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as