Skip to content

Commit

Permalink
Change project name to Codeface
Browse files Browse the repository at this point in the history
The new name intends to show that we do technical analysis
of code, but also take care of the social aspects of software
development -- the faces behind the code, of the face of the
project, whatever you prefer.

Change scripted with

FILES=`find . -name '*.py' -or -iname '*.sh' -or -iname '*.r' \
                        -or -iname '*.css' -or -iname '*.js' \
                        -or -iname '*.html' | \
       xargs grep "is part of prosoda.  prosoda is" -l`

for file in $FILES; do
   sed -i -e 's/is part of prosoda.  prosoda is/is part of Codeface. Codeface is/' $file;
done

Signed-off-by: Wolfgang Mauerer <[email protected]>
  • Loading branch information
wolfgangmauerer committed Oct 15, 2013
1 parent b4654e0 commit 19431f3
Show file tree
Hide file tree
Showing 117 changed files with 117 additions and 117 deletions.
2 changes: 1 addition & 1 deletion experiments/adist.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python

# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion experiments/analysis.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion id_service/id_service.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is part of prosoda. prosoda is free software: you can
// This file is part of Codeface. Codeface is free software: you can
// redistribute it and/or modify it under the terms of the GNU General Public
// License as published by the Free Software Foundation, version 2.
//
Expand Down
2 changes: 1 addition & 1 deletion id_service/logger.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is part of prosoda. prosoda is free software: you can
// This file is part of Codeface. Codeface is free software: you can
// redistribute it and/or modify it under the terms of the GNU General Public
// License as published by the Free Software Foundation, version 2.
//
Expand Down
2 changes: 1 addition & 1 deletion id_service/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python2.7
# -*- coding: utf-8 -*-
# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/analyse_ts.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/boundaries.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/cluster/community_metrics.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/cluster/graph_comparison.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/cluster/network_visualization.r
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env Rscript
## Analyse the developer connections

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/cluster/persons.r
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env Rscript
## Analyse the developer connections

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/cluster/plot.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/cluster/test_graph_comparison.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tests for graph_comparison.r

# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/cluster/vis.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/clusters.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/commits.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/config.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/db.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/id_manager.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/mc_helpers.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/ml/analysis.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/ml/batch.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript
# -*- R -*-
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/ml/download.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript
# -*- R -*-
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/ml/init.response.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/ml/keyword.list.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/ml/ml_utils.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/ml/project.spec.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/ml/thread.info.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/page.rank.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/plot.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/query.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/common.server.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/common.ui.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/dashboard/gridsterWidgetsExt.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/dashboard/server.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/dashboard/ui.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/dashboard/www/gridsterWidgetsExt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is part of prosoda. prosoda is free software: you can
// This file is part of Codeface. Codeface is free software: you can
// redistribute it and/or modify it under the terms of the GNU General Public
// License as published by the Free Software Foundation, version 2.
//
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/dashboard/www/justgage_binding.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is part of prosoda. prosoda is free software: you can
// This file is part of Codeface. Codeface is free software: you can
// redistribute it and/or modify it under the terms of the GNU General Public
// License as published by the Free Software Foundation, version 2.
//
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/dashboard/www/shiny_status_binding.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is part of prosoda. prosoda is free software: you can
// This file is part of Codeface. Codeface is free software: you can
// redistribute it and/or modify it under the terms of the GNU General Public
// License as published by the Free Software Foundation, version 2.
//
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/details/server.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/plots/server.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/projects/server.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/projects/ui.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/timeseries/server.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/apps/timezones/server.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/color.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/figures.of.merit.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/nav/breadcrumb.brandville.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/nav/breadcrumb.config.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/nav/breadcrumb.shiny.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/nav/js/qa_modal.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is part of prosoda. prosoda is free software: you can
// This file is part of Codeface. Codeface is free software: you can
// redistribute it and/or modify it under the terms of the GNU General Public
// License as published by the Free Software Foundation, version 2.
//
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/nav/qa_cookie.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/nav/qa_modal.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/symbols.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/tests/breadcrumb-test/server.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/tests/breadcrumb-test/ui.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of prosoda. prosoda is free software: you can
# This file is part of Codeface. Codeface is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/tests/cookie-test/qa_cookie.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/tests/cookie-test/server.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/widgets.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
2 changes: 1 addition & 1 deletion prosoda/R/shiny/widgets/commit.info.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env Rscript

## This file is part of prosoda. prosoda is free software: you can
## This file is part of Codeface. Codeface is free software: you can
## redistribute it and/or modify it under the terms of the GNU General Public
## License as published by the Free Software Foundation, version 2.
##
Expand Down
Loading

0 comments on commit 19431f3

Please sign in to comment.