Switch license to AGPL (fixes #496, PR #513)

This commit is contained in:
Patrick Gansterer 2017-11-10 17:02:35 +01:00 committed by wvengen
parent 5e4f3fb730
commit 816f699f69
12 changed files with 607 additions and 457 deletions

View file

@ -1,3 +1,7 @@
# Foodsoft development configuration.
#
# This file is in the public domain.
Foodsoft::Application.configure do
# Settings specified here will take precedence over those in config/application.rb.

View file

@ -1,3 +1,7 @@
# Foodsoft production configuration.
#
# This file is in the public domain.
Foodsoft::Application.configure do
# Settings specified here will take precedence over those in config/application.rb.

View file

@ -1,3 +1,7 @@
# Foodsoft test configuration.
#
# This file is in the public domain.
Foodsoft::Application.configure do
# Settings specified here will take precedence over those in config/application.rb.