From d6a104a40ae74b50a1fff9b58884f997042c8d0e Mon Sep 17 00:00:00 2001 From: Raul Steurer Date: Tue, 28 May 2024 20:19:12 +0200 Subject: [PATCH] chore: Change GmbH to FlexCo --- LICENSE | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index c04a144..70552f1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Tree.ly GmbH +Copyright (c) 2024 Tree.ly FlexCo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index e4755d8..ca811b6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@treely/forest-management", "version": "0.0.0-development", "license": "MIT", - "author": "Tree.ly GmbH", + "author": "Tree.ly FlexCo", "main": "dist/index.js", "module": "dist/forest-management.esm.js", "typings": "dist/index.d.ts",