zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit baa1ee4ef0dc0ee6ee324478951604d8370cf550
parent 8dee341857eb16f06a67a43d012b885c5c56754c
Author: srfsh <dev@srf.sh>
Date:   Wed,  4 Jan 2023 14:40:03 +0300

all: bump license year

Diffstat:
MLICENSE | 2+-
MREADME.md | 4++--
Mconf/.env.templ | 2+-
Mconf/buildtime.exs | 2+-
Mconf/runtime.exs | 2+-
Mdevop/.docker-compose.templ | 2+-
Mdevop/Dockerfile | 2+-
Mmann | 2+-
Mmix.exs | 2+-
Mpriv/repo/migrations/20211110080000_create_all_tables.exs | 2+-
Mpriv/repo/migrations/20211110080001_create_all_vf_enums.exs | 2+-
Mpriv/repo/migrations/20211110082423_fill_vf_unit.exs | 2+-
Mpriv/repo/migrations/20211111090805_fill_vf_spatial_thing.exs | 2+-
Mpriv/repo/migrations/20211111093203_fill_vf_process_specification.exs | 2+-
Mpriv/repo/migrations/20211111094959_fill_vf_resource_specification.exs | 2+-
Mpriv/repo/migrations/20211111102319_fill_vf_recipe_resource.exs | 2+-
Mpriv/repo/migrations/20211111111357_fill_vf_recipe_process.exs | 2+-
Mpriv/repo/migrations/20211111113613_fill_vf_recipe_exchange.exs | 2+-
Mpriv/repo/migrations/20211111114050_fill_vf_recipe_flow.exs | 2+-
Mpriv/repo/migrations/20211111175352_fill_vf_agent.exs | 2+-
Mpriv/repo/migrations/20211111175446_fill_vf_agent_relationship.exs | 2+-
Mpriv/repo/migrations/20211111175449_fill_vf_agent_relationship_role.exs | 2+-
Mpriv/repo/migrations/20211111175525_fill_vf_role_behavior.exs | 2+-
Mpriv/repo/migrations/20211111185643_fill_vf_agreement.exs | 2+-
Mpriv/repo/migrations/20211111191749_fill_vf_scenario_definition.exs | 2+-
Mpriv/repo/migrations/20211111194625_fill_vf_scenario.exs | 2+-
Mpriv/repo/migrations/20211112115624_fill_vf_plan.exs | 2+-
Mpriv/repo/migrations/20211112185747_fill_vf_process.exs | 2+-
Mpriv/repo/migrations/20211113064700_fill_vf_product_batch.exs | 2+-
Mpriv/repo/migrations/20211113071804_fill_vf_economic_resource.exs | 2+-
Mpriv/repo/migrations/20211114144908_fill_vf_economic_event.exs | 2+-
Mpriv/repo/migrations/20211114165810_fill_vf_appreciation.exs | 2+-
Mpriv/repo/migrations/20211114190636_fill_vf_intent.exs | 2+-
Mpriv/repo/migrations/20211115055335_fill_vf_commitment.exs | 2+-
Mpriv/repo/migrations/20211115071129_fill_vf_fulfillment.exs | 2+-
Mpriv/repo/migrations/20211115103758_fill_vf_satisfaction.exs | 2+-
Mpriv/repo/migrations/20211115173048_fill_vf_claim.exs | 2+-
Mpriv/repo/migrations/20211115181352_fill_vf_settlement.exs | 2+-
Mpriv/repo/migrations/20211115183013_fill_vf_proposal.exs | 2+-
Mpriv/repo/migrations/20211115185611_fill_vf_proposed_intent.exs | 2+-
Mpriv/repo/migrations/20211118061736_fill_vf_proposed_to.exs | 2+-
Mpriv/repo/migrations/20220816154732_create_and_fill_zf_inst_vars.exs | 2+-
Mpriv/repo/migrations/20220824130516_fill_zf_file.exs | 2+-
Msrc/zenflows.ex | 2+-
Msrc/zenflows/application.ex | 4++--
Msrc/zenflows/db/id.ex | 2+-
Msrc/zenflows/db/page.ex | 2+-
Msrc/zenflows/db/repo.ex | 2+-
Msrc/zenflows/db/schema.ex | 2+-
Msrc/zenflows/db/validate.ex | 2+-
Msrc/zenflows/file.ex | 2+-
Msrc/zenflows/file/domain.ex | 2+-
Msrc/zenflows/file/resolv.ex | 2+-
Msrc/zenflows/file/type.ex | 2+-
Msrc/zenflows/gql/connection.ex | 2+-
Msrc/zenflows/gql/mw/admin.ex | 2+-
Msrc/zenflows/gql/mw/debug.ex | 2+-
Msrc/zenflows/gql/mw/errors.ex | 2+-
Msrc/zenflows/gql/mw/sign.ex | 2+-
Msrc/zenflows/gql/schema.ex | 2+-
Msrc/zenflows/gql/type.ex | 2+-
Msrc/zenflows/inst_vars.ex | 2+-
Msrc/zenflows/inst_vars/domain.ex | 2+-
Msrc/zenflows/inst_vars/resolv.ex | 2+-
Msrc/zenflows/inst_vars/type.ex | 2+-
Msrc/zenflows/keypairoom/domain.ex | 2+-
Msrc/zenflows/keypairoom/resolv.ex | 2+-
Msrc/zenflows/keypairoom/type.ex | 2+-
Msrc/zenflows/reltask.ex | 2+-
Msrc/zenflows/restroom.ex | 2+-
Msrc/zenflows/sw_pass/domain.ex | 2+-
Msrc/zenflows/sw_pass/resolv.ex | 2+-
Msrc/zenflows/sw_pass/type.ex | 2+-
Msrc/zenflows/validate.ex | 2+-
Msrc/zenflows/vf/action.ex | 2+-
Msrc/zenflows/vf/action/id.ex | 2+-
Msrc/zenflows/vf/action/type.ex | 2+-
Msrc/zenflows/vf/agent.ex | 2+-
Msrc/zenflows/vf/agent/domain.ex | 2+-
Msrc/zenflows/vf/agent/query.ex | 2+-
Msrc/zenflows/vf/agent/resolv.ex | 2+-
Msrc/zenflows/vf/agent/type.ex | 2+-
Msrc/zenflows/vf/agent_relationship.ex | 2+-
Msrc/zenflows/vf/agent_relationship/domain.ex | 2+-
Msrc/zenflows/vf/agent_relationship/resolv.ex | 2+-
Msrc/zenflows/vf/agent_relationship/type.ex | 2+-
Msrc/zenflows/vf/agent_relationship_role.ex | 2+-
Msrc/zenflows/vf/agent_relationship_role/domain.ex | 2+-
Msrc/zenflows/vf/agent_relationship_role/resolv.ex | 2+-
Msrc/zenflows/vf/agent_relationship_role/type.ex | 2+-
Msrc/zenflows/vf/agreement.ex | 2+-
Msrc/zenflows/vf/agreement/domain.ex | 2+-
Msrc/zenflows/vf/agreement/resolv.ex | 2+-
Msrc/zenflows/vf/agreement/type.ex | 2+-
Msrc/zenflows/vf/appreciation.ex | 2+-
Msrc/zenflows/vf/claim.ex | 2+-
Msrc/zenflows/vf/commitment.ex | 2+-
Msrc/zenflows/vf/duration.ex | 2+-
Msrc/zenflows/vf/duration/type.ex | 2+-
Msrc/zenflows/vf/economic_event.ex | 2+-
Msrc/zenflows/vf/economic_event/domain.ex | 2+-
Msrc/zenflows/vf/economic_event/query.ex | 2+-
Msrc/zenflows/vf/economic_event/resolv.ex | 2+-
Msrc/zenflows/vf/economic_event/type.ex | 2+-
Msrc/zenflows/vf/economic_resource.ex | 2+-
Msrc/zenflows/vf/economic_resource/domain.ex | 2+-
Msrc/zenflows/vf/economic_resource/query.ex | 2+-
Msrc/zenflows/vf/economic_resource/resolv.ex | 2+-
Msrc/zenflows/vf/economic_resource/type.ex | 2+-
Msrc/zenflows/vf/fulfillment.ex | 2+-
Msrc/zenflows/vf/intent.ex | 2+-
Msrc/zenflows/vf/intent/domain.ex | 2+-
Msrc/zenflows/vf/intent/resolv.ex | 2+-
Msrc/zenflows/vf/intent/type.ex | 2+-
Msrc/zenflows/vf/measure.ex | 2+-
Msrc/zenflows/vf/measure/domain.ex | 2+-
Msrc/zenflows/vf/measure/resolv.ex | 2+-
Msrc/zenflows/vf/measure/type.ex | 2+-
Msrc/zenflows/vf/organization.ex | 2+-
Msrc/zenflows/vf/organization/domain.ex | 2+-
Msrc/zenflows/vf/organization/query.ex | 2+-
Msrc/zenflows/vf/organization/resolv.ex | 2+-
Msrc/zenflows/vf/organization/type.ex | 2+-
Msrc/zenflows/vf/person.ex | 2+-
Msrc/zenflows/vf/person/domain.ex | 2+-
Msrc/zenflows/vf/person/query.ex | 2+-
Msrc/zenflows/vf/person/resolv.ex | 2+-
Msrc/zenflows/vf/person/type.ex | 2+-
Msrc/zenflows/vf/plan.ex | 2+-
Msrc/zenflows/vf/plan/domain.ex | 2+-
Msrc/zenflows/vf/plan/resolv.ex | 2+-
Msrc/zenflows/vf/plan/type.ex | 2+-
Msrc/zenflows/vf/process.ex | 2+-
Msrc/zenflows/vf/process/domain.ex | 2+-
Msrc/zenflows/vf/process/query.ex | 2+-
Msrc/zenflows/vf/process/resolv.ex | 2+-
Msrc/zenflows/vf/process/type.ex | 2+-
Msrc/zenflows/vf/process_specification.ex | 2+-
Msrc/zenflows/vf/process_specification/domain.ex | 2+-
Msrc/zenflows/vf/process_specification/resolv.ex | 2+-
Msrc/zenflows/vf/process_specification/type.ex | 2+-
Msrc/zenflows/vf/product_batch.ex | 2+-
Msrc/zenflows/vf/product_batch/domain.ex | 2+-
Msrc/zenflows/vf/product_batch/resolv.ex | 2+-
Msrc/zenflows/vf/product_batch/type.ex | 2+-
Msrc/zenflows/vf/proposal.ex | 2+-
Msrc/zenflows/vf/proposal/domain.ex | 2+-
Msrc/zenflows/vf/proposal/query.ex | 2+-
Msrc/zenflows/vf/proposal/resolv.ex | 2+-
Msrc/zenflows/vf/proposal/type.ex | 2+-
Msrc/zenflows/vf/proposed_intent.ex | 2+-
Msrc/zenflows/vf/proposed_intent/domain.ex | 2+-
Msrc/zenflows/vf/proposed_intent/resolv.ex | 2+-
Msrc/zenflows/vf/proposed_intent/type.ex | 2+-
Msrc/zenflows/vf/proposed_to.ex | 2+-
Msrc/zenflows/vf/recipe_exchange.ex | 2+-
Msrc/zenflows/vf/recipe_exchange/domain.ex | 2+-
Msrc/zenflows/vf/recipe_exchange/resolv.ex | 2+-
Msrc/zenflows/vf/recipe_exchange/type.ex | 2+-
Msrc/zenflows/vf/recipe_flow.ex | 2+-
Msrc/zenflows/vf/recipe_flow/domain.ex | 2+-
Msrc/zenflows/vf/recipe_flow/resolv.ex | 2+-
Msrc/zenflows/vf/recipe_flow/type.ex | 2+-
Msrc/zenflows/vf/recipe_process.ex | 2+-
Msrc/zenflows/vf/recipe_process/domain.ex | 2+-
Msrc/zenflows/vf/recipe_process/resolv.ex | 2+-
Msrc/zenflows/vf/recipe_process/type.ex | 2+-
Msrc/zenflows/vf/recipe_resource.ex | 2+-
Msrc/zenflows/vf/recipe_resource/domain.ex | 2+-
Msrc/zenflows/vf/recipe_resource/resolv.ex | 2+-
Msrc/zenflows/vf/recipe_resource/type.ex | 2+-
Msrc/zenflows/vf/resource_specification.ex | 2+-
Msrc/zenflows/vf/resource_specification/domain.ex | 2+-
Msrc/zenflows/vf/resource_specification/resolv.ex | 2+-
Msrc/zenflows/vf/resource_specification/type.ex | 2+-
Msrc/zenflows/vf/role_behavior.ex | 2+-
Msrc/zenflows/vf/role_behavior/domain.ex | 2+-
Msrc/zenflows/vf/role_behavior/resolv.ex | 2+-
Msrc/zenflows/vf/role_behavior/type.ex | 2+-
Msrc/zenflows/vf/satisfaction.ex | 2+-
Msrc/zenflows/vf/satisfaction/domain.ex | 2+-
Msrc/zenflows/vf/satisfaction/resolv.ex | 2+-
Msrc/zenflows/vf/satisfaction/type.ex | 2+-
Msrc/zenflows/vf/scenario.ex | 2+-
Msrc/zenflows/vf/scenario/domain.ex | 2+-
Msrc/zenflows/vf/scenario/resolv.ex | 2+-
Msrc/zenflows/vf/scenario/type.ex | 2+-
Msrc/zenflows/vf/scenario_definition.ex | 2+-
Msrc/zenflows/vf/scenario_definition/domain.ex | 2+-
Msrc/zenflows/vf/scenario_definition/resolv.ex | 2+-
Msrc/zenflows/vf/scenario_definition/type.ex | 2+-
Msrc/zenflows/vf/settlement.ex | 2+-
Msrc/zenflows/vf/spatial_thing.ex | 2+-
Msrc/zenflows/vf/spatial_thing/domain.ex | 2+-
Msrc/zenflows/vf/spatial_thing/resolv.ex | 2+-
Msrc/zenflows/vf/spatial_thing/type.ex | 2+-
Msrc/zenflows/vf/time_unit.ex | 2+-
Msrc/zenflows/vf/time_unit/type.ex | 2+-
Msrc/zenflows/vf/time_unit_enum.ex | 2+-
Msrc/zenflows/vf/unit.ex | 2+-
Msrc/zenflows/vf/unit/domain.ex | 2+-
Msrc/zenflows/vf/unit/resolv.ex | 2+-
Msrc/zenflows/vf/unit/type.ex | 2+-
Msrc/zenflows/web/mw/gql_context.ex | 2+-
Msrc/zenflows/web/router.ex | 2+-
Mtest/db/page.test.exs | 2+-
Mtest/file.test.exs | 2+-
Mtest/help/absin_case.ex | 2+-
Mtest/help/ecto_case.ex | 2+-
Mtest/help/factory.ex | 2+-
Mtest/restroom.test.exs | 2+-
Mtest/test_helper.exs | 2+-
Mtest/vf/action.test.exs | 2+-
Mtest/vf/agent/domain.test.exs | 2+-
Mtest/vf/agent/type.test.exs | 2+-
Mtest/vf/agent_relationship/domain.test.exs | 2+-
Mtest/vf/agent_relationship/type.test.exs | 2+-
Mtest/vf/agent_relationship_role/domain.test.exs | 2+-
Mtest/vf/agent_relationship_role/type.test.exs | 2+-
Mtest/vf/agreement/domain.test.exs | 2+-
Mtest/vf/agreement/type.test.exs | 2+-
Mtest/vf/appreciation.test.exs | 2+-
Mtest/vf/claim.test.exs | 2+-
Mtest/vf/commitment.test.exs | 2+-
Mtest/vf/duration.test.exs | 2+-
Mtest/vf/economic_event.test.exs | 2+-
Mtest/vf/economic_event/domain.test.exs | 2+-
Mtest/vf/economic_event/type.test.exs | 2+-
Mtest/vf/economic_resource/domain.test.exs | 2+-
Mtest/vf/economic_resource/type.test.exs | 2+-
Mtest/vf/fulfillment.test.exs | 2+-
Mtest/vf/intent/domain.test.exs | 2+-
Mtest/vf/intent/type.test.exs | 2+-
Mtest/vf/measure.test.exs | 2+-
Mtest/vf/measure/resolv.test.exs | 2+-
Mtest/vf/organization/domain.test.exs | 2+-
Mtest/vf/organization/type.test.exs | 2+-
Mtest/vf/person/domain.test.exs | 2+-
Mtest/vf/person/type.test.exs | 2+-
Mtest/vf/plan/domain.test.exs | 2+-
Mtest/vf/plan/type.test.exs | 2+-
Mtest/vf/process/domain.test.exs | 2+-
Mtest/vf/process/type.test.exs | 2+-
Mtest/vf/process_specification/domain.test.exs | 2+-
Mtest/vf/process_specification/type.test.exs | 2+-
Mtest/vf/product_batch/domain.test.exs | 2+-
Mtest/vf/product_batch/type.test.exs | 2+-
Mtest/vf/proposal.test.exs | 2+-
Mtest/vf/proposal/domain.test.exs | 2+-
Mtest/vf/proposal/type.test.exs | 2+-
Mtest/vf/proposed_intent.test.exs | 2+-
Mtest/vf/proposed_intent/domain.test.exs | 2+-
Mtest/vf/proposed_intent/type.test.exs | 2+-
Mtest/vf/proposed_to.test.exs | 2+-
Mtest/vf/recipe_exchange/domain.test.exs | 2+-
Mtest/vf/recipe_exchange/type.test.exs | 2+-
Mtest/vf/recipe_flow/domain.test.exs | 2+-
Mtest/vf/recipe_flow/type.test.exs | 2+-
Mtest/vf/recipe_process/domain.test.exs | 2+-
Mtest/vf/recipe_process/type.test.exs | 2+-
Mtest/vf/recipe_resource/domain.test.exs | 2+-
Mtest/vf/recipe_resource/type.test.exs | 2+-
Mtest/vf/resource_specification/domain.test.exs | 2+-
Mtest/vf/resource_specification/type.test.exs | 2+-
Mtest/vf/role_behavior/domain.test.exs | 2+-
Mtest/vf/role_behavior/type.test.exs | 2+-
Mtest/vf/satisfaction.test.exs | 2+-
Mtest/vf/scenario/domain.test.exs | 2+-
Mtest/vf/scenario/type.test.exs | 2+-
Mtest/vf/scenario_definition/domain.test.exs | 2+-
Mtest/vf/scenario_definition/type.test.exs | 2+-
Mtest/vf/settlement.test.exs | 2+-
Mtest/vf/spatial_thing/domain.test.exs | 2+-
Mtest/vf/spatial_thing/type.test.exs | 2+-
Mtest/vf/unit/domain.test.exs | 2+-
Mtest/vf/unit/type.test.exs | 2+-
Mtest/zenflow.test.exs | 2+-
277 files changed, 279 insertions(+), 279 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -631,7 +631,7 @@ the "copyright" line and a pointer to where the full notice is found. Zenflows is software that implements the Valueflows vocabulary. Zenflows is designed, written, and maintained by srfsh <srfsh@dyne.org> - Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org> + Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/README.md b/README.md @@ -129,7 +129,7 @@ If you want to edit the generated docker-copmose file: [![software by Dyne.org](https://files.dyne.org/software_by_dyne.png)](http://www.dyne.org) -Copyleft (ɔ) 2021-2022 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam +Copyleft (ɔ) 2021-2023 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam Designed, written and maintained by [srfsh](https://github.com/srfsh) with the help of [jaromil](https://github.com/jaromil), [puria](https://github.com/puria). @@ -174,7 +174,7 @@ Please first take a look at the *** ## 💼 License Zenflows - Valueflows vocabulary - Copyright (c) 2021-2022 Dyne.org foundation, Amsterdam + Copyright (c) 2021-2023 Dyne.org foundation, Amsterdam This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/conf/.env.templ b/conf/.env.templ @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/conf/buildtime.exs b/conf/buildtime.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/conf/runtime.exs b/conf/runtime.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/devop/.docker-compose.templ b/devop/.docker-compose.templ @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/devop/Dockerfile b/devop/Dockerfile @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/mann b/mann @@ -2,7 +2,7 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/mix.exs b/mix.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211110080000_create_all_tables.exs b/priv/repo/migrations/20211110080000_create_all_tables.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211110080001_create_all_vf_enums.exs b/priv/repo/migrations/20211110080001_create_all_vf_enums.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211110082423_fill_vf_unit.exs b/priv/repo/migrations/20211110082423_fill_vf_unit.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111090805_fill_vf_spatial_thing.exs b/priv/repo/migrations/20211111090805_fill_vf_spatial_thing.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111093203_fill_vf_process_specification.exs b/priv/repo/migrations/20211111093203_fill_vf_process_specification.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111094959_fill_vf_resource_specification.exs b/priv/repo/migrations/20211111094959_fill_vf_resource_specification.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111102319_fill_vf_recipe_resource.exs b/priv/repo/migrations/20211111102319_fill_vf_recipe_resource.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111111357_fill_vf_recipe_process.exs b/priv/repo/migrations/20211111111357_fill_vf_recipe_process.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111113613_fill_vf_recipe_exchange.exs b/priv/repo/migrations/20211111113613_fill_vf_recipe_exchange.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111114050_fill_vf_recipe_flow.exs b/priv/repo/migrations/20211111114050_fill_vf_recipe_flow.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111175352_fill_vf_agent.exs b/priv/repo/migrations/20211111175352_fill_vf_agent.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111175446_fill_vf_agent_relationship.exs b/priv/repo/migrations/20211111175446_fill_vf_agent_relationship.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111175449_fill_vf_agent_relationship_role.exs b/priv/repo/migrations/20211111175449_fill_vf_agent_relationship_role.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111175525_fill_vf_role_behavior.exs b/priv/repo/migrations/20211111175525_fill_vf_role_behavior.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111185643_fill_vf_agreement.exs b/priv/repo/migrations/20211111185643_fill_vf_agreement.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111191749_fill_vf_scenario_definition.exs b/priv/repo/migrations/20211111191749_fill_vf_scenario_definition.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211111194625_fill_vf_scenario.exs b/priv/repo/migrations/20211111194625_fill_vf_scenario.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211112115624_fill_vf_plan.exs b/priv/repo/migrations/20211112115624_fill_vf_plan.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211112185747_fill_vf_process.exs b/priv/repo/migrations/20211112185747_fill_vf_process.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211113064700_fill_vf_product_batch.exs b/priv/repo/migrations/20211113064700_fill_vf_product_batch.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211113071804_fill_vf_economic_resource.exs b/priv/repo/migrations/20211113071804_fill_vf_economic_resource.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211114144908_fill_vf_economic_event.exs b/priv/repo/migrations/20211114144908_fill_vf_economic_event.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211114165810_fill_vf_appreciation.exs b/priv/repo/migrations/20211114165810_fill_vf_appreciation.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211114190636_fill_vf_intent.exs b/priv/repo/migrations/20211114190636_fill_vf_intent.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211115055335_fill_vf_commitment.exs b/priv/repo/migrations/20211115055335_fill_vf_commitment.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211115071129_fill_vf_fulfillment.exs b/priv/repo/migrations/20211115071129_fill_vf_fulfillment.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211115103758_fill_vf_satisfaction.exs b/priv/repo/migrations/20211115103758_fill_vf_satisfaction.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211115173048_fill_vf_claim.exs b/priv/repo/migrations/20211115173048_fill_vf_claim.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211115181352_fill_vf_settlement.exs b/priv/repo/migrations/20211115181352_fill_vf_settlement.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211115183013_fill_vf_proposal.exs b/priv/repo/migrations/20211115183013_fill_vf_proposal.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211115185611_fill_vf_proposed_intent.exs b/priv/repo/migrations/20211115185611_fill_vf_proposed_intent.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20211118061736_fill_vf_proposed_to.exs b/priv/repo/migrations/20211118061736_fill_vf_proposed_to.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20220816154732_create_and_fill_zf_inst_vars.exs b/priv/repo/migrations/20220816154732_create_and_fill_zf_inst_vars.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/priv/repo/migrations/20220824130516_fill_zf_file.exs b/priv/repo/migrations/20220824130516_fill_zf_file.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows.ex b/src/zenflows.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/application.ex b/src/zenflows/application.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -41,7 +41,7 @@ defp print_header() do IO.puts(""" Zenflows is designed to implement the Valueflows vocabulary, written and maintained by srfsh <info@dyne.org>. - Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. + Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/db/id.ex b/src/zenflows/db/id.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/db/page.ex b/src/zenflows/db/page.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/db/repo.ex b/src/zenflows/db/repo.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/db/schema.ex b/src/zenflows/db/schema.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/db/validate.ex b/src/zenflows/db/validate.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/file.ex b/src/zenflows/file.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/file/domain.ex b/src/zenflows/file/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/file/resolv.ex b/src/zenflows/file/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/file/type.ex b/src/zenflows/file/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/gql/connection.ex b/src/zenflows/gql/connection.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/gql/mw/admin.ex b/src/zenflows/gql/mw/admin.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/gql/mw/debug.ex b/src/zenflows/gql/mw/debug.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/gql/mw/errors.ex b/src/zenflows/gql/mw/errors.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/gql/mw/sign.ex b/src/zenflows/gql/mw/sign.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/gql/schema.ex b/src/zenflows/gql/schema.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/gql/type.ex b/src/zenflows/gql/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/inst_vars.ex b/src/zenflows/inst_vars.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/inst_vars/domain.ex b/src/zenflows/inst_vars/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/inst_vars/resolv.ex b/src/zenflows/inst_vars/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/inst_vars/type.ex b/src/zenflows/inst_vars/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/keypairoom/domain.ex b/src/zenflows/keypairoom/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/keypairoom/resolv.ex b/src/zenflows/keypairoom/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/keypairoom/type.ex b/src/zenflows/keypairoom/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/reltask.ex b/src/zenflows/reltask.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/restroom.ex b/src/zenflows/restroom.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/sw_pass/domain.ex b/src/zenflows/sw_pass/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/sw_pass/resolv.ex b/src/zenflows/sw_pass/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/sw_pass/type.ex b/src/zenflows/sw_pass/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/validate.ex b/src/zenflows/validate.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/action.ex b/src/zenflows/vf/action.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/action/id.ex b/src/zenflows/vf/action/id.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/action/type.ex b/src/zenflows/vf/action/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent.ex b/src/zenflows/vf/agent.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent/domain.ex b/src/zenflows/vf/agent/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent/query.ex b/src/zenflows/vf/agent/query.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent/resolv.ex b/src/zenflows/vf/agent/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent/type.ex b/src/zenflows/vf/agent/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent_relationship.ex b/src/zenflows/vf/agent_relationship.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent_relationship/domain.ex b/src/zenflows/vf/agent_relationship/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent_relationship/resolv.ex b/src/zenflows/vf/agent_relationship/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent_relationship/type.ex b/src/zenflows/vf/agent_relationship/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent_relationship_role.ex b/src/zenflows/vf/agent_relationship_role.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent_relationship_role/domain.ex b/src/zenflows/vf/agent_relationship_role/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent_relationship_role/resolv.ex b/src/zenflows/vf/agent_relationship_role/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agent_relationship_role/type.ex b/src/zenflows/vf/agent_relationship_role/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agreement.ex b/src/zenflows/vf/agreement.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agreement/domain.ex b/src/zenflows/vf/agreement/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agreement/resolv.ex b/src/zenflows/vf/agreement/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/agreement/type.ex b/src/zenflows/vf/agreement/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/appreciation.ex b/src/zenflows/vf/appreciation.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/claim.ex b/src/zenflows/vf/claim.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/commitment.ex b/src/zenflows/vf/commitment.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/duration.ex b/src/zenflows/vf/duration.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/duration/type.ex b/src/zenflows/vf/duration/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_event.ex b/src/zenflows/vf/economic_event.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_event/domain.ex b/src/zenflows/vf/economic_event/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_event/query.ex b/src/zenflows/vf/economic_event/query.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_event/resolv.ex b/src/zenflows/vf/economic_event/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_event/type.ex b/src/zenflows/vf/economic_event/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_resource.ex b/src/zenflows/vf/economic_resource.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_resource/domain.ex b/src/zenflows/vf/economic_resource/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_resource/query.ex b/src/zenflows/vf/economic_resource/query.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_resource/resolv.ex b/src/zenflows/vf/economic_resource/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/economic_resource/type.ex b/src/zenflows/vf/economic_resource/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/fulfillment.ex b/src/zenflows/vf/fulfillment.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/intent.ex b/src/zenflows/vf/intent.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/intent/domain.ex b/src/zenflows/vf/intent/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/intent/resolv.ex b/src/zenflows/vf/intent/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/intent/type.ex b/src/zenflows/vf/intent/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/measure.ex b/src/zenflows/vf/measure.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/measure/domain.ex b/src/zenflows/vf/measure/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/measure/resolv.ex b/src/zenflows/vf/measure/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/measure/type.ex b/src/zenflows/vf/measure/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/organization.ex b/src/zenflows/vf/organization.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/organization/domain.ex b/src/zenflows/vf/organization/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/organization/query.ex b/src/zenflows/vf/organization/query.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/organization/resolv.ex b/src/zenflows/vf/organization/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/organization/type.ex b/src/zenflows/vf/organization/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/person.ex b/src/zenflows/vf/person.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/person/domain.ex b/src/zenflows/vf/person/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/person/query.ex b/src/zenflows/vf/person/query.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/person/resolv.ex b/src/zenflows/vf/person/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/person/type.ex b/src/zenflows/vf/person/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/plan.ex b/src/zenflows/vf/plan.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/plan/domain.ex b/src/zenflows/vf/plan/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/plan/resolv.ex b/src/zenflows/vf/plan/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/plan/type.ex b/src/zenflows/vf/plan/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/process.ex b/src/zenflows/vf/process.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/process/domain.ex b/src/zenflows/vf/process/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/process/query.ex b/src/zenflows/vf/process/query.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/process/resolv.ex b/src/zenflows/vf/process/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/process/type.ex b/src/zenflows/vf/process/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/process_specification.ex b/src/zenflows/vf/process_specification.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/process_specification/domain.ex b/src/zenflows/vf/process_specification/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/process_specification/resolv.ex b/src/zenflows/vf/process_specification/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/process_specification/type.ex b/src/zenflows/vf/process_specification/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/product_batch.ex b/src/zenflows/vf/product_batch.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/product_batch/domain.ex b/src/zenflows/vf/product_batch/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/product_batch/resolv.ex b/src/zenflows/vf/product_batch/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/product_batch/type.ex b/src/zenflows/vf/product_batch/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposal.ex b/src/zenflows/vf/proposal.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposal/domain.ex b/src/zenflows/vf/proposal/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposal/query.ex b/src/zenflows/vf/proposal/query.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposal/resolv.ex b/src/zenflows/vf/proposal/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposal/type.ex b/src/zenflows/vf/proposal/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposed_intent.ex b/src/zenflows/vf/proposed_intent.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposed_intent/domain.ex b/src/zenflows/vf/proposed_intent/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposed_intent/resolv.ex b/src/zenflows/vf/proposed_intent/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposed_intent/type.ex b/src/zenflows/vf/proposed_intent/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/proposed_to.ex b/src/zenflows/vf/proposed_to.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_exchange.ex b/src/zenflows/vf/recipe_exchange.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_exchange/domain.ex b/src/zenflows/vf/recipe_exchange/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_exchange/resolv.ex b/src/zenflows/vf/recipe_exchange/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_exchange/type.ex b/src/zenflows/vf/recipe_exchange/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_flow.ex b/src/zenflows/vf/recipe_flow.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_flow/domain.ex b/src/zenflows/vf/recipe_flow/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_flow/resolv.ex b/src/zenflows/vf/recipe_flow/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_flow/type.ex b/src/zenflows/vf/recipe_flow/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_process.ex b/src/zenflows/vf/recipe_process.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_process/domain.ex b/src/zenflows/vf/recipe_process/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_process/resolv.ex b/src/zenflows/vf/recipe_process/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_process/type.ex b/src/zenflows/vf/recipe_process/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_resource.ex b/src/zenflows/vf/recipe_resource.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_resource/domain.ex b/src/zenflows/vf/recipe_resource/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_resource/resolv.ex b/src/zenflows/vf/recipe_resource/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/recipe_resource/type.ex b/src/zenflows/vf/recipe_resource/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/resource_specification.ex b/src/zenflows/vf/resource_specification.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/resource_specification/domain.ex b/src/zenflows/vf/resource_specification/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/resource_specification/resolv.ex b/src/zenflows/vf/resource_specification/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/resource_specification/type.ex b/src/zenflows/vf/resource_specification/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/role_behavior.ex b/src/zenflows/vf/role_behavior.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/role_behavior/domain.ex b/src/zenflows/vf/role_behavior/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/role_behavior/resolv.ex b/src/zenflows/vf/role_behavior/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/role_behavior/type.ex b/src/zenflows/vf/role_behavior/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/satisfaction.ex b/src/zenflows/vf/satisfaction.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/satisfaction/domain.ex b/src/zenflows/vf/satisfaction/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/satisfaction/resolv.ex b/src/zenflows/vf/satisfaction/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/satisfaction/type.ex b/src/zenflows/vf/satisfaction/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/scenario.ex b/src/zenflows/vf/scenario.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/scenario/domain.ex b/src/zenflows/vf/scenario/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/scenario/resolv.ex b/src/zenflows/vf/scenario/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/scenario/type.ex b/src/zenflows/vf/scenario/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/scenario_definition.ex b/src/zenflows/vf/scenario_definition.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/scenario_definition/domain.ex b/src/zenflows/vf/scenario_definition/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/scenario_definition/resolv.ex b/src/zenflows/vf/scenario_definition/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/scenario_definition/type.ex b/src/zenflows/vf/scenario_definition/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/settlement.ex b/src/zenflows/vf/settlement.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/spatial_thing.ex b/src/zenflows/vf/spatial_thing.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/spatial_thing/domain.ex b/src/zenflows/vf/spatial_thing/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/spatial_thing/resolv.ex b/src/zenflows/vf/spatial_thing/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/spatial_thing/type.ex b/src/zenflows/vf/spatial_thing/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/time_unit.ex b/src/zenflows/vf/time_unit.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/time_unit/type.ex b/src/zenflows/vf/time_unit/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/time_unit_enum.ex b/src/zenflows/vf/time_unit_enum.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/unit.ex b/src/zenflows/vf/unit.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/unit/domain.ex b/src/zenflows/vf/unit/domain.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/unit/resolv.ex b/src/zenflows/vf/unit/resolv.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/vf/unit/type.ex b/src/zenflows/vf/unit/type.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/web/mw/gql_context.ex b/src/zenflows/web/mw/gql_context.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/zenflows/web/router.ex b/src/zenflows/web/router.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/db/page.test.exs b/test/db/page.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/file.test.exs b/test/file.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/help/absin_case.ex b/test/help/absin_case.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/help/ecto_case.ex b/test/help/ecto_case.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/help/factory.ex b/test/help/factory.ex @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/restroom.test.exs b/test/restroom.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/test_helper.exs b/test/test_helper.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/action.test.exs b/test/vf/action.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/agent/domain.test.exs b/test/vf/agent/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/agent/type.test.exs b/test/vf/agent/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/agent_relationship/domain.test.exs b/test/vf/agent_relationship/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/agent_relationship/type.test.exs b/test/vf/agent_relationship/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/agent_relationship_role/domain.test.exs b/test/vf/agent_relationship_role/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/agent_relationship_role/type.test.exs b/test/vf/agent_relationship_role/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/agreement/domain.test.exs b/test/vf/agreement/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/agreement/type.test.exs b/test/vf/agreement/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/appreciation.test.exs b/test/vf/appreciation.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/claim.test.exs b/test/vf/claim.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/commitment.test.exs b/test/vf/commitment.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/duration.test.exs b/test/vf/duration.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/economic_event.test.exs b/test/vf/economic_event.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/economic_event/domain.test.exs b/test/vf/economic_event/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/economic_event/type.test.exs b/test/vf/economic_event/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/economic_resource/domain.test.exs b/test/vf/economic_resource/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/economic_resource/type.test.exs b/test/vf/economic_resource/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/fulfillment.test.exs b/test/vf/fulfillment.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/intent/domain.test.exs b/test/vf/intent/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/intent/type.test.exs b/test/vf/intent/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/measure.test.exs b/test/vf/measure.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/measure/resolv.test.exs b/test/vf/measure/resolv.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/organization/domain.test.exs b/test/vf/organization/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/organization/type.test.exs b/test/vf/organization/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/person/domain.test.exs b/test/vf/person/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/person/type.test.exs b/test/vf/person/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/plan/domain.test.exs b/test/vf/plan/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/plan/type.test.exs b/test/vf/plan/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/process/domain.test.exs b/test/vf/process/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/process/type.test.exs b/test/vf/process/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/process_specification/domain.test.exs b/test/vf/process_specification/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/process_specification/type.test.exs b/test/vf/process_specification/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/product_batch/domain.test.exs b/test/vf/product_batch/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/product_batch/type.test.exs b/test/vf/product_batch/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/proposal.test.exs b/test/vf/proposal.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/proposal/domain.test.exs b/test/vf/proposal/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/proposal/type.test.exs b/test/vf/proposal/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/proposed_intent.test.exs b/test/vf/proposed_intent.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/proposed_intent/domain.test.exs b/test/vf/proposed_intent/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/proposed_intent/type.test.exs b/test/vf/proposed_intent/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/proposed_to.test.exs b/test/vf/proposed_to.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/recipe_exchange/domain.test.exs b/test/vf/recipe_exchange/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/recipe_exchange/type.test.exs b/test/vf/recipe_exchange/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/recipe_flow/domain.test.exs b/test/vf/recipe_flow/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/recipe_flow/type.test.exs b/test/vf/recipe_flow/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/recipe_process/domain.test.exs b/test/vf/recipe_process/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/recipe_process/type.test.exs b/test/vf/recipe_process/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/recipe_resource/domain.test.exs b/test/vf/recipe_resource/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/recipe_resource/type.test.exs b/test/vf/recipe_resource/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/resource_specification/domain.test.exs b/test/vf/resource_specification/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/resource_specification/type.test.exs b/test/vf/resource_specification/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/role_behavior/domain.test.exs b/test/vf/role_behavior/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/role_behavior/type.test.exs b/test/vf/role_behavior/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/satisfaction.test.exs b/test/vf/satisfaction.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/scenario/domain.test.exs b/test/vf/scenario/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/scenario/type.test.exs b/test/vf/scenario/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/scenario_definition/domain.test.exs b/test/vf/scenario_definition/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/scenario_definition/type.test.exs b/test/vf/scenario_definition/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/settlement.test.exs b/test/vf/settlement.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/spatial_thing/domain.test.exs b/test/vf/spatial_thing/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/spatial_thing/type.test.exs b/test/vf/spatial_thing/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/unit/domain.test.exs b/test/vf/unit/domain.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/vf/unit/type.test.exs b/test/vf/unit/type.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/test/zenflow.test.exs b/test/zenflow.test.exs @@ -1,6 +1,6 @@ # Zenflows is designed to implement the Valueflows vocabulary, # written and maintained by srfsh <info@dyne.org>. -# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# Copyright (C) 2021-2023 Dyne.org foundation <foundation@dyne.org>. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by