From 2eb077f8261b0463e53b7a0f07945a7a9a7cb474 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 27 Feb 2018 20:51:19 +0100 Subject: [PATCH] Updated README --- LICENSE | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index ab33920f0..ed994c032 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Michael Mayer and contributors +Copyright (c) 2018 The PhotoPrism team and contributors 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/README.md b/README.md index c8c9103d4..734c69421 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ PhotoPrism: Long-Term Digital Photo Archiving [issues]: https://github.com/photoprism/photoprism/issues [license]: https://github.com/photoprism/photoprism/blob/master/LICENSE -PhotoPrism is a free tool for managing large amounts of -JPEG and RAW photos. All data is intentionally stored in the file system for easy +PhotoPrism is a free tool for importing, filtering and archiving large amounts of +JPEG and RAW photos. Originals, thumbnails and metadata are stored in the file system for easy backup and reliable long-term accessibility. **Note: This software is still pre-alpha and under active development. @@ -37,6 +37,7 @@ will provide a testing guide once everything is up and running. Dependencies ------------ + We are using [dep](https://github.com/golang/dep) for dependency management: ```