diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c index 6a6fa6219961bea41189f5a3eb18b865f971d357..26905a0b509bbb703e0755205c2eb54a9b7bfa5b 100755 --- a/apps/app_sayunixtime.c +++ b/apps/app_sayunixtime.c @@ -7,7 +7,7 @@ * * Tilghman Lesher <app_sayunixtime__200309@the-tilghman.com> * - * This code is in the public domain. + * This code is released by the author with no restrictions on usage. * */ diff --git a/frame.c b/frame.c index 6a4c20b742c9c52ffebda2ffa04ef4319e0abc79..36ac0e1da0ec196b760e2b8441fc3671251fa083 100755 --- a/frame.c +++ b/frame.c @@ -454,6 +454,10 @@ static int show_codecs(int fd, int argc, char *argv[]) if ((argc < 2) || (argc > 3)) return RESULT_SHOWUSAGE; + if (getenv("I_AM_NOT_AN_IDIOT") == NULL) + ast_cli(fd, "Disclaimer: this command is for informational purposes +only.\n\tIt does not indicate anything about your configuration.\n"); + if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) { found = 1; for (i=0;i<11;i++)